Closed doekenorg closed 2 years ago
This MR will add a config.platform.php key with the PHP version that we support. This way composer will not update packages to a newer version that have a highter php version set. It's as though you called composer install with php 7.2.
config.platform.php
composer install
php 7.2
Should prevent issues like 1.10.1 in the future.
1.10.1
This MR will add a
config.platform.php
key with the PHP version that we support. This way composer will not update packages to a newer version that have a highter php version set. It's as though you calledcomposer install
withphp 7.2
.Should prevent issues like
1.10.1
in the future.