Skip to content

Commit

Permalink
bug #961 Allow symfony/deprecations-contract v3.0 (bravik)
Browse files Browse the repository at this point in the history
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
chalasr committed Dec 5, 2021
2 parents d05ac27 + 8b4ac87 commit 035fa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"namshi/jose": "^7.2",
"symfony/config": "^4.4|^5.3|^6.0",
"symfony/dependency-injection": "^4.4|^5.3|^6.0",
"symfony/deprecation-contracts": "^2.4",
"symfony/deprecation-contracts": "^2.4|^3.0",
"symfony/event-dispatcher": "^4.4|^5.3|^6.0",
"symfony/http-foundation": "^4.4|^5.3|^6.0",
"symfony/http-kernel": "^4.4|^5.3|^6.0",
Expand Down

0 comments on commit 035fa6d

Please sign in to comment.