Skip to content

Commit 30e42ac

Browse files
Merge branch '4.2' into 4.3
* 4.2: [Routing] Fixed unexpected 404 NoConfigurationException [DI] Removes number of elements information in debug mode [Contracts] Simplify implementation declarations Update PR template for 4.3 [Intl] Add FallbackTrait for data generation [Console] Commands with an alias should not be recognized as ambiguous clarify the possible class/interface of the cache
2 parents d363602 + f2c6e10 commit 30e42ac

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"suggest": {
2727
"psr/cache": "When using the Cache contracts",
2828
"psr/container": "When using the Service contracts",
29-
"symfony/cache-contracts-implementation": "",
29+
"symfony/cache-implementation": "",
3030
"symfony/event-dispatcher-implementation": "",
31-
"symfony/http-client-contracts-implementation": "",
32-
"symfony/service-contracts-implementation": "",
33-
"symfony/translation-contracts-implementation": ""
31+
"symfony/http-client-implementation": "",
32+
"symfony/service-implementation": "",
33+
"symfony/translation-implementation": ""
3434
},
3535
"autoload": {
3636
"psr-4": { "Symfony\\Contracts\\": "" },

0 commit comments

Comments
 (0)