Skip to content

Commit

Permalink
feat: upgrade to laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshack committed Apr 17, 2024
1 parent a36c41b commit 0cc5b97
Show file tree
Hide file tree
Showing 2 changed files with 842 additions and 792 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "laravel/laravel",
"name": "mdshack/shotshare",
"type": "project",
"description": "The skeleton application for the Laravel framework.",
"description": "Open source image sharing platform.",
"keywords": [
"laravel",
"framework"
],
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.3",
"guzzlehttp/guzzle": "^7.2",
"inertiajs/inertia-laravel": "^0.6.8",
"laravel/framework": "^10.10",
"inertiajs/inertia-laravel": "^1.0.0",
"laravel/framework": "^11.0",
"laravel/prompts": "^0.1.14",
"laravel/sanctum": "^3.3",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.8",
"tightenco/ziggy": "^1.0"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
"laravel/breeze": "^1.26",
"laravel/breeze": "^2.0",
"laravel/pint": "^1.13",
"laravel/sail": "^1.26",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"nunomaduro/collision": "^8.1",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.0",
"phpstan/phpstan": "^1.10",
Expand Down
Loading

0 comments on commit 0cc5b97

Please sign in to comment.