Skip to content

Commit 20b7d35

Browse files
committed
Require PHP 7.2, because json-api-php/json-api requires it
1 parent d54211d commit 20b7d35

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65

76
install:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tobscure/json-api-server",
33
"require": {
4-
"php": "^7.1",
4+
"php": "^7.2",
55
"illuminate/database": "5.7.*",
66
"illuminate/events": "5.7.*",
77
"illuminate/validation": "5.7.*",

0 commit comments

Comments
 (0)