Skip to content

Commit

Permalink
Add "composer require..." in all exception messages when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
artyuum authored and fabpot committed Apr 21, 2023
1 parent c329ed0 commit 7dbe8a6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
"phpunit/phpunit": "<5.4.3",
"symfony/console": "<5.4"
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
},
"autoload": {
"files": [ "Resources/functions/dump.php" ],
"psr-4": { "Symfony\\Component\\VarDumper\\": "" },
Expand Down

0 comments on commit 7dbe8a6

Please sign in to comment.