Move symfony/config dependency to require-dev.
... | ... | @@ -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", | ||
... | ... |
Please register or sign in to comment