Support: remove Symfony 4.0 and add Symfony 4.2

This commit is contained in:
Kamil Kokot
2018-12-19 15:14:57 +01:00
parent 7f58add0f4
commit a1792f934f
2 changed files with 5 additions and 5 deletions

View File

@@ -6,8 +6,8 @@ php:
env:
- SYMFONY_VERSION=3.4.*
- SYMFONY_VERSION=4.0.*
- SYMFONY_VERSION=4.1.*
- SYMFONY_VERSION=4.2.*
cache:
directories:

View File

@@ -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",