Skip to content

Commit

Permalink
chore: add conflict with media manager plugin to force correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
delyriand committed Jan 28, 2025
1 parent 19abd23 commit 4fdf754
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
"phpunit/phpunit": "^10.5",
"phpmd/phpmd": "^2.15"
},
"suggest": {
"monsieurbiz/sylius-media-manager-plugin": "To use the media manager in the ui elements"
},
"conflicts": {
"monsieurbiz/sylius-media-manager-plugin": "<1.2.2"
},
"prefer-stable": true,
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4fdf754

Please sign in to comment.