Skip to content

Commit 6409301

Browse files
klausifubhy
authored andcommitted
chore(composer): Define PHP 7.2 as minimum requirement (#857)
1 parent 1968b6c commit 6409301

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ language: php
22
sudo: false
33

44
php:
5-
- 7.1
65
- 7.2
6+
- 7.3
77

88
env:
99
global:

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"homepage": "http://drupal.org/project/graphql",
66
"license": "GPL-2.0+",
77
"require": {
8+
"php": ">=7.2",
89
"webonyx/graphql-php": "^0.13.1"
910
},
1011
"minimum-stability": "dev"

0 commit comments

Comments
 (0)