Skip to content

Commit 9e49ace

Browse files
Benedikt Volkmersteverobbins
authored andcommitted
Add Composer
Signed-off-by: Steve Robbins <steven.j.robbins@gmail.com>
1 parent 9202649 commit 9e49ace

2 files changed

Lines changed: 19 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": "kirchbergerknorr/Magento-Shell",
3+
"description": "Magento colorful Shell",
4+
"keywords": ["magento"],
5+
"type": "magento-module",
6+
"license":"OSL-3.0",
7+
"authors": [
8+
{
9+
"name": "Benedikt Volkmer",
10+
"email": "bv@kirchbergerknorr.de"
11+
}
12+
],
13+
"require": {
14+
}
15+
}

modman

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
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

0 commit comments

Comments
 (0)