Browse Source

update contrib module profile to dev, patched commerce-license for license re-purchase

bach 2 years ago
parent
commit
63f54f17ef
2 changed files with 15 additions and 16 deletions
  1. 3 1
      composer.json
  2. 12 15
      composer.lock

+ 3 - 1
composer.json

@@ -131,6 +131,7 @@
         "drupal/payment": "^2.1",
         "drupal/permissions_filter": "^1.1",
         "drupal/printable": "^2.0",
+        "drupal/profile": "1.x-dev@dev",
         "drupal/pwa": "^1.5",
         "drupal/recurring_period": "^1.0",
         "drupal/redirect": "^1.x-dev@dev",
@@ -259,7 +260,8 @@
               "Stripe is a web service and should be in system.admin_config_services https://www.drupal.org/project/stripe/issues/3090652": "https://www.drupal.org/files/issues/2020-01-08/stripe-link_menu_in_services-3090652-5.patch"
             },
             "drupal/commerce_license": {
-              "expected argument of type array or Traversable and ArrayAccess, string given https://www.drupal.org/project/commerce_license/issues/3252431":"https://www.drupal.org/files/issues/2021-12-03/commerce_license-expected-argument-of-type-array-3252431-1.patch"
+              "expected argument of type array or Traversable and ArrayAccess, string given https://www.drupal.org/project/commerce_license/issues/3252431":"https://www.drupal.org/files/issues/2021-12-03/commerce_license-expected-argument-of-type-array-3252431-1.patch",
+              "ability to re-purchase a license to extend it https://www.drupal.org/project/commerce_license/issues/2943888": "https://www.drupal.org/files/issues/2022-02-21/reroll-commerce_license-allow-renewal-2943888-141.patch"
             },
             "drupal/commerce_stripe" : {
               "Allow off_session payment intents for recurring payments https://www.drupal.org/project/commerce_stripe/issues/3171408": "https://www.drupal.org/files/issues/2021-10-04/commerce_stripe-allow-off_session-payment-intents-for-recurring-payments-3171408-34.patch"

+ 12 - 15
composer.lock

@@ -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": "4d8fc060a7ba45b3740e626b72ed32a0",
+    "content-hash": "d52543a5e9c33de597427a41497c8de2",
     "packages": [
         {
             "name": "alchemy/zippy",
@@ -11758,20 +11758,14 @@
         },
         {
             "name": "drupal/profile",
-            "version": "1.3.0",
+            "version": "dev-1.x",
             "source": {
                 "type": "git",
                 "url": "https://git.drupalcode.org/project/profile.git",
-                "reference": "8.x-1.3"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://ftp.drupal.org/files/projects/profile-8.x-1.3.zip",
-                "reference": "8.x-1.3",
-                "shasum": "e2f0b76ae0cfb312259a956f7140cec261e543b1"
+                "reference": "c82f25f41818a45333876e61eaae96f92a268fc7"
             },
             "require": {
-                "drupal/core": "^8.8 || ^9",
+                "drupal/core": "^8.9 || ^9 || ^10",
                 "drupal/entity": "^1.0-rc2"
             },
             "require-dev": {
@@ -11779,12 +11773,15 @@
             },
             "type": "drupal-module",
             "extra": {
+                "branch-alias": {
+                    "dev-1.x": "1.x-dev"
+                },
                 "drupal": {
-                    "version": "8.x-1.3",
-                    "datestamp": "1628099894",
+                    "version": "8.x-1.3+7-dev",
+                    "datestamp": "1644837206",
                     "security-coverage": {
-                        "status": "covered",
-                        "message": "Covered by Drupal's security advisory policy"
+                        "status": "not-covered",
+                        "message": "Dev releases are not covered by Drupal security advisories."
                     }
                 }
             },
@@ -24813,6 +24810,7 @@
         "drupal/migrate_plus": 20,
         "drupal/migrate_tools": 20,
         "drupal/mimemail": 20,
+        "drupal/profile": 20,
         "drupal/redirect": 20,
         "drupal/search_api_page": 20,
         "drupal/select_translation": 20,
@@ -24852,7 +24850,6 @@
         "drupal/menu_position": 20,
         "drupal/path_alias_xt": 20,
         "drupal/pathologic": 15,
-        "drupal/profile": 5,
         "drupal/smtp": 10
     },
     "prefer-stable": true,