Skip to content

Commit

Permalink
feat: tonic-1291485 ensure php 8.3 required.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonSean committed Dec 3, 2024
1 parent 043e7fc commit bca4020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": ">=8.3",
"illuminate/support": "^5.5 || ^6.0",
"jenssegers/mongodb": "3.3.* || 3.4.* || 3.5.* || 3.6.* || 5.0.* ",
"jenssegers/mongodb": "3.3.* || 3.4.* || 3.5.* || 3.6.* || 4.0.* || 5.0.* ",
"laravel/passport": "6.0.* || 7.0.* || 7.4.* || 7.5.* || ^8.0 || ^9.0 || ^10.0 || ^11.0"
},
"autoload": {
Expand Down

0 comments on commit bca4020

Please sign in to comment.