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 a2fbef9 commit 3c939edCopy full SHA for 3c939ed
composer.json
@@ -10,17 +10,17 @@
10
}
11
],
12
"require": {
13
- "php": ">=5.6.4",
14
- "illuminate/support": "5.4.*",
15
- "illuminate/console": "5.4.*",
+ "php": ">=7.0",
+ "illuminate/support": "5.5.*",
+ "illuminate/console": "5.5.*",
16
"arvenil/ninja-mutex": "^0.6"
17
},
18
"require-dev": {
19
- "phpunit/phpunit": "^5.7",
+ "phpunit/phpunit": "^6.0",
20
"mockery/mockery": "^0.9",
21
- "orchestra/testbench": "3.4.*",
22
- "illuminated/testing-tools": "5.4.*",
23
- "predis/predis": "^1.0",
+ "orchestra/testbench": "3.5.*",
+ "illuminated/testing-tools": "5.5.*",
+ "predis/predis": "^1.1.1",
24
"ext-pdo_mysql": "*",
25
"ext-redis": "*"
26
0 commit comments