Browse Source

Merge pull request #2 from RandyBooth/master

Support Laravel 4 and 5
Abhimanyu Sharma 10 years ago
parent
commit
4e610adfa8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

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