Skip to content

Commit 1e1e1c8

Browse files
committed
PHP 8 compatibility
1 parent 36ec4c7 commit 1e1e1c8

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 7.2
55
- 7.3
66
- 7.4
7+
- 8.0
78

89
before_script:
910
- composer install

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
],
1212
"license": "MIT",
1313
"require": {
14-
"php": ">=7.2",
14+
"php": "^7.2 || ^8.0",
1515
"ext-dom": "*",
1616
"ext-json": "*",
1717
"ext-libxml": "*",
1818
"sabre/uri": "^2.1"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "8.*",
22-
"php-coveralls/php-coveralls": "2.*"
21+
"phpunit/phpunit": "^8.0 || ^9.0",
22+
"php-coveralls/php-coveralls": "^2.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)