Updated composer dependencies

This commit is contained in:
Kevin Veen-Birkenbach 2020-04-02 21:57:10 +02:00
parent 93a949e778
commit 0a19997dd2
2 changed files with 31 additions and 30 deletions
application/symfony

@ -5,9 +5,9 @@
"php": "^7.1.3", "php": "^7.1.3",
"ext-ctype": "*", "ext-ctype": "*",
"ext-iconv": "*", "ext-iconv": "*",
"fresh/doctrine-enum-bundle" : "~6.2", "fresh/doctrine-enum-bundle": "^6.2",
"friendsofsymfony/rest-bundle": "^2.4", "friendsofsymfony/rest-bundle": "^2.4",
"friendsofsymfony/user-bundle" : "~2.1", "friendsofsymfony/user-bundle": "^2.1",
"haydenpierce/class-finder": "^0.2.0", "haydenpierce/class-finder": "^0.2.0",
"jms/serializer-bundle": "^2.4", "jms/serializer-bundle": "^2.4",
"knplabs/knp-menu-bundle": "^2.0", "knplabs/knp-menu-bundle": "^2.0",
@ -15,6 +15,7 @@
"simplethings/entity-audit-bundle": "^1.0", "simplethings/entity-audit-bundle": "^1.0",
"symfony/asset": "*", "symfony/asset": "*",
"symfony/console": "*", "symfony/console": "*",
"symfony/event-dispatcher": "4.4.*",
"symfony/expression-language": "*", "symfony/expression-language": "*",
"symfony/flex": "^1.1", "symfony/flex": "^1.1",
"symfony/form": "*", "symfony/form": "*",

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "be79a2eab3af7d36c1d629dd115c8ab0", "content-hash": "31e44ad5a40806d0f748c5814d5db245",
"packages": [ "packages": [
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",