mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-04 08:29:35 +00:00
Updated various recipes (part 1).
This commit is contained in:
parent
f05195c825
commit
5e1c5cef3b
7 changed files with 101 additions and 45 deletions
|
|
@ -51,6 +51,7 @@
|
|||
"symfony/property-access": "5.3.*",
|
||||
"symfony/property-info": "5.3.*",
|
||||
"symfony/proxy-manager-bridge": "5.3.*",
|
||||
"symfony/runtime": "5.3.*",
|
||||
"symfony/security-bundle": "5.3.*",
|
||||
"symfony/serializer": "5.3.*",
|
||||
"symfony/translation": "5.3.*",
|
||||
|
|
@ -116,7 +117,8 @@
|
|||
"auto-scripts": {
|
||||
"cache:clear": "symfony-cmd",
|
||||
"ckeditor:install --clear=drop": "symfony-cmd",
|
||||
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
||||
"assets:install %PUBLIC_DIR%": "symfony-cmd",
|
||||
"ckeditor:install": "symfony-cmd"
|
||||
},
|
||||
"post-install-cmd": [
|
||||
"@auto-scripts"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue