Skip to content

Commit 36041a8

Browse files
minor #34307 [4.4] Disallow symfony/contracts v2 (derrabus)
This PR was merged into the 4.4 branch. Discussion ---------- [4.4] Disallow symfony/contracts v2 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A Travis is red at the moment because unit tests on 4.4 are run against the incompatible event dispatcher contracts v2. https://travis-ci.org/symfony/symfony/jobs/609622341#L4719-L4725 ~~This PR proposes to switch to individual packages, so we can specifically disallow those incompatible contracts.~~ This PR pins the `symfony/contracts` package to v1.1 on `symfony/symfony`. Commits ------- f2dc2d6 Disallow symfony/contracts v2.
2 parents 040d93d + f2dc2d6 commit 36041a8

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
@@ -25,7 +25,7 @@
2525
"psr/container": "^1.0",
2626
"psr/link": "^1.0",
2727
"psr/log": "~1.0",
28-
"symfony/contracts": "^1.1.7|^2",
28+
"symfony/contracts": "^1.1.8",
2929
"symfony/polyfill-ctype": "~1.8",
3030
"symfony/polyfill-intl-icu": "~1.0",
3131
"symfony/polyfill-intl-idn": "^1.10",

0 commit comments

Comments
 (0)