Skip to content

Commit 9d0ee42

Browse files
Updated to allow any version of Laravel 4
1 parent d1f9ca9 commit 9d0ee42

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)