It would be helpful if you could see which PHP version a module is compatible with. Maybe like this in the moduleinfo.json: ```json "php": { "version": "^7.2 || ^8.0" "ext": [ "zlib" ... ] } ```