Skip to content

Commit

Permalink
Drop Symfony 4.1, add support for Symfony 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Jun 7, 2019
1 parent 0364da0 commit 9e31f8c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ php:

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

cache:
directories:
Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"stof/doctrine-extensions-bundle": "^1.2",
"sylius/registry": "^1.2",
"sylius/resource": "^1.2",
"symfony/config": "^3.4|^4.1.1",
"symfony/expression-language": "^3.4|^4.1.1",
"symfony/form": "^3.4|^4.1.1",
"symfony/framework-bundle": "^3.4|^4.1.1",
"symfony/security-csrf": "^3.4|^4.1.1",
"symfony/templating": "^3.4|^4.1.1",
"symfony/twig-bundle": "^3.4|^4.1.1",
"symfony/validator": "^3.4|^4.1.1",
"symfony/yaml": "^3.4|^4.1.1",
"symfony/config": "^3.4|^4.2",
"symfony/expression-language": "^3.4|^4.2",
"symfony/form": "^3.4|^4.2",
"symfony/framework-bundle": "^3.4|^4.2",
"symfony/security-csrf": "^3.4|^4.2",
"symfony/templating": "^3.4|^4.2",
"symfony/twig-bundle": "^3.4|^4.2",
"symfony/validator": "^3.4|^4.2",
"symfony/yaml": "^3.4|^4.2",
"white-october/pagerfanta-bundle": "^1.0",
"willdurand/hateoas-bundle": "^1.2",
"winzou/state-machine-bundle": "^0.3"
Expand All @@ -54,7 +54,7 @@
"sylius-labs/coding-standard": "^3.0",
"sylius/grid-bundle": "^1.2",
"sylius/locale": "^1.2",
"symfony/dependency-injection": "^3.4|^4.1.1",
"symfony/dependency-injection": "^3.4|^4.2",
"twig/twig": "^2.0"
},
"suggest": {
Expand Down

0 comments on commit 9e31f8c

Please sign in to comment.