14 lines
302 B
JSON
14 lines
302 B
JSON
{
|
|
"name": "thelia/open-api-module",
|
|
"description": "A modern and documented open api for Thelia",
|
|
"license": "LGPL-3.0-or-later",
|
|
"type": "thelia-module",
|
|
"require": {
|
|
"thelia/installer": "~1.1",
|
|
"zircote/swagger-php": "~3.1.0"
|
|
},
|
|
"extra": {
|
|
"installer-name": "OpenApi"
|
|
}
|
|
}
|