Skip to content

Commit 24d4775

Browse files
committed
Add Drupal composer repository
1 parent 5889745 commit 24d4775

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
"issues": "https://www.drupal.org/project/issues/jsonapi_frontend",
1717
"source": "https://git.drupalcode.org/project/jsonapi_frontend"
1818
},
19+
"repositories": [
20+
{
21+
"type": "composer",
22+
"url": "https://packages.drupal.org/8"
23+
}
24+
],
1925
"require": {
2026
"drupal/core": "^10 || ^11"
2127
},

0 commit comments

Comments
 (0)