Skip to content

Commit dcd0448

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 7068521 commit dcd0448

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",
@@ -24,7 +25,7 @@
2425
"psr/simple-cache": "^1.0"
2526
},
2627
"require-dev": {
27-
"phpunit/phpunit": "^4.0 || ^5.1",
28+
"phpunit/phpunit": "^5.7.21",
2829
"cache/integration-tests": "^0.16",
2930
"mockery/mockery": "^0.9",
3031
"symfony/cache": "^3.2"

0 commit comments

Comments
 (0)