Skip to content

Commit

Permalink
allow only algolia ^3, otherwise phpstan won't work
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Aug 20, 2024
1 parent b7ba38c commit 01fc7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"webonyx/graphql-php": "^15"
},
"require-dev": {
"algolia/algoliasearch-client-php": "^3 || ^4",
"algolia/algoliasearch-client-php": "^3",
"bensampo/laravel-enum": "^5 || ^6",
"dms/phpunit-arraysubset-asserts": "^0.4 || ^0.5",
"ergebnis/composer-normalize": "^2.2.2",
Expand Down

0 comments on commit 01fc7f2

Please sign in to comment.