Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit 46db9de

Browse files
committed
requires php 7.1 minimum
1 parent f66e2db commit 46db9de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
sudo: false
22
language: php
33
php:
4-
- 7
54
- 7.1
5+
- 7.2
66
before_script:
77
- composer self-update
88
- composer install

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=7.0.0",
16+
"php": ">=7.1.0",
1717
"dingo/api": "2.0.0-alpha1",
1818
"fideloper/proxy": "~3.3",
1919
"laravel/framework": "5.5.*",

0 commit comments

Comments
 (0)