Skip to content

Commit

Permalink
Change composer namespace from islandora to drupal. (#79)
Browse files Browse the repository at this point in the history
* Change composer namespace from islandora to drupal.

* include composer replace for old namespace.
  • Loading branch information
rosiel authored Sep 4, 2024
1 parent ded056e commit a2a9611
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-3.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
cd $DRUPAL_DIR
composer config repositories.local path "$GITHUB_WORKSPACE/build_dir"
composer config minimum-stability dev
composer require "islandora/jsonld:dev-github-testing as dev-3.x" --prefer-source -W
composer require "drupal/jsonld:dev-github-testing as dev-3.x" --prefer-source -W
- name: Install modules
run: |
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "islandora/jsonld",
"name": "drupal/jsonld",
"description": "JSON-LD serializer for Drupal",
"type": "drupal-module",
"license": "GPL-2.0+",
Expand All @@ -19,6 +19,9 @@
"role": "Maintainer"
}
],
"replace" : {
"islandora/jsonld": "self.version"
},
"require" : {
"drupal/core": "^10",
"drupal/hal": "^1||^2",
Expand Down

0 comments on commit a2a9611

Please sign in to comment.