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 79a7886 commit 2d6e5b8Copy full SHA for 2d6e5b8
composer.json
@@ -11,15 +11,15 @@
11
],
12
"require": {
13
"php": ">=5.6.4",
14
- "illuminate/support": "5.3.*",
15
- "illuminate/console": "5.3.*",
+ "illuminate/support": "5.4.*",
+ "illuminate/console": "5.4.*",
16
"arvenil/ninja-mutex": "^0.6"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "^5.4",
+ "phpunit/phpunit": "^5.7",
20
"mockery/mockery": "^0.9",
21
- "orchestra/testbench": "3.3.*",
22
- "illuminated/testing-tools": "5.3.*",
+ "orchestra/testbench": "3.4.*",
+ "illuminated/testing-tools": "5.4.*",
23
"predis/predis": "^1.0",
24
"ext-pdo_mysql": "*",
25
"ext-redis": "*"
0 commit comments