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.
1 parent 51bbd93 commit 01338a1Copy full SHA for 01338a1
composer.json
@@ -20,8 +20,8 @@
20
}
21
],
22
"require": {
23
- "illuminate/database": "^7.30|^8.23|^9.0",
24
- "illuminate/support": "^7.30|^8.23|^9.0"
+ "illuminate/database": "^8.23|^9.0",
+ "illuminate/support": "^^8.23|^9.0"
25
},
26
"autoload": {
27
"psr-4": {
@@ -39,7 +39,7 @@
39
"require-dev": {
40
"chelout/laravel-relationship-events": "^1.4",
41
"laravel/legacy-factories": "^1.3",
42
- "mockery/mockery": "^1.5|^1.4.4",
+ "mockery/mockery": "^1.5",
43
"orchestra/database": "^5.0|^6.0",
44
"orchestra/testbench": "^6.24.0|^7.0"
45
0 commit comments