Skip to content

Commit

Permalink
PHP 8.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sander3 committed Apr 30, 2021
1 parent 7f4648b commit eb6f6a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"keywords": ["laravel", "snapshot", "soved", "screenshot", "full-page"],
"type": "library",
"require": {
"php": "^7.4",
"php": "^7.4|^8.0",
"guzzlehttp/guzzle": "^7.0.1",
"illuminate/http": "^8.0",
"illuminate/support": "^8.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"fzaninotto/faker": "^1.4"
"fakerphp/faker": "^1.4"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Requirements

- PHP >= 7.4
- PHP 7.4 or higher
- Laravel >= 7.0

## Security Vulnerabilities
Expand Down

0 comments on commit eb6f6a0

Please sign in to comment.