Support: remove Symfony 4.0 and add Symfony 4.2
This commit is contained in:
@@ -6,8 +6,8 @@ php:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
- SYMFONY_VERSION=3.4.*
|
- SYMFONY_VERSION=3.4.*
|
||||||
- SYMFONY_VERSION=4.0.*
|
|
||||||
- SYMFONY_VERSION=4.1.*
|
- SYMFONY_VERSION=4.1.*
|
||||||
|
- SYMFONY_VERSION=4.2.*
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|||||||
@@ -13,8 +13,8 @@
|
|||||||
"php": "^7.1",
|
"php": "^7.1",
|
||||||
|
|
||||||
"behat/behat": "^3.4",
|
"behat/behat": "^3.4",
|
||||||
"symfony/http-kernel": "^3.4|^4.0",
|
"symfony/http-kernel": "^3.4|^4.1",
|
||||||
"symfony/dotenv": "^3.4|^4.0"
|
"symfony/dotenv": "^3.4|^4.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"behat/mink": "^1.7",
|
"behat/mink": "^1.7",
|
||||||
@@ -23,8 +23,8 @@
|
|||||||
"friends-of-behat/cross-container-extension": "^1.0",
|
"friends-of-behat/cross-container-extension": "^1.0",
|
||||||
"friends-of-behat/test-context": "^1.0",
|
"friends-of-behat/test-context": "^1.0",
|
||||||
"phpstan/phpstan-shim": "^0.10",
|
"phpstan/phpstan-shim": "^0.10",
|
||||||
"sylius-labs/coding-standard": "^2.0",
|
"sylius-labs/coding-standard": "^3.0",
|
||||||
"symfony/framework-bundle": "^3.4|^4.0"
|
"symfony/framework-bundle": "^3.4|^4.1"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"behat/mink-browserkit-driver": "^1.3",
|
"behat/mink-browserkit-driver": "^1.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user