Skip to content

Commit acc02df

Browse files
authored
Update composer.json
1 parent 99e45c4 commit acc02df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"bitbag/shipping-export-plugin": "^4.0",
1616
"msztorc/php-dpd-api": "^2.1",
1717
"sylius/sylius": "^2.0",
18-
"symfony/webpack-encore-bundle": "^2.2.0",
19-
"gedmo/doctrine-extensions": "3.17.1"
18+
"symfony/webpack-encore-bundle": "^2.2.0"
2019
},
2120
"require-dev": {
2221
"behat/behat": "^3.14",
@@ -56,7 +55,8 @@
5655
"symfony/web-profiler-bundle": "^6.4 || ^7.1"
5756
},
5857
"conflict": {
59-
"behat/mink-selenium2-driver": ">=1.7.0"
58+
"behat/mink-selenium2-driver": ">=1.7.0",
59+
"doctrine/orm": ">=3.1.0"
6060
},
6161
"config": {
6262
"sort-packages": true,

0 commit comments

Comments
 (0)