Skip to content
Snippets Groups Projects
Commit 3fb91ffc authored by Adam G-H's avatar Adam G-H Committed by Ted Bowman
Browse files

Issue #3364514 by tedbow, phenaproxima: Build test failing on 10.0.x

parent 258fe9aa
No related branches found
No related tags found
2 merge requests!989Issue #3356804 by phenaproxima: Flag a warning during status check if the...,!898Issue #3364514: Build test failing on 10.0.x
......@@ -16,7 +16,8 @@
"ext-json": "*",
"drupal/core": "^9.7 || ^10",
"php-tuf/composer-stager": "2.0-alpha1",
"composer-runtime-api": "^2.1"
"composer-runtime-api": "^2.1",
"symfony/config": "^6.2"
},
"require-dev": {
"colinodell/psr-testlogger": "^1.2",
......@@ -51,4 +52,4 @@
}
}
}
}
\ No newline at end of file
}
......@@ -108,6 +108,7 @@ final class PackageManagerServiceProvider extends ServiceProviderBase {
'class_resolver' => 'Drupal\Core\DependencyInjection\ClassResolverInterface',
'request_stack' => 'Symfony\Component\HttpFoundation\RequestStack',
'theme_handler' => 'Drupal\Core\Extension\ThemeHandlerInterface',
'cron' => 'Drupal\Core\CronInterface',
];
foreach ($aliases as $service_id => $alias) {
if (!$container->hasAlias($alias)) {
......
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