Skip to content

Commit

Permalink
OP-366 - Add fix for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonKostrubiec committed Jul 29, 2024
1 parent 119bdcd commit c9223ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 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",
"sylius/sylius": "^1.12 || ^1.13",
"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",
"doctrine/dbal": "^2.7 || ^3.0",
"friends-of-behat/mink": "^1.8",
"friends-of-behat/mink-browserkit-driver": "^1.4",
"friends-of-behat/mink-debug-extension": "^2.0",
Expand All @@ -42,7 +42,6 @@
"symfony/dotenv": "^5.4 || ^6.0",
"symfony/intl": "^5.4 || ^6.0",
"symfony/mailer": "^5.4 || ^6.0",
"symfony/maker-bundle": "^1.53",
"symfony/web-profiler-bundle": "^5.4 || ^6.0",
"vimeo/psalm": "4.27.0",
"nyholm/psr7": "^1.8",
Expand Down

0 comments on commit c9223ef

Please sign in to comment.