From 12b1821f0d44fa061a3a40bbad9d880045d78210 Mon Sep 17 00:00:00 2001 From: electricmaxxx Date: Thu, 7 Dec 2017 06:04:34 +0100 Subject: [PATCH 1/2] DevKit updates --- .travis.yml | 6 +++--- README.md | 8 +++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 69fb36ca..e8f99e7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,13 +35,13 @@ env: matrix: include: - - php: 7.1 + - php: 7.2 env: STABILITY=dev SYMFONY_VERSION=4.0.* - php: 7.1 env: STABILITY=dev COMPOSER_FLAGS="--prefer-lowest" SYMFONY_VERSION=2.8.* SYMFONY_DEPRECATIONS_HELPER=weak - - php: 7.1 + - php: 7.2 env: STABILITY=dev SYMFONY_VERSION=3.3.* - - php: 7.1 + - php: 7.2 env: STABILITY=dev SYMFONY_VERSION=3.4.* fast_finish: true allow_failures: diff --git a/README.md b/README.md index cc128ad3..6aa92a90 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Branch | Travis | Coveralls | ------ | ------ | --------- | -master | [![Build Status][travis_unstable_badge]][travis_unstable_link] | [![Coverage Status][coveralls_unstable_badge]][coveralls_unstable_link] | +master | [![Build Status][travis_unstable_badge]][travis_link] | [![Coverage Status][coveralls_unstable_badge]][coveralls_unstable_link] | This package is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/) and licensed under the [MIT License](LICENSE). @@ -31,7 +31,7 @@ when building Symfony full stack applications. ## Requirements -* PHP 7.1 +* PHP 7.1 / 7.2 * Symfony 2.8 / 3.3 / 3.4 / 4.0 * See also the `require` section of [composer.json](composer.json) @@ -68,11 +68,9 @@ Thanks to This package is available under the [MIT license](src/Resources/meta/LICENSE). [travis_legacy_badge]: https://travis-ci.org/symfony-cmf/routing.svg?branch=master -[travis_legacy_link]: https://travis-ci.org/symfony-cmf/routing [travis_stable_badge]: https://travis-ci.org/symfony-cmf/routing.svg?branch=master -[travis_stable_link]: https://travis-ci.org/symfony-cmf/routing [travis_unstable_badge]: https://travis-ci.org/symfony-cmf/routing.svg?branch=master -[travis_unstable_link]: https://travis-ci.org/symfony-cmf/routing +[travis_link]: https://travis-ci.org/symfony-cmf/routing [coveralls_legacy_badge]: https://coveralls.io/repos/github/symfony-cmf/routing/badge.svg?branch=master [coveralls_legacy_link]: https://coveralls.io/github/symfony-cmf/routing?branch=master From 46d30a89bf9bec79c3c58183bc342f36d4c8adc9 Mon Sep 17 00:00:00 2001 From: electricmaxxx Date: Thu, 7 Dec 2017 06:18:56 +0100 Subject: [PATCH 2/2] DevKit updates --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e8f99e7c..19a90849 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ cache: env: matrix: SYMFONY_VERSION=4.0.* global: - - SYMFONY_DEPRECATIONS_HELPER=0 + - SYMFONY_DEPRECATIONS_HELPER="/.*each.*/" - SYMFONY_PHPUNIT_DIR=.phpunit SYMFONY_PHPUNIT_REMOVE="symfony/yaml" - SYMFONY_PHPUNIT_VERSION=5.7 - TEST_INSTALLATION=false