Skip to content

Commit e0be907

Browse files
authored
PHP 8 support
1 parent 5db49c8 commit e0be907

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
@@ -3,7 +3,7 @@
33
"description": "Cascading deletes for Eloquent models that implement soft deletes",
44
"type": "utility",
55
"require": {
6-
"php": "^7.3",
6+
"php": "^7.3|^8.0",
77
"illuminate/database": "^8.0",
88
"illuminate/events": "^8.0"
99
},

0 commit comments

Comments
 (0)