Skip to content

Commit 95afaa3

Browse files
Bump the dependencies group across 1 directory with 7 updates
Bumps the dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) | `2.14.0` | `2.15.0` | | [doctrine/orm](https://github.com/doctrine/orm) | `2.20.3` | `3.4.0` | | [matomo/device-detector](https://github.com/matomo-org/device-detector) | `6.4.5` | `6.4.6` | | [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) | `4.38.2` | `5.3.0` | | [zircote/swagger-php](https://github.com/zircote/swagger-php) | `4.11.1` | `5.1.3` | | [phpunit/php-code-coverage](https://github.com/sebastianbergmann/php-code-coverage) | `12.3.0` | `12.3.1` | | [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `12.2.1` | `12.2.2` | Updates `doctrine/doctrine-bundle` from 2.14.0 to 2.15.0 - [Release notes](https://github.com/doctrine/DoctrineBundle/releases) - [Commits](doctrine/DoctrineBundle@2.14.0...2.15.0) Updates `doctrine/orm` from 2.20.3 to 3.4.0 - [Release notes](https://github.com/doctrine/orm/releases) - [Upgrade guide](https://github.com/doctrine/orm/blob/3.4.x/UPGRADE.md) - [Commits](doctrine/orm@2.20.3...3.4.0) Updates `matomo/device-detector` from 6.4.5 to 6.4.6 - [Release notes](https://github.com/matomo-org/device-detector/releases) - [Commits](matomo-org/device-detector@6.4.5...6.4.6) Updates `nelmio/api-doc-bundle` from 4.38.2 to 5.3.0 - [Release notes](https://github.com/nelmio/NelmioApiDocBundle/releases) - [Changelog](https://github.com/nelmio/NelmioApiDocBundle/blob/5.x/CHANGELOG.md) - [Commits](nelmio/NelmioApiDocBundle@v4.38.2...v5.3.0) Updates `zircote/swagger-php` from 4.11.1 to 5.1.3 - [Release notes](https://github.com/zircote/swagger-php/releases) - [Commits](zircote/swagger-php@4.11.1...5.1.3) Updates `phpunit/php-code-coverage` from 12.3.0 to 12.3.1 - [Release notes](https://github.com/sebastianbergmann/php-code-coverage/releases) - [Changelog](https://github.com/sebastianbergmann/php-code-coverage/blob/main/ChangeLog-12.3.md) - [Commits](sebastianbergmann/php-code-coverage@12.3.0...12.3.1) Updates `phpunit/phpunit` from 12.2.1 to 12.2.2 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.2.2/ChangeLog-12.2.md) - [Commits](sebastianbergmann/phpunit@12.2.1...12.2.2) --- updated-dependencies: - dependency-name: doctrine/doctrine-bundle dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: doctrine/orm dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: matomo/device-detector dependency-version: 6.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: nelmio/api-doc-bundle dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: zircote/swagger-php dependency-version: 5.1.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: phpunit/php-code-coverage dependency-version: 12.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: phpunit/phpunit dependency-version: 12.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b38ba48 commit 95afaa3

File tree

2 files changed

+205
-401
lines changed

2 files changed

+205
-401
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
"ext-mbstring": "*",
2727
"ext-pdo": "*",
2828
"ext-random": "*",
29-
"doctrine/doctrine-bundle": "2.14.0",
29+
"doctrine/doctrine-bundle": "2.15.0",
3030
"doctrine/doctrine-migrations-bundle": "3.4.2",
31-
"doctrine/orm": "2.20.3",
31+
"doctrine/orm": "3.4.1",
3232
"friendsofphp/proxy-manager-lts": "1.0.18",
3333
"gedmo/doctrine-extensions": "3.20.0",
3434
"lexik/jwt-authentication-bundle": "3.1.1",
3535
"mark-gerarts/automapper-plus-bundle": "1.5.0",
36-
"matomo/device-detector": "6.4.5",
36+
"matomo/device-detector": "6.4.6",
3737
"matthiasnoback/symfony-console-form": "6.0.0",
38-
"nelmio/api-doc-bundle": "4.38.2",
38+
"nelmio/api-doc-bundle": "5.3.0",
3939
"nelmio/cors-bundle": "2.5.0",
4040
"phpdocumentor/reflection-docblock": "5.6.2",
4141
"ramsey/uuid-doctrine": "2.1.0",
@@ -62,7 +62,7 @@
6262
"symfony/validator": "7.3.0",
6363
"symfony/var-exporter": "7.3.0",
6464
"symfony/yaml": "7.3.0",
65-
"zircote/swagger-php": "4.11.1"
65+
"zircote/swagger-php": "5.1.3"
6666
},
6767
"conflict": {
6868
"symfony/debug": "<3.3",
@@ -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.3.0",
76+
"phpunit/php-code-coverage": "12.3.1",
7777
"phpunit/phpcov": "11.0.1",
78-
"phpunit/phpunit": "12.2.1",
78+
"phpunit/phpunit": "12.2.3",
7979
"roave/security-advisories": "dev-latest",
8080
"symfony/browser-kit": "7.3.0",
8181
"symfony/debug-bundle": "7.3.0",

0 commit comments

Comments
 (0)