Skip to content

Commit

Permalink
Merge pull request #1597 from tarlepp/chore(deps)/dependency-update
Browse files Browse the repository at this point in the history
Chore(deps) - Dependency update
  • Loading branch information
tarlepp committed Dec 30, 2021
2 parents 0e1c2de + 5dbcab7 commit ee873d0
Show file tree
Hide file tree
Showing 20 changed files with 1,533 additions and 777 deletions.
48 changes: 27 additions & 21 deletions composer.json
Expand Up @@ -25,39 +25,39 @@
"ext-mbstring": "*",
"ext-pdo": "*",
"doctrine/annotations": "1.13.2",
"doctrine/doctrine-bundle": "2.5.2",
"doctrine/doctrine-bundle": "2.5.3",
"doctrine/doctrine-migrations-bundle": "3.2.1",
"doctrine/orm": "2.10.4",
"gedmo/doctrine-extensions": "3.4.0",
"lexik/jwt-authentication-bundle": "2.14.3",
"mark-gerarts/automapper-plus-bundle": "1.4.0",
"matomo/device-detector": "5.0.1",
"matthiasnoback/symfony-console-form": "5.1.1",
"nelmio/api-doc-bundle": "4.7.0",
"nelmio/api-doc-bundle": "4.8.1",
"nelmio/cors-bundle": "2.2.0",
"phpdocumentor/reflection-docblock": "5.3.0",
"ramsey/uuid-doctrine": "1.8.0",
"sensio/framework-extra-bundle": "6.2.3",
"sensio/framework-extra-bundle": "6.2.4",
"symfony/asset": "5.4.0",
"symfony/config": "5.4.0",
"symfony/console": "5.4.1",
"symfony/dotenv": "5.4.0",
"symfony/config": "5.4.2",
"symfony/console": "5.4.2",
"symfony/dotenv": "5.4.2",
"symfony/expression-language": "5.4.0",
"symfony/flex": "2.0.1",
"symfony/form": "5.4.0",
"symfony/framework-bundle": "5.4.1",
"symfony/form": "5.4.2",
"symfony/framework-bundle": "5.4.2",
"symfony/monolog-bundle": "3.7.1",
"symfony/process": "5.4.0",
"symfony/property-access": "5.4.0",
"symfony/property-info": "5.4.0",
"symfony/process": "5.4.2",
"symfony/property-access": "5.4.2",
"symfony/property-info": "5.4.2",
"symfony/routing": "5.4.0",
"symfony/runtime": "5.4.1",
"symfony/security-bundle": "5.4.1",
"symfony/serializer": "5.4.0",
"symfony/translation": "5.4.1",
"symfony/security-bundle": "5.4.2",
"symfony/serializer": "5.4.2",
"symfony/translation": "5.4.2",
"symfony/twig-bundle": "5.4.0",
"symfony/validator": "5.4.1",
"symfony/yaml": "5.4.0"
"symfony/validator": "5.4.2",
"symfony/yaml": "5.4.2"
},
"conflict": {
"symfony/debug": "<3.3",
Expand All @@ -68,13 +68,13 @@
"bamarni/composer-bin-plugin": "1.4.1",
"doctrine/doctrine-fixtures-bundle": "3.4.1",
"roave/security-advisories": "dev-latest",
"symfony/browser-kit": "5.4.0",
"symfony/debug-bundle": "5.4.0",
"symfony/browser-kit": "5.4.2",
"symfony/debug-bundle": "5.4.2",
"symfony/maker-bundle": "1.36.4",
"symfony/requirements-checker": "2.0.1",
"symfony/stopwatch": "5.4.0",
"symfony/var-dumper": "5.4.1",
"symfony/web-profiler-bundle": "5.4.0"
"symfony/var-dumper": "5.4.2",
"symfony/web-profiler-bundle": "5.4.2"
},
"config": {
"platform": {
Expand All @@ -83,7 +83,13 @@
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true,
"bamarni/composer-bin-plugin": true,
"symfony/flex": true,
"symfony/runtime": true
}
},
"extra": {
"allow-contrib": "true",
Expand Down

0 comments on commit ee873d0

Please sign in to comment.