Skip to content

Commit

Permalink
Upgrade AlgoliaSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
stakovicz committed Feb 14, 2025
1 parent e6af094 commit e126bb7
Show file tree
Hide file tree
Showing 7 changed files with 164 additions and 162 deletions.
3 changes: 2 additions & 1 deletion app/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,8 @@ services:
AppBundle\Routing\LegacyRouter:
autowire: true

AlgoliaSearch\Client:
Algolia\AlgoliaSearch\SearchClient:
factory: [ Algolia\AlgoliaSearch\SearchClient, create ]
arguments: ["%algolia_app_id%", "%algolia_backend_api_key%"]

AppBundle\Joindin\JoindinComments:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ext-json": "*",
"ext-libxml": "*",
"ext-openssl": "*",
"algolia/algoliasearch-client-php": "^1.12",
"algolia/algoliasearch-client-php": "^3.4",
"beberlei/assert": "^2.9",
"captioning/captioning": "^2.6",
"ccmbenchmark/ting_bundle": "3.4.1",
Expand Down
Loading

0 comments on commit e126bb7

Please sign in to comment.