Skip to content

Commit

Permalink
Specify PHP 8.x versions as supported (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnCZek authored Dec 29, 2022
1 parent 757c8d7 commit f87a293
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ matrix:
- php: 7.2
- php: 7.3
- php: 7.4
- php: 8.0
- php: 8.1
- php: 8.2
- php: nightly
fast_finish: true
allow_failures:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ The following versions of PHP are supported.
* PHP 7.2
* PHP 7.3
* PHP 7.4
* PHP 8.0
* PHP 8.1
* PHP 8.2

## Installation

Expand Down
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"discord"
],
"require": {
"php": "^7.2|^8.0",
"ext-json": "*",
"league/oauth2-client": "^2.0"
},
"require-dev": {
Expand Down

0 comments on commit f87a293

Please sign in to comment.