-
- Downloads
Issue #3349849 by vaish, Chandreshgiri Gauswami, Ashutosh Ahirwal, geoffreyr,...
Issue #3349849 by vaish, Chandreshgiri Gauswami, Ashutosh Ahirwal, geoffreyr, justskew, Vitor Faria, yivanov: Drupal 10 compatibility
Showing
- address_autocomplete.info.yml 1 addition, 1 deletionaddress_autocomplete.info.yml
- address_autocomplete.libraries.yml 1 addition, 1 deletionaddress_autocomplete.libraries.yml
- composer.json 36 additions, 0 deletionscomposer.json
- js/address_autocomplete.js 3 additions, 3 deletionsjs/address_autocomplete.js
composer.json
0 → 100644
{ | ||
"name": "drupal/address_autocomplete", | ||
"type": "drupal-module", | ||
"description": "This module enhances the Address module with autocomplete functionality.", | ||
"homepage": "http://drupal.org/project/address_autocomplete", | ||
"license": "GPL-2.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "Christian Ziegler (criz)", | ||
"homepage": "https://www.drupal.org/u/criz", | ||
"role": "Maintainer" | ||
}, | ||
{ | ||
"name": "dejan0", | ||
"homepage": "https://www.drupal.org/u/dejan0", | ||
"role": "Maintainer" | ||
}, | ||
{ | ||
"name": "Nikolay Grachev (granik)", | ||
"homepage": "https://www.drupal.org/u/granik", | ||
"role": "Maintainer" | ||
}, | ||
{ | ||
"name": "Vojislav Jovanović (vaish)", | ||
"homepage": "https://www.drupal.org/u/vaish", | ||
"role": "Maintainer" | ||
} | ||
], | ||
"support": { | ||
"issues": "https://www.drupal.org/project/issues/address_autocomplete", | ||
"source": "https://git.drupalcode.org/project/address_autocomplete" | ||
}, | ||
"require": { | ||
"drupal/core": "^9.2|| ^10" | ||
} | ||
} |
Please register or sign in to comment