Updated composer dependencies.

Important is the upgrade to symfony 5.1.5 which fixes a potential security issue.
This commit is contained in:
Jan Böhmer 2020-09-03 11:19:01 +02:00
parent 3809539587
commit a7dfcf31b2
2 changed files with 687 additions and 428 deletions

1100
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -35,6 +35,12 @@
"./config/packages/test/dama_doctrine_test_bundle.yaml" "./config/packages/test/dama_doctrine_test_bundle.yaml"
] ]
}, },
"dealerdirect/phpcodesniffer-composer-installer": {
"version": "v0.7.0"
},
"dnoegel/php-xdg-base-dir": {
"version": "v0.1.1"
},
"doctrine/annotations": { "doctrine/annotations": {
"version": "1.0", "version": "1.0",
"recipe": { "recipe": {
@ -346,6 +352,9 @@
"phpstan/extension-installer": { "phpstan/extension-installer": {
"version": "1.0.3" "version": "1.0.3"
}, },
"phpstan/phpdoc-parser": {
"version": "0.4.9"
},
"phpstan/phpstan": { "phpstan/phpstan": {
"version": "0.12.8" "version": "0.12.8"
}, },
@ -434,6 +443,9 @@
"shivas/versioning-bundle": { "shivas/versioning-bundle": {
"version": "3.1.3" "version": "3.1.3"
}, },
"slevomat/coding-standard": {
"version": "6.4.0"
},
"spomky-labs/otphp": { "spomky-labs/otphp": {
"version": "v9.1.4" "version": "v9.1.4"
}, },
@ -861,9 +873,6 @@
"symplify/package-builder": { "symplify/package-builder": {
"version": "v7.1.3" "version": "v7.1.3"
}, },
"symplify/phpstan-extensions": {
"version": "v7.3.10"
},
"symplify/set-config-resolver": { "symplify/set-config-resolver": {
"version": "v7.1.3" "version": "v7.1.3"
}, },