We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d04adf8 commit 5a86390Copy full SHA for 5a86390
.travis.yml
@@ -1,11 +1,10 @@
1
-dist: trusty
2
language: php
3
4
php:
5
- - 7.1
6
- 7.2
7
- 7.3
8
- 7.4
+ - 8.0
9
10
## Cache composer
11
cache:
@@ -14,7 +13,7 @@ cache:
14
13
15
matrix:
16
include:
17
- - php: 7.1
+ - php: 7.2
18
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
19
20
before_script:
composer.json
@@ -22,7 +22,7 @@
22
}
23
],
24
"require": {
25
- "php": "^7.1",
+ "php": "^7.2|^8.0",
26
"danielstjules/stringy": "^3.1",
27
"php-http/discovery": "^1.4",
28
"php-http/mock-client": "^1.2",
@@ -31,7 +31,7 @@
31
"require-dev": {
32
"friendsofphp/php-cs-fixer": "^2.17",
33
"guzzlehttp/guzzle": "^7.3",
34
- "phpunit/phpunit": "^7.0|^8.0"
+ "phpunit/phpunit": "^8.0|^9.0"
35
},
36
"provide": {
37
"php-http/async-client-implementation": "1.0",
0 commit comments