Skip to content

Commit b5450b7

Browse files
author
DKravtsov
committed
Updated composer dependencies.
1 parent b38094e commit b5450b7

File tree

23 files changed

+1318
-1143
lines changed

23 files changed

+1318
-1143
lines changed

.idea/php.xml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ composer-update: ## Updates composer dependencies
278278
@make exec-bash cmd="COMPOSER_MEMORY_LIMIT=-1 composer update"
279279

280280
composer-audit: ## Checks for security vulnerability advisories for installed packages
281-
@make exec-bash cmd="COMPOSER_MEMORY_LIMIT=-1 composer audit"
281+
@make exec-bash cmd="COMPOSER_MEMORY_LIMIT=-1 composer audit --abandoned=ignore"
282282

283283
info: ## Shows Php and Symfony version
284284
@make exec cmd="php --version"

composer.json

Lines changed: 6 additions & 6 deletions
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.5",
17+
"version": "v3.4.6",
1818
"license": "MIT",
1919
"authors": [
2020
{
@@ -43,7 +43,7 @@
4343
"ext-pdo_mysql": "*",
4444
"beberlei/doctrineextensions": "^1.5",
4545
"doctrine/doctrine-bundle": "^2.14.0",
46-
"doctrine/doctrine-migrations-bundle": "^3.4.1",
46+
"doctrine/doctrine-migrations-bundle": "^3.4.2",
4747
"doctrine/orm": "^2.20.3",
4848
"dukecity/command-scheduler-bundle": "^6.0.4",
4949
"elasticsearch/elasticsearch": "^7.17.2",
@@ -52,7 +52,7 @@
5252
"mark-gerarts/automapper-plus-bundle": "^1.5",
5353
"matomo/device-detector": "^6.4.5",
5454
"matthiasnoback/symfony-console-form": "^6.0",
55-
"nelmio/api-doc-bundle": "^5.0.1",
55+
"nelmio/api-doc-bundle": "^5.3.0",
5656
"nelmio/cors-bundle": "^2.5",
5757
"phpdocumentor/reflection-docblock": "^5.6.2",
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.5.0",
68+
"symfony/flex": "^2.7.1",
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.24.0",
86+
"symfony/stimulus-bundle": "^2.25.2",
8787
"symfony/string": "7.2.*",
8888
"symfony/translation": "7.2.*",
8989
"symfony/twig-bundle": "7.2.*",
90-
"symfony/ux-turbo": "^2.24.0",
90+
"symfony/ux-turbo": "^2.25.2",
9191
"symfony/validator": "7.2.*",
9292
"symfony/web-link": "7.2.*",
9393
"symfony/yaml": "7.2.*",

0 commit comments

Comments
 (0)