We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d83231 + 795be06 commit b2e1387Copy full SHA for b2e1387
composer.json
@@ -3,9 +3,9 @@
3
"description": "Cascading deletes for Eloquent models that implement soft deletes",
4
"type": "utility",
5
"require": {
6
- "php": "^7.2",
7
- "illuminate/database": "^6.0",
8
- "illuminate/events": "^6.0"
+ "php": "^7.2.5",
+ "illuminate/database": "^6.0|^7.0",
+ "illuminate/events": "^6.0|^7.0"
9
},
10
"require-dev": {
11
"phpunit/phpunit": "^8.0"
0 commit comments