Skip to content

Commit f2c6e10

Browse files
[Contracts] Simplify implementation declarations
1 parent fb98d22 commit f2c6e10

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Design Principles
1616
* they must be backward compatible with existing Symfony components.
1717

1818
Packages 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

2222
FAQ
2323
---

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
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\\": "" },

0 commit comments

Comments
 (0)