Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #961 Allow symfony/deprecations-contract v3.0 (bravik)
This PR was merged into the 2.x branch. Discussion ---------- Allow symfony/deprecations-contract v3.0 Just to fix composer update issues, where composer prefers not to updated lexik bundle because it required deprecation-contracts v.2 and all other packages v3 ![image](https://user-images.githubusercontent.com/1075618/144193901-15e525b0-bdcc-4ffa-a736-47fd5e1bb4d3.png) ```shell dev@05584e3c9f0b:/app$ composer why-not lexik/jwt-authentication-bundle 2.14.1 lexik/jwt-authentication-bundle v2.14.1 requires symfony/deprecation-contracts (^2.4) macroative/api dev-master does not require symfony/deprecation-contracts (but v3.0.0 is installed) ``` Commits ------- 8b4ac87 Allow symfony/deprecations-contract v3.0
- Loading branch information