Skip to content

Commit 6d5093c

Browse files
committed
Drop php 7.0 as well
1 parent 51b1713 commit 6d5093c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4+
- 7.3
45
- 7.2
56
- 7.1
6-
- 7.0
77
- hhvm
88

99
matrix:

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.0",
15+
"php": "^7.1",
1616
"symfony/polyfill-mbstring": ">=1.3.1"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)