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
We should bump the minimum supported version of PHP in composer.json to 7.1.x. Version 5.6 will be EOL on 31st december 2018. Which means PHP 5 support should be dropped.
Context
This change is required due to EOL support for PHP5 which will cause security issues in the future.
Possible implementation
Make the change in composer.json. Document the changes in the README.
We'll also need to verify proper support for MongoDB driver. This was an issue in the past.
The text was updated successfully, but these errors were encountered:
Detailed description
We should bump the minimum supported version of PHP in composer.json to 7.1.x. Version 5.6 will be EOL on 31st december 2018. Which means PHP 5 support should be dropped.
Context
This change is required due to EOL support for PHP5 which will cause security issues in the future.
Possible implementation
Make the change in composer.json. Document the changes in the README.
We'll also need to verify proper support for MongoDB driver. This was an issue in the past.
The text was updated successfully, but these errors were encountered: