I'm seeing a lot of deprecation messages from the dependencies.
From a quick test I think you can safely just update them and do something like
"php": "^8.1",
"google/apiclient": "^2.19",
"google/apiclient-services": "^0.433"
in composer.json and that's it.
I'm seeing a lot of deprecation messages from the dependencies.
From a quick test I think you can safely just update them and do something like
in composer.json and that's it.