Skip to content

Commit 787579a

Browse files
committed
Remove PHP 7.0 support
1 parent 1204377 commit 787579a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
install: composer install
22
language: php
33
php:
4-
- '7.0'
54
- '7.1'
65
- '7.2'
76
- nightly

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.0"
19+
"php": ">=7.1"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^6.2"

0 commit comments

Comments
 (0)