Skip to content

Commit 2daae1d

Browse files
committed
bump php version requirement
1 parent a85155d commit 2daae1d

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,8 +1,8 @@
11
language: php
22

33
php:
4-
- 7.1
5-
- 7.2
4+
- 7.3
5+
- 7.4
66

77
env:
88
matrix:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1",
19+
"php": "^7.3",
2020
"illuminate/container": "^6.0|^7.0",
2121
"illuminate/database": "^6.0|^7.0",
2222
"illuminate/log": "^6.0|^7.0",

0 commit comments

Comments
 (0)