|
@@ -23,15 +23,15 @@
|
|
"mpociot/documentarian": "^0.2.0",
|
|
"mpociot/documentarian": "^0.2.0",
|
|
"mpociot/reflection-docblock": "^1.0.1",
|
|
"mpociot/reflection-docblock": "^1.0.1",
|
|
"ramsey/uuid": "^3.8",
|
|
"ramsey/uuid": "^3.8",
|
|
- "league/flysystem": "^1.0",
|
|
|
|
- "nunomaduro/collision": "^3.0"
|
|
|
|
|
|
+ "league/flysystem": "^1.0"
|
|
},
|
|
},
|
|
"require-dev": {
|
|
"require-dev": {
|
|
"orchestra/testbench": "3.5.* || 3.6.* || 3.7.*",
|
|
"orchestra/testbench": "3.5.* || 3.6.* || 3.7.*",
|
|
"phpunit/phpunit": "^6.0.0 || ^7.4.0",
|
|
"phpunit/phpunit": "^6.0.0 || ^7.4.0",
|
|
"dingo/api": "^2",
|
|
"dingo/api": "^2",
|
|
"mockery/mockery": "^1.2.0",
|
|
"mockery/mockery": "^1.2.0",
|
|
- "league/fractal": "^0.17.0"
|
|
|
|
|
|
+ "league/fractal": "^0.17.0",
|
|
|
|
+ "phpstan/phpstan": "^0.11.15"
|
|
},
|
|
},
|
|
"suggest": {
|
|
"suggest": {
|
|
"league/fractal": "Required for transformers support",
|
|
"league/fractal": "Required for transformers support",
|
|
@@ -48,8 +48,8 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"scripts": {
|
|
"scripts": {
|
|
- "test-ci": "phpunit --coverage-clover=coverage.xml",
|
|
|
|
- "test": "phpunit --stop-on-failure"
|
|
|
|
|
|
+ "test": "phpunit --stop-on-failure",
|
|
|
|
+ "test-ci": "phpunit --coverage-clover=coverage.xml"
|
|
},
|
|
},
|
|
"extra": {
|
|
"extra": {
|
|
"laravel": {
|
|
"laravel": {
|