Skip to content

Commit

Permalink
PHP 8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Dec 6, 2020
1 parent 36ec4c7 commit 1e1e1c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 7.2
- 7.3
- 7.4
- 8.0

before_script:
- composer install
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
],
"license": "MIT",
"require": {
"php": ">=7.2",
"php": "^7.2 || ^8.0",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"sabre/uri": "^2.1"
},
"require-dev": {
"phpunit/phpunit": "8.*",
"php-coveralls/php-coveralls": "2.*"
"phpunit/phpunit": "^8.0 || ^9.0",
"php-coveralls/php-coveralls": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1e1e1c8

Please sign in to comment.