We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e2784 commit bce84fbCopy full SHA for bce84fb
.travis.yml
@@ -3,6 +3,7 @@ language: php
3
php:
4
- 7.3
5
- 7.4
6
+ - 8.0
7
8
install:
9
- composer update --no-interaction --no-ansi --no-progress --optimize-autoloader --prefer-stable
composer.json
@@ -13,7 +13,7 @@
13
}
14
],
15
"require": {
16
- "php": "^7.3",
+ "php": "^7.3|^8.0",
17
"ext-soap": "*"
18
},
19
"require-dev": {
0 commit comments