summaryrefslogtreecommitdiffstats
path: root/src/Symfony/Contracts
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-04 13:57:39 +0200
committerRemi Collet <remi@remirepo.net>2019-06-04 13:57:39 +0200
commit6b17858cecad7defc5feb4af7eeeb08842f0bab6 (patch)
tree5059377f634d4e133aba18f681a448471b466e6c /src/Symfony/Contracts
parenta95d1036cd9b7db31a9eaa735dfc45d5db424a89 (diff)
- update to 4.2.9v4.2
- raise dependency on twig 1.41 - raise dependency on contracts 1.1.1
Diffstat (limited to 'src/Symfony/Contracts')
-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\\": "" },