Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 7508e13

Browse files
DevKit updates (#313) - Prepare release
* DevKit updates * prepare release * increase testing component version
1 parent f2cdbbd commit 7508e13

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.travis.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ env:
3737
matrix:
3838
include:
3939
- php: 7.2
40-
env: STABILITY=dev SYMFONY_VERSION=4.0.*
40+
env: 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: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak
4343
- php: 7.2
44-
env: STABILITY=dev SYMFONY_VERSION=3.3.*
44+
env: SYMFONY_VERSION=3.3.*
4545
- php: 7.2
46-
env: STABILITY=dev SYMFONY_VERSION=3.4.*
46+
env: SYMFONY_VERSION=3.4.*
4747
- env: TEST_INSTALLATION=true
4848
fast_finish: true
4949
allow_failures:
@@ -52,12 +52,12 @@ matrix:
5252
before_install:
5353
- phpenv config-rm xdebug.ini || true
5454
- composer self-update
55+
- composer validate --no-check-all --ansi
5556
- if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; composer config prefer-stable true; fi;
5657
- if [ "$SYMFONY_VERSION" != "" ]; then composer require symfony/symfony:${SYMFONY_VERSION} --no-update; fi
5758
- export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi)
5859

5960
install: travis_wait composer update --prefer-dist $COMPOSER_FLAGS
60-
6161
script:
6262
- if [ "${TEST_INSTALLATION}" == true ]; then make test_installation; else make test; fi
6363

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
Changelog
22
=========
33

4-
* **2017-11-15**: Removed php 5.6 and 7.0 support, removed Symfony 3.0.* and 3.1.* support
4+
2.2.0
5+
-----
6+
7+
* Symfony 4 support
8+
* **2017-11-15**: Removed php 5.6 and 7.0 support, removed support for Symfony 3.0 - 3.2
59

610
2.1.0
711
-----

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"symfony/monolog-bundle": "~3.1",
2626
"symfony/phpunit-bridge": "^3.3 || ^4.0",
2727
"symfony-cmf/routing-bundle": "^1.4 || ^2.0",
28-
"symfony-cmf/testing": "^2.1.0-RC1",
28+
"symfony-cmf/testing": "^2.1.8",
2929
"twig/twig": "^1.35 || ^2.4.4",
3030
"symfony-cmf/core-bundle": "^2.1",
3131
"doctrine/phpcr-odm": "^1.4.2 || ^2.0"

0 commit comments

Comments
 (0)