Skip to content

Symfony Console version conflict #276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
PhilippHandle opened this issue Apr 28, 2025 · 5 comments
Closed

Symfony Console version conflict #276

PhilippHandle opened this issue Apr 28, 2025 · 5 comments

Comments

@PhilippHandle
Copy link

PhilippHandle commented Apr 28, 2025

I got the update from 2.5.12 to 12.5.15 queued and since then I get the version conflict message with symfonys console package.
ECS should have its own vendor?
The console requirement in my project didn't change

Image

@samsonasik
Copy link
Collaborator

released ecs is prefixed and doesn't require any package, see

"require": {
"php": ">=7.2"
},

the vendor/ inside is prefixed, could you share your minimal composer.json that produce error?

@PhilippHandle
Copy link
Author

PhilippHandle commented Apr 28, 2025

Sure, it worked with 12.5.12 and 12.5.14

{
    "name": "test/test",
    "require": {
        "symfony/console": "v7.2.5"
    },
    "require-dev": {
        "symplify/easy-coding-standard": "12.5.15"
    }
}

@TomasVotruba
Copy link
Contributor

TomasVotruba commented Apr 28, 2025

There was a glitch on packagist. I've bumped another tag to trigger composer update.

12.5.16 is downgraded correctly 👍 Update your ECS and let me know, if it works for you

Image

@PhilippHandle
Copy link
Author

Looking good. Pipelines are green again! Thanks for the quick fix!

@TomasVotruba
Copy link
Contributor

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants