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
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.1
|
|
||||||
- 7.2
|
- 7.2
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
|
||||||
|
|
@ -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.*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue