Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit b2bf337

Browse files
committed
Support now is for 4.1 and above
1 parent 8008885 commit b2bf337

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
},
2626
"require": {
2727
"php": ">=5.3.0",
28-
"illuminate/support": "4.x",
29-
"illuminate/database": "4.x",
30-
"illuminate/validation": "4.x"
28+
"illuminate/support": "~4.1",
29+
"illuminate/database": "~4.1",
30+
"illuminate/validation": "~4.1"
3131
},
3232
"autoload": {
3333
"psr-0": {

0 commit comments

Comments
 (0)