Skip to content

Commit

Permalink
update compsoer + use php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Feb 25, 2025
1 parent bd6cde8 commit 9c5f744
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 205 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
],
"license": "MIT",
"require": {
"php": "^8.2",
"php": "^8.3",
"guzzlehttp/guzzle": "^7.2",
"inertiajs/inertia-laravel": "^1.0",
"laravel/framework": "^11.0",
"laravel/framework": "11.44.0",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.8"
},
Expand Down
Loading

0 comments on commit 9c5f744

Please sign in to comment.