Require PHP 7.2, because json-api-php/json-api requires it

This commit is contained in:
Toby Zerner 2018-12-14 12:42:32 +10:30
parent d54211dce4
commit 20b7d352f3
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
language: php language: php
php: php:
- 7.1
- 7.2 - 7.2
install: install:

View File

@ -1,7 +1,7 @@
{ {
"name": "tobscure/json-api-server", "name": "tobscure/json-api-server",
"require": { "require": {
"php": "^7.1", "php": "^7.2",
"illuminate/database": "5.7.*", "illuminate/database": "5.7.*",
"illuminate/events": "5.7.*", "illuminate/events": "5.7.*",
"illuminate/validation": "5.7.*", "illuminate/validation": "5.7.*",