Skip to content

Commit 64690f2

Browse files
authored
Merge pull request #196 from renatomefi/update/graphqlphp-library
Supporting webonyx/graphql-php ^0.11.0
2 parents 219fa78 + 08cc286 commit 64690f2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

3639
install: composer update --prefer-source --no-interaction --optimize-autoloader
3740

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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",

0 commit comments

Comments
 (0)