Merge pull request #55 from Islandora/namespace

Change composer namespace from islandora to drupal.
This commit is contained in:
Annie Oelschlager 2024-09-04 12:18:37 -05:00 committed by GitHub
commit c38fb74b91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
{ {
"name": "islandora/advanced_search", "name": "drupal/advanced_search",
"type": "drupal-module", "type": "drupal-module",
"description": "This module creates several blocks to support searching. It also enables the use of Ajax with search blocks, facets, and search results.", "description": "This module creates several blocks to support searching. It also enables the use of Ajax with search blocks, facets, and search results.",
"keywords": [ "keywords": [
@ -13,6 +13,9 @@
"source": "https://github.com/digitalutsc/advanced_search/tree/islandora_lite" "source": "https://github.com/digitalutsc/advanced_search/tree/islandora_lite"
}, },
"minimum-stability": "dev", "minimum-stability": "dev",
"replace": {
"islandora/advanced_search": "self.version"
},
"repositories": { "repositories": {
"drupal": { "drupal": {
"type": "composer", "type": "composer",