Skip to content

Commit

Permalink
Adding ext-fileinfo to composer suggest section
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Feb 8, 2020
1 parent 8898017 commit cd1716c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
],
"require": {
"php": "^7.2",
"ext-fileinfo": "*",
"ext-json": "*",
"league/uri-interfaces": "^2.1",
"psr/http-message": "^1.0"
Expand All @@ -45,6 +44,7 @@
"suggest": {
"ext-intl": "to handle IDN host",
"ext-gmp": "to improve handle IPV4 parsing",
"ext-fileinfo": "Needed to create Data URI from a filepath",
"php-64bit": "to improve handle IPV4 parsing",
"jeremykendall/php-domain-parser": "Public Suffix and Top Level Domain parsing implemented in PHP",
"league/uri": "to allow manipulating URI objects",
Expand Down

0 comments on commit cd1716c

Please sign in to comment.