Skip to content

Commit 5a67884

Browse files
committed
Merge pull request #1 from linxgws/master
Allow usage with Laravel 4.*
2 parents f6f1394 + bc856f8 commit 5a67884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require": {
2020
"php": ">=5.3.0",
21-
"illuminate/support": "4.1.*",
21+
"illuminate/support": "4.*",
2222
"php-console/php-console": ">=3.1"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)