File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ matrix:
3939 - php : 7.2
4040 env : STABILITY=dev SYMFONY_VERSION=4.0.*
4141 - php : 7.1
42- env : STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
42+ env : STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.0 SYMFONY_DEPRECATIONS_HELPER=weak
4343 - php : 7.2
4444 env : STABILITY=dev SYMFONY_VERSION=3.3.*
4545 - php : 7.2
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 2.1.0 (unreleased)
5- ------------------
4+ 2.1.0
5+ -----
66
7+ * Symfony 4 support
78* ** 2017-11-11** : Removed php 5.6 and 7.0 support, removed Symfony 3.0.* and 3.1.* support
89
9102.0.3
Original file line number Diff line number Diff line change 1616 ],
1717 "require" : {
1818 "php" : " ^7.1" ,
19- "symfony-cmf/routing" : " ^2.1.0-RC1 " ,
19+ "symfony-cmf/routing" : " ^2.1.0" ,
2020 "symfony/framework-bundle" : " ^2.8 || ^3.3 || ^4.0" ,
2121 "twig/twig" : " ^1.35 || ^2.4.4"
2222 },
2626 "matthiasnoback/symfony-dependency-injection-test" : " ^1.0" ,
2727 "matthiasnoback/symfony-config-test" : " ^2.2" ,
2828 "doctrine/orm" : " ^2.5" ,
29- "symfony-cmf/testing" : " ^2.1.0-RC1 " ,
29+ "symfony-cmf/testing" : " ^2.1.0" ,
3030 "doctrine/data-fixtures" : " ^1.0.0" ,
3131 "symfony/validator" : " ^2.8 || ^3.3 || ^4.0"
3232 },
You can’t perform that action at this time.
0 commit comments