Skip to content

Commit b9cdcc5

Browse files
committed
minor #15519 Update Contracts to 3.0 version (javiereguiluz)
This PR was merged into the 6.0 branch. Discussion ---------- Update Contracts to 3.0 version Fixes #15517. Although the code PR makes many changes and adds lots of return types ... I couldn't find any other possible fix in the docs. We already use return types for all these methods (e.g. all of our `getSubscribedServices()` methods already return `array`). Commits ------- 882c8f2 Update Contracts to 3.0 version
2 parents c429fdf + 882c8f2 commit b9cdcc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/contracts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ convention. For example:
6161
{
6262
"...": "...",
6363
"provide": {
64-
"symfony/cache-implementation": "1.0"
64+
"symfony/cache-implementation": "3.0"
6565
}
6666
}
6767

0 commit comments

Comments
 (0)