Skip to content

build(deps): bump the composer group across 1 directory with 9 updates#423

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/composer-8ce83ef366
Open

build(deps): bump the composer group across 1 directory with 9 updates#423
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/composer-8ce83ef366

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Bumps the composer group with 7 updates in the / directory:

Package From To
phpoffice/phpspreadsheet 4.5.0 5.7.0
phpseclib/phpseclib 3.0.50 3.0.52
symfony/cache 7.4.8 7.4.13
symfony/dom-crawler 7.4.8 7.4.12
symfony/mailer 6.4.34 6.4.40
symfony/routing 6.4.34 6.4.41
symfony/yaml 7.4.8 7.4.13

Updates phpoffice/phpspreadsheet from 4.5.0 to 5.7.0

Release notes

Sourced from phpoffice/phpspreadsheet's releases.

5.7.0

Fixed

  • Security patches.

5.6.0

Added

Deprecated

  • Collection/Cells::MAX_COLUMN_ID - use Cell/AddressRange::MAX_COLUMN_INT.
  • Writer/Xls/Worksheet constants MAX_XLS_COLUMN, MAX_XLS_COLUMN_STRING, MAX_XLS_ROW - use Cell/AddressRange MAX_COLUMN_INT_XLS, MAX_COLUMN_XLS, MAX_ROW_XLS

Fixed

5.5.0

Added

Deprecated

  • Writer/Html constant BODY_LINE no longer makes sense with a configurable line ending. No replacement.
  • Calculation classes FormulaParser and FormulaToken are unused. No replacement.
  • Writer/Xls/Worksheet methods insertBitMap, positionImage, writeObjPicture, processBitmapGd, and processBitmap are unused. No replacement.

Fixed

... (truncated)

Changelog

Sourced from phpoffice/phpspreadsheet's changelog.

2026-04-19 - 5.7.0

Fixed

  • Security patches.

2026-04-09 - 5.6.0

Added

Removed

  • Nothing yet.

Changed

  • Nothing yet.

Moved

  • Nothing yet.

Deprecated

  • Collection/Cells::MAX_COLUMN_ID - use Cell/AddressRange::MAX_COLUMN_INT.
  • Writer/Xls/Worksheet constants MAX_XLS_COLUMN, MAX_XLS_COLUMN_STRING, MAX_XLS_ROW - use Cell/AddressRange MAX_COLUMN_INT_XLS, MAX_COLUMN_XLS, MAX_ROW_XLS

Fixed

2026-02-28 - 5.5.0

Added

... (truncated)

Commits
  • 9f55d3b Merge pull request #4859 from oleibman/updchangelog20260419
  • 2e35213 Update Changelog for New Release
  • 9019a9c Merge commit from fork
  • f1eb4e6 Merge commit from fork
  • 9b90dee Merge pull request #4857 from oleibman/changelog20260406
  • f302b32 Prepare Changelog For New Release
  • 4a47607 Merge pull request #4850 from oleibman/updatestan
  • 8a9e9b5 Merge pull request #4845 from oleibman/csvnonutf8
  • 5d6d7d5 Merge branch 'master' into csvnonutf8
  • 6f23fe3 Merge pull request #4844 from oleibman/xlookup
  • Additional commits viewable in compare view

Updates phpseclib/phpseclib from 3.0.50 to 3.0.52

Release notes

Sourced from phpseclib/phpseclib's releases.

3.0.52

  • ASN1: more stringent OID length limits (CVE-2026-44167)
  • RSA: OpenSSL 3.2+ changed how PKCS1 decryption works (#2136)
  • Keys/OpenSSH: support comments with spaces in them (#2137)

3.0.51

  • SSH2: use constant time string comparison in get_binary_packet() (CVE-2026-40194)
  • RSA: add sha3 support (#2132)
  • use new OpenSSL functionality (#2130)
Changelog

Sourced from phpseclib/phpseclib's changelog.

3.0.52 - 2026-04-27

  • ASN1: more stringent OID length limits (CVE-2026-44167)
  • RSA: OpenSSL 3.2+ changed how PKCS1 decryption works (#2136)
  • Keys/OpenSSH: support comments with spaces in them (#2137)

3.0.51 - 2026-04-09

  • SSH2: use constant time string comparison in get_binary_packet() (CVE-2026-40194)
  • RSA: add sha3 support (#2132)
  • use new OpenSSL functionality (#2130)
Commits
  • 2adaefc Merge branch '2.0' into 3.0
  • a96a835 Merge branch '1.0' into 2.0
  • 15ace8d CHANGELOG: add new entry
  • 457f3c4 Merge branch '2.0' into 3.0
  • 84dbb96 Tests/X509: update for 2.0
  • 5e29734 Merge branch '1.0' into 2.0
  • 2d4e053 Tests/X509: add test for "OID bomb"
  • e381a8b Merge branch '2.0' into 3.0
  • 408664b Merge branch '1.0' into 2.0
  • d53d202 ASN1: reduce length of supported OIDs from 4096 bytes to 128 bytes
  • Additional commits viewable in compare view

Updates symfony/cache from 7.4.8 to 7.4.13

Release notes

Sourced from symfony/cache's releases.

v7.4.13

Changelog (symfony/cache@v7.4.12...v7.4.13)

v7.4.12

Changelog (symfony/cache@v7.4.10...v7.4.12)

v7.4.10

Changelog (symfony/cache@v7.4.9...v7.4.10)

v7.4.9

Changelog (symfony/cache@v7.4.8...v7.4.9)

Commits
  • 4c09e18 Merge branch '6.4' into 7.4
  • 5490a57 Merge branch '5.4' into 6.4
  • bf58147 [Cache] skip tests for adapters that cannot clear by prefix
  • f796e47 Ignore Doctrine DBAL deprecations that can't be worked around
  • bf9d30f Merge branch '6.4' into 7.4
  • 03472b6 [Cache] Fix strlen(null) deprecation on RelayCluster path in RedisTrait::doCl...
  • 8602405 Merge branch '5.4' into 6.4
  • 4acd37c [Cache] Accept '_' and ':' in prefix passed to AbstractAdapter::clear()
  • 902d621 Merge branch '6.4' into 7.4
  • 8f9b022 Merge branch '5.4' into 6.4
  • Additional commits viewable in compare view

Updates symfony/dom-crawler from 7.4.8 to 7.4.12

Release notes

Sourced from symfony/dom-crawler's releases.

v7.4.12

Changelog (symfony/dom-crawler@v7.4.1...v7.4.12)

Commits
  • b59b591 Merge branch '6.4' into 7.4
  • 7e65f76 Merge branch '5.4' into 6.4
  • b18373e Merge branch '6.4' into 7.4
  • 505deba [DomCrawler] Fix ChoiceFormField::addChoice() clobbering values on multi-se...
  • f474100 Update XSD references in phpunit.xml.dist files
  • b4cf17f [DomCrawler] Fix XXE in addXmlContent() by not enabling validateOnParse
  • 6d86f97 [Tests] Fix "Incomplete version" PHPUnit warnings
  • 04ca269 Merge branch '6.4' into 7.4
  • eac26cf More CS fixes
  • ca5ad73 Merge branch '6.4' into 7.4
  • Additional commits viewable in compare view

Updates symfony/mailer from 6.4.34 to 6.4.40

Release notes

Sourced from symfony/mailer's releases.

v6.4.40

Changelog (symfony/mailer@v6.4.31...v6.4.40)

Commits
  • 94fd44f Merge branch '5.4' into 6.4
  • 5b5385b [Mailer] Add end-of-options separator before recipients in SendmailTransport;...
  • 602519c PHP CS Fixer: backports changes toward 6.4 branch
  • a2918c6 CS fixes - native_function_invocation & static_lambda
  • d56a83b [CS] Back config from 8.1 and apply heredoc_indentation rule
  • See full diff in compare view

Updates symfony/mime from 6.4.36 to 6.4.41

Release notes

Sourced from symfony/mime's releases.

v6.4.41

Changelog (symfony/mime@v6.4.40...v6.4.41)

v6.4.40

Changelog (symfony/mime@v6.4.37...v6.4.40)

v6.4.37

Changelog (symfony/mime@v6.4.36...v6.4.37)

Commits
  • 5575d37 [Routing][RateLimiter][Mime][Security] Harden __unserialize against __toStrin...
  • 7ccfb0c Merge branch '5.4' into 6.4
  • 8f89d3a [Mime] Reject email addresses containing line breaks in Address
  • f2f05cb [Mime] Fix transient test
  • 330077b bug #64047 [Mime] Preserve inline part filename instead of overwriting it wit...
  • 4c7099f [Mime] Preserve inline part filename instead of overwriting it with the Conte...
  • e2ae51d [FrameworkBundle] Apply tagged MIME type guessers in File::getMimeType()
  • 3d48678 More CS fixes
  • 05099f5 CS fixes - native_function_invocation & static_lambda
  • f56fd2b [CS] Back config from 8.1 and apply heredoc_indentation rule
  • See full diff in compare view

Updates symfony/polyfill-intl-idn from 1.33.0 to 1.38.1

Release notes

Sourced from symfony/polyfill-intl-idn's releases.

v1.38.1

Changelog (symfony/polyfill-intl-idn@v1.31.0...v1.38.1)

v1.37.0

Changelog (symfony/polyfill-intl-idn@v1.36.0...v1.37.0)

  • no significant changes

v1.36.0

Changelog (symfony/polyfill-intl-idn@v1.35.0...v1.36.0)

  • no significant changes

v1.35.0

Changelog (symfony/polyfill-intl-idn@v1.34.0...v1.35.0)

  • no significant changes

v1.34.0

Changelog (symfony/polyfill-intl-idn@v1.33.0...v1.34.0)

  • no significant changes
Commits
  • dc21118 [Intl][Idn] Reject xn-- labels whose Punycode payload decodes to ASCII-only
  • See full diff in compare view

Updates symfony/routing from 6.4.34 to 6.4.41

Release notes

Sourced from symfony/routing's releases.

v6.4.41

Changelog (symfony/routing@v6.4.40...v6.4.41)

v6.4.40

Changelog (symfony/routing@v6.4.37...v6.4.40)

v6.4.37

Changelog (symfony/routing@v6.4.34...v6.4.37)

Commits
  • af04c79 Merge branch '5.4' into 6.4
  • be4ce34 [Routing][RateLimiter][Mime][Security] Harden __unserialize against __toStrin...
  • f4ca0c5 [Routing] Fix dot-segment encoding for chained "../" and "./" in generated URLs
  • 0cd0d2f Merge branch '5.4' into 6.4
  • 48035d1 [Routing] Honor the Request's method in UrlMatcher::matchRequest()
  • 275b313 [Routing] Fix regex alternation anchoring in UrlGenerator requirement validation
  • 1425c2c More CS fixes
  • 883d140 CS fixes - native_function_invocation & static_lambda
  • 4bcf92a [CS] Back config from 8.1 and apply heredoc_indentation rule
  • See full diff in compare view

Updates symfony/yaml from 7.4.8 to 7.4.13

Release notes

Sourced from symfony/yaml's releases.

v7.4.13

Changelog (symfony/yaml@v7.4.12...v7.4.13)

v7.4.12

Changelog (symfony/yaml@v7.4.11...v7.4.12)

v7.4.11

Changelog (symfony/yaml@v7.4.10...v7.4.11)

v7.4.10

Changelog (symfony/yaml@v7.4.6...v7.4.10)

Commits
  • a7ec3b1 Merge branch '6.4' into 7.4
  • e8fdf34 CS fix
  • 4b5658c Merge branch '6.4' into 7.4
  • 69b7344 Merge branch '5.4' into 6.4
  • ae0bbb4 [Yaml] Allow trailing newlines after the end-of-document marker
  • 8b6952b Merge branch '6.4' into 7.4
  • 68dcd1f Merge branch '5.4' into 6.4
  • b0b2705 [Yaml] Harden the Parser::cleanup() regexes against catastrophic backtracking
  • 5a351ff [Yaml] Bound collection-alias resolution in the parser
  • e2eb64a Merge branch '6.4' into 7.4
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the composer group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [phpoffice/phpspreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) | `4.5.0` | `5.7.0` |
| [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) | `3.0.50` | `3.0.52` |
| [symfony/cache](https://github.com/symfony/cache) | `7.4.8` | `7.4.13` |
| [symfony/dom-crawler](https://github.com/symfony/dom-crawler) | `7.4.8` | `7.4.12` |
| [symfony/mailer](https://github.com/symfony/mailer) | `6.4.34` | `6.4.40` |
| [symfony/routing](https://github.com/symfony/routing) | `6.4.34` | `6.4.41` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.4.8` | `7.4.13` |



Updates `phpoffice/phpspreadsheet` from 4.5.0 to 5.7.0
- [Release notes](https://github.com/PHPOffice/PhpSpreadsheet/releases)
- [Changelog](https://github.com/PHPOffice/PhpSpreadsheet/blob/master/CHANGELOG.md)
- [Commits](PHPOffice/PhpSpreadsheet@4.5.0...5.7.0)

Updates `phpseclib/phpseclib` from 3.0.50 to 3.0.52
- [Release notes](https://github.com/phpseclib/phpseclib/releases)
- [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md)
- [Commits](phpseclib/phpseclib@3.0.50...3.0.52)

Updates `symfony/cache` from 7.4.8 to 7.4.13
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/8.1/CHANGELOG.md)
- [Commits](symfony/cache@v7.4.8...v7.4.13)

Updates `symfony/dom-crawler` from 7.4.8 to 7.4.12
- [Release notes](https://github.com/symfony/dom-crawler/releases)
- [Changelog](https://github.com/symfony/dom-crawler/blob/8.1/CHANGELOG.md)
- [Commits](symfony/dom-crawler@v7.4.8...v7.4.12)

Updates `symfony/mailer` from 6.4.34 to 6.4.40
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/8.1/CHANGELOG.md)
- [Commits](symfony/mailer@v6.4.34...v6.4.40)

Updates `symfony/mime` from 6.4.36 to 6.4.41
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/8.1/CHANGELOG.md)
- [Commits](symfony/mime@v6.4.36...v6.4.41)

Updates `symfony/polyfill-intl-idn` from 1.33.0 to 1.38.1
- [Release notes](https://github.com/symfony/polyfill-intl-idn/releases)
- [Commits](symfony/polyfill-intl-idn@v1.33.0...v1.38.1)

Updates `symfony/routing` from 6.4.34 to 6.4.41
- [Release notes](https://github.com/symfony/routing/releases)
- [Changelog](https://github.com/symfony/routing/blob/8.1/CHANGELOG.md)
- [Commits](symfony/routing@v6.4.34...v6.4.41)

Updates `symfony/yaml` from 7.4.8 to 7.4.13
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/8.1/CHANGELOG.md)
- [Commits](symfony/yaml@v7.4.8...v7.4.13)

---
updated-dependencies:
- dependency-name: phpoffice/phpspreadsheet
  dependency-version: 5.7.0
  dependency-type: direct:production
  dependency-group: composer
- dependency-name: phpseclib/phpseclib
  dependency-version: 3.0.52
  dependency-type: direct:production
  dependency-group: composer
- dependency-name: symfony/cache
  dependency-version: 7.4.13
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/dom-crawler
  dependency-version: 7.4.12
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/mailer
  dependency-version: 6.4.40
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/mime
  dependency-version: 6.4.41
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/polyfill-intl-idn
  dependency-version: 1.38.1
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/routing
  dependency-version: 6.4.41
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/yaml
  dependency-version: 7.4.13
  dependency-type: indirect
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels May 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants