We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1968b6c commit 6409301Copy full SHA for 6409301
2 files changed
.travis.yml
@@ -2,8 +2,8 @@ language: php
2
sudo: false
3
4
php:
5
- - 7.1
6
- 7.2
+ - 7.3
7
8
env:
9
global:
composer.json
@@ -5,6 +5,7 @@
"homepage": "http://drupal.org/project/graphql",
"license": "GPL-2.0+",
"require": {
+ "php": ">=7.2",
"webonyx/graphql-php": "^0.13.1"
10
},
11
"minimum-stability": "dev"
0 commit comments