We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c329ed0 commit 7dbe8a6Copy full SHA for 7dbe8a6
composer.json
@@ -30,11 +30,6 @@
30
"phpunit/phpunit": "<5.4.3",
31
"symfony/console": "<5.4"
32
},
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
- },
38
"autoload": {
39
"files": [ "Resources/functions/dump.php" ],
40
"psr-4": { "Symfony\\Component\\VarDumper\\": "" },
0 commit comments