php-hotfix/composer.json

25 lines
593 B
JSON
Raw Permalink Normal View History

2016-04-19 13:54:03 +00:00
{
"name": "noccylabs/hotfix",
"description": "Quickly fix and patch Linux installs",
"type": "application",
"license": "GPL-3.0",
"authors": [
{
"name": "Christopher Vagnetoft",
"email": "cvagnetoft@gmail.com"
}
],
"autoload": {
"psr-4": {
"NoccyLabs\\Hotfix\\": "src/"
}
},
"require": {
"symfony/console": "^3.0",
"symfony/yaml": "^3.0",
"noccylabs/downloader": "@dev",
2017-02-01 02:59:36 +00:00
"symfony/expression-language": "^3.2",
"noccylabs/tinyphar": "^0.1.1"
2016-04-19 13:54:03 +00:00
}
}