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.
2 parents 98afb99 + 18fa952 commit 4187a75Copy full SHA for 4187a75
composer.json
@@ -20,7 +20,7 @@
20
"require": {
21
"php": "^7.2",
22
"ext-json": "*",
23
- "meilisearch/meilisearch-php": "^0.11",
+ "meilisearch/meilisearch-php": "^0.12",
24
"symfony/filesystem": "^4.0 || ^5.0",
25
"symfony/property-access": "^4.0 || ^5.0",
26
"symfony/serializer": "^4.0 || ^5.0"
src/Resources/config/services.xml
@@ -21,7 +21,7 @@
<service id="search.client" class="MeiliSearch\Client" public="true" lazy="true">
<argument key="$url">%env(MEILISEARCH_URL)%</argument>
- <argument key="$api_key">%env(MEILISEARCH_API_KEY)%</argument>
+ <argument key="$apiKey">%env(MEILISEARCH_API_KEY)%</argument>
</service>
27
<service id="MeiliSearch\Client" alias="search.client"/>
0 commit comments