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 10ff384 commit 198b962Copy full SHA for 198b962
composer.json
@@ -11,16 +11,16 @@
11
],
12
"require": {
13
"php": ">=5.5.9",
14
- "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
15
- "illuminate/console": "5.1.*|5.2.*|5.3.*|5.4.*",
+ "illuminate/support": "5.1.*",
+ "illuminate/console": "5.1.*",
16
"arvenil/ninja-mutex": "^0.6"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "^5.0",
20
"mockery/mockery": "^0.9",
21
- "orchestra/testbench": "^3.1",
22
- "illuminated/testing-tools": "^0.6",
23
- "predis/predis": "^1.1",
+ "orchestra/testbench": "3.1.*",
+ "illuminated/testing-tools": "5.1.*",
+ "predis/predis": "^1.0",
24
"ext-pdo_mysql": "*",
25
"ext-redis": "*"
26
0 commit comments