Skip to content

Commit 0984ef5

Browse files
authored
Merge pull request #423 from symfony-cmf/prepare-release
prepare release 2.1
2 parents c8bc97b + 38026ad commit 0984ef5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff 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

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Changelog
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

910
2.0.3

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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
},
@@ -26,7 +26,7 @@
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
},

0 commit comments

Comments
 (0)