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

Commit 31f5880

Browse files
committed
PHP 7.1+
1 parent 36573cd commit 31f5880

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
@@ -3,7 +3,6 @@ sudo: false
33
dist: trusty
44
php:
55
- 7.1
6-
- 7.0
76
- nightly
87

98
matrix:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
},
3030
"require": {
31-
"php": ">=7",
31+
"php": ">=7.1",
3232
"composer/installers": "~1.0",
3333
"illuminate/view": "~5.6",
3434
"illuminate/config": "~5.6"

0 commit comments

Comments
 (0)