Skip to content

Commit

Permalink
Drop php 7.0 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bjeavons committed Jan 27, 2020
1 parent 51b1713 commit 6d5093c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: php

php:
- 7.3
- 7.2
- 7.1
- 7.0
- hhvm

matrix:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.0",
"php": "^7.1",
"symfony/polyfill-mbstring": ">=1.3.1"
},
"require-dev": {
Expand Down

0 comments on commit 6d5093c

Please sign in to comment.