2 Commits

Author SHA1 Message Date
zino
28647fce70 Sync composer.lock with composer.json 2025-11-16 00:37:28 +01:00
zino
a8c2d87c0b Do not migrate automatically 2025-11-16 00:26:03 +01:00
2 changed files with 5 additions and 7 deletions

View File

@@ -66,9 +66,7 @@
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
], ],
"post-create-project-cmd": [ "post-create-project-cmd": [
"@php artisan key:generate --ansi", "@php artisan key:generate --ansi"
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
"@php artisan migrate --graceful --ansi"
], ],
"pre-package-uninstall": [ "pre-package-uninstall": [
"Illuminate\\Foundation\\ComposerScripts::prePackageUninstall" "Illuminate\\Foundation\\ComposerScripts::prePackageUninstall"

8
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "371cadfa73bd8b1eeffb4f8056b83811", "content-hash": "0f770d255df260733746171900bcbf38",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
@@ -9906,12 +9906,12 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": [], "stability-flags": {},
"prefer-stable": true, "prefer-stable": true,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": "^8.2" "php": "^8.2"
}, },
"platform-dev": [], "platform-dev": {},
"plugin-api-version": "2.2.0" "plugin-api-version": "2.9.0"
} }