Skip to content

Commit fe9c6ed

Browse files
authored
Add support for laravel 8.x
1 parent d297315 commit fe9c6ed

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,11 +3,11 @@
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",
7-
"illuminate/support": "^6.0|^7.0"
6+
"illuminate/database": "^6.0|^7.0|^8.0",
7+
"illuminate/support": "^6.0|^7.0|^8.0"
88
},
99
"require-dev": {
10-
"orchestra/testbench": "^4.0|^5.0",
10+
"orchestra/testbench": "^4.0|^5.0|^6.0",
1111
"phpunit/phpunit": "^7.5.15|^8.4|^9.0"
1212
},
1313
"autoload": {

0 commit comments

Comments
 (0)