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 @@
"ext-json": "*",
"paragonie/sodium_compat": "^1.14",
"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.*",
"zordius/lightncandy": "^1.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpunit": "^9.5",
"symfony/console": "4.4.* || 5.2.*",
"symfony/dotenv": "4.4.* || 5.2.*"
"phpunit/phpunit": "^9.5"
},
"config": {
"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