Don't ship test tools in prod
This commit is contained in:
parent
c4a941c1a0
commit
4cbc2afa3a
1 changed files with 11 additions and 9 deletions
|
|
@ -22,7 +22,6 @@
|
|||
"ext-simplexml": "*",
|
||||
"ext-sockets": "*",
|
||||
"ext-zip": "*",
|
||||
"brianium/paratest": "^4.1",
|
||||
"cache/apc-adapter": "^1.0",
|
||||
"cache/apcu-adapter": "^1.0",
|
||||
"cache/array-adapter": "^1.0",
|
||||
|
|
@ -50,19 +49,11 @@
|
|||
"middlewares/trailing-slash": "^2.0",
|
||||
"middlewares/whoops": "^2.0",
|
||||
"monolog/monolog": "^2.1",
|
||||
"php-coveralls/php-coveralls": "^2.1",
|
||||
"php-di/slim-bridge": "^3.0",
|
||||
"php-webdriver/webdriver": "^1.6",
|
||||
"phpstan/phpstan": "^0.12",
|
||||
"phpstan/phpstan-deprecation-rules": "^0.12",
|
||||
"phpstan/phpstan-phpunit": "^0.12.16",
|
||||
"phpstan/phpstan-symfony": "^0.12",
|
||||
"phpunit/phpcov": "^7.0",
|
||||
"phpunit/phpunit": "^9.2",
|
||||
"psr/cache": "^1.0",
|
||||
"psr/container": "^1.0",
|
||||
"psr/simple-cache": "^1.0",
|
||||
"slam/phpstan-extensions": "^4.0",
|
||||
"slim/psr7": "^1.1",
|
||||
"slim/slim": "^4.5",
|
||||
"slim/twig-view": "^3.0",
|
||||
|
|
@ -74,6 +65,17 @@
|
|||
"tuupola/server-timing-middleware": "^0.8.2",
|
||||
"twig/intl-extra": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"php-coveralls/php-coveralls": "^2.1",
|
||||
"brianium/paratest": "^4.1",
|
||||
"phpstan/phpstan": "^0.12",
|
||||
"phpstan/phpstan-deprecation-rules": "^0.12",
|
||||
"phpstan/phpstan-phpunit": "^0.12.16",
|
||||
"phpstan/phpstan-symfony": "^0.12",
|
||||
"phpunit/phpcov": "^7.0",
|
||||
"phpunit/phpunit": "^9.2",
|
||||
"slam/phpstan-extensions": "^4.0"
|
||||
},
|
||||
"suggest": {
|
||||
"benzine/orm" : "Model/Service/Crud generation made easy"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue