- Issue created by @tbsiqueira
- Status changed to Fixed
over 1 year ago 3:42pm 13 July 2023 Automatically closed - issue fixed for 2 weeks with no activity.
We are encountering a compatibility issue with our current Drupal core package, drupal/core-recommended, which is preventing us from utilizing Guzzle v7 that is compatible with PHP 8.1. As part of our efforts to make Open Social PHP 8.1 compatible, we need to update this dependency. Without the updated dependency, we are unable to run our tests on Behat using PHP 8.1. Resolving this issue is crucial to ensure the smooth functioning and compatibility of our system.
On a PHP 8.1 environment, run Behat tests.
According to this change request https://www.drupal.org/node/3268032 → we need to drop our use of drupal/core-recommended and require drupal/core
Site owners who are using drupal/core-recommended and wish to use Guzzle 7 will need to change their site to depend on drupal/core directly. Note that your Composer dependencies will no longer be locked to specific patch releases after this change, so you will need to take care to avoid accidentally updating dependencies before your site is ready.
For a full documentation, please check this PR https://github.com/goalgorilla/open_social/pull/3457
N/A
N/A
N/A
N/A
Fixed
11.9
Code (back-end)
Automatically closed - issue fixed for 2 weeks with no activity.