cebe / php-openapi

Read and write OpenAPI yaml/json files and make the content accessible in PHP objects.
MIT License
466 stars 88 forks source link

Can't install on Symfony 4.4 #60

Closed recchia closed 4 years ago

recchia commented 4 years ago

The allowed symfony versions are: ^3.0 | ~4.0.0 | ~4.1.0 | ~4.2.0 | ~4.3.0 | ^5.0 but not 4.4, this is a transition version to 5. In 4.4 you can fix/remove deprecated code before migrate to version 5

cebe commented 4 years ago

I explicitly disallowed 4.4 because of this bug: symfony/symfony#34805

recchia commented 4 years ago

Ok i didn't know, thanks for your response, closing the issue