Skip to content

Commit db2b2f4

Browse files
authored
Merge pull request #51 from pierre-H/patch-2
Allow http-client-contracts 3 for symfony 6
2 parents 1c05fa0 + 1a56ad0 commit db2b2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^7.4||^8.0",
1414
"doctrine/orm": "~2.8,>=2.8.0",
1515
"symfony/framework-bundle": "^3.4|^4.3|^5|^6.0",
16-
"symfony/http-client-contracts": "^1.0|^2.0",
16+
"symfony/http-client-contracts": "^1.0|^2.0|^3.0",
1717
"typesense/typesense-php": "^4.1.0",
1818
"php-http/curl-client": "^2.2",
1919
"monolog/monolog": "^2.3",

0 commit comments

Comments
 (0)