Skip to content

Commit 52cf043

Browse files
committed
Remove PHP 7.0 support
1 parent 81d5a1a commit 52cf043

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
@@ -8,7 +8,6 @@ cache:
88

99
matrix:
1010
include:
11-
- php: 7.0
1211
- php: 7.1
1312
- php: hhvm
1413
dist: trusty

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"sort-packages": true
1616
},
1717
"require": {
18-
"php": "^7.0",
18+
"php": "^7.1",
1919
"paragonie/random_compat": "^2.0"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)