Skip to content

Commit

Permalink
Drop support for Symfony ^3.4, add support for Symfony ^5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Jan 2, 2020
1 parent f5f6fe9 commit 222c2bd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ php:
- 7.4

env:
- SYMFONY_VERSION=3.4.*
- SYMFONY_VERSION=4.4.*
- SYMFONY_VERSION=5.0.*

cache:
directories:
Expand All @@ -28,7 +28,7 @@ install:
symfony/validator:$SYMFONY_VERSION \
symfony/yaml:$SYMFONY_VERSION \
--no-update --no-scripts --prefer-dist
- composer require symfony/dependency-injection:$SYMFONY_VERSION --no-update --no-scripts --prefer-dist
- composer require symfony/dependency-injection:$SYMFONY_VERSION --dev --no-update --no-scripts --prefer-dist
- composer update --prefer-dist

- |
Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"stof/doctrine-extensions-bundle": "^1.2",
"sylius/registry": "^1.2",
"sylius/resource": "^1.2",
"symfony/config": "^3.4|^4.4",
"symfony/expression-language": "^3.4|^4.4",
"symfony/form": "^3.4|^4.4",
"symfony/framework-bundle": "^3.4|^4.4",
"symfony/security-csrf": "^3.4|^4.4",
"symfony/twig-bundle": "^3.4|^4.4",
"symfony/validator": "^3.4|^4.4",
"symfony/yaml": "^3.4|^4.4",
"symfony/config": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/form": "^4.4|^5.0",
"symfony/framework-bundle": "^4.4|^5.0",
"symfony/security-csrf": "^4.4|^5.0",
"symfony/twig-bundle": "^4.4|^5.0",
"symfony/validator": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0",
"white-october/pagerfanta-bundle": "^1.0",
"willdurand/hateoas-bundle": "^2.0",
"winzou/state-machine-bundle": "^0.3|^0.4"
Expand All @@ -57,7 +57,7 @@
"sylius-labs/coding-standard": "^3.0",
"sylius/grid-bundle": "^1.2",
"sylius/locale": "^1.2",
"symfony/dependency-injection": "^3.4|^4.4",
"symfony/dependency-injection": "^4.4|^5.0",
"twig/twig": "^2.12|^3.0",
"vimeo/psalm": "3.8.1"
},
Expand Down
1 change: 1 addition & 0 deletions easy-coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ services:

parameters:
exclude_files:
- 'src/Bundle/test/app/cache/*'
- 'src/Bundle/test/var/*'
4 changes: 2 additions & 2 deletions src/Component/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

"doctrine/common": "^2.6",
"gedmo/doctrine-extensions": "^2.4",
"symfony/event-dispatcher": "^3.4|^4.4",
"symfony/property-access": "^3.4|^4.4",
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/property-access": "^4.4|^5.0",
"winzou/state-machine": "^0.3",
"pagerfanta/pagerfanta": "^1.0|^2.0"
},
Expand Down

0 comments on commit 222c2bd

Please sign in to comment.