Skip to content

Commit

Permalink
Bumped up PHP to v8 + Updated Readme (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniyal Hamid <[email protected]>
  • Loading branch information
designcise and Daniyal Hamid authored Jul 21, 2021
1 parent b7a8dac commit 56f2374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Whoops error handler middleware to handle application or middleware specific err
$ composer require "designcise/bitframe-whoops"
```

Please note that this package requires PHP 7.4.0 or newer.
Please note that this package requires PHP 8.0 or newer.

## Quickstart

Expand Down Expand Up @@ -114,7 +114,7 @@ To run the tests you can use the following commands:

## Documentation

Complete documentation for v2.0 will be available soon.
Complete documentation for v3 will be available soon.

## License

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=7.4.0",
"php": ">=8.0",
"filp/whoops": "~2.7",
"psr/http-factory": "~1.0",
"psr/http-server-handler": "~1.0",
Expand Down

0 comments on commit 56f2374

Please sign in to comment.