Skip to content

Commit 1254885

Browse files
authored
Merge pull request #3 from Kreyu/feature/php8
Add support for php ^8.0 and psr/cache ^2.0 and ^3.0
2 parents 0ef092c + 56a14bb commit 1254885

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ php:
88
- '7.2'
99
- '7.3'
1010
- '7.4'
11+
- '8.0'
12+
- '8.1'
13+
- '8.2'
1114

1215
env:
1316
- COMPOSER_FLAGS='update --prefer-lowest --prefer-stable'

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.2",
14+
"php": "^7.2 || ^8.0",
1515
"psr/http-message": "^1.0",
16-
"psr/cache": "^1.0",
16+
"psr/cache": "^1.0 || ^2.0 || ^3.0",
1717
"psr/http-client-implementation": "^1.0",
1818
"psr/http-factory-implementation": "^1.0",
1919
"php-http/httplug": "^2.0",

0 commit comments

Comments
 (0)