Skip to content

Commit

Permalink
Update to laravel 12
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Jun 2, 2024
1 parent a551c9e commit 9d12615
Show file tree
Hide file tree
Showing 2 changed files with 468 additions and 403 deletions.
8 changes: 4 additions & 4 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.0",
"php": "^8.2.0",
"dompdf/dompdf": "^2.0",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.0",
"laravel/sanctum": "^3.2",
"laravel/framework": "^11.0",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.7"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.0",
"laravel/sail": "^1.0.1",
"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 9d12615

Please sign in to comment.