We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0cc6eb commit 7147214Copy full SHA for 7147214
1 file changed
composer.json
@@ -21,13 +21,13 @@
21
},
22
"minimum-stability": "dev",
23
"require": {
24
- "illuminate/database": "^8.0||^7.0||^6.0||4.1 - 6.0"
+ "illuminate/database": "^9.0||^8.0||^7.0||^6.0||4.1 - 6.0"
25
26
"suggest": {
27
"jenssegers/mongodb": "Use QueryBuilderParser with MongoDB"
28
29
"require-dev": {
30
- "phpunit/phpunit": "^8.5||^7.0",
+ "phpunit/phpunit": "^9.5||^8.5||^7.0",
31
"mockery/mockery": "^1.3.1||^0.9.4"
32
}
33
0 commit comments