Add drupal/commerce_demo
This commit is contained in:
parent
f07e1c0358
commit
97426bdbdd
|
@ -64,6 +64,7 @@
|
||||||
"centarro/commerce_kickstart": "^3.0",
|
"centarro/commerce_kickstart": "^3.0",
|
||||||
"composer/installers": "^2.0",
|
"composer/installers": "^2.0",
|
||||||
"cweagans/composer-patches": "^1.7",
|
"cweagans/composer-patches": "^1.7",
|
||||||
|
"drupal/commerce_demo": "3.0.x-dev",
|
||||||
"drupal/core-composer-scaffold": "^10",
|
"drupal/core-composer-scaffold": "^10",
|
||||||
"drupal/core-project-message": "^10",
|
"drupal/core-project-message": "^10",
|
||||||
"drupal/core-recommended": "^10",
|
"drupal/core-recommended": "^10",
|
||||||
|
|
30
composer.lock
generated
30
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "60ff6306126850ee3c7ad45601a5a87a",
|
"content-hash": "6cbbe1ddf19b67a7edde27d7545f3df6",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "apimatic/jsonmapper",
|
"name": "apimatic/jsonmapper",
|
||||||
|
@ -2843,6 +2843,28 @@
|
||||||
"source": "https://git.drupalcode.org/project/commerce"
|
"source": "https://git.drupalcode.org/project/commerce"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/commerce_demo",
|
||||||
|
"version": "3.0.x-dev",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/commerce_demo.git",
|
||||||
|
"reference": "ae12b48e897b3a72b8fdd26d7523d975e6a2a282"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"centarro/commerce_kickstart": "^3.0",
|
||||||
|
"drupal/default_content": "^2.0@alpha",
|
||||||
|
"drupal/search_api": "^1.20"
|
||||||
|
},
|
||||||
|
"default-branch": true,
|
||||||
|
"type": "drupal-module",
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0+"
|
||||||
|
],
|
||||||
|
"description": "Demo module for the Commerce module.",
|
||||||
|
"homepage": "http://drupal.org/project/commerce_demo",
|
||||||
|
"time": "2023-06-05T14:54:31+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/commerce_email",
|
"name": "drupal/commerce_email",
|
||||||
"version": "1.1.0",
|
"version": "1.1.0",
|
||||||
|
@ -16306,7 +16328,9 @@
|
||||||
],
|
],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"stability-flags": [],
|
"stability-flags": {
|
||||||
|
"drupal/commerce_demo": 20
|
||||||
|
},
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
|
@ -16314,5 +16338,5 @@
|
||||||
"ext-curl": "*"
|
"ext-curl": "*"
|
||||||
},
|
},
|
||||||
"platform-dev": [],
|
"platform-dev": [],
|
||||||
"plugin-api-version": "2.6.0"
|
"plugin-api-version": "2.3.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue