mirror of
https://github.com/envoyr/nginx-configurator.git
synced 2026-04-28 12:24:08 +00:00
30 lines
545 B
JSON
30 lines
545 B
JSON
{
|
|
"name": "envoyr/nginx-configurator",
|
|
"license": "MIT",
|
|
"homepage": "https://envoyr.com/",
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"envoyr/collection": "dev-main",
|
|
"envoyr/loco": "dev-main"
|
|
},
|
|
"require-dev": {},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Envoyr\\NginxConfigurator\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "envoyr",
|
|
"email": "hello@envoyr.com"
|
|
},
|
|
{
|
|
"name": "Michał Brzuchalski",
|
|
"email": "m.brzuchalski@madkom.pl"
|
|
}
|
|
],
|
|
"config": {
|
|
"bin-dir": "bin/"
|
|
}
|
|
}
|