Skip to content

Commit 72ca882

Browse files
committed
update composer dependencies.
1 parent e59bd38 commit 72ca882

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^8.1",
23+
"php": ">=8.1",
2424
"illuminate/support": ">=10.0"
2525
},
2626
"require-dev": {
2727
"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"
28+
"phpunit/phpunit": ">=10.0",
29+
"orchestra/testbench": ">=8.0",
30+
"mockery/mockery": ">=1.5",
31+
"nunomaduro/collision": ">=7.0",
32+
"mongodb/laravel-mongodb": ">=4"
3333
},
3434
"suggest": {
3535
"jenssegers/mongodb": "Adds support for MongoDB in Laravel/Eloquent"

0 commit comments

Comments
 (0)