Skip to content

Commit 511d696

Browse files
committed
allow php 8 & httplug 2
1 parent de8e499 commit 511d696

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
@@ -9,10 +9,10 @@
99
}
1010
},
1111
"require": {
12-
"php": "^7.1",
12+
"php": "^7.1|^8.0",
1313
"psr/http-message": "^1.0",
1414
"php-http/client-implementation": "^1.0",
15-
"php-http/httplug": "^1.0",
15+
"php-http/httplug": "^1.0|^2.0",
1616
"php-http/message-factory": "^1.0",
1717
"php-http/discovery": "^1.0",
1818
"ext-json": "*"

0 commit comments

Comments
 (0)