Skip to content

Commit

Permalink
Drop support for jms/serializer 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
W0rma committed Dec 1, 2019
1 parent b45ee6c commit ea7e5f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,12 @@ php:
- '7.4snapshot'

env:
- SYMFONY_VERSION=^3.4 JMS_VERSION=^2.1
- SYMFONY_VERSION=^4.0 JMS_VERSION=^2.1
- SYMFONY_VERSION=^5.0 JMS_VERSION=^2.1

- SYMFONY_VERSION=^3.4 JMS_VERSION=^3.0
- SYMFONY_VERSION=^4.0 JMS_VERSION=^3.0
- SYMFONY_VERSION=^5.0 JMS_VERSION=^3.0
- SYMFONY_VERSION=^3.4
- SYMFONY_VERSION=^4.0
- SYMFONY_VERSION=^5.0


before_install:
- composer require --no-update jms/serializer "$JMS_VERSION"
- composer require --no-update symfony/expression-language "$SYMFONY_VERSION"
- composer require --no-update --dev symfony/yaml "$SYMFONY_VERSION"
- composer require --no-update --dev symfony/routing "$SYMFONY_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^7.2",
"doctrine/annotations": "~1.0",
"jms/serializer": "^2.1 || ^3.2",
"jms/serializer": "^3.2",
"jms/metadata": "^2.0",
"symfony/expression-language": "~3.0 || ~4.0 || ~5.0"
},
Expand Down

0 comments on commit ea7e5f7

Please sign in to comment.