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