From fdfa69922e29a9b4f8226b0b91407f65ef450308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Petit?= Date: Wed, 16 Jan 2019 11:41:34 +0100 Subject: [PATCH] Could not install from composer with Symfony bundle Update dependencies to allow installing along the latest Symfony bundle. Fixes: #12 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 93a52b4..7e3bd3f 100644 --- a/composer.json +++ b/composer.json @@ -14,11 +14,11 @@ ], "require": { "php": "^7.0", - "php-translation/common": "^0.2", - "php-translation/symfony-storage": "^0.3.2", + "php-translation/common": "^1.0", + "php-translation/symfony-storage": "^1.0", "friendsofapi/phraseapp": "^0.3.0", - "symfony/translation": "^2.7 || ^3.0", - "symfony/yaml": "^2.7 || ^3.0" + "symfony/translation": "^2.7 || ^3.0 || ^4.0", + "symfony/yaml": "^2.7 || ^3.0 || ^4.0" }, "require-dev": { "phpunit/phpunit": "^6.3",