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

Update to 'symfony/yaml ^6' #1679

Closed
zeravcic opened this issue Jul 8, 2022 · 1 comment
Closed

Update to 'symfony/yaml ^6' #1679

zeravcic opened this issue Jul 8, 2022 · 1 comment
Milestone

Comments

@zeravcic
Copy link

zeravcic commented Jul 8, 2022

Is it possible to update the symfony packages dependencies to version ^6?

Laravel 9.x is required!

Reason

Conflict with orchestra/testbench package.

The composer.json file:

    "require-dev": {
        "phpunit/phpunit": "^9.5",
        "phing/phing": "3.*"
    },

Conflict

CLI input:

$ composer require --dev orchestra/testbench:^7

CLI output:

  Problem 1
    - orchestra/testbench[v7.0.0, ..., 7.x-dev] require symfony/yaml ^6.0 -> found symfony/yaml[v6.0.0-BETA1, ..., 6.2.x-dev] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires orchestra/testbench ^7 -> satisfiable by orchestra/testbench[v7.0.0, ..., 7.x-dev].

Any help is appreciated! :)

@mrook
Copy link
Member

mrook commented Jul 26, 2022

Fixed in ab52a2f

@mrook mrook closed this as completed Jul 26, 2022
@mrook mrook added this to the 3.0.0-RC4 milestone Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants