Skip to content

Commit b2e1387

Browse files
Merge pull request #37 from jasonmccreary/patch-1
Support for Laravel 7
2 parents 0d83231 + 795be06 commit b2e1387

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "Cascading deletes for Eloquent models that implement soft deletes",
44
"type": "utility",
55
"require": {
6-
"php": "^7.2",
7-
"illuminate/database": "^6.0",
8-
"illuminate/events": "^6.0"
6+
"php": "^7.2.5",
7+
"illuminate/database": "^6.0|^7.0",
8+
"illuminate/events": "^6.0|^7.0"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "^8.0"

0 commit comments

Comments
 (0)