Skip to content

Commit 17108d3

Browse files
author
DKravtsov
committed
Updated composer dependencies, small refactoring.
1 parent 24509b0 commit 17108d3

File tree

15 files changed

+429
-365
lines changed

15 files changed

+429
-365
lines changed

.idea/laravel-idea.xml

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"Elasticsearch"
1515
],
1616
"homepage": "https://github.com/systemsdk/docker-symfony-api",
17-
"version": "v3.4.1",
17+
"version": "v3.4.2",
1818
"license": "MIT",
1919
"authors": [
2020
{
@@ -44,15 +44,15 @@
4444
"beberlei/doctrineextensions": "^1.5",
4545
"doctrine/doctrine-bundle": "^2.13.2",
4646
"doctrine/doctrine-migrations-bundle": "^3.4.1",
47-
"doctrine/orm": "^2.20.1",
47+
"doctrine/orm": "^2.20.2",
4848
"dukecity/command-scheduler-bundle": "^6.0.3",
4949
"elasticsearch/elasticsearch": "^7.17.2",
50-
"gedmo/doctrine-extensions": "^3.17.1",
50+
"gedmo/doctrine-extensions": "^3.18.0",
5151
"lexik/jwt-authentication-bundle": "^3.1.1",
5252
"mark-gerarts/automapper-plus-bundle": "^1.5",
5353
"matomo/device-detector": "^6.4.3",
5454
"matthiasnoback/symfony-console-form": "^6.0",
55-
"nelmio/api-doc-bundle": "^4.36.1",
55+
"nelmio/api-doc-bundle": "^4.37.1",
5656
"nelmio/cors-bundle": "^2.5",
5757
"phpdocumentor/reflection-docblock": "^5.6.1",
5858
"ramsey/uuid-doctrine": "^2.1",
@@ -83,16 +83,16 @@
8383
"symfony/routing": "7.2.*",
8484
"symfony/security-bundle": "7.2.*",
8585
"symfony/serializer": "7.2.*",
86-
"symfony/stimulus-bundle": "^2.22.1",
86+
"symfony/stimulus-bundle": "^2.23.0",
8787
"symfony/string": "7.2.*",
8888
"symfony/translation": "7.2.*",
8989
"symfony/twig-bundle": "7.2.*",
90-
"symfony/ux-turbo": "^2.22.1",
90+
"symfony/ux-turbo": "^2.23.0",
9191
"symfony/validator": "7.2.*",
9292
"symfony/web-link": "7.2.*",
9393
"symfony/yaml": "7.2.*",
94-
"twig/extra-bundle": "^2.12|^3.19",
95-
"twig/twig": "^2.12|^3.19"
94+
"twig/extra-bundle": "^2.12|^3.20",
95+
"twig/twig": "^2.12|^3.20"
9696
},
9797
"conflict": {
9898
"symfony/debug": "<3.3",

0 commit comments

Comments
 (0)