Commit 7e2dc403 authored by Hendrik Heneke's avatar Hendrik Heneke
Browse files

Moved symfony/console and symfony/dotenv dependencies to require.

parent a3bcde96
...@@ -14,14 +14,14 @@ ...@@ -14,14 +14,14 @@
"ext-json": "*", "ext-json": "*",
"paragonie/sodium_compat": "^1.14", "paragonie/sodium_compat": "^1.14",
"symfony/framework-bundle": "4.4.* || 5.2.*", "symfony/framework-bundle": "4.4.* || 5.2.*",
"symfony/console": "4.4.* || 5.2.*",
"symfony/dotenv": "4.4.* || 5.2.*",
"symfony/yaml": "4.4.* || 5.2.*", "symfony/yaml": "4.4.* || 5.2.*",
"zordius/lightncandy": "^1.2" "zordius/lightncandy": "^1.2"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.16", "friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpunit": "^9.5", "phpunit/phpunit": "^9.5"
"symfony/console": "4.4.* || 5.2.*",
"symfony/dotenv": "4.4.* || 5.2.*"
}, },
"config": { "config": {
"optimize-autoloader": true, "optimize-autoloader": true,
......
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment