Skip to content

Commit 3e5ba91

Browse files
committed
Add PHP 7.3 polyfills
So that we can use the is_countable function.
1 parent 3b7e679 commit 3e5ba91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"psr/http-client-implementation": "^1.0",
1717
"psr/http-factory-implementation": "^1.0",
1818
"http-interop/http-factory-discovery": "^1.4",
19-
"php-http/client-common": "^1.9 || ^2.0"
19+
"php-http/client-common": "^1.9 || ^2.0",
20+
"symfony/polyfill-php73": "^1.11"
2021
},
2122
"require-dev": {
2223
"phpspec/phpspec": "^3.4 || ^4.0 || ^5.0",

0 commit comments

Comments
 (0)