Skip to content

Commit edba17a

Browse files
authored
Declare the uri-polyfill package as provide ext-uri (#164)
This allows installing this polyfill package to satisfy a requirement on ext-uri of another package.
1 parent 994d974 commit edba17a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

polyfill/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"league/uri-interfaces": ">=7.6",
3636
"rowbot/url": "^4.1.0"
3737
},
38+
"provide": {
39+
"ext-uri": "*"
40+
},
3841
"suggest": {
3942
"ext-intl": "to handle IDN host with the best performance",
4043
"jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",

0 commit comments

Comments
 (0)