(dev/core#3581) composer.json - Allow newer version of oauth2-google
authorTim Otten <totten@civicrm.org>
Thu, 21 Dec 2023 19:12:00 +0000 (11:12 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 3 Jan 2024 23:03:55 +0000 (15:03 -0800)
I looked at the diffs for v3.0.4 and 4.0.0.

* They raised the requirements to PHP 7.3/8.0 and added some type-hints.
* They raised the test-env to PHPUnit 8/9
* They updated some metadata to say all that.
* The main contracts are provided by `league/oauth2-client` -- which
  hasn't changed. It's still the same v2.x requirement.
* I don't believe that Civi directly extends/overrides any of the Google Auth stuff.

composer.json
composer.lock

index 53a86babef042d56d1f5d0c028d000dce919f744..5f846e68d14ed5fd4613d170ec26ce8ea79ba1da 100644 (file)
@@ -85,7 +85,7 @@
     "civicrm/composer-downloads-plugin": "^3.0",
     "league/csv": "~9.7.4",
     "league/oauth2-client": "^2.4",
-    "league/oauth2-google": "^3.0",
+    "league/oauth2-google": "^3.0 || ^4.0",
     "tplaner/when": "~3.1",
     "xkerman/restricted-unserialize": "~1.1",
     "typo3/phar-stream-wrapper": "^2 || ^3.0",
index bc9633e6c97078cf9750dc2ebbfe9b26d4473f0a..dc3100a4c5ed8c4a458c358a02fa113e60f0bfba 100644 (file)
@@ -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": "9bd88911ac05e61e199444889b78fc8e",
+    "content-hash": "4d83914e1eba4abeb1a44bcc1512aa47",
     "packages": [
         {
             "name": "adrienrn/php-mimetyper",
                     "type": "community_bridge"
                 }
             ],
+            "abandoned": true,
             "time": "2020-09-14T14:23:00+00:00"
         },
         {