File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ Design Principles
1616 * they must be backward compatible with existing Symfony components.
1717
1818Packages that implement specific contracts should list them in the "provide"
19- section of their "composer.json" file, using the ` symfony/*-contracts- implementation `
20- convention (e.g. ` "provide": { "symfony/cache-contracts- implementation": "1.0" } ` ).
19+ section of their "composer.json" file, using the ` symfony/*-implementation `
20+ convention (e.g. ` "provide": { "symfony/cache-implementation": "1.0" } ` ).
2121
2222FAQ
2323---
Original file line number Diff line number Diff line change 2525 "suggest" : {
2626 "psr/cache" : " When using the Cache contracts" ,
2727 "psr/container" : " When using the Service contracts" ,
28- "symfony/cache-contracts- implementation" : " " ,
29- "symfony/service-contracts- implementation" : " " ,
30- "symfony/translation-contracts- implementation" : " "
28+ "symfony/cache-implementation" : " " ,
29+ "symfony/service-implementation" : " " ,
30+ "symfony/translation-implementation" : " "
3131 },
3232 "autoload" : {
3333 "psr-4" : { "Symfony\\ Contracts\\ " : " " },
You can’t perform that action at this time.
0 commit comments