Skip to content

Commit 42217d4

Browse files
committed
Fixed unit tests for PHP 5.5
1 parent 329f029 commit 42217d4

File tree

4 files changed

+541
-332
lines changed

4 files changed

+541
-332
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ matrix:
2626
- php: 5.5
2727
env:
2828
- DEPS=lowest
29+
- LEGACY_DEPS="phpunit/phpunit"
2930
- php: 5.6
3031
env:
31-
- DEPS=locked
32+
- DEPS=lowest
3233
- LEGACY_DEPS="phpunit/phpunit"
3334
- php: 5.6
3435
env:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737
},
3838
"require-dev": {
39-
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
39+
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.8 || ^7.1.2",
4040
"squizlabs/php_codesniffer": "^3.3"
4141
},
4242
"archive": {

0 commit comments

Comments
 (0)