Skip to content

Commit

Permalink
Merge pull request #291 from willdurand/jms-3.0
Browse files Browse the repository at this point in the history
Allow  jms/serializer 3.0
  • Loading branch information
goetas authored Apr 23, 2019
2 parents 9eba928 + e36d2e2 commit e9777dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
language: php
sudo: required
dist: trusty
group: edge
sudo: false

cache:
directories:
- $HOME/.composer/cache

php:
- 7.2
- '7.2'
- '7.3'

env:
- SYMFONY_VERSION=3.0.*
- SYMFONY_VERSION=3.2.*
- SYMFONY_VERSION=3.4.*
- SYMFONY_VERSION=4.0.*
- SYMFONY_VERSION=4.1.*
- SYMFONY_VERSION=^3.4 JMS_VERSION=^2.1
- SYMFONY_VERSION=^4.0 JMS_VERSION=^2.1

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


before_install:
- composer self-update
- 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",
"jms/serializer": "^2.1|^3.0",
"jms/metadata": "^2.0",
"symfony/expression-language": "~3.0 || ~4.0"
},
Expand Down

0 comments on commit e9777dd

Please sign in to comment.