Skip to content

Commit 8c1b2c7

Browse files
committed
Create composer.json
1 parent 1b8fc88 commit 8c1b2c7

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

composer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name":"integer-net/anonymizer",
3+
"type":"magento-module",
4+
"license":"OSL-3.0",
5+
"homepage":"https://github.com/integer-net/Anonymizer",
6+
"description":"Anonymizes all Customer Data",
7+
"authors":[
8+
{
9+
"name":"Andreas von Studnitz",
10+
}
11+
],
12+
"require":{
13+
"magento-hackathon/magento-composer-installer":"dev-master"
14+
}
15+
}

0 commit comments

Comments
 (0)