mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Added some basic security configuration with NelmioSecurityBundle.
This commit is contained in:
parent
59d1349ce8
commit
581dcae2ef
5 changed files with 232 additions and 1 deletions
18
symfony.lock
18
symfony.lock
|
@ -14,6 +14,9 @@
|
|||
"brick/math": {
|
||||
"version": "0.8.15"
|
||||
},
|
||||
"composer/ca-bundle": {
|
||||
"version": "1.2.7"
|
||||
},
|
||||
"composer/semver": {
|
||||
"version": "1.5.0"
|
||||
},
|
||||
|
@ -214,6 +217,18 @@
|
|||
"monolog/monolog": {
|
||||
"version": "1.24.0"
|
||||
},
|
||||
"nelmio/security-bundle": {
|
||||
"version": "2.4",
|
||||
"recipe": {
|
||||
"repo": "github.com/symfony/recipes",
|
||||
"branch": "master",
|
||||
"version": "2.4",
|
||||
"ref": "65726efb67ff51d89de38195bc0d230fa811f64d"
|
||||
},
|
||||
"files": [
|
||||
"./config/packages/nelmio_security.yaml"
|
||||
]
|
||||
},
|
||||
"netresearch/jsonmapper": {
|
||||
"version": "v1.6.0"
|
||||
},
|
||||
|
@ -915,6 +930,9 @@
|
|||
"twig/twig": {
|
||||
"version": "v2.6.2"
|
||||
},
|
||||
"ua-parser/uap-php": {
|
||||
"version": "v3.9.8"
|
||||
},
|
||||
"vimeo/psalm": {
|
||||
"version": "3.5.1"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue