Skip to content
Snippets Groups Projects
Commit 03ea58a6 authored by Adam G-H's avatar Adam G-H
Browse files

Move symfony/config dependency to require-dev.

parent ad0b676a
No related branches found
No related tags found
No related merge requests found
......@@ -16,12 +16,12 @@
"ext-json": "*",
"drupal/core": "^9.7 || ^10",
"php-tuf/composer-stager": "2.0-alpha1",
"composer-runtime-api": "^2.1",
"symfony/config": "^6.2"
"composer-runtime-api": "^2.1"
},
"require-dev": {
"colinodell/psr-testlogger": "^1.2",
"drush/drush": "^11"
"drush/drush": "^11",
"symfony/config": "^6.2"
},
"scripts": {
"phpcbf": "scripts/phpcbf.sh",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment