Skip to content

Commit 884707e

Browse files
committed
feat: tonic-1291485 ensure php 8.3 required.
1 parent 4c3a3f0 commit 884707e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": ">=8.3",
1717
"illuminate/support": "^5.5 || ^6.0",
18-
"jenssegers/mongodb": "3.3.* || 3.4.* || 3.5.* || 3.6.*",
18+
"jenssegers/mongodb": "3.3.* || 3.4.* || 3.5.* || 3.6.* || 5.1.*",
1919
"laravel/passport": "6.0.* || 7.0.* || 7.4.* || 7.5.* || ^8.0 || ^9.0"
2020
},
2121
"autoload": {

0 commit comments

Comments
 (0)