Browse Source

Update composer.json

Sang Nguyen 5 years ago
parent
commit
cac35a884b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      composer.json

+ 3 - 3
composer.json

@@ -17,9 +17,9 @@
     "require": {
         "php": ">=7.0.0",
         "fzaninotto/faker": "~1.8",
-        "illuminate/routing": "5.5.*|^6.0",
-        "illuminate/support": "5.5.*|^6.0",
-        "illuminate/console": "5.5.*|^6.0",
+        "illuminate/routing": "^5.5|^6.0",
+        "illuminate/support": "^5.5|^6.0",
+        "illuminate/console": "^5.5|^6.0",
         "mpociot/documentarian": "^0.2.0",
         "mpociot/reflection-docblock": "^1.0.1",
         "ramsey/uuid": "^3.8",