mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-24 22:06:04 +03:00
Change minimum PHP version requirement from 5.4.0 to 5.5.0 (to enable try-finally and generators)
This commit is contained in:
parent
aaa5b7af41
commit
bf0a7a8e2b
@ -4,7 +4,6 @@ language: php
|
||||
dist: trusty
|
||||
|
||||
php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
|
@ -9,7 +9,7 @@
|
||||
"API"
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4,<8.0-DEV",
|
||||
"php": ">=5.5,<8.0-DEV",
|
||||
"ext-mbstring": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
|
Loading…
Reference in New Issue
Block a user