Skip to content

Commit 7dbe8a6

Browse files
artyuumfabpot
authored andcommitted
Add "composer require..." in all exception messages when needed
1 parent c329ed0 commit 7dbe8a6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
"phpunit/phpunit": "<5.4.3",
3131
"symfony/console": "<5.4"
3232
},
33-
"suggest": {
34-
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
35-
"ext-intl": "To show region name in time zone dump",
36-
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
37-
},
3833
"autoload": {
3934
"files": [ "Resources/functions/dump.php" ],
4035
"psr-4": { "Symfony\\Component\\VarDumper\\": "" },

0 commit comments

Comments
 (0)