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

Try removing require-dev

parent 215ead97
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,12 @@ namespace Drupal\Tests\automatic_updates\Build;
*/
class CoreUpdateTest extends UpdateTestBase {
protected function getInitialConfiguration(array $data): array {
$data = parent::getInitialConfiguration($data);
unset($data['require-dev']);
return $data;
}
/**
* {@inheritdoc}
*/
......
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