Skip to content

Commit

Permalink
refactor #60 Remove support for Symfony 4.1 as it's EOLed (pamil)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.0-dev branch.

Discussion
----------

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

Commits
-------

3ea5acb Remove support for Symfony 4.1 as it's EOLed
  • Loading branch information
pamil committed Jan 30, 2019
2 parents 09ba322 + 3ea5acb commit 76dd0a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,6 @@ php:

env:
- SYMFONY_VERSION=3.4.*
- SYMFONY_VERSION=4.1.*
- SYMFONY_VERSION=4.2.*

cache:
Expand Down
13 changes: 5 additions & 8 deletions composer.json
Expand Up @@ -13,21 +13,18 @@
"require": {
"php": "^7.1",
"behat/behat": "^3.4",
"symfony/dependency-injection": "^3.4.10|^4.1",
"symfony/http-kernel": "^3.4|^4.1",
"symfony/proxy-manager-bridge": "^3.4|^4.1"
"symfony/dependency-injection": "^3.4.10|^4.2",
"symfony/http-kernel": "^3.4|^4.2",
"symfony/proxy-manager-bridge": "^3.4|^4.2"
},
"require-dev": {
"behat/mink": "^1.7",
"behat/mink-browserkit-driver": "^1.3",
"behat/mink-extension": "^2.2",
"phpstan/phpstan-shim": "^0.11",
"sylius-labs/coding-standard": "^3.0",
"symfony/framework-bundle": "^3.4|^4.1",
"symfony/yaml": "^3.4|^4.1"
},
"conflict": {
"symfony/dependency-injection": "4.1.11"
"symfony/framework-bundle": "^3.4|^4.2",
"symfony/yaml": "^3.4|^4.2"
},
"suggest": {
"behat/mink-browserkit-driver": "^1.3"
Expand Down

0 comments on commit 76dd0a3

Please sign in to comment.