|
@@ -32,7 +32,6 @@
|
|
|
"dingo/api": "^2.7|^3.0",
|
|
|
"dms/phpunit-arraysubset-asserts": "^0.1.0",
|
|
|
"league/fractal": "^0.19.0",
|
|
|
- "mockery/mockery": "^1.2.0",
|
|
|
"orchestra/testbench": "^3.7|^4.0|^5.0",
|
|
|
"phpstan/phpstan": "^0.11.15",
|
|
|
"phpunit/phpunit": "^8.0"
|
|
@@ -52,8 +51,8 @@
|
|
|
},
|
|
|
"scripts": {
|
|
|
"lint": "phpstan analyse -c ./phpstan.neon src",
|
|
|
- "test": "phpunit --stop-on-failure",
|
|
|
- "test-ci": "phpunit"
|
|
|
+ "test": "phpunit --stop-on-failure --group dingo",
|
|
|
+ "test-ci": "phpunit --group dingo"
|
|
|
},
|
|
|
"extra": {
|
|
|
"laravel": {
|