فهرست منبع

Remove unused dependencies

shalvah 5 سال پیش
والد
کامیت
ceb6a57313
2فایلهای تغییر یافته به همراه2 افزوده شده و 4 حذف شده
  1. 0 1
      composer.json
  2. 2 3
      dingo.composer.json

+ 0 - 1
composer.json

@@ -32,7 +32,6 @@
         "dms/phpunit-arraysubset-asserts": "^0.1.0",
         "laravel/lumen-framework": "^5.7|^6.0|^7.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"

+ 2 - 3
dingo.composer.json

@@ -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": {