Skip to content

Commit

Permalink
Allow v3 contracts where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Nov 23, 2021
1 parent 4c10d71 commit 2597010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
],
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1|^2",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/string": "^5.1|^6.0"
},
"require-dev": {
Expand Down

0 comments on commit 2597010

Please sign in to comment.