Skip to content

Commit

Permalink
OP-366 - Add fix for httpclient for Sylius 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonKostrubiec committed Jul 29, 2024
1 parent d72153c commit 119bdcd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": "^8.0",
"ext-json": "*",
"sylius/refund-plugin": "^1.0",
"sylius/sylius": "^1.12 || ^1.13",
"sylius/sylius": "~1.12",
"twig/extra-bundle": "^3.4",
"symfony/webpack-encore-bundle": "^1.16"
},
Expand All @@ -17,7 +17,7 @@
"bitbag/coding-standard": "^3.0",
"dmore/behat-chrome-extension": "^1.3",
"dmore/chrome-mink-driver": "^2.7",
"doctrine/dbal": "^2.7 || ^3.0",
"doctrine/dbal": "^2.7",
"friends-of-behat/mink": "^1.8",
"friends-of-behat/mink-browserkit-driver": "^1.4",
"friends-of-behat/mink-debug-extension": "^2.0",
Expand All @@ -44,7 +44,9 @@
"symfony/mailer": "^5.4 || ^6.0",
"symfony/maker-bundle": "^1.53",
"symfony/web-profiler-bundle": "^5.4 || ^6.0",
"vimeo/psalm": "4.27.0"
"vimeo/psalm": "4.27.0",
"nyholm/psr7": "^1.8",
"symfony/http-client": "^5.4 || ^6.0"
},
"conflict": {
"symfony/validator": "~6.4.7"
Expand Down

0 comments on commit 119bdcd

Please sign in to comment.