Rename bundle namespace and prepare release 0.6.0

This commit is contained in:
Jürgen Mummert
2026-03-09 10:06:05 +01:00
commit b59bda40fc
37 changed files with 2582 additions and 0 deletions
Executable
+21
View File
@@ -0,0 +1,21 @@
{
"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"
}
}