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 f590601 commit 9071102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions components/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
2 changes: 1 addition & 1 deletion uri/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"require": {
"php": "^8.1",
"ext-json": "*",
"league/uri-interfaces": "7.x-dev",
"league/uri-interfaces": "7.0.0-beta.1",
"psr/http-message": "^2.0"
},
"autoload": {
Expand Down

0 comments on commit 9071102

Please sign in to comment.