File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
1010### Added
1111
12+ ## v1.0.1
13+
14+ ### Added
15+
16+ * increase range Symfony components
17+
18+ ### Changed
19+
20+ * increase range for current Symfony components (>=2.7 <=5.0)
1221
1322## v1.0
1423
Original file line number Diff line number Diff line change 44 "type" : " symfony-bundle" ,
55 "require" : {
66 "php" : " >=5.6.0" ,
7- "symfony/dependency-injection" : " ~ 2.7|~3 .0" ,
7+ "symfony/dependency-injection" : " >= 2.7 <=5 .0" ,
88 "twig/twig" : " ~1.14|~2.0" ,
9- "symfony/config" : " ~ 2.7|~3 .0" ,
10- "symfony/http-kernel" : " ~ 2.7|~3 .0" ,
11- "symfony/http-foundation" : " ~ 2.7|~3 .0"
9+ "symfony/config" : " >= 2.7 <=5 .0" ,
10+ "symfony/http-kernel" : " >= 2.7 <=5 .0" ,
11+ "symfony/http-foundation" : " >= 2.7 <=5 .0"
1212 },
1313 "require-dev" : {
1414 "phpunit/phpunit" : " ^6.0"
You can’t perform that action at this time.
0 commit comments