Skip to content

Commit

Permalink
Merge pull request #125 from webpatser/master
Browse files Browse the repository at this point in the history
- adds PHP8 support
  • Loading branch information
sirn-se authored Dec 11, 2020
2 parents 6bc13b2 + 6e24cfc commit c5c14d2
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 c5c14d2

Please sign in to comment.