Skip to content

Commit 9ffb241

Browse files
committed
Verify phpunit < 7.5.18 fixes Travis
1 parent 2d138b7 commit 9ffb241

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
},
1717
"require": {
1818
"php": ">=5.4 <8.0",
19-
"robrichards/xmlseclibs": ">=3.1.1"
19+
"robrichards/xmlseclibs": ">=3.1.1",
20+
"phpunit/phpunit": "<7.5.18"
2021
},
2122
"require-dev": {
2223
"php-coveralls/php-coveralls": "^1.0.2 || ^2.0",
23-
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1",
2424
"sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
2525
"phploc/phploc": "^2.1 || ^3.0 || ^4.0",
2626
"pdepend/pdepend": "^2.5.0",

0 commit comments

Comments
 (0)