Skip to content

Commit 01338a1

Browse files
authored
Update composer.json
1 parent 51bbd93 commit 01338a1

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
@@ -20,8 +20,8 @@
2020
}
2121
],
2222
"require": {
23-
"illuminate/database": "^7.30|^8.23|^9.0",
24-
"illuminate/support": "^7.30|^8.23|^9.0"
23+
"illuminate/database": "^8.23|^9.0",
24+
"illuminate/support": "^^8.23|^9.0"
2525
},
2626
"autoload": {
2727
"psr-4": {
@@ -39,7 +39,7 @@
3939
"require-dev": {
4040
"chelout/laravel-relationship-events": "^1.4",
4141
"laravel/legacy-factories": "^1.3",
42-
"mockery/mockery": "^1.5|^1.4.4",
42+
"mockery/mockery": "^1.5",
4343
"orchestra/database": "^5.0|^6.0",
4444
"orchestra/testbench": "^6.24.0|^7.0"
4545
},

0 commit comments

Comments
 (0)