diff --git a/composer.json b/composer.json index a937c1045..2255af3ea 100644 --- a/composer.json +++ b/composer.json @@ -8,8 +8,8 @@ "name": "Mikkel Jakobsen mikkel@reload.dk" } ], - "repositories": [ - { + "repositories": { + "drupal/potion": { "type": "package", "package": { "name": "drupal/potion", @@ -28,15 +28,15 @@ } } }, - { + "packages": { "type": "composer", "url": "https://packages.drupal.org/8" }, - { + "asset": { "type": "composer", "url": "https://asset-packagist.org" }, - { + "danskernesdigitalebibliotek/dpl-react": { "type": "package", "package": { "name": "danskernesdigitalebibliotek/dpl-react", @@ -51,7 +51,7 @@ } } }, - { + "danskernesdigitalebibliotek/dpl-design-system": { "type": "package", "package": { "name": "danskernesdigitalebibliotek/dpl-design-system", @@ -63,7 +63,7 @@ } } }, - { + "packages/fbs-client": { "type": "path", "url": "packages/fbs-client", "options": { @@ -72,7 +72,7 @@ } } }, - { + "packages/cms-api": { "type": "path", "url": "packages/cms-api", "options": { @@ -81,7 +81,7 @@ } } } - ], + }, "require": { "amazeeio/drupal_integrations": "^0.4", "brick/math": "^0.12.1",