Skip to content

Commit bce84fb

Browse files
committed
Updated:
- php version
1 parent 05e2784 commit bce84fb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.3
55
- 7.4
6+
- 8.0
67

78
install:
89
- composer update --no-interaction --no-ansi --no-progress --optimize-autoloader --prefer-stable

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^7.3",
16+
"php": "^7.3|^8.0",
1717
"ext-soap": "*"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)