We are currently using the 1.x release (because of asset-compress 4.x) but since we upgraded to php 8.3 the mini asset version got downgraded to 1.4.2 because of this composer constraint in recent 1.x releases: "php": ">=7.4,<8.3".
What is the reason to not allow php8.3 for the latest 1.x releases?
We are currently using the 1.x release (because of asset-compress 4.x) but since we upgraded to php 8.3 the mini asset version got downgraded to 1.4.2 because of this composer constraint in recent 1.x releases:
"php": ">=7.4,<8.3"
.What is the reason to not allow php8.3 for the latest 1.x releases?