Skip to content

Commit 2eee9a1

Browse files
committed
Bump webonyx/graphql-php version
Only in 0.11 version, custom scalar can accept description
1 parent 229ec67 commit 2eee9a1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ matrix:
66
fast_finish: true
77
include:
88
- php: 5.5
9-
env: GRAPHQLPHP_VERSION=0.10.*
10-
- php: 5.6
11-
env: GRAPHQLPHP_VERSION=0.10.*
9+
# - php: 5.6
10+
# env: GRAPHQLPHP_VERSION=0.10.*
1211
- php: 5.6
1312
- php: 7.0
1413
- php: 7.1

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"require": {
1818
"php": "^5.4|~7.0",
19-
"webonyx/graphql-php": "^0.10.0 || ^0.11.0"
19+
"webonyx/graphql-php": "^0.11.0"
2020
},
2121
"require-dev": {
2222
"fabpot/php-cs-fixer": "^1.11",

0 commit comments

Comments
 (0)