Skip to content

Commit 0764c4d

Browse files
committed
feat: tonic-1291485 ensure php 8.3 required.
1 parent 3a6b1d9 commit 0764c4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"php": ">=8.3",
1717
"illuminate/support": "^11.0",
1818
"mongodb/laravel-mongodb": "4.0.* || 5.* ",
19-
"laravel/passport": "^12.0"
19+
"laravel/passport": "^12.0",
20+
"ext-sodium": "*"
2021
},
2122
"autoload": {
2223
"psr-4": {

0 commit comments

Comments
 (0)