Skip to content

Commit

Permalink
Prefer drupal namespace in Composer. (#1020)
Browse files Browse the repository at this point in the history
* Prefer drupal namespace in Composer.

* Update ci to use drupal namespace.

* Update composer.json

Co-authored-by: Adam <[email protected]>

---------

Co-authored-by: Adam <[email protected]>
  • Loading branch information
rosiel and adam-vessey authored Sep 4, 2024
1 parent b0df472 commit b85f318
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-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
cd $DRUPAL_DIR
composer config repositories.local path "$GITHUB_WORKSPACE/build_dir"
composer config minimum-stability dev
composer require "islandora/islandora:dev-github-testing as dev-2.x"
composer require "drupal/islandora:dev-github-testing as dev-2.x"
- 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,12 +1,15 @@
{
"name": "islandora/islandora",
"name": "drupal/islandora",
"description": "Core Islandora module",
"type": "drupal-module",
"keywords": ["Drupal", "Islandora"],
"homepage": "https://github.com/Islandora/islandora",
"support": {
"issues": "https://github.com/Islandora/documentation/issues"
},
"replace": {
"islandora/islandora": "self.version"
},
"repositories": [
{
"type": "composer",
Expand Down

0 comments on commit b85f318

Please sign in to comment.