Skip to content

Commit b59aedc

Browse files
build(deps): Bump the symfony group across 1 directory with 10 updates
Bumps the symfony group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [symfony/console](https://github.com/symfony/console) | `6.4.17` | `7.3.4` | | [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) | `6.4.8` | `7.3.3` | | [symfony/http-foundation](https://github.com/symfony/http-foundation) | `6.4.14` | `7.3.4` | | [symfony/mailer](https://github.com/symfony/mailer) | `6.4.12` | `7.3.4` | | [symfony/polyfill-php84](https://github.com/symfony/polyfill-php84) | `1.32.0` | `1.33.0` | | [symfony/process](https://github.com/symfony/process) | `6.4.15` | `7.3.4` | | [symfony/routing](https://github.com/symfony/routing) | `6.4.12` | `7.3.4` | | [symfony/translation](https://github.com/symfony/translation) | `6.4.4` | `7.3.4` | Updates `symfony/console` from 6.4.17 to 7.3.4 - [Release notes](https://github.com/symfony/console/releases) - [Changelog](https://github.com/symfony/console/blob/7.3/CHANGELOG.md) - [Commits](symfony/console@v6.4.17...v7.3.4) Updates `symfony/event-dispatcher` from 6.4.8 to 7.3.3 - [Release notes](https://github.com/symfony/event-dispatcher/releases) - [Changelog](https://github.com/symfony/event-dispatcher/blob/7.3/CHANGELOG.md) - [Commits](symfony/event-dispatcher@v6.4.8...v7.3.3) Updates `symfony/http-foundation` from 6.4.14 to 7.3.4 - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/7.3/CHANGELOG.md) - [Commits](symfony/http-foundation@v6.4.14...v7.3.4) Updates `symfony/mailer` from 6.4.12 to 7.3.4 - [Release notes](https://github.com/symfony/mailer/releases) - [Changelog](https://github.com/symfony/mailer/blob/7.3/CHANGELOG.md) - [Commits](symfony/mailer@v6.4.12...v7.3.4) Updates `symfony/polyfill-intl-normalizer` from 1.32.0 to 1.33.0 - [Commits](symfony/polyfill-intl-normalizer@v1.32.0...v1.33.0) Updates `symfony/polyfill-php83` from 1.32.0 to 1.33.0 - [Commits](symfony/polyfill-php83@v1.32.0...v1.33.0) Updates `symfony/polyfill-php84` from 1.32.0 to 1.33.0 - [Commits](symfony/polyfill-php84@v1.32.0...v1.33.0) Updates `symfony/process` from 6.4.15 to 7.3.4 - [Release notes](https://github.com/symfony/process/releases) - [Changelog](https://github.com/symfony/process/blob/7.3/CHANGELOG.md) - [Commits](symfony/process@v6.4.15...v7.3.4) Updates `symfony/routing` from 6.4.12 to 7.3.4 - [Release notes](https://github.com/symfony/routing/releases) - [Changelog](https://github.com/symfony/routing/blob/7.3/CHANGELOG.md) - [Commits](symfony/routing@v6.4.12...v7.3.4) Updates `symfony/translation` from 6.4.4 to 7.3.4 - [Release notes](https://github.com/symfony/translation/releases) - [Changelog](https://github.com/symfony/translation/blob/7.3/CHANGELOG.md) - [Commits](symfony/translation@v6.4.4...v7.3.4) --- updated-dependencies: - dependency-name: symfony/console dependency-version: 7.3.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: symfony - dependency-name: symfony/event-dispatcher dependency-version: 7.3.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: symfony - dependency-name: symfony/http-foundation dependency-version: 7.3.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: symfony - dependency-name: symfony/mailer dependency-version: 7.3.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: symfony - dependency-name: symfony/polyfill-intl-normalizer dependency-version: 1.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: symfony - dependency-name: symfony/polyfill-php83 dependency-version: 1.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: symfony - dependency-name: symfony/polyfill-php84 dependency-version: 1.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: symfony - dependency-name: symfony/process dependency-version: 7.3.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: symfony - dependency-name: symfony/routing dependency-version: 7.3.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: symfony - dependency-name: symfony/translation dependency-version: 7.3.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: symfony ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 069a610 commit b59aedc

2 files changed

Lines changed: 254 additions & 198 deletions

File tree

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@
5252
"punic/punic": "^3.8",
5353
"sabre/dav": "^4.7.0",
5454
"stecman/symfony-console-completion": "^0.14.0",
55-
"symfony/console": "^6.4.12",
56-
"symfony/event-dispatcher": "^6.4.8",
57-
"symfony/http-foundation": "^6.4.14",
58-
"symfony/mailer": "^6.4",
55+
"symfony/console": "^7.3.4",
56+
"symfony/event-dispatcher": "^7.3.3",
57+
"symfony/http-foundation": "^7.3.4",
58+
"symfony/mailer": "^7.3",
5959
"symfony/polyfill-intl-normalizer": "^1.32.0",
6060
"symfony/polyfill-php82": "^1.32.0",
6161
"symfony/polyfill-php83": "^1.32.0",
62-
"symfony/polyfill-php84": "^1.32.0",
63-
"symfony/process": "^6.4.15",
64-
"symfony/routing": "^6.4.12",
65-
"symfony/translation": "^6.4.4",
62+
"symfony/polyfill-php84": "^1.33.0",
63+
"symfony/process": "^7.3.4",
64+
"symfony/routing": "^7.3.4",
65+
"symfony/translation": "^7.3.4",
6666
"wapmorgan/mp3info": "^0.1.1",
6767
"web-auth/webauthn-lib": "^4.9.1"
6868
},

0 commit comments

Comments
 (0)