From a1792f934f658a13ff5cd83d753242185f7f19ae Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Wed, 19 Dec 2018 15:14:57 +0100 Subject: [PATCH] Support: remove Symfony 4.0 and add Symfony 4.2 --- .travis.yml | 2 +- composer.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e2f611..02ee959 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ php: env: - SYMFONY_VERSION=3.4.* - - SYMFONY_VERSION=4.0.* - SYMFONY_VERSION=4.1.* + - SYMFONY_VERSION=4.2.* cache: directories: diff --git a/composer.json b/composer.json index 297e97c..b0b1d58 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,8 @@ "php": "^7.1", "behat/behat": "^3.4", - "symfony/http-kernel": "^3.4|^4.0", - "symfony/dotenv": "^3.4|^4.0" + "symfony/http-kernel": "^3.4|^4.1", + "symfony/dotenv": "^3.4|^4.1" }, "require-dev": { "behat/mink": "^1.7", @@ -23,8 +23,8 @@ "friends-of-behat/cross-container-extension": "^1.0", "friends-of-behat/test-context": "^1.0", "phpstan/phpstan-shim": "^0.10", - "sylius-labs/coding-standard": "^2.0", - "symfony/framework-bundle": "^3.4|^4.0" + "sylius-labs/coding-standard": "^3.0", + "symfony/framework-bundle": "^3.4|^4.1" }, "suggest": { "behat/mink-browserkit-driver": "^1.3",