Skip to content

Commit 5aa453b

Browse files
committed
Added validation translations
1 parent 0b6e9b5 commit 5aa453b

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

composer.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@
2323
"spatie/laravel-backup": "^8.17"
2424
},
2525
"require-dev": {
26-
"spatie/laravel-ignition": "^1.0",
2726
"barryvdh/laravel-ide-helper": "^2.12",
2827
"fakerphp/faker": "^1.9.1",
28+
"laravel-lang/common": "^2.0",
2929
"laravel/breeze": "^1.1",
3030
"laravel/sail": "^1.0.1",
3131
"mockery/mockery": "^1.4.2",
3232
"nunomaduro/collision": "^6.1",
33-
"phpunit/phpunit": "^9.3.3"
33+
"phpunit/phpunit": "^9.3.3",
34+
"spatie/laravel-ignition": "^1.0"
3435
},
3536
"autoload": {
3637
"files": [
@@ -48,14 +49,15 @@
4849
}
4950
},
5051
"scripts": {
52+
"post-update-cmd": [
53+
"php artisan vendor:publish --tag=laravel-assets --ansi --force",
54+
"php artisan lang:update",
55+
"echo.> storage/app/ISINSTALLED"
56+
],
5157
"post-autoload-dump": [
5258
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
5359
"@php artisan package:discover --ansi"
54-
],
55-
"post-root-package-install": [
56-
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
57-
],
58-
"post-update-cmd": ["echo.> storage/app/ISINSTALLED"]
60+
]
5961
},
6062
"extra": {
6163
"laravel": {

0 commit comments

Comments
 (0)