Rename bundle namespace and prepare release 0.6.0
This commit is contained in:
Executable
+21
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user