Files
nginx-configurator/composer.json
Michał Brzuchalski 09139d2b14 Initial commit
2016-06-10 13:19:45 +02:00

36 lines
655 B
JSON

{
"name": "madkom/nginx-configurator",
"license": "MIT",
"homepage": "http://madkom.pl/",
"minimum-stability": "dev",
"require": {
"madkom/collection": "^1.0",
"ferno/loco": "@dev",
"madkom/uri": "^1.0"
},
"require-dev": {
"phpspec/phpspec": "^2.5",
"phpunit/phpunit": "~4"
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:madkom/loco.git"
}
],
"autoload": {
"psr-4": {
"Madkom\\NginxConfigurator\\": "src/"
}
},
"authors": [
{
"name": "Michał Brzuchalski",
"email": "m.brzuchalski@madkom.pl"
}
],
"config": {
"bin-dir": "bin/"
}
}