That's great. May I suggest doing the same pattern for MySQL as well, because in requirements.json it looks like the PHP part was before this last update, so it wouldn't block 8+ versions? 9.7 LTS is coming out this month with vector support, and I guess there will be different people eager to update their servers, if they have different apps there. I am one of those people 😅 Not sure if anything would be broken in 9.7, but I guess you'll need to test in detail "php": { "deprecated": [ "8.1.0" ], "supported": [ "8.1.0", "8.2.0", "8.3.0" ] }, "mysql": { "required": "8.0.13", "recommended": "8.0.13" }