Skip to content

Commit 4f5ab52

Browse files
committed
Allow v3 contracts where possible
1 parent aa119e5 commit 4f5ab52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"symfony/cache": "^5.2|^6.0",
2222
"symfony/config": "^5.3|^6.0",
2323
"symfony/dependency-injection": "^5.3|^6.0",
24-
"symfony/deprecation-contracts": "^2.1",
24+
"symfony/deprecation-contracts": "^2.1|^3",
2525
"symfony/event-dispatcher": "^5.1|^6.0",
2626
"symfony/error-handler": "^4.4.1|^5.0.1|^6.0",
2727
"symfony/http-foundation": "^5.3|^6.0",
@@ -90,7 +90,6 @@
9090
"symfony/property-info": "<4.4",
9191
"symfony/property-access": "<5.3",
9292
"symfony/serializer": "<5.2",
93-
"symfony/service-contracts": ">=3.0",
9493
"symfony/security-csrf": "<5.3",
9594
"symfony/stopwatch": "<4.4",
9695
"symfony/translation": "<5.3",

0 commit comments

Comments
 (0)