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
https://packagist.org/packages/doctrine/mongodb-odm/php-stats#2 shows that ~95% of 2.x users are using at least PHP 7.4 while the minimum required version in 7.2. Given 7.2 -> 7.4 is not bumping for the sake of bumping but would allow us to modernize our code this is a minimum bump we should consider for next minor version.
Bump minimal PHP version in composer.json
Remove PHP version checks for PHP 7.x
Add typed properties and default values where applicable
Migrate the code to use latest syntax features (arrow functions, etc)
The text was updated successfully, but these errors were encountered:
https://packagist.org/packages/doctrine/mongodb-odm/php-stats#2 shows that ~95% of 2.x users are using at least PHP 7.4 while the minimum required version in 7.2. Given 7.2 -> 7.4 is not bumping for the sake of bumping but would allow us to modernize our code this is a minimum bump we should consider for next minor version.
The text was updated successfully, but these errors were encountered: