Skip to content

Commit 24421c5

Browse files
authored
Merge pull request #10 from martinlutter/php-upgrade
allow php 8 & httplug 2
2 parents de8e499 + 511d696 commit 24421c5

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)