File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 95
95
cd $DRUPAL_DIR
96
96
composer config repositories.local path "$GITHUB_WORKSPACE/build_dir"
97
97
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"
99
99
100
100
- name : Install modules
101
101
run : |
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Download and install [as with other Drupal modules](https://www.drupal.org/docs/
30
30
For example, using composer from the Drupal site's web directory:
31
31
32
32
```
33
- $ composer require islandora /controlled_access_terms
33
+ $ composer require drupal /controlled_access_terms
34
34
$ drush en -y controlled_access_terms
35
35
```
36
36
@@ -120,7 +120,7 @@ displayed. The default setting is YYYY-MM-DD (e.g. 1900-01-31) but settings
120
120
can change, for example, the separator and the date order to display dates in
121
121
'mm/dd/yyyy' format (e.g. 01/31/1900).
122
122
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
124
124
[ 2 ] : http://img.shields.io/badge/CONTRIBUTING-Guidelines-blue.svg
125
125
[ 3 ] : https://img.shields.io/badge/license-GPLv2-blue.svg?style=flat-square
126
126
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " islandora /controlled_access_terms" ,
2
+ "name" : " drupal /controlled_access_terms" ,
3
3
"description" : " Drupal module for subjects and agents" ,
4
4
"type" : " drupal-module" ,
5
5
"keywords" : [" Drupal" , " Islandora" ],
13
13
"url" : " https://packages.drupal.org/8"
14
14
}
15
15
],
16
+ "replace" : {
17
+ "islandora/controlled_access_terms" : " self.version"
18
+ },
16
19
"require" : {
17
20
"drupal/geolocation" : " ^3.2" ,
18
21
"drupal/token" : " ^1.7" ,
You can’t perform that action at this time.
0 commit comments