You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There are multiple dependent libraries which are not available for both PHP 7.1 and 8 together ranging from phpunit/phpunit, symfony/polyfill-mbstring, guzzlehttp/guzzle.
Latest of Drupal 9.2 will need symfony/polyfill-mbstring v1.20.0...v1.22.1 which have conflict with PHP 7.3 and below
Describe the solution you'd like
Introduce 3.x which will support PHP 7.4 and above. Will support 2.x branch at the same time for security updates and will announce end of life for 2.x
Describe alternatives you've considered
We can have intermediate library which maintains only version compatibility
Is your feature request related to a problem? Please describe.
There are multiple dependent libraries which are not available for both PHP 7.1 and 8 together ranging from phpunit/phpunit, symfony/polyfill-mbstring, guzzlehttp/guzzle.
Latest of Drupal 9.2 will need symfony/polyfill-mbstring v1.20.0...v1.22.1 which have conflict with PHP 7.3 and below
Describe the solution you'd like
Introduce 3.x which will support PHP 7.4 and above. Will support 2.x branch at the same time for security updates and will announce end of life for 2.x
Describe alternatives you've considered
We can have intermediate library which maintains only version compatibility
Additional context
#146
#161
#112
The text was updated successfully, but these errors were encountered: