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