Skip to content

Commit

Permalink
Merge pull request #37 from jasonmccreary/patch-1
Browse files Browse the repository at this point in the history
Support for Laravel 7
  • Loading branch information
michaeldyrynda authored Mar 6, 2020
2 parents 0d83231 + 795be06 commit b2e1387
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "Cascading deletes for Eloquent models that implement soft deletes",
"type": "utility",
"require": {
"php": "^7.2",
"illuminate/database": "^6.0",
"illuminate/events": "^6.0"
"php": "^7.2.5",
"illuminate/database": "^6.0|^7.0",
"illuminate/events": "^6.0|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
Expand Down

0 comments on commit b2e1387

Please sign in to comment.