Skip to content

Commit e6d8cd4

Browse files
authored
Support PHPUnit 9 (#50)
1 parent 80205fa commit e6d8cd4

File tree

4 files changed

+6
-93
lines changed

4 files changed

+6
-93
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ cache:
77
- $HOME/.composer/cache/files
88

99
php:
10-
- 7.3
10+
- 7.4
1111

1212
env:
1313
- SUITE="curl" PACKAGE="php-http/curl-client:dev-master zendframework/zend-diactoros"
1414
- SUITE="Socket" PACKAGE="php-http/socket-client:dev-master php-http/client-common"
1515
- SUITE="Guzzle6" PACKAGE="php-http/guzzle6-adapter:dev-master"
1616
- SUITE="Guzzle" PACKAGE="guzzlehttp/guzzle:dev-master"
17+
- SUITE="Guzzle" PACKAGE="guzzlehttp/guzzle:dev-master phpunit/phpunit:^8.5.8"
1718
- SUITE="React" PACKAGE="php-http/react-adapter:dev-master"
1819
- SUITE="Buzz" PACKAGE="php-http/buzz-adapter:dev-master"
1920
- SUITE="CakePHP" PACKAGE="php-http/cakephp-adapter:dev-master"

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.1",
19-
"phpunit/phpunit": "^7.0 || ^8.0",
20-
"php-http/message": "^1.0",
21-
"guzzlehttp/psr7": "^1.0",
18+
"php": "^7.1 || ^8.0",
19+
"phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.11",
20+
"php-http/message": "^1.0 || ^2.0",
21+
"guzzlehttp/psr7": "^1.7",
2222
"th3n3rd/cartesian-product": "^0.3"
2323
},
2424
"suggest": {

src/FeatureTestListener.php

-67
This file was deleted.

src/ResultPrinter.php

-21
This file was deleted.

0 commit comments

Comments
 (0)