We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8df309 commit 3e9fcbeCopy full SHA for 3e9fcbe
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "justd/laravel",
3
- "version": "1.4.16",
+ "version": "1.4.17",
4
"type": "project",
5
"description": "The skeleton application for the Laravel framework.",
6
"keywords": [
@@ -54,7 +54,7 @@
54
"@php artisan key:generate --ansi",
55
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
56
"@php artisan migrate --graceful --ansi",
57
- "bun i --legacy-peer-deps"
+ "npm i"
58
],
59
"dev": [
60
"Composer\\Config::disableProcessTimeout",
0 commit comments