Skip to content

Commit

Permalink
- adds PHP8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
webpatser committed Dec 11, 2020
1 parent 6bc13b2 commit 6e24cfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php

php:
- 8.0
- 7.4
- 7.3
- 7.2
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
}
},
"require": {
"php": "^7.1",
"php": "^7.1 | ^8.0",
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"php-coveralls/php-coveralls": "^2.0",
"squizlabs/php_codesniffer": "^3.5"
}
}
}

0 comments on commit 6e24cfc

Please sign in to comment.