add php 8.1 compability, remove console command

This commit is contained in:
2022-10-27 19:07:18 +02:00
parent 19eb02251f
commit fc87625a72
36 changed files with 35 additions and 506 deletions

View File

@@ -1,38 +1,23 @@
{
"name": "madkom/nginx-configurator",
"name": "envoyr/nginx-configurator",
"license": "MIT",
"homepage": "http://madkom.pl/",
"homepage": "https://envoyr.com/",
"minimum-stability": "dev",
"require": {
"madkom/collection": "1.*",
"ferno/loco": "@dev",
"madkom/uri": "1.*"
"envoyr/collection": "dev-main",
"envoyr/loco": "dev-main"
},
"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"
}
],
"require-dev": {},
"autoload": {
"psr-4": {
"Madkom\\NginxConfigurator\\": "src/"
"Envoyr\\NginxConfigurator\\": "src/"
}
},
"authors": [
{
"name": "envoyr",
"email": "hello@envoyr.com"
},
{
"name": "Michał Brzuchalski",
"email": "m.brzuchalski@madkom.pl"