summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Contracts/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Symfony/Contracts/composer.json')
-rw-r--r--src/Symfony/Contracts/composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Symfony/Contracts/composer.json b/src/Symfony/Contracts/composer.json
index 2f198a0..9701f4b 100644
--- a/src/Symfony/Contracts/composer.json
+++ b/src/Symfony/Contracts/composer.json
@@ -25,9 +25,9 @@
"suggest": {
"psr/cache": "When using the Cache contracts",
"psr/container": "When using the Service contracts",
- "symfony/cache-contracts-implementation": "",
- "symfony/service-contracts-implementation": "",
- "symfony/translation-contracts-implementation": ""
+ "symfony/cache-implementation": "",
+ "symfony/service-implementation": "",
+ "symfony/translation-implementation": ""
},
"autoload": {
"psr-4": { "Symfony\\Contracts\\": "" },