Skip to content

Commit eb6f6a0

Browse files
committed
PHP 8.0 support
1 parent 7f4648b commit eb6f6a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"keywords": ["laravel", "snapshot", "soved", "screenshot", "full-page"],
55
"type": "library",
66
"require": {
7-
"php": "^7.4",
7+
"php": "^7.4|^8.0",
88
"guzzlehttp/guzzle": "^7.0.1",
99
"illuminate/http": "^8.0",
1010
"illuminate/support": "^8.0"
1111
},
1212
"require-dev": {
1313
"orchestra/testbench": "^6.0",
14-
"fzaninotto/faker": "^1.4"
14+
"fakerphp/faker": "^1.4"
1515
},
1616
"autoload": {
1717
"psr-4": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Requirements
77

8-
- PHP >= 7.4
8+
- PHP 7.4 or higher
99
- Laravel >= 7.0
1010

1111
## Security Vulnerabilities

0 commit comments

Comments
 (0)