forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
17 lines
451 B
JSON
17 lines
451 B
JSON
{
|
|
"name": "drupal/commerce_exchanger",
|
|
"type": "drupal-module",
|
|
"description": "Commerce 2 currency exchange rates / converter.",
|
|
"homepage": "https://www.drupal.org/project/commerce_exchanger",
|
|
"license": "GPL-2.0-or-later",
|
|
"require": {
|
|
"drupal/commerce": "~2.11"
|
|
}
|
|
,
|
|
"require-dev": {
|
|
"ext-simplexml": "*",
|
|
"roave/security-advisories": "dev-master"
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|