Skip to content

Incompatible with symfony/yaml ^5 #56

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
someniatko opened this issue Jan 22, 2020 · 2 comments
Closed

Incompatible with symfony/yaml ^5 #56

someniatko opened this issue Jan 22, 2020 · 2 comments
Milestone

Comments

@someniatko
Copy link

Steps to reproduce:

  1. require symfony/yaml ^5
  2. try executing composer require cebe/php-openapi

Result:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - cebe/php-openapi 1.3.3 requires symfony/yaml ^3.0 | ^4.0 -> no matching package found.
    - cebe/php-openapi 1.3.2 requires symfony/yaml ^3.0 | ^4.0 -> no matching package found.
    - cebe/php-openapi 1.3.1 requires symfony/yaml ^3.0 | ^4.0 -> no matching package found.
    - cebe/php-openapi 1.3.0 requires symfony/yaml ^3.0 | ^4.0 -> no matching package found.
    - Installation request for cebe/php-openapi ^1.3 -> satisfiable by cebe/php-openapi[1.3.0, 1.3.1, 1.3.2, 1.3.3]
@someniatko
Copy link
Author

related PR: #45

@cebe
Copy link
Owner

cebe commented Mar 6, 2020

Not sure how to solve this, our tests are breaking with symfony/yaml 4.4 and 5.0, but this is due to some specific yaml files that we fail to parse because of the symfony bug symfony/symfony#34805 it does not look like it is going to be fixed soon so I'd like to add 5.0 to the supported symfony versions. For this we need to add some switches to the tests that exclude the failing files from tests with these symfony versions....

@cebe cebe added this to the 1.4 milestone Mar 6, 2020
@cebe cebe closed this as completed in 6d78a79 Mar 6, 2020
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

2 participants