Skip to content

Commit

Permalink
Merge pull request #130 from Islandora/namespace
Browse files Browse the repository at this point in the history
Use drupal namespace instead of islandora.
  • Loading branch information
aOelschlager authored Sep 4, 2024
2 parents e1c61b8 + 59edea6 commit 5176a35
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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 @@ -95,7 +95,7 @@ jobs:
cd $DRUPAL_DIR
composer config repositories.local path "$GITHUB_WORKSPACE/build_dir"
composer config minimum-stability dev
composer require "islandora/controlled_access_terms:dev-github-testing as dev-2.x"
composer require "drupal/controlled_access_terms:dev-github-testing as dev-2.x"
- name: Install modules
run: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Download and install [as with other Drupal modules](https://www.drupal.org/docs/
For example, using composer from the Drupal site's web directory:

```
$ composer require islandora/controlled_access_terms
$ composer require drupal/controlled_access_terms
$ drush en -y controlled_access_terms
```

Expand Down Expand Up @@ -120,7 +120,7 @@ displayed. The default setting is YYYY-MM-DD (e.g. 1900-01-31) but settings
can change, for example, the separator and the date order to display dates in
'mm/dd/yyyy' format (e.g. 01/31/1900).

[1]: https:/islandora/controlled_access_terms/actions/workflows/build-2.x.yml/badge.svg
[1]: https:/Islandora/controlled_access_terms/actions/workflows/build-2.x.yml/badge.svg
[2]: http://img.shields.io/badge/CONTRIBUTING-Guidelines-blue.svg
[3]: https://img.shields.io/badge/license-GPLv2-blue.svg?style=flat-square

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/controlled_access_terms",
"name": "drupal/controlled_access_terms",
"description": "Drupal module for subjects and agents",
"type": "drupal-module",
"keywords": ["Drupal", "Islandora"],
Expand All @@ -13,6 +13,9 @@
"url": "https://packages.drupal.org/8"
}
],
"replace": {
"islandora/controlled_access_terms": "self.version"
},
"require": {
"drupal/geolocation": "^3.2",
"drupal/token": "^1.7",
Expand Down

0 comments on commit 5176a35

Please sign in to comment.