Преглед на файлове

Backward Laravel 4 compatibility

Package is compatible with L4, no reason not to allow L4 users to benefits from it :)
Rémi Collin преди 10 години
родител
ревизия
d99e5ecff3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      composer.json

+ 1 - 1
composer.json

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