Skip to content

Commit 64103d7

Browse files
committed
PHP 8.0 support
1 parent f56b16a commit 64103d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["laravel", "helpers", "soved"],
55
"type": "library",
66
"require": {
7-
"php": "^7.4",
7+
"php": "^7.4|^8.0",
88
"laravel/framework": "~8.0"
99
},
1010
"require-dev": {

readme.md

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

88
## Requirements
99

10-
- PHP >= 7.4
10+
- PHP 7.4 or higher
1111
- Laravel >= 8.0
1212

1313
## Security Vulnerabilities

0 commit comments

Comments
 (0)