From 08645dadab3dadc82d6f75a9ff17af3743178f1e Mon Sep 17 00:00:00 2001 From: rosie Le Faive Date: Thu, 29 Aug 2024 06:29:31 -0300 Subject: [PATCH] Change composer namespace from islandora to drupal. --- .github/workflows/build-3.x.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-3.x.yml b/.github/workflows/build-3.x.yml index be82dfd..6850f13 100644 --- a/.github/workflows/build-3.x.yml +++ b/.github/workflows/build-3.x.yml @@ -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: | diff --git a/composer.json b/composer.json index f0ea87d..079558b 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "islandora/jsonld", + "name": "drupal/jsonld", "description": "JSON-LD serializer for Drupal", "type": "drupal-module", "license": "GPL-2.0+",