Skip to content

Commit 6946e36

Browse files
authored
Merge pull request #9 from btrsco/dev/php-80
Update composer dependencies
2 parents 4b2a840 + 2a43998 commit 6946e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.2",
20+
"php": "^7.2|^8.0",
2121
"ext-json": "*",
22-
"guzzlehttp/guzzle": "~6.0"
22+
"guzzlehttp/guzzle": "~6.0|^7.0.1"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^8.0"

0 commit comments

Comments
 (0)