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
composer install fails, because PHP 5.6 is not supported
What Happens
composer install succeeds
Examples/tests fail due to a PHP 5.6-specific bug
Notes
The SDK was not working with PHP 5.6 for some time, but the question was only raised once, and the questioning person was OK with switching to PHP 7.0
Therefore, in order to be sure we provide best possible SDK for PHP 7.0+, and to contribute to the migration of developers to PHP 7.0 we would like to end support of PHP 5.6
This would mean changes to the code style, such as adding scalar parameter and return type-hints or using other language features introduced in PHP 7.0
The text was updated successfully, but these errors were encountered:
How to Reproduce
composer install
with PHP 5.6 for the SDKWhat Should Happen
composer install
fails, because PHP 5.6 is not supportedWhat Happens
composer install
succeedsNotes
The text was updated successfully, but these errors were encountered: