refactor #60 Remove support for Symfony 4.1 as it's EOLed (pamil)

This PR was merged into the 2.0-dev branch.

Discussion
----------

This targets the master branch, the future `v2.1.0` release.

Commits
-------

3ea5acb867 Remove support for Symfony 4.1 as it's EOLed
This commit is contained in:
Kamil Kokot
2019-01-30 17:26:44 +01:00
committed by GitHub
2 changed files with 5 additions and 9 deletions

View File

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

View File

@@ -13,9 +13,9 @@
"require": { "require": {
"php": "^7.1", "php": "^7.1",
"behat/behat": "^3.4", "behat/behat": "^3.4",
"symfony/dependency-injection": "^3.4.10|^4.1", "symfony/dependency-injection": "^3.4.10|^4.2",
"symfony/http-kernel": "^3.4|^4.1", "symfony/http-kernel": "^3.4|^4.2",
"symfony/proxy-manager-bridge": "^3.4|^4.1" "symfony/proxy-manager-bridge": "^3.4|^4.2"
}, },
"require-dev": { "require-dev": {
"behat/mink": "^1.7", "behat/mink": "^1.7",
@@ -23,11 +23,8 @@
"behat/mink-extension": "^2.2", "behat/mink-extension": "^2.2",
"phpstan/phpstan-shim": "^0.11", "phpstan/phpstan-shim": "^0.11",
"sylius-labs/coding-standard": "^3.0", "sylius-labs/coding-standard": "^3.0",
"symfony/framework-bundle": "^3.4|^4.1", "symfony/framework-bundle": "^3.4|^4.2",
"symfony/yaml": "^3.4|^4.1" "symfony/yaml": "^3.4|^4.2"
},
"conflict": {
"symfony/dependency-injection": "4.1.11"
}, },
"suggest": { "suggest": {
"behat/mink-browserkit-driver": "^1.3" "behat/mink-browserkit-driver": "^1.3"