Skip to content

Commit

Permalink
update composer requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jun 26, 2023
1 parent 9aa0400 commit f90ef24
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,13 @@
"require": {
"php": "^8.1",
"ext-json": "*",
"ext-fileinfo": "*",
"league/uri": "7.x-dev",
"league/uri-interfaces": "7.x-dev",
"psr/http-message": "^2.0"
"league/uri": "7.0.0-beta.1"
},
"suggest": {
"ext-intl": "to handle IDN host",
"ext-gmp": "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": "to allow manipulating URI objects",
"php-64bit": "to improve handle IPV4 parsing",
"psr/http-message-implementation": "to allow manipulating PSR-7 Uri objects",
"symfony/polyfill-intl-idn": "to use the IDNA feature via Symfony Polyfill"
Expand Down

0 comments on commit f90ef24

Please sign in to comment.