Skip to content

Commit 587a2f5

Browse files
author
DKravtsov
committed
Updated composer dependencies, updated xdebug and phpcpd.
1 parent 17108d3 commit 587a2f5

24 files changed

+2182
-2482
lines changed

Diff for: .env

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ WEB_PORT_SSL=443
2727
# XDEBUG_CONFIG possible values: main|osx. Use main value for Linux and Windows, osx value for MacOS.
2828
XDEBUG_CONFIG=main
2929
# Sometimes we need to use different xdebug versions, list of versions can be found here - https://pecl.php.net/package/xdebug
30-
XDEBUG_VERSION=3.4.1
30+
XDEBUG_VERSION=3.4.2
3131
###< XDebug docker configuration ###
3232

3333
###> MySQL docker configuration. Can be overridden in: .env.local, .env.staging, .env.prod. ###

Diff for: .idea/htdocs.iml

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

Diff for: .idea/php.xml

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

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG INSIDE_DOCKER_CONTAINER=1
1212
ENV INSIDE_DOCKER_CONTAINER=$INSIDE_DOCKER_CONTAINER
1313
ARG XDEBUG_CONFIG=main
1414
ENV XDEBUG_CONFIG=$XDEBUG_CONFIG
15-
ARG XDEBUG_VERSION=3.4.1
15+
ARG XDEBUG_VERSION=3.4.2
1616
ENV XDEBUG_VERSION=$XDEBUG_VERSION
1717
ENV PHP_CS_FIXER_IGNORE_ENV=1
1818

Diff for: composer.json

+10-10
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.2",
17+
"version": "v3.4.3",
1818
"license": "MIT",
1919
"authors": [
2020
{
@@ -42,17 +42,17 @@
4242
"ext-pdo": "*",
4343
"ext-pdo_mysql": "*",
4444
"beberlei/doctrineextensions": "^1.5",
45-
"doctrine/doctrine-bundle": "^2.13.2",
45+
"doctrine/doctrine-bundle": "^2.14.0",
4646
"doctrine/doctrine-migrations-bundle": "^3.4.1",
4747
"doctrine/orm": "^2.20.2",
48-
"dukecity/command-scheduler-bundle": "^6.0.3",
48+
"dukecity/command-scheduler-bundle": "^6.0.4",
4949
"elasticsearch/elasticsearch": "^7.17.2",
50-
"gedmo/doctrine-extensions": "^3.18.0",
50+
"gedmo/doctrine-extensions": "^3.20.0",
5151
"lexik/jwt-authentication-bundle": "^3.1.1",
5252
"mark-gerarts/automapper-plus-bundle": "^1.5",
53-
"matomo/device-detector": "^6.4.3",
53+
"matomo/device-detector": "^6.4.5",
5454
"matthiasnoback/symfony-console-form": "^6.0",
55-
"nelmio/api-doc-bundle": "^4.37.1",
55+
"nelmio/api-doc-bundle": "^5.0.1",
5656
"nelmio/cors-bundle": "^2.5",
5757
"phpdocumentor/reflection-docblock": "^5.6.1",
5858
"ramsey/uuid-doctrine": "^2.1",
@@ -65,7 +65,7 @@
6565
"symfony/doctrine-messenger": "7.2.*",
6666
"symfony/dotenv": "7.2.*",
6767
"symfony/expression-language": "7.2.*",
68-
"symfony/flex": "^2.4.7",
68+
"symfony/flex": "^2.5.0",
6969
"symfony/form": "7.2.*",
7070
"symfony/framework-bundle": "7.2.*",
7171
"symfony/http-client": "7.2.*",
@@ -83,11 +83,11 @@
8383
"symfony/routing": "7.2.*",
8484
"symfony/security-bundle": "7.2.*",
8585
"symfony/serializer": "7.2.*",
86-
"symfony/stimulus-bundle": "^2.23.0",
86+
"symfony/stimulus-bundle": "^2.24.0",
8787
"symfony/string": "7.2.*",
8888
"symfony/translation": "7.2.*",
8989
"symfony/twig-bundle": "7.2.*",
90-
"symfony/ux-turbo": "^2.23.0",
90+
"symfony/ux-turbo": "^2.24.0",
9191
"symfony/validator": "7.2.*",
9292
"symfony/web-link": "7.2.*",
9393
"symfony/yaml": "7.2.*",
@@ -101,7 +101,7 @@
101101
},
102102
"require-dev": {
103103
"bamarni/composer-bin-plugin": "^1.8.2",
104-
"doctrine/doctrine-fixtures-bundle": "^4.0",
104+
"doctrine/doctrine-fixtures-bundle": "^4.1",
105105
"systemsdk/easy-log-bundle": "2.0.*",
106106
"roave/security-advisories": "dev-latest",
107107
"symfony/browser-kit": "7.2.*",

0 commit comments

Comments
 (0)