Skip to content

Commit aaf9767

Browse files
Chore(deps): Bump the dependencies group across 1 directory with 5 updates
Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [doctrine/orm](https://github.com/doctrine/orm) | `2.20.9` | `3.5.8` | | [nelmio/api-doc-bundle](https://github.com/nelmio/NelmioApiDocBundle) | `4.38.6` | `5.8.2` | | [zircote/swagger-php](https://github.com/zircote/swagger-php) | `4.11.1` | `5.7.6` | | [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) | `4.3.0` | `4.3.1` | | [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `12.4.5` | `12.5.0` | Updates `doctrine/orm` from 2.20.9 to 3.5.8 - [Release notes](https://github.com/doctrine/orm/releases) - [Upgrade guide](https://github.com/doctrine/orm/blob/3.5.x/UPGRADE.md) - [Commits](doctrine/orm@2.20.9...3.5.8) Updates `nelmio/api-doc-bundle` from 4.38.6 to 5.8.2 - [Release notes](https://github.com/nelmio/NelmioApiDocBundle/releases) - [Changelog](https://github.com/nelmio/NelmioApiDocBundle/blob/5.x/CHANGELOG.md) - [Commits](nelmio/NelmioApiDocBundle@v4.38.6...v5.8.2) Updates `zircote/swagger-php` from 4.11.1 to 5.7.6 - [Release notes](https://github.com/zircote/swagger-php/releases) - [Commits](zircote/swagger-php@4.11.1...5.7.6) Updates `doctrine/doctrine-fixtures-bundle` from 4.3.0 to 4.3.1 - [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases) - [Commits](doctrine/DoctrineFixturesBundle@4.3.0...4.3.1) Updates `phpunit/phpunit` from 12.4.5 to 12.5.0 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/12.5.0/ChangeLog-12.5.md) - [Commits](sebastianbergmann/phpunit@12.4.5...12.5.0) --- updated-dependencies: - dependency-name: doctrine/orm dependency-version: 3.5.8 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: nelmio/api-doc-bundle dependency-version: 5.8.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: zircote/swagger-php dependency-version: 5.7.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: doctrine/doctrine-fixtures-bundle dependency-version: 4.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: phpunit/phpunit dependency-version: 12.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a395e4e commit aaf9767

File tree

2 files changed

+234
-435
lines changed

2 files changed

+234
-435
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"ext-random": "*",
2929
"doctrine/doctrine-bundle": "2.18.1",
3030
"doctrine/doctrine-migrations-bundle": "3.7.0",
31-
"doctrine/orm": "2.20.9",
31+
"doctrine/orm": "3.5.8",
3232
"friendsofphp/proxy-manager-lts": "1.0.19",
3333
"gedmo/doctrine-extensions": "3.21.0",
3434
"lexik/jwt-authentication-bundle": "3.1.1",
3535
"mark-gerarts/automapper-plus-bundle": "1.5.0",
3636
"matomo/device-detector": "6.4.8",
3737
"matthiasnoback/symfony-console-form": "6.0.0",
38-
"nelmio/api-doc-bundle": "4.38.6",
38+
"nelmio/api-doc-bundle": "5.8.2",
3939
"nelmio/cors-bundle": "2.6.0",
4040
"phpdocumentor/reflection-docblock": "5.6.5",
4141
"ramsey/uuid-doctrine": "2.1.0",
@@ -62,7 +62,7 @@
6262
"symfony/validator": "7.4.0",
6363
"symfony/var-exporter": "7.4.0",
6464
"symfony/yaml": "7.4.0",
65-
"zircote/swagger-php": "4.11.1"
65+
"zircote/swagger-php": "5.7.6"
6666
},
6767
"conflict": {
6868
"symfony/debug": "<3.3",
@@ -71,11 +71,11 @@
7171
},
7272
"require-dev": {
7373
"bamarni/composer-bin-plugin": "1.8.3",
74-
"doctrine/doctrine-fixtures-bundle": "4.3.0",
74+
"doctrine/doctrine-fixtures-bundle": "4.3.1",
7575
"liuggio/fastest": "1.13.0",
7676
"phpunit/php-code-coverage": "12.5.0",
7777
"phpunit/phpcov": "11.0.3",
78-
"phpunit/phpunit": "12.4.5",
78+
"phpunit/phpunit": "12.5.0",
7979
"roave/security-advisories": "dev-latest",
8080
"symfony/browser-kit": "7.4.0",
8181
"symfony/debug-bundle": "7.4.0",

0 commit comments

Comments
 (0)