mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Updated composer dependencies and fixed error from security checker.
This commit is contained in:
parent
490f70c576
commit
8a42e413aa
4 changed files with 1000 additions and 432 deletions
|
@ -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
1405
composer.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,8 +0,0 @@
|
|||
services:
|
||||
_defaults:
|
||||
autowire: true
|
||||
autoconfigure: true
|
||||
|
||||
SensioLabs\Security\SecurityChecker: null
|
||||
|
||||
SensioLabs\Security\Command\SecurityCheckerCommand: null
|
15
symfony.lock
15
symfony.lock
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue