Closed anchovy closed 1 year ago
Would echo this.
@anchovy are you using Blitz?
I was wondering if there is a conflict of dependencies with another plugin. I looked at other vendor files that seem to require symfony/process and the only one that seems to be forcing v6 is symplify/git-wrapper
which is required by Craft Blitz (putyourlightson/craft-blitz
).
I was able to install the Aysnc plugin by doing the following:
composer require symfony/process:^5.0
composer require ostark/craft-async-queue -w && php craft plugin/install async-queue
composer require putyourlightson/craft-blitz -w && php craft plugin/install blitz
Cole
Also seeing this, thanks @cole007 for the instructions that do work.
Probably need to loosen the symfony/process
requirements to:
"symfony/process": "^5.0 || ^6.0"
Hi
Just tried to install this on a fresh craft v4 install and it's failing due to an issue with the symfony/process version. Don't particularly want to downgrade symfony/process to install, any ideas?
composer.json