extension.json - dwwe2017/php-orm-react-framework GitHub Wiki

The extension.json contains the most important information about the module, which is needed for installation or updates, for example. All fields in the following extension.json are mandatory and must not be empty..

{
  "id": "a-unique-name-without-special-characters",
  "name": "My Magic Extension",
  "description": "My worst worn new module for the TSI2",
  "version": "1.0.0",
  "release": 1,
  "vendor": "My Company, Name, etc.",
  "url": "https://www.my-company.net",
  "support": "https://www.support.net/forum",
  "tsi_min_version": "2.0.0"
}