Skip to content

Commit 241bc22

Browse files
committed
Merge pull request #24 from lookitsatravis/feature/any-version-of-l4
Updated to allow any version of Laravel 4, closes #11, closes #21
2 parents d1f9ca9 + 9d0ee42 commit 241bc22

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
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": ">=5.3.0",
13-
"illuminate/support": "~4.2",
13+
"illuminate/support": "4.*",
1414
"sly/notification-pusher": "2.*"
1515
},
1616
"autoload": {

0 commit comments

Comments
 (0)