Skip to content

Commit 67903c0

Browse files
committed
drop 7.1, add 7.4
1 parent a080e7f commit 67903c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
6+
- 7.4
77

88
matrix:
99
include:
10-
- php: 7.1
10+
- php: 7.2
1111
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
1212
allow_failures:
1313
- php: nightly

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.1.3",
15+
"php": "^7.2",
1616
"illuminate/config": "^5.5|^6.0|^7.0|^8.0",
1717
"illuminate/support": "^5.5|^6.0|^7.0|^8.0",
1818
"illuminate/database": "^5.5|^6.0|^7.0|^8.0"

0 commit comments

Comments
 (0)