File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ matrix:
2020 env : SYMFONY_VERSION=2.6.*
2121
2222before_script :
23+ - if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
2324 - composer self-update
2425 - composer require symfony/symfony:${SYMFONY_VERSION} --prefer-source
2526 - vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh
Original file line number Diff line number Diff line change 1919 "symfony/framework-bundle" : " ~2.3" ,
2020 "symfony/assetic-bundle" : " ~2.1" ,
2121 "friendsofsymfony/rest-bundle" : " ~1.0" ,
22- "jms/serializer-bundle" : " ~0.12" ,
2322 "midgard/createphp" : " ~1.0"
2423 },
2524 "require-dev" : {
25+ "jms/serializer-bundle" : " ^0.12|^1.0" ,
2626 "symfony-cmf/testing" : " ~1.1"
2727 },
2828 "suggest" : {
29+ "jms/serializer-bundle" : " Add support for advanced serialization capabilities (^0.12|^1.0)" ,
2930 "symfony-cmf/core-bundle" : " To be able to enable 'rest_force_request_locale', ~1.0" ,
3031 "symfony-cmf/media-bundle" : " When using the default image support, ~1.1"
3132 },
You can’t perform that action at this time.
0 commit comments