diff --git a/Changelog.md b/Changelog.md index ab2c3ec..0afbb8e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,12 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release. +## 1.0.0 + +### Added + +- Support for php-translation/common: 1.0 + ## 0.5.0 ### Added diff --git a/composer.json b/composer.json index fdeae6e..c1b538d 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": "^5.5 || ^7.0", - "php-translation/common": "^0.3", + "php-translation/common": "^1.0", "symfony/translation": "^2.7 || ^3.0 || ^4.0", "nyholm/nsa": "^1.1" },