Browse Source

Support Laravel 4 and 5

Randy Booth 10 năm trước cách đây
mục cha
commit
ebb7c34b3f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -15,7 +15,7 @@
     ],
     "require": {
         "php": ">=5.4.0",
-        "illuminate/support":"~4.0"
+        "illuminate/support":"4.*|5.0.*"
     },
     "autoload": {
         "psr-0": {