phpOMS/tests/Module/Testmodule/info.json
Dennis Eichhorn a7f9eab55a
Some checks failed
CI / general_module_workflow_php (push) Has been cancelled
Test fixes
2024-05-16 02:14:55 +00:00

26 lines
488 B
JSON
Executable File

{
"name": {
"id": 1999000000,
"internal": "Testmodule",
"external": "Testmodule"
},
"category": "Test",
"version": "1.0.0",
"requirements": {
"phpOMS": "1.0.0",
"phpOMS-db": "1.0.0"
},
"creator": {
"name": "Jingga",
"website": "https://jingga.app"
},
"description": "Testmodule module.",
"directory": "Testmodule",
"dependencies": {
},
"providing": {
},
"load": [
]
}