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 2b8a37f commit 23e21f3Copy full SHA for 23e21f3
composer.json
@@ -11,13 +11,13 @@
11
"license" : "MIT",
12
"require": {
13
"php": ">=5.4.0",
14
- "illuminate/support": "4.2.x-dev",
15
- "illuminate/container": "4.2.x-dev",
16
- "illuminate/database": "4.2.x-dev",
17
- "illuminate/events": "4.2.x-dev"
+ "illuminate/support": "4.2.*",
+ "illuminate/container": "4.2.*",
+ "illuminate/database": "4.2.*",
+ "illuminate/events": "4.2.*"
18
},
19
"require-dev": {
20
- "orchestra/testbench": "*",
+ "orchestra/testbench": "2.2.x-dev",
21
"mockery/mockery": "*"
22
23
"autoload": {
0 commit comments