Skip to content
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

Support Symfony 6.0 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support Symfony 6.0 #2

wants to merge 1 commit into from

Conversation

filkaris
Copy link

Hello!

This change is required for the package to be installed in a Symfony 6.0 installation.

I manually tried the cuzzle package with the new Symfony 6.0 demo, and it works just fine

Symfony changelog shows no changes in version 6.0 for the process component https://github.com/symfony/process/blob/5.4/CHANGELOG.md

When trying to use this package in a symfony installation, the symfony/process dependency does not allow it to be installed because of this json block inside composer.json, forcing all symfony/* packages to be at least version 6

    "extra": {
        "symfony": {
            "allow-contrib": true,
            "require": "6.0.*"
        }
    }

@hopeseekr
Copy link

PleaSE... I really need this...

Copy link

@NazarBilous1 NazarBilous1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@octoper i also really need this, can you merge it and make a new tag ?

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