Skip to content

Commit

Permalink
OP-369 - Add support for sylius 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPalen committed Jul 18, 2024
1 parent ccf51fe commit 2935abc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"require": {
"php": "^8.0",
"sylius/sylius": "~1.12.0",
"sylius/sylius": "~1.12.0 || ~1.13.0",
"php-http/message-factory": "^1.1",
"braintree/braintree_php": "^6.4",
"symfony/webpack-encore-bundle": "^1.17"
Expand Down Expand Up @@ -51,6 +51,7 @@
}
},
"conflict": {
"behat/mink-selenium2-driver": ">=1.7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2935abc

Please sign in to comment.