Skip to content

Commit 8a5ba96

Browse files
committed
minor #82 Allow Contracts v2 (fabpot)
This PR was merged into the master branch. Discussion ---------- Allow Contracts v2 /cc @nicolas-grekas @weaverryan Commits ------- aee0de0 Allow Contracts v2
2 parents 10acbc0 + aee0de0 commit 8a5ba96

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
@@ -26,7 +26,7 @@
2626
"symfony/config": "^3.4 || ^4.0 || ^5.0",
2727
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0",
2828
"symfony/http-kernel": "^3.4 || ^4.0 || ^5.0",
29-
"symfony/service-contracts": "^1.0"
29+
"symfony/service-contracts": "^1.0 || ^2.0"
3030
},
3131
"require-dev": {
3232
"symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0",

0 commit comments

Comments
 (0)