Skip to content

Commit 169e13c

Browse files
committed
Chore(deps) - Dependency update
1 parent 950c87c commit 169e13c

File tree

18 files changed

+541
-432
lines changed

18 files changed

+541
-432
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"ext-mbstring": "*",
2727
"ext-pdo": "*",
2828
"ext-random": "*",
29-
"doctrine/doctrine-bundle": "2.10.2",
30-
"doctrine/doctrine-migrations-bundle": "3.2.4",
31-
"doctrine/orm": "2.16.2",
29+
"doctrine/doctrine-bundle": "2.11.1",
30+
"doctrine/doctrine-migrations-bundle": "3.3.0",
31+
"doctrine/orm": "2.17.1",
3232
"friendsofphp/proxy-manager-lts": "1.0.16",
3333
"gedmo/doctrine-extensions": "3.13.0",
3434
"lexik/jwt-authentication-bundle": "2.19.1",
3535
"mark-gerarts/automapper-plus-bundle": "1.4.1",
36-
"matomo/device-detector": "6.1.6",
36+
"matomo/device-detector": "6.2.0",
3737
"matthiasnoback/symfony-console-form": "5.3.2",
3838
"nelmio/api-doc-bundle": "4.12.0",
3939
"nelmio/cors-bundle": "2.3.1",
@@ -68,7 +68,7 @@
6868
},
6969
"require-dev": {
7070
"bamarni/composer-bin-plugin": "1.8.2",
71-
"doctrine/doctrine-fixtures-bundle": "3.4.4",
71+
"doctrine/doctrine-fixtures-bundle": "3.5.0",
7272
"roave/security-advisories": "dev-latest",
7373
"symfony/browser-kit": "6.3.8",
7474
"symfony/debug-bundle": "6.3.2",

composer.lock

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

tools/01_phpunit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"require-dev": {
88
"liuggio/fastest": "1.11.0",
9-
"phpunit/php-code-coverage": "10.1.7",
9+
"phpunit/php-code-coverage": "10.1.8",
1010
"phpunit/phpcov": "9.0.2",
1111
"phpunit/phpunit": "10.0.19",
1212
"roave/security-advisories": "dev-latest",

tools/01_phpunit/composer.lock

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

tools/02_phpstan/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"php": "^8.2.0"
66
},
77
"require-dev": {
8-
"phpstan/phpstan": "1.10.41",
8+
"phpstan/phpstan": "1.10.42",
99
"phpstan/phpstan-phpunit": "1.3.15",
1010
"phpstan/phpstan-symfony": "1.3.5",
1111
"roave/security-advisories": "dev-latest"

0 commit comments

Comments
 (0)