Updated composer.json

This commit is contained in:
Chris 2018-04-06 01:27:10 +02:00
parent fd5b3ddb8f
commit e6344b3cee

View File

@ -1,13 +1,23 @@
{ {
"autoload": { "name": "noccylabs/pharlite",
"psr-4": { "description": "Generate phars from composer projects",
"PharLite\\": "src/" "type": "application",
} "license": "GPL-3.0",
}, "authors": [
"require": { {
"symfony/finder": "^4.0" "name": "Christopher Vagnetoft",
}, "email": "cvagnetoft@gmail.com"
"bin": [ }
"bin/pharlite" ],
] "autoload": {
"psr-4": {
"PharLite\\": "src/"
}
},
"require": {
"symfony/finder": "^4.0"
},
"bin": [
"bin/pharlite"
]
} }