Skip to content
Snippets Groups Projects
Commit 850d2405 authored by RajabNatshah's avatar RajabNatshah Committed by Rajab Natshah
Browse files

Issue #3150551 by RajabNatshah: Fix composer file to match the Drupal 9 full...

Issue #3150551 by RajabNatshah: Fix composer file to match the Drupal 9 full project, not the sandbox
parent 35389153
No related branches found
Tags rt-3.8.8
No related merge requests found
......@@ -133,9 +133,14 @@ Current maintainers:
* Edward Chan (edwardchiapet) - https://www.drupal.org/u/edwardchiapet
* Lee Nakamura (LNakamura) - https://www.drupal.org/u/lnakamura
* Mohammed J. Razem - https://www.drupal.org/u/mohammed-j-razem
* Rajab Natshah - https://www.drupal.org/u/rajabnatshah
Active support and ongoing development by Mediacurrent -
http://www.mediacurrent.com/
Maintenance for D8 and D9 versions by Vardot -
https://www.vardot.com/
For additional information, see the project page on Drupal.org
<https://www.drupal.org/project/autocomplete_deluxe>
{
"name": "drupal/autocomplete_deluxe_8",
"name": "drupal/autocomplete_deluxe",
"description": "Enhanced autocomplete using Jquery UI autocomplete.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/sandbox/edwardchan/2888186",
"authors": [{
"name": "Edward Chan"
}],
"homepage": "https://www.drupal.org/project/autocomplete_deluxe",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Mediacurrent",
"homepage": "https://www.drupal.org/mediacurrent",
"role": "Supporting organization"
},
{
"name": "Vardot",
"homepage": "https://www.drupal.org/vardot",
"role": "Maintenance for D8 and D9 versions"
},
{
"name": "Edward Chan",
"homepage": "https://www.drupal.org/u/edwardchiapet"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/2888186"
"issues": "https://www.drupal.org/project/issues/autocomplete_deluxe",
"source": "http://cgit.drupalcode.org/autocomplete_deluxe"
},
"license": "GPL-2.0+",
"repositories": [{
"type": "package",
"package": {
"name": "drupal/autocomplete_deluxe_8",
"version": "8.0.0",
"type": "drupal-module",
"source": {
"url": "https://git.drupal.org:sandbox/edwardchan/2888186.git",
"type": "git",
"reference": "refs/heads/8.x-1.x"
}
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
}]
},
"require": {
"drupal/core": "^8 || ^9"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment