|
@@ -15,27 +15,27 @@
|
|
|
}
|
|
|
],
|
|
|
"require": {
|
|
|
- "php": ">=7.0.0",
|
|
|
- "fzaninotto/faker": "~1.8",
|
|
|
- "illuminate/routing": "^5.5|^6.0",
|
|
|
- "illuminate/support": "^5.5|^6.0",
|
|
|
- "illuminate/console": "^5.5|^6.0",
|
|
|
+ "php": ">=7.2.0",
|
|
|
+ "fzaninotto/faker": "^1.8",
|
|
|
+ "illuminate/routing": "^5.7|^6.0",
|
|
|
+ "illuminate/support": "^5.7|^6.0",
|
|
|
+ "illuminate/console": "^5.7|^6.0",
|
|
|
"mpociot/documentarian": "^0.3.0",
|
|
|
"mpociot/reflection-docblock": "^1.0.1",
|
|
|
"ramsey/uuid": "^3.8",
|
|
|
- "league/flysystem": "^1.0"
|
|
|
+ "league/flysystem": "^1.0",
|
|
|
+ "nunomaduro/collision": "^3.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "orchestra/testbench": "3.5.* || 3.6.* || 3.7.*",
|
|
|
- "phpunit/phpunit": "^6.0.0 || ^7.4.0",
|
|
|
- "dingo/api": "2.0.0-alpha1",
|
|
|
+ "orchestra/testbench": "^3.7.0 || ^4.0",
|
|
|
+ "phpunit/phpunit": "^7.5.0",
|
|
|
+ "dingo/api": "^2.3.0",
|
|
|
"mockery/mockery": "^1.2.0",
|
|
|
"league/fractal": "^0.17.0",
|
|
|
- "phpstan/phpstan": "^0.9.0 || ^0.10.0 || ^0.11.15"
|
|
|
+ "phpstan/phpstan": "^0.11.15"
|
|
|
},
|
|
|
"suggest": {
|
|
|
- "league/fractal": "Required for transformers support",
|
|
|
- "nunomaduro/collision": "For better reporting of errors that are thrown when generating docs"
|
|
|
+ "league/fractal": "Required for transformers support"
|
|
|
},
|
|
|
"autoload": {
|
|
|
"psr-4": {
|