Skip to content
Snippets Groups Projects
Commit b033f726 authored by jurgenhaas's avatar jurgenhaas
Browse files

#3 Remove empty support and suggest entries from...

#3 Remove empty support and suggest entries from default as they cause format error when they remain empty
parent ce2f42c1
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,6 @@ class Handler {
'homepage' => '',
'authors' => [],
'minimum-stability' => 'dev',
'support' => [],
'repositories' => [
[
'type' => 'composer',
......@@ -135,7 +134,6 @@ class Handler {
],
],
'require' => [],
'suggest' => [],
'require-dev' => [
'lakedrops/drupal-spoons' => 'dev-master',
'composer/installers' => '^1',
......
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