We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bd7de commit 2bf8416Copy full SHA for 2bf8416
composer.json
@@ -22,7 +22,7 @@
22
"ext-json": "*",
23
"doctrine/doctrine-bundle": "^2.4",
24
"illuminate/collections": "^8.47",
25
- "meilisearch/meilisearch-php": "^0.19",
+ "meilisearch/meilisearch-php": "^0.20",
26
"symfony/filesystem": "^4.0 || ^5.0",
27
"symfony/property-access": "^4.0 || ^5.0",
28
"symfony/serializer": "^4.0 || ^5.0"
src/MeiliSearchBundle.php
@@ -11,5 +11,5 @@
11
*/
12
final class MeiliSearchBundle extends Bundle
13
{
14
- public const VERSION = '0.4.5';
+ public const VERSION = '0.5.0';
15
}
0 commit comments