mirror of
https://github.com/envoyr/nginx-configurator.git
synced 2026-04-28 04:06:18 +00:00
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
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": {
|
|
"henrikbjorn/phpspec-code-coverage": "^2.0.2",
|
|
"phpspec/phpspec": "^2.5",
|
|
"phpunit/phpunit": "~4",
|
|
"knplabs/phpspec-welldone-extension": "dev-master",
|
|
"squizlabs/php_codesniffer": "^2.3",
|
|
"phpunit/phpcov": "*",
|
|
"jakub-onderka/php-parallel-lint": "0.*",
|
|
"jakub-onderka/php-console-highlighter": "0.*",
|
|
"satooshi/php-coveralls": "dev-master",
|
|
"clover/dump": "dev-master",
|
|
"symfony/var-dumper": "^3.1"
|
|
},
|
|
"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/"
|
|
}
|
|
}
|