Skip to content

Commit

Permalink
Merge pull request #1 from auriber/change-reqs-for-php
Browse files Browse the repository at this point in the history
Add support for PHP8
  • Loading branch information
developer-ns authored May 3, 2021
2 parents 84c143c + 903e710 commit b11d5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Extremely useful for:
* Creating a status page for your system admins or monitoring software

## Requirements
- PHP >= 7.4
- PHP >=7.4 || >=8.0

## Usage

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"symfony/console": ">=2.0",
"psr/http-message": "^1.0",
"php": "^7.4",
"php": "^7.4 || ^8.0",
"ext-json": "*"
},
"autoload": {
Expand Down

0 comments on commit b11d5a5

Please sign in to comment.