Skip to content

Commit 0e13a21

Browse files
committed
Allow PHP 8
1 parent e20f109 commit 0e13a21

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ matrix:
2626
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
2727
- php: 7.4
2828
env: COMPOSER_FLAGS="--prefer-stable" COVERAGE=true TEST_COMMAND="composer test-ci"
29+
- php: 8.0
30+
env: COMPOSER_FLAGS="--prefer-stable" TEST_COMMAND="composer test-ci"
2931

3032
before_install:
3133
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.2",
14+
"php": "^7.2 || ^8.0",
1515
"guzzlehttp/psr7": "^1.7",
1616
"php-http/client-common": "^2.0",
1717
"psr/log": "^1.1",

0 commit comments

Comments
 (0)