Skip to content

Commit ea11d12

Browse files
authored
Merge pull request #2999 from tarlepp/chore(deps)/dependency-update
Chore(deps) - Dependency update
2 parents 7bf2168 + 102e1f7 commit ea11d12

File tree

25 files changed

+572
-451
lines changed

25 files changed

+572
-451
lines changed

.idea/php.xml

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

.idea/symfony-flex-backend.iml

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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN rm -rf /app/var \
5959
&& mkdir -p /app/var \
6060
&& rm -rf /app/public/check.php \
6161
&& php -d memory_limit=-1 /usr/bin/composer install --no-dev --optimize-autoloader \
62-
&& php /usr/bin/composer audit
62+
&& php /usr/bin/composer audit --abandoned=ignore
6363

6464
EXPOSE 9000
6565

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ phpstan: info_msg := @printf $(_TITLE) "OK" "Running PHPStan - PHP Static Analys
428428
phpstan: info
429429
ifeq ($(INSIDE_DOCKER_CONTAINER), 1)
430430
@@bin/console cache:clear
431-
@./vendor/bin/phpstan --version
432-
@./vendor/bin/phpstan -v
431+
@./tools/02_phpstan/vendor/bin/phpstan --version
432+
@./tools/02_phpstan/vendor/bin/phpstan -v
433433
else ifeq ($(RUNNING_SOME_CONTAINERS), 0)
434434
$(WARNING_DOCKER)
435435
else ifneq ($(RUNNING_ALL_CONTAINERS), 1)

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ext-pdo": "*",
2828
"ext-random": "*",
2929
"doctrine/doctrine-bundle": "2.14.0",
30-
"doctrine/doctrine-migrations-bundle": "3.4.1",
30+
"doctrine/doctrine-migrations-bundle": "3.4.2",
3131
"doctrine/orm": "2.20.3",
3232
"friendsofphp/proxy-manager-lts": "1.0.18",
3333
"gedmo/doctrine-extensions": "3.20.0",
@@ -45,7 +45,7 @@
4545
"symfony/doctrine-bridge": "7.2.6",
4646
"symfony/dotenv": "7.2.0",
4747
"symfony/expression-language": "7.2.0",
48-
"symfony/flex": "2.5.0",
48+
"symfony/flex": "2.7.0",
4949
"symfony/form": "7.2.6",
5050
"symfony/framework-bundle": "7.2.5",
5151
"symfony/monolog-bundle": "3.10.0",
@@ -73,9 +73,9 @@
7373
"bamarni/composer-bin-plugin": "1.8.2",
7474
"doctrine/doctrine-fixtures-bundle": "4.1.0",
7575
"liuggio/fastest": "1.13.0",
76-
"phpunit/php-code-coverage": "12.2.0",
76+
"phpunit/php-code-coverage": "12.3.0",
7777
"phpunit/phpcov": "11.0.0",
78-
"phpunit/phpunit": "12.1.4",
78+
"phpunit/phpunit": "12.1.6",
7979
"roave/security-advisories": "dev-latest",
8080
"symfony/browser-kit": "7.2.4",
8181
"symfony/debug-bundle": "7.2.0",

0 commit comments

Comments
 (0)