We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b1713 commit 6d5093cCopy full SHA for 6d5093c
.travis.yml
@@ -1,9 +1,9 @@
1
language: php
2
3
php:
4
+ - 7.3
5
- 7.2
6
- 7.1
- - 7.0
7
- hhvm
8
9
matrix:
composer.json
@@ -12,7 +12,7 @@
12
}
13
],
14
"require": {
15
- "php": "^7.0",
+ "php": "^7.1",
16
"symfony/polyfill-mbstring": ">=1.3.1"
17
},
18
"require-dev": {
0 commit comments