21 lines
591 B
JSON
Executable File
21 lines
591 B
JSON
Executable File
{
|
|
"name": "mummert/contao-meilisearch-bundle",
|
|
"description": "Contao Meilisearch integration bundle",
|
|
"type": "contao-bundle",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^8.3",
|
|
"contao/core-bundle": "^4.13 || ^5.6 || ^5.7",
|
|
"contao/calendar-bundle": "^4.13 || ^5.6 || ^5.7",
|
|
"contao/news-bundle": "^4.13 || ^5.6 || ^5.7",
|
|
"meilisearch/meilisearch-php": "^1.16"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Mummert\\ContaoMeilisearchBundle\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"contao-manager-plugin": "Mummert\\ContaoMeilisearchBundle\\ContaoManager\\Plugin"
|
|
}
|
|
} |