php-makephar/composer.json

24 lines
536 B
JSON
Raw Normal View History

2017-01-09 01:24:59 +00:00
{
"name": "noccylabs/makephar",
"description": "Build portable phar executables and libraries",
"type": "application",
"license": "GPL-3.0",
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "cvagnetoft@gmail.com"
}
],
"require": {
"noccylabs/sdl": "^2.0",
2017-02-12 01:32:17 +00:00
"symfony/finder": "^3.2",
"noccylabs/tinyphar": "^0.1.1"
2017-01-09 01:24:59 +00:00
},
"autoload": {
"files": [ "src/global.php" ],
"psr-0":{
"": "src/"
}
}
}