Skip to content

Commit b80e6d0

Browse files
authored
Run tests in parallel (#170)
* Run tests in parallel * Disable/enable some services * Do not install redis on PHP 5.6 * Run composer update * Install redis 3.0.0 * Enable redis extension but do not install * Bugfix * force instsall dependencies * Force install stuff * Fixes * Minors * Updated deps * Debub * Coverage fix * Reduce sleep * Because... you know * Sleep less * Applied changes from StyleCI * Applied changes from StyleCI
1 parent b0980f5 commit b80e6d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"type": "library",
55
"license": "MIT",
66
"minimum-stability": "dev",
7+
"prefer-stable": true,
78
"keywords": [
89
"cache",
910
"psr-6",
@@ -23,7 +24,7 @@
2324
"cache/hierarchical-cache": "^0.4"
2425
},
2526
"require-dev": {
26-
"phpunit/phpunit": "^4.0 || ^5.1",
27+
"phpunit/phpunit": "^5.7.21",
2728
"cache/integration-tests": "^0.16"
2829
},
2930
"autoload": {

0 commit comments

Comments
 (0)