You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,10 @@ This module allows anonymizing customer data in a sensible way. It uses dummy da
5
5
Facts
6
6
-----
7
7
8
-
-**master** branch: [](https://travis-ci.org/integer-net/Anonymizer)[](https://scrutinizer-ci.com/g/integer-net/Anonymizer/?branch=master)
9
-
-**development** branch: [](https://travis-ci.org/integer-net/Anonymizer)[](https://scrutinizer-ci.com/g/integer-net/Anonymizer/?branch=development)
8
+
| Branch | Build Status | Code Quality |
9
+
| ------ | ------------ | ------------ |
10
+
| master |[](https://travis-ci.org/integer-net/Anonymizer)|[](https://scrutinizer-ci.com/g/integer-net/Anonymizer/?branch=master)|
11
+
| development |[](https://travis-ci.org/integer-net/Anonymizer)|[](https://scrutinizer-ci.com/g/integer-net/Anonymizer/?branch=development)|
10
12
11
13
- version: 2.0.0-rc2
12
14
- extension key: integer-net/anonymizer
@@ -49,7 +51,9 @@ Compatibility
49
51
Installation Instructions
50
52
-------------------------
51
53
1. Install via composer: `composer require integer-net/anonymizer`
52
-
2. Configure Magento-PSR-0-Autoloader to use the composer autoloader. Add this to the `global` node of your `app/etc/local.xml`: `<composer_vendor_path><![CDATA[{{root_dir}}/vendor]]></composer_vendor_path>`
54
+
2. Configure Magento-PSR-0-Autoloader to use the composer autoloader. Add this to the `global` node of your `app/etc/local.xml`:
Alternatively download the archive from the [Github release page](https://github.com/integer-net/Anonymizer/releases) and extract it into your installation. It contains the Faker library and no additional configuration is required.
0 commit comments