Skip to content

Commit 4bddb9b

Browse files
author
Reza Shadman
committed
Support PHP 7.1+
1 parent 4842486 commit 4bddb9b

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.0
54
- 7.1
65

76
env:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.0",
13+
"php": "^7.1",
1414
"illuminate/database": "~5.5.0|~5.6.0",
1515
"illuminate/support": "~5.5.0|~5.6.0"
1616
},

0 commit comments

Comments
 (0)