Skip to content

Commit a441f17

Browse files
committed
Drop php-7.0 version support
1 parent 7961400 commit a441f17

File tree

4 files changed

+180
-1362
lines changed

4 files changed

+180
-1362
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- '7.0'
54
- '7.1'
65
- '7.2'
76
- '7.3'

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.0"
12+
"php": ">=7.1"
1313
},
1414
"require-dev": {
15-
"phpunit/phpunit": "^6.5"
15+
"phpunit/phpunit": "^7.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)