Skip to content

Commit

Permalink
Simplify composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Aug 2, 2023
1 parent f8b6dd3 commit a45c213
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,14 @@
"league/uri-schemes": "^1.0"
},
"suggest": {
"ext-intl" : "Needed to improve host validation",
"ext-fileinfo": "Needed to create Data URI from a filepath",
"ext-intl": "to handle IDN host with the best performance",
"ext-gmp": "to improve handle IPV4 parsing",
"ext-bcmath": "to improve handle IPV4 parsing",
"ext-fileinfo": "to create Data URI from a filepath",
"jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
"league/uri-components" : "Needed to easily manipulate URI objects",
"symfony/polyfill-intl-idn": "Needed to improve host validation"
"php-64bit": "to improve handle IPV4 parsing",
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is missing"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit a45c213

Please sign in to comment.