Skip to content

Commit bc2fea4

Browse files
author
Corey McCormick
committed
Drop Laravel 4 / PHP 5
1 parent 85171b7 commit bc2fea4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22
sudo: false
33
php:
4-
- 5.6
54
- 7.0
65
- 7.1
76
- hhvm

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=5.4.0",
14+
"php": ">=7.0",
1515
"ext-gd": "*",
1616
"bacon/bacon-qr-code": "1.0.*",
17-
"illuminate/support": ">=4.2.0"
17+
"illuminate/support": ">=5.0.0"
1818
},
1919
"require-dev": {
2020
"mockery/mockery": "0.9.*",

0 commit comments

Comments
 (0)