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 13859bb commit fb23831Copy full SHA for fb23831
composer.json
@@ -11,10 +11,10 @@
11
"license" : "MIT",
12
"require": {
13
"php": ">=5.4.0",
14
- "illuminate/support": "5.0.*",
15
- "illuminate/container": "5.0.*",
16
- "illuminate/database": "5.0.*",
17
- "illuminate/events": "5.0.*"
+ "illuminate/support": "^5.0",
+ "illuminate/container": "^5.0",
+ "illuminate/database": "^5.0",
+ "illuminate/events": "^5.0"
18
},
19
"require-dev": {
20
"orchestra/testbench": "3.0.*",
0 commit comments