forked from danskernesdigitalebibliotek/dpl-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change repositories to object instead of array
In order to better interact with packages interactively
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
"name": "Mikkel Jakobsen [email protected]" | ||
} | ||
], | ||
"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", | ||
|