Skip to content

Commit

Permalink
Merge pull request #376 from jarrettbarnett/main
Browse files Browse the repository at this point in the history
Update to Laravel 11 / PHP 8.2+
  • Loading branch information
ZekyTheWolf authored May 5, 2024
2 parents e4c4e8f + e92245f commit 935c071
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 420 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"keywords": ["framework", "laravel"],
"license": "MIT",
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.2",
"php": "^8.2",
"guzzlehttp/guzzle": "^7.8",
"inertiajs/inertia-laravel": "^1.0.0",
"laravel/framework": "^10.0",
"laravel/sanctum": "^3.2",
"laravel/framework": "^11.0",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.8"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.9",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^10.0",
"spatie/laravel-ignition": "^2.0"
},
Expand Down
Loading

0 comments on commit 935c071

Please sign in to comment.