We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dab5c7 commit d2ed8b7Copy full SHA for d2ed8b7
.travis.yml
@@ -17,9 +17,11 @@ matrix:
17
- php: 7.2
18
- php: 7.3
19
- php: 7.4
20
+ - php: nightly
21
+ env: COMPOSER_OPTIONS="--ignore-platform-reqs"
22
23
before_install:
- - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" && "$xdebug" != "yes" ]]; then phpenv config-rm xdebug.ini; fi
24
+ - if [[ "$TRAVIS_PHP_VERSION" != "nightly" && "$xdebug" != "yes" ]]; then phpenv config-rm xdebug.ini; fi
25
- composer self-update
26
27
install:
composer.json
@@ -11,7 +11,7 @@
11
}
12
],
13
"require": {
14
- "php": "^5.6 || ^7.0",
+ "php": "^5.6 || ^7.0 || ^8.0",
15
"api-clients/psr7-oauth1": "^2.0 || ^1.0",
16
"php-http/message": "^1.0"
},
0 commit comments