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"

1405
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,8 +0,0 @@
services:
_defaults:
autowire: true
autoconfigure: true
SensioLabs\Security\SecurityChecker: null
SensioLabs\Security\Command\SecurityCheckerCommand: null

View file

@ -434,18 +434,6 @@
"./config/packages/sensio_framework_extra.yaml"
]
},
"sensiolabs/security-checker": {
"version": "4.0",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "4.0",
"ref": "160c9b600564faa1224e8f387d49ef13ceb8b793"
},
"files": [
"./config/packages/security_checker.yaml"
]
},
"shivas/versioning-bundle": {
"version": "3.1.3"
},
@ -603,9 +591,6 @@
"symfony/http-kernel": {
"version": "v4.2.3"
},
"symfony/inflector": {
"version": "v4.2.3"
},
"symfony/intl": {
"version": "v4.2.3"
},