Skip to content

Add php version requirements and compatibility to moduleinfo.json #69

@RobinTheHood

Description

@RobinTheHood

It would be helpful if you could see which PHP version a module is compatible with.

Maybe like this in the moduleinfo.json:

"php": {
    "version": "^7.2 || ^8.0" 
    "ext": [
         "zlib" ...
     ]
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions