Skip to content

Commit

Permalink
Change repositories to object instead of array
Browse files Browse the repository at this point in the history
In order to better interact with packages interactively
  • Loading branch information
spaceo committed May 15, 2024
1 parent f33d912 commit 22a1c51
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"name": "Mikkel Jakobsen [email protected]"
}
],
"repositories": [
{
"repositories": {
"drupal/potion": {
"type": "package",
"package": {
"name": "drupal/potion",
Expand All @@ -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",
Expand All @@ -51,7 +51,7 @@
}
}
},
{
"danskernesdigitalebibliotek/dpl-design-system": {
"type": "package",
"package": {
"name": "danskernesdigitalebibliotek/dpl-design-system",
Expand All @@ -63,7 +63,7 @@
}
}
},
{
"packages/fbs-client": {
"type": "path",
"url": "packages/fbs-client",
"options": {
Expand All @@ -72,7 +72,7 @@
}
}
},
{
"packages/cms-api": {
"type": "path",
"url": "packages/cms-api",
"options": {
Expand All @@ -81,7 +81,7 @@
}
}
}
],
},
"require": {
"amazeeio/drupal_integrations": "^0.4",
"brick/math": "^0.12.1",
Expand Down

0 comments on commit 22a1c51

Please sign in to comment.