diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9906b..783bb8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added +## v1.0.1 + +### Added + +* increase range Symfony components + +### Changed + +* increase range for current Symfony components (>=2.7 <=5.0) ## v1.0 diff --git a/composer.json b/composer.json index f238c82..43c8281 100644 --- a/composer.json +++ b/composer.json @@ -4,11 +4,11 @@ "type": "symfony-bundle", "require": { "php": ">=5.6.0", - "symfony/dependency-injection": "~2.7|~3.0", + "symfony/dependency-injection": ">=2.7 <=5.0", "twig/twig": "~1.14|~2.0", - "symfony/config": "~2.7|~3.0", - "symfony/http-kernel": "~2.7|~3.0", - "symfony/http-foundation": "~2.7|~3.0" + "symfony/config": ">=2.7 <=5.0", + "symfony/http-kernel": ">=2.7 <=5.0", + "symfony/http-foundation": ">=2.7 <=5.0" }, "require-dev": { "phpunit/phpunit": "^6.0"