Closed armellarcier closed 3 years ago
This commit added the conflict directive
https://github.com/Sylius/PayPalPlugin/commit/4bc2449935a401c02cd0664b1fc774dbe90bf853
Hi Armel! As far as I remember, there was some problem regarding this package on the Sylius itself. As I see, it's not conflicted anymore, so we can definitely remove it and see what happens :) Would you like to open a PR with such a change? Thanks! 🖖
Done @Zales0123 but I just removed the line
@Zales0123 see #174
I just managed to install sylius/paypal-plugin
with sylius 1.8
downgrading it to v1.0.0-RC.1
version. Maybe, il would be necessary to update composer.json
?
This packages
composer.json
markssymplify/package-builder
versions "^8.3.24" as conflicting.With sylius 1.8.5 I get
symplify/package-builder
version 8.3.48Sylius/CodingStandard requires
"symplify/easy-coding-standard": "^7.3 || ^8.1"
(see here)I can't downgrade
symplify/easy-coding-standard
to 7.3 becausesylius/grid-bundle v1.7.5
conflicts withsymplify/smart-file-system v7.3.18
Here is what happens when I
composer require sylius/paypal-plugin
:I don't see how I can work around this.
So what is the reason for the conflict being declared in PayPalPlugin's composer.json in the first place?