Skip to content

Commit

Permalink
Change composer namespace from islandora to drupal.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Aug 29, 2024
1 parent da2072c commit 0630847
Show file tree
Hide file tree
Showing 2 changed files with 2 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
2 changes: 1 addition & 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 Down

0 comments on commit 0630847

Please sign in to comment.