Skip to content

Commit 096024e

Browse files
authored
use ^8.0
since '::class' on objects is only allowed since PHP 8.0
1 parent dcab85f commit 096024e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"license": "MIT",
99
"require": {
10-
"php": "^7.3|^8.0",
10+
"php": "^8.0",
1111
"laravel/nova": "^4.0",
1212
"maatwebsite/excel": "^3.1"
1313
},

0 commit comments

Comments
 (0)