Skip to content

Commit

Permalink
PHP 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gahlawat authored Nov 28, 2020
1 parent 5db49c8 commit e0be907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Cascading deletes for Eloquent models that implement soft deletes",
"type": "utility",
"require": {
"php": "^7.3",
"php": "^7.3|^8.0",
"illuminate/database": "^8.0",
"illuminate/events": "^8.0"
},
Expand Down

0 comments on commit e0be907

Please sign in to comment.