Prechádzať zdrojové kódy

Remove collision installation

shalvah 5 rokov pred
rodič
commit
d5cedf430b
1 zmenil súbory, kde vykonal 5 pridanie a 5 odobranie
  1. 5 5
      composer.json

+ 5 - 5
composer.json

@@ -23,15 +23,15 @@
         "mpociot/documentarian": "^0.2.0",
         "mpociot/reflection-docblock": "^1.0.1",
         "ramsey/uuid": "^3.8",
-        "league/flysystem": "^1.0",
-        "nunomaduro/collision": "^3.0"
+        "league/flysystem": "^1.0"
     },
     "require-dev": {
         "orchestra/testbench": "3.5.* || 3.6.* || 3.7.*",
         "phpunit/phpunit": "^6.0.0 || ^7.4.0",
         "dingo/api": "^2",
         "mockery/mockery": "^1.2.0",
-        "league/fractal": "^0.17.0"
+        "league/fractal": "^0.17.0",
+        "phpstan/phpstan": "^0.11.15"
     },
     "suggest": {
         "league/fractal": "Required for transformers support",
@@ -48,8 +48,8 @@
         }
     },
     "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": {
         "laravel": {