Skip to content

Commit c4bd03b

Browse files
removing the limits on illuminate
1 parent 4a7b9df commit c4bd03b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
],
1616
"require": {
1717
"php": ">=5.3.0",
18-
"illuminate/support": ">=4.0,<4.2",
19-
"illuminate/foundation": ">=4.0,<4.2",
20-
"illuminate/config": ">=4.0,<4.2",
21-
"illuminate/session": ">=4.0,<4.2",
22-
"illuminate/filesystem": ">=4.0,<4.2",
23-
"illuminate/view": ">=4.0,<4.2"
18+
"illuminate/support": ">=4.0",
19+
"illuminate/foundation": ">=4.0",
20+
"illuminate/config": ">=4.0",
21+
"illuminate/session": ">=4.0",
22+
"illuminate/filesystem": ">=4.0",
23+
"illuminate/view": ">=4.0"
2424
},
2525
"require-dev": {
2626
"orchestra/testbench": "2.1.*",
@@ -33,4 +33,4 @@
3333
}
3434
},
3535
"minimum-stability": "dev"
36-
}
36+
}

0 commit comments

Comments
 (0)