Updated various recipes (part 1).

This commit is contained in:
Jan Böhmer 2021-10-02 20:53:03 +02:00
parent f05195c825
commit 5e1c5cef3b
7 changed files with 101 additions and 45 deletions

View file

@ -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"