Skip to content

Commit 9c6805d

Browse files
committed
Require PHP 5.6 or higher
1 parent ddcfae5 commit 9c6805d

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
language: php
22

33
php:
4-
- 5.4
5-
- 5.5
64
- 5.6
7-
- hhvm
5+
- 7.0
86

97
before_script:
108
- composer self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=5.4.0",
18+
"php": ">=5.6.0",
1919
"illuminate/contracts": "~5.0",
2020
"illuminate/encryption": "~5.0"
2121
},

0 commit comments

Comments
 (0)