Skip to content

Commit f85b388

Browse files
authored
Merge pull request #1 from lafourchette/feature/php8
PHP 8 compatibility
2 parents 8a17fd1 + 32ac555 commit f85b388

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
@@ -16,8 +16,8 @@
1616
"php": ">=5.4",
1717
"psr/http-message": "^1.0",
1818
"php-http/client-implementation": "^1.0",
19-
"php-http/client-common": "^1.0",
20-
"php-http/httplug": "^1.0",
19+
"php-http/client-common": "^1.0|^2.0",
20+
"php-http/httplug": "^1.0|^2.0",
2121
"php-http/message-factory": "^1.0",
2222
"php-http/discovery": "^1.0"
2323
},

0 commit comments

Comments
 (0)