Skip to content

Commit b590c18

Browse files
committed
fix(php): restore composer.json file
1 parent f874f4c commit b590c18

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

clients/algoliasearch-client-php/composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"ext-curl": "*",
2525
"ext-json": "*",
2626
"ext-mbstring": "*",
27+
"guzzlehttp/guzzle": "^7.3",
2728
"guzzlehttp/psr7": "^2.0",
2829
"psr/http-message": "^1.0",
2930
"psr/log": "^1.0 || ^2.0 || ^3.0",
@@ -46,8 +47,5 @@
4647
"psr-4": {
4748
"Algolia\\AlgoliaSearch\\Test\\": "test/"
4849
}
49-
},
50-
"suggest": {
51-
"guzzlehttp/guzzle": "If you prefer to use Guzzle HTTP client instead of the Http Client implementation provided by the package"
5250
}
5351
}

0 commit comments

Comments
 (0)