Skip to content

Commit 3acc3f1

Browse files
committed
Use SSL for firegento repository, update docs
1 parent 4c558da commit 3acc3f1

2 files changed

Lines changed: 22 additions & 11 deletions

File tree

README.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,40 @@ Facts
66
-----
77
[![Build Status (development)](https://travis-ci.org/integer-net/Anonymizer.svg?branch=development)](https://travis-ci.org/integer-net/Anonymizer) [![Scrutinizer Code Quality (development](https://scrutinizer-ci.com/g/integer-net/Anonymizer/badges/quality-score.png?b=development)](https://scrutinizer-ci.com/g/integer-net/Anonymizer/?branch=development)
88

9-
- version: 2.0.0-rc1
9+
- version: 2.0.0-rc2
1010
- extension key: integer-net/anonymizer
1111
- [extension on GitHub](https://github.com/integer-net/Anonymizer)
1212
- [direct download link](https://github.com/integer-net/Anonymizer/archive/master.zip)
1313

14-
Description
14+
Usage
1515
-----------
16-
This paragraph describes what the extension does.
16+
Run the anonymizer via command line:
17+
18+
cd shell
19+
php anonymizer.php
20+
21+
To display progress in real time:
22+
23+
php anonymizer.php --progress
24+
25+
To only update the progress display every 100 entities:
26+
27+
php anonymizer.php --progress 100
28+
29+
If you have n98-magerun installed, you can also use this command:
30+
31+
n98-magerun db:anonymize
1732

1833
Requirements
1934
------------
20-
- PHP >= 5.3.0
35+
- PHP >= 5.4
2136
- [Faker](https://github.com/fzaninotto/faker)
2237
- [Magento-PSR-0-Autoloader](https://github.com/magento-hackathon/Magento-PSR-0-Autoloader)
2338

2439
Compatibility
2540
-------------
26-
- Magento CE >= 1.9
27-
- Magento EE >= 1.14
41+
- Magento CE 1.7, 1.8, 1.9
42+
- Magento EE 1.12, 1.13, 1.14
2843

2944
Installation Instructions
3045
-------------------------

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,10 @@
2424
"repositories": [
2525
{
2626
"type": "composer",
27-
"url": "http://packages.firegento.com"
27+
"url": "https://packages.firegento.com"
2828
}
2929
],
3030
"authors":[
31-
{
32-
"name":"Andreas von Studnitz",
33-
"email":"avs@integer-net.de"
34-
},
3531
{
3632
"name":"Fabian Schmengler",
3733
"email":"fs@integer-net.de"

0 commit comments

Comments
 (0)