Closed (fixed)
Project:
Migrate Plus
Version:
6.0.x-dev
Component:
Tests
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2022 at 14:15 UTC
Updated:
8 Jul 2025 at 19:26 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
balintpekkerDrupal 10 will need Guzzle 7, and until https://github.com/Sainsburys/guzzle-oauth2-plugin/pull/21 is merged the suggested
sainsburys/guzzle-oauth2-pluginpackage will have conflicts. Also, it is not a required package currently, however for the Oauth2 authentication plugin to work, you need it, so it's a soft dependency. I'd suggest moving the package to therequire-devsection of the composer.json file.Comment #4
balintpekkerComment #5
kristen polThis is already a Drupal 10 compatible release:
https://www.drupal.org/project/migrate_plus/releases/6.0.0
so I assume should be closed.
Comment #6
kristen polOh, this looks like an additional issue that was missed by the original patch?
Comment #7
mglaman@balintpekker the MR makes too many changes. Rebase is on 6.x to fix
setMethods is deprecated. Let's get in the surgical fix for just that.
Comment #8
mglamanHere's the fix for the deprecated PHPUnit method. Retitling so it's more specific to the fix.
Comment #9
nkoporecLooks good to me, since its a minor thing and tests are passing, I'm setting this as RTBC.
Comment #11
heddn