Skip to content

Commit

Permalink
Update to Laravel 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
CatalinSimionescu committed May 17, 2024
1 parent 5ae2bfe commit 425f7e4
Show file tree
Hide file tree
Showing 9 changed files with 1,622 additions and 1,061 deletions.
15 changes: 9 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,25 @@
"name": "laravel/laravel",
"type": "project",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"keywords": [
"framework",
"laravel"
],
"license": "MIT",
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.4",
"laravel/framework": "^10.0",
"laravel/sanctum": "^3.2",
"laravel/framework": "^11.0",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.6",
"livewire/livewire": "^2.8"
"livewire/livewire": "^3.0"
},
"require-dev": {
"spatie/laravel-ignition": "^2.0",
"fakerphp/faker": "^1.17",
"laravel/sail": "^1.12",
"mockery/mockery": "^1.4.2",
"nunomaduro/collision": "^7.0",
"nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^10.0"
},
"autoload": {
Expand Down Expand Up @@ -59,4 +62,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}
Loading

0 comments on commit 425f7e4

Please sign in to comment.