AlexaCRM / dynamics-webapi-toolkit

Dynamics 365 Web API Toolkit for PHP
MIT License
75 stars 58 forks source link

Update composer.json to allow psr/cache 3.0 #98

Closed fabianderijk closed 1 month ago

fabianderijk commented 9 months ago

I'm using Drupal 10.1. As per https://github.com/AlexaCRM/dynamics-webapi-toolkit/pull/97 the dependency to psr/log was updated to the correct version, however Drupal 10.1 also requires psr/cache ~3.0.0

Can this be added in the composer.json as well? I'll create a PR for this.

fabianderijk commented 9 months ago

PR has been created in https://github.com/AlexaCRM/dynamics-webapi-toolkit/pull/99

mrudov commented 1 month ago

Fixed in v4 branch. Refer README.md for details.