Skip to content

Commit a46dc82

Browse files
authored
feature KnpLabs#1049 Symfony: allow deprecation-contracts version 3 (glaubinix)
This PR was merged into the 3.4.x-dev branch. Discussion ---------- Version 3 was released with added type hints. No need to update anything. Commits ------- 52280d9 Symfony: allow deprecation-contracts version 3
2 parents 4ddab8f + 52280d9 commit a46dc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"psr/http-factory-implementation": "^1.0",
3030
"psr/http-message": "^1.0",
3131
"symfony/polyfill-php80": "^1.17",
32-
"symfony/deprecation-contracts": "^2.2"
32+
"symfony/deprecation-contracts": "^2.2|^3.0"
3333
},
3434
"require-dev": {
3535
"symfony/cache": "^5.1.8",

0 commit comments

Comments
 (0)