upgraded commerce_stripe
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@
|
|||||||
"drupal/commerce_email": "^1.5",
|
"drupal/commerce_email": "^1.5",
|
||||||
"drupal/commerce_license": "^3.0",
|
"drupal/commerce_license": "^3.0",
|
||||||
"drupal/commerce_recurring": "^1.0@RC",
|
"drupal/commerce_recurring": "^1.0@RC",
|
||||||
"drupal/commerce_stripe": "^1.1",
|
"drupal/commerce_stripe": "^2.0",
|
||||||
"drupal/commerce_variation_cart_form": "^1.4",
|
"drupal/commerce_variation_cart_form": "^1.4",
|
||||||
"drupal/composer_deploy": "^1.7",
|
"drupal/composer_deploy": "^1.7",
|
||||||
"drupal/computed_field": "^3.0@alpha",
|
"drupal/computed_field": "^3.0@alpha",
|
||||||
|
|||||||
Generated
+13
-12
@@ -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": "717ee79b98606fc7208d10aaf5ff4621",
|
"content-hash": "f8c5b02f68a9b0f318c5b872341a80cb",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
@@ -3776,35 +3776,36 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/commerce_stripe",
|
"name": "drupal/commerce_stripe",
|
||||||
"version": "1.3.0",
|
"version": "2.2.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/commerce_stripe.git",
|
"url": "https://git.drupalcode.org/project/commerce_stripe.git",
|
||||||
"reference": "8.x-1.3"
|
"reference": "2.2.2"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/commerce_stripe-8.x-1.3.zip",
|
"url": "https://ftp.drupal.org/files/projects/commerce_stripe-2.2.2.zip",
|
||||||
"reference": "8.x-1.3",
|
"reference": "2.2.2",
|
||||||
"shasum": "c875d8812faf772e37e59bc19f2e34841eb539a3"
|
"shasum": "d5c52c557335d7c8454ed1048c4eaa879f54df26"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/commerce": "^2.40 || ^3",
|
"drupal/commerce": "^3",
|
||||||
"drupal/commerce_payment": "*",
|
"drupal/commerce_payment": "*",
|
||||||
"drupal/core": "^9.3 || ^10 || ^11",
|
"drupal/core": "^10.3 || ^11",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"php": ">=8.1",
|
"php": ">=8.1",
|
||||||
"stripe/stripe-php": "^7.25 || ^15"
|
"stripe/stripe-php": "^15"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"drupal/advancedqueue": "^1.0",
|
"drupal/advancedqueue": "^1.0",
|
||||||
"drush/drush": "^11.0 || ^12.0 || ^13.0"
|
"drupal/commerce_shipping": "^2.0 || ^3",
|
||||||
|
"drush/drush": "^12.0 || ^13.0"
|
||||||
},
|
},
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.3",
|
"version": "2.2.2",
|
||||||
"datestamp": "1740200450",
|
"datestamp": "1789574977",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
|||||||
Reference in New Issue
Block a user