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 e59bd38 commit 72ca882Copy full SHA for 72ca882
composer.json
@@ -20,16 +20,16 @@
20
}
21
],
22
"require": {
23
- "php": "^8.1",
+ "php": ">=8.1",
24
"illuminate/support": ">=10.0"
25
},
26
"require-dev": {
27
"ext-mongodb": "*",
28
- "phpunit/phpunit": "^10.0",
29
- "orchestra/testbench": "^8.0|^9.0",
30
- "mockery/mockery": "^1.5",
31
- "nunomaduro/collision": "^7.0|^8.0",
32
- "mongodb/laravel-mongodb": "^4"
+ "phpunit/phpunit": ">=10.0",
+ "orchestra/testbench": ">=8.0",
+ "mockery/mockery": ">=1.5",
+ "nunomaduro/collision": ">=7.0",
+ "mongodb/laravel-mongodb": ">=4"
33
34
"suggest": {
35
"jenssegers/mongodb": "Adds support for MongoDB in Laravel/Eloquent"
0 commit comments