Updated composer dependencies and fixed error from security checker.

This commit is contained in:
Jan Böhmer 2020-07-30 17:13:16 +02:00
parent 490f70c576
commit 8a42e413aa
4 changed files with 1000 additions and 432 deletions

View file

@ -30,7 +30,6 @@
"s9e/text-formatter": "^2.1",
"scheb/two-factor-bundle": "^4.11",
"sensio/framework-extra-bundle": "^5.1",
"sensiolabs/security-checker": "^6.0",
"shivas/versioning-bundle": "^3.1",
"symfony/apache-pack": "^1.0",
"symfony/asset": "5.1.*",
@ -107,8 +106,7 @@
"auto-scripts": {
"cache:clear": "symfony-cmd",
"ckeditor:install --clear=drop": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd",
"security-checker security:check": "script"
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"