Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit db9f515

Browse files
committed
Add PHP 8 compatibility
1 parent 646ba58 commit db9f515

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ build
22
composer.lock
33
docs
44
vendor
5-
coverage
5+
coverage
6+
.phpunit.result.cache

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1",
19+
"php": "^7.1|^8.0",
2020
"guzzlehttp/guzzle": "^6.3|^7.0"
2121
},
2222
"require-dev": {
2323
"cache/array-adapter": "^1.0",
24-
"phpunit/phpunit": "^7.0"
24+
"phpunit/phpunit": "^7.0|^9.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)