We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7b9df commit c4bd03bCopy full SHA for c4bd03b
composer.json
@@ -15,12 +15,12 @@
15
],
16
"require": {
17
"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"
+ "illuminate/support": ">=4.0",
+ "illuminate/foundation": ">=4.0",
+ "illuminate/config": ">=4.0",
+ "illuminate/session": ">=4.0",
+ "illuminate/filesystem": ">=4.0",
+ "illuminate/view": ">=4.0"
24
},
25
"require-dev": {
26
"orchestra/testbench": "2.1.*",
@@ -33,4 +33,4 @@
33
}
34
35
"minimum-stability": "dev"
36
-}
+}
0 commit comments