Skip to content

Commit

Permalink
Fix playground dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gobeli committed Oct 28, 2024
1 parent 9106d74 commit 28acad8
Show file tree
Hide file tree
Showing 6 changed files with 706 additions and 770 deletions.
13 changes: 2 additions & 11 deletions playgrounds/svelte4/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"require": {
"php": "^8.0.2",
"guzzlehttp/guzzle": "^7.2",
"inertiajs/inertia-laravel": "@dev",
"inertiajs/inertia-laravel": "2.x-dev",
"laravel/framework": "^10.0",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.7"
Expand Down Expand Up @@ -62,14 +62,5 @@
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "path",
"url": "./../../../inertia-laravel/",
"options": {
"symlink": true
}
}
]
"prefer-stable": true
}
Loading

0 comments on commit 28acad8

Please sign in to comment.