Skip to content

Commit 3d06393

Browse files
committed
Merge branch 'master' into v4.7.x
2 parents 0a97abf + 484c8ba commit 3d06393

File tree

4 files changed

+1053
-1065
lines changed

4 files changed

+1053
-1065
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"phpoffice/phpspreadsheet": "^1.17",
2929
"picqer/php-barcode-generator": "^2.1",
3030
"pusher/pusher-php-server": "^7.0",
31-
"spatie/laravel-db-snapshots": "^1.7",
31+
"spatie/laravel-db-snapshots": "^2.2",
3232
"tormjens/eventy": "^0.8"
3333
},
3434
"require-dev": {
@@ -70,7 +70,7 @@
7070
"post-install-cmd": [
7171
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
7272
"@php artisan key:generate --ansi",
73-
"@php artisan storage:link --ansi"
73+
"@php -r \"file_exists('public/storage');\" || artisan storage:link --ansi"
7474
],
7575
"post-root-package-install": [
7676
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""

0 commit comments

Comments
 (0)