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 fe9c6ed + 1cf698e commit 4eb64aeCopy full SHA for 4eb64ae
composer.json
@@ -3,8 +3,9 @@
3
"description": "Simple trait to manage the ownershipt of models/objects",
4
"keywords": ["laravel", "ownership", "ownable", "owns"],
5
"require": {
6
- "illuminate/database": "^6.0|^7.0|^8.0",
7
- "illuminate/support": "^6.0|^7.0|^8.0"
+ "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0",
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
8
+ "laravel/legacy-factories": "^1.3"
9
},
10
"require-dev": {
11
"orchestra/testbench": "^4.0|^5.0|^6.0",
0 commit comments