Browse Source

Update Lumen dependency

shalvah 4 years ago
parent
commit
4fd74e0ef0
3 changed files with 10 additions and 10 deletions
  1. 1 4
      .travis.yml
  2. 5 3
      composer.dingo.json
  3. 4 3
      composer.json

+ 1 - 4
.travis.yml

@@ -15,14 +15,11 @@ matrix:
     - php: 7.4
       env: SETUP=lint
       name: "Lint code"
-    - php: 7.2
-    - php: 7.2
-      env: SETUP=lowest
     - php: 7.3
     - php: 7.3
       env: SETUP=lowest
     - php: 7.4
-      # No lowest for 7.4 because the lowest (Laravel 5.8) doesn't support 7.4
+      # No lowest for 7.4 because the lowest we support (Laravel 5.8) doesn't support 7.4
 
 cache:
   directories:

+ 5 - 3
composer.dingo.json

@@ -22,9 +22,9 @@
         "dingo/api": "^2.3",
         "erusev/parsedown": "^1.7.4",
         "fzaninotto/faker": "^1.9.1",
-        "illuminate/console": "^5.8|^6.0|^7.0|^8.0",
-        "illuminate/routing": "^5.8|^6.0|^7.0|^8.0",
-        "illuminate/support": "^5.8|^6.0|^7.0|^8.0",
+        "illuminate/console": "5.8.*|^6.0|^7.0|^8.0",
+        "illuminate/routing": "5.8.*|^6.0|^7.0|^8.0",
+        "illuminate/support": "5.8.*|^6.0|^7.0|^8.0",
         "knuckleswtf/pastel": "^1.3.5",
         "league/flysystem": "^1.0",
         "mpociot/reflection-docblock": "^1.0.1",
@@ -38,6 +38,8 @@
         "dms/phpunit-arraysubset-asserts": "^0.1.0",
         "brianium/paratest": "^4.0",
         "league/fractal": "^0.17.0",
+        "laravel/legacy-factories": "^1.0.4",
+        "laravel/lumen-framework": "5.8.*|^6.0|^7.0|^8.0",
         "orchestra/testbench": "^3.7|^4.0|^5.0|^6.0",
         "phpstan/phpstan": "^0.12.19",
         "phpunit/phpunit": "^8.0|^9.0"

+ 4 - 3
composer.json

@@ -21,9 +21,9 @@
     "ext-json": "*",
     "erusev/parsedown": "^1.7.4",
     "fzaninotto/faker": "^1.9.1",
-    "illuminate/console": "^5.8|^6.0|^7.0|^8.0",
-    "illuminate/routing": "^5.8|^6.0|^7.0|^8.0",
-    "illuminate/support": "^5.8|^6.0|^7.0|^8.0",
+    "illuminate/console": "5.8.*|^6.0|^7.0|^8.0",
+    "illuminate/routing": "5.8.*|^6.0|^7.0|^8.0",
+    "illuminate/support": "5.8.*|^6.0|^7.0|^8.0",
     "knuckleswtf/pastel": "^1.3.5",
     "league/flysystem": "^1.0",
     "mpociot/reflection-docblock": "^1.0.1",
@@ -37,6 +37,7 @@
     "brianium/paratest": "^4.0",
     "dms/phpunit-arraysubset-asserts": "^0.1.0",
     "laravel/legacy-factories": "^1.0.4",
+    "laravel/lumen-framework": "5.8.*|^6.0|^7.0|^8.0",
     "league/fractal": "^0.19.0",
     "orchestra/testbench": "^3.7|^4.0|^5.0|^6.0",
     "phpstan/phpstan": "^0.12.19",