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 7d2468b commit 6e24848Copy full SHA for 6e24848
composer.json
@@ -11,13 +11,13 @@
11
"license" : "MIT",
12
"require": {
13
"php": ">=5.3.0",
14
- "illuminate/support": "4.0.x",
15
- "illuminate/database": "4.0.x",
16
- "illuminate/events": "4.0.x"
+ "illuminate/support": "4.1.x",
+ "illuminate/database": "4.1.x",
+ "illuminate/events": "4.1.x"
17
},
18
"require-dev": {
19
- "illuminate/cache": "4.0.x",
20
- "illuminate/auth": "4.0.x"
+ "illuminate/cache": "4.1.x",
+ "illuminate/auth": "4.1.x"
21
22
"autoload": {
23
"psr-0": {
0 commit comments