File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ matrix:
1818 env : SYMFONY_VERSION=3.2.*
1919 - php : 7.1
2020 env : SYMFONY_VERSION=3.3.* PHPUNIT_FLAGS="-d xdebug.max_nesting_level=1000 --coverage-clover=build/logs/clover.xml"
21+ - php : 7.1
22+ env : GRAPHQLPHP_VERSION=0.10.0
2123 - php : hhvm
2224 - php : nightly
2325 allow_failures :
@@ -32,6 +34,7 @@ before_install:
3234 - if [[ "$TRAVIS_PHP_VERSION" != "7.1" && "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini || true; fi
3335 - composer selfupdate
3436 - if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" "symfony/framework-bundle:${SYMFONY_VERSION}" --dev --no-update; fi;
37+ - if [ "$GRAPHQLPHP_VERSION" != "" ]; then composer require "webonyx/graphql-php:${GRAPHQLPHP_VERSION}" --dev --no-update; fi;
3538
3639install : composer update --prefer-source --no-interaction --optimize-autoloader
3740
Original file line number Diff line number Diff line change 3737 "symfony/framework-bundle" : " ^2.8 || ^3.0" ,
3838 "symfony/options-resolver" : " ^2.8 || ^3.0" ,
3939 "symfony/property-access" : " ^2.8 || ^3.0" ,
40- "webonyx/graphql-php" : " ^0.10.1 "
40+ "webonyx/graphql-php" : " ^0.10.0 || ^0.11.0 "
4141 },
4242 "suggest" : {
4343 "nelmio/cors-bundle" : " For more flexibility when using CORS prefight" ,
You can’t perform that action at this time.
0 commit comments