Skip to content

Commit a61e5f0

Browse files
committed
Adding composer
1 parent 9e49ace commit a61e5f0

2 files changed

Lines changed: 8 additions & 11 deletions

File tree

composer.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
{
2-
"name": "kirchbergerknorr/Magento-Shell",
3-
"description": "Magento colorful Shell",
2+
"name": "steverobbins/magento-shell",
3+
"description": "Magento Improved Shell",
44
"keywords": ["magento"],
55
"type": "magento-module",
6-
"license":"OSL-3.0",
6+
"license": "WTFPL",
77
"authors": [
88
{
9-
"name": "Benedikt Volkmer",
10-
"email": "bv@kirchbergerknorr.de"
9+
"name": "Steve Robbins",
10+
"email": "steven.j.robbins@gmail.com"
1111
}
12-
],
13-
"require": {
14-
}
12+
]
1513
}

modman

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
src/lib/Colors/Color.php src/lib/Colors/Color.php
2-
src/lib/Local/Shell/Formatter.php src/lib/Local/Shell/Formatter.php
3-
src/shell/local/abstract.php src/shell/local/abstract.php
4-
src/shell/local/sample.php src/shell/local/sample.php
2+
src/lib/Local src/lib/Local/Shell/
3+
src/shell/local src/shell/local

0 commit comments

Comments
 (0)