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.
2 parents 8d24c26 + d2a3bd6 commit b487d57Copy full SHA for b487d57
.travis.yml
@@ -1,12 +1,16 @@
1
language: php
2
sudo: false
3
php:
4
- - 5.4
5
- - 5.5
6
- 5.6
7
- 7.0
8
- 7.1
9
- 7.2
+ - 7.3
+ - 7.4
10
+# Disable xdebug for PHP >= 7.3
11
+# https://stackoverflow.com/questions/65172031/vendor-bin-phpunit-exited-with-2
12
+before_script:
13
+ - phpenv config-rm xdebug.ini
14
script:
15
- pear list
16
- pear channel-update pear.php.net
composer.json
@@ -43,7 +43,7 @@
43
},
44
"type": "library",
45
"require": {
46
- "php": ">=5.4",
+ "php": ">=5.6",
47
"pear/pear-core-minimal": "^1.10.1"
48
49
"require-dev": {
0 commit comments