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 5eb5b49 commit 4293b7aCopy full SHA for 4293b7a
composer.json
@@ -11,15 +11,15 @@
11
],
12
"require": {
13
"php": ">=5.5.9",
14
- "illuminate/support": "5.1.*",
15
- "illuminate/console": "5.1.*",
+ "illuminate/support": "5.2.*",
+ "illuminate/console": "5.2.*",
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": "5.1.*",
+ "orchestra/testbench": "3.2.*",
+ "illuminated/testing-tools": "5.2.*",
23
"predis/predis": "^1.0",
24
"ext-pdo_mysql": "*",
25
"ext-redis": "*"
0 commit comments