Closed GregoireHebert closed 4 years ago
API Platform version(s) affected: 2.5.*
Description It's not possible anymore to install API Platform from Symfony website skeleton 5.* with api-pack
How to reproduce
composer create-project symfony/website-skeleton cd website-skeleton composer req api # fails
Work Around
composer require phpdocumentor/reflection-docblock ^4.0 composer req api composer unpack api-platform/api-pack composer require phpdocumentor/reflection-docblock ^5.0
Solution "phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.0",
"phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.0",
Fixed by #27 and released in v1.2.2.
API Platform version(s) affected: 2.5.*
Description
It's not possible anymore to install API Platform from Symfony website skeleton 5.* with api-pack
How to reproduce
Work Around
Solution
"phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.0",