Skip to content

Commit 4eb64ae

Browse files
authored
Merge pull request #2 from RazeSoldier/laravel9&10-support
Support laravel 9.x and 10.x
2 parents fe9c6ed + 1cf698e commit 4eb64ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"description": "Simple trait to manage the ownershipt of models/objects",
44
"keywords": ["laravel", "ownership", "ownable", "owns"],
55
"require": {
6-
"illuminate/database": "^6.0|^7.0|^8.0",
7-
"illuminate/support": "^6.0|^7.0|^8.0"
6+
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0",
7+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
8+
"laravel/legacy-factories": "^1.3"
89
},
910
"require-dev": {
1011
"orchestra/testbench": "^4.0|^5.0|^6.0",

0 commit comments

Comments
 (0)