Browse Source

Trim down dependencies

shalvah 6 years ago
parent
commit
e78df66bdc
1 changed files with 3 additions and 1 deletions
  1. 3 1
      composer.json

+ 3 - 1
composer.json

@@ -17,7 +17,9 @@
     "require": {
         "php": ">=7.1.3",
         "fzaninotto/faker": "~1.8",
-        "laravel/framework": "5.6.* || 5.7.*",
+        "illuminate/routing": "5.6.* || 5.7.*",
+        "illuminate/support": "5.6.* || 5.7.*",
+        "illuminate/console": "5.6.* || 5.7.*",
         "mpociot/documentarian": "^0.2.0",
         "mpociot/reflection-docblock": "^1.0",
         "ramsey/uuid": "^3.8"