Skip to content

Commit 15d3d36

Browse files
committed
Update polyfill composer.json
1 parent 5fffc77 commit 15d3d36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@
3232
},
3333
"require": {
3434
"php": ">=8.1",
35-
"league/uri-interfaces": "^7.6",
35+
"league/uri-interfaces": ">=7.6",
3636
"rowbot/url": "^4.1.0"
3737
},
3838
"suggest": {
39-
"symfony/polyfill-php82": "To use the SensitiveParameter polyfill in PHP8.1",
4039
"ext-intl": "to handle IDN host with the best performance",
4140
"jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
4241
"league/uri-components": "Needed to easily manipulate URI objects components",
4342
"php-64bit": "to improve IPV4 host parsing",
44-
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
43+
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present",
44+
"symfony/polyfill-php82": "To use the SensitiveParameter polyfill in PHP8.1"
4545
},
4646
"extra": {
4747
"branch-alias": {

0 commit comments

Comments
 (0)