Skip to content

Commit 6c72c97

Browse files
committed
Make dependency on contracts explicit
Will not fix #122 but should prevent similar issues.
1 parent c8ef583 commit 6c72c97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
},
2222
"require": {
2323
"php": "^7.2",
24+
"symfony/contracts": "^1.1|^2.0",
2425
"symfony/framework-bundle": "^4.1|^5.0",
2526
"symfony/property-access": "^4.1|^5.0",
2627
"symfony/translation": "^4.1|^5.0"

0 commit comments

Comments
 (0)