Skip to content

Commit 139c6af

Browse files
Require PHP 8.2 polyfill
1 parent 1e80004 commit 139c6af

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"php-http/httplug": "^2.4.1",
2929
"psr/http-client-implementation": "^1.0",
3030
"psr/http-factory-implementation": "^1.0",
31-
"psr/http-message": "^1.1 || ^2.0"
31+
"psr/http-message": "^1.1 || ^2.0",
32+
"symfony/polyfill-php82": "^1.27"
3233
},
3334
"require-dev": {
3435
"bamarni/composer-bin-plugin": "^1.8.2",

0 commit comments

Comments
 (0)