Skip to content

Commit d57ae25

Browse files
authored
Merge pull request #193 from jrushlow/feature/dep-contract-support
allow deprecation contracts 3.0
2 parents 43cd26b + 454aaaa commit d57ae25

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
@@ -8,7 +8,7 @@
88
"php": ">=7.2.5",
99
"symfony/config": "^4.4 | ^5.0 | ^6.0",
1010
"symfony/dependency-injection": "^4.4 | ^5.0 | ^6.0",
11-
"symfony/deprecation-contracts": "^2.2",
11+
"symfony/deprecation-contracts": "^2.2 | ^3.0",
1212
"symfony/http-kernel": "^4.4 | ^5.0 | ^6.0"
1313
},
1414
"require-dev": {

0 commit comments

Comments
 (0)