Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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://github.com/islandora/controlled_access_terms/actions/workflows/build-2.x.yml/badge.svg
[1]: https://github.com/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