1
0
Fork 0

Added the binary in the composer.json file

pull/143/head
Christophe Coevoet 2011-12-05 00:05:46 +01:00
parent a697488948
commit b3fc995442
1 changed files with 2 additions and 1 deletions

View File

@ -28,5 +28,6 @@
}, },
"autoload": { "autoload": {
"psr-0": { "Composer": "src/" } "psr-0": { "Composer": "src/" }
} },
"bin": ["bin/composer"]
} }