Merge pull request #55 from Islandora/namespace
Change composer namespace from islandora to drupal.
This commit is contained in:
commit
c38fb74b91
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "islandora/advanced_search",
|
||||
"name": "drupal/advanced_search",
|
||||
"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.",
|
||||
"keywords": [
|
||||
|
|
@ -13,6 +13,9 @@
|
|||
"source": "https://github.com/digitalutsc/advanced_search/tree/islandora_lite"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"replace": {
|
||||
"islandora/advanced_search": "self.version"
|
||||
},
|
||||
"repositories": {
|
||||
"drupal": {
|
||||
"type": "composer",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue