Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit 5c99a5f

Browse files
authored
Add support for PHPUnit 6.5 (#22)
1 parent 47d28d0 commit 5c99a5f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ script:
5757
- ./run-tests.sh ~6.2.0 || travis_terminate 1
5858
- ./run-tests.sh ~6.3.0 || travis_terminate 1
5959
- ./run-tests.sh ~6.4.0 || travis_terminate 1
60+
- ./run-tests.sh ~6.5.0 || travis_terminate 1
6061

6162
jobs:
6263
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "^5.5 || ^7.0",
14-
"phpunit/phpunit": "~4.0.0 || ~4.1.0 || ~4.2.0 || ~4.3.0 || ~4.4.0 || ~4.5.0 || ~4.6.0 || ~4.7.0 || ~4.8.0 || ~5.0.0 || ~5.1.0 || ~5.2.0 || ~5.3.0 || ~5.4.0 || ~5.5.0 || ~5.6.0 || ~5.7.0 || ~6.0.0 || ~6.1.0 || ~6.2.0 || ~6.3.0 || ~6.4.0"
14+
"phpunit/phpunit": "~4.0.0 || ~4.1.0 || ~4.2.0 || ~4.3.0 || ~4.4.0 || ~4.5.0 || ~4.6.0 || ~4.7.0 || ~4.8.0 || ~5.0.0 || ~5.1.0 || ~5.2.0 || ~5.3.0 || ~5.4.0 || ~5.5.0 || ~5.6.0 || ~5.7.0 || ~6.0.0 || ~6.1.0 || ~6.2.0 || ~6.3.0 || ~6.4.0 || ~6.5.0"
1515
},
1616
"conflict": {
1717
"hhvm": "*"

0 commit comments

Comments
 (0)