Require PHP 7.2, because json-api-php/json-api requires it
This commit is contained in:
parent
d54211dce4
commit
20b7d352f3
|
|
@ -1,7 +1,6 @@
|
|||
language: php
|
||||
|
||||
php:
|
||||
- 7.1
|
||||
- 7.2
|
||||
|
||||
install:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "tobscure/json-api-server",
|
||||
"require": {
|
||||
"php": "^7.1",
|
||||
"php": "^7.2",
|
||||
"illuminate/database": "5.7.*",
|
||||
"illuminate/events": "5.7.*",
|
||||
"illuminate/validation": "5.7.*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue