saintsystems / odata-client-php

OData Client Library for PHP
MIT License
141 stars 102 forks source link

Add compatibility with Drupal 9.3 #108

Open manojiksula opened 2 years ago

manojiksula commented 2 years ago

Hello Team,

Can we have support of your module for Drupal ^9.3 with guzzlehttp/guzzle: ^6.3 because when we install module,it not allowing to install because drupal need guzzlehttp/guzzle: ^6.3 but as par your current version it requires php 8 with guzzlehttp/guzzle: ^7.

Currently below are the requirement for our system

php: ^8.0 guzzlehttp/guzzle: ^6.3

https://www.drupal.org/project/drupal/issues/3104353

Can you please help us because it is not giving below error

`Problem 1

n8rowley commented 10 months ago

Seems similar to issue #82. Will PR #84 solve this issue?