Skip to content

Commit 5176a35

Browse files
authored
Merge pull request #130 from Islandora/namespace
Use drupal namespace instead of islandora.
2 parents e1c61b8 + 59edea6 commit 5176a35

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/build-2.x.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
cd $DRUPAL_DIR
9696
composer config repositories.local path "$GITHUB_WORKSPACE/build_dir"
9797
composer config minimum-stability dev
98-
composer require "islandora/controlled_access_terms:dev-github-testing as dev-2.x"
98+
composer require "drupal/controlled_access_terms:dev-github-testing as dev-2.x"
9999
100100
- name: Install modules
101101
run: |

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Download and install [as with other Drupal modules](https://www.drupal.org/docs/
3030
For example, using composer from the Drupal site's web directory:
3131

3232
```
33-
$ composer require islandora/controlled_access_terms
33+
$ composer require drupal/controlled_access_terms
3434
$ drush en -y controlled_access_terms
3535
```
3636

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

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

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "islandora/controlled_access_terms",
2+
"name": "drupal/controlled_access_terms",
33
"description": "Drupal module for subjects and agents",
44
"type": "drupal-module",
55
"keywords": ["Drupal", "Islandora"],
@@ -13,6 +13,9 @@
1313
"url": "https://packages.drupal.org/8"
1414
}
1515
],
16+
"replace": {
17+
"islandora/controlled_access_terms": "self.version"
18+
},
1619
"require": {
1720
"drupal/geolocation": "^3.2",
1821
"drupal/token": "^1.7",

0 commit comments

Comments
 (0)