Skip to content

Commit 9a863ee

Browse files
authored
Merge pull request #5 from Dre90/php8
Add php 8 support
2 parents d510eab + f2c508c commit 9a863ee

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: .travis.yml

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

78
matrix:
89
allow_failures:
@@ -18,4 +19,4 @@ install:
1819
- composer --verbose install
1920

2021
script:
21-
- composer test
22+
- composer test

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"test": "phpcs --standard=PSR2 -p -n ./src"
77
},
88
"require": {
9-
"php": "^5.4 || ^7.0",
9+
"php": "^5.4 || ^7.0 || ^8.0",
1010
"ext-soap": "*"
1111
},
1212
"require-dev": {
@@ -29,4 +29,4 @@
2929
"dev-master": "1.0.x-dev"
3030
}
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)