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 884707e commit 5778268
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"require": {
"php": ">=8.3",
"illuminate/support": "^5.5 || ^6.0",
"jenssegers/mongodb": "3.3.* || 3.4.* || 3.5.* || 3.6.* || 5.1.*",
"laravel/passport": "6.0.* || 7.0.* || 7.4.* || 7.5.* || ^8.0 || ^9.0"
"jenssegers/mongodb": "3.3.* || 3.4.* || 3.5.* || 3.6.* || 5.1.* ",
"laravel/passport": "6.0.* || 7.0.* || 7.4.* || 7.5.* || ^8.0 || ^9.0 || ^10.0 || ^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5778268

Please sign in to comment.