Skip to content

Commit 2bf8416

Browse files
authored
Update meilisearch-php to work with v0.24.0 of MeiliSearch (#129)
* Update meilisearch-php to work with v0.24.0 of MeiliSearch * Update version for the next release (v0.5.0)
1 parent 20bd7de commit 2bf8416

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ext-json": "*",
2323
"doctrine/doctrine-bundle": "^2.4",
2424
"illuminate/collections": "^8.47",
25-
"meilisearch/meilisearch-php": "^0.19",
25+
"meilisearch/meilisearch-php": "^0.20",
2626
"symfony/filesystem": "^4.0 || ^5.0",
2727
"symfony/property-access": "^4.0 || ^5.0",
2828
"symfony/serializer": "^4.0 || ^5.0"

src/MeiliSearchBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
*/
1212
final class MeiliSearchBundle extends Bundle
1313
{
14-
public const VERSION = '0.4.5';
14+
public const VERSION = '0.5.0';
1515
}

0 commit comments

Comments
 (0)