Skip to content

Bump the composer group across 1 directory with 15 updates#1

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/composer-9a2ba034b5
Open

Bump the composer group across 1 directory with 15 updates#1
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/composer-9a2ba034b5

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 12, 2025

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

Package From To
facade/ignition 1.13.0 1.16.15
aws/aws-sdk-php 3.130.2 3.278.3
dompdf/dompdf 0.8.3 0.8.6
knplabs/knp-snappy 1.2.0 1.4.4
composer/composer 1.9.1 1.10.27

Updates facade/ignition from 1.13.0 to 1.16.15

Release notes

Sourced from facade/ignition's releases.

1.16.15

No release notes provided.

1.16.14

1.16.4

  • add PHP 8 support

1.16.3

  • improve performance by not using missing package solution provider by default (closes #179)

1.16.2

  • remove ability to fix variable names

1.16.1

  • Fixes a bug when running on Vapor with the vendor folder split up

1.16.0

  • add named routes (#197)

1.15.0

  • add exception to the bottom of the html (#230)

1.14.0

  • add indicator that solution is running (#212)

1.13.1

  • Remove external reference for icons (#134)
Changelog

Sourced from facade/ignition's changelog.

Changelog

All notable changes to ignition will be documented in this file

2.17.7 - 2023-01-26

What's Changed

New Contributors

Full Changelog: facade/ignition@2.17.6...2.17.7

2.17.6 - 2022-06-30

What's Changed

New Contributors

Full Changelog: facade/ignition@2.17.5...2.17.6

2.17.5 - 2022-02-23

What's Changed

New Contributors

Full Changelog: facade/ignition@2.17.4...2.17.5

2.17.4 - 2021-12-27

  • fix bug where uninitialized property within a job could break Ignition

... (truncated)

Commits

Updates aws/aws-sdk-php from 3.130.2 to 3.278.3

Commits

Updates dompdf/dompdf from 0.8.3 to 0.8.6

Release notes

Sourced from dompdf/dompdf's releases.

Dompdf 0.8.6

This release has been superseded by version 1.0.1

Change highlights since 0.8.5

  • Adds support for the background-size CSS3 property
  • Adds support for loading an existing DOMDocument
  • Adds support for PDF form fields (AcroForm)
  • Adds support for digital signatures
  • Adds support for PDF file attachments
  • Bumps PDF version to 1.7 (no major structural changes)
  • Improves text width calculations
  • Addresses ImageMagick 7 compatibility
  • Addresses PDF compatibility issues related to font subsetting and encryption
  • Addresses style inheritance issues introduced with previous version
  • Linked resources now honor the resource security options (breaking change, see note below and linked issue)

Note on resource references: Because of the changes in resource security, some resources (images, external stylesheets) that would previously load with the default settings may no longer load. To ensure compatibility with this release ensure the remote resources can be loaded and that any local filesystem resources are within the directory specified by the chroot setting. By default, chroot is set to the Dompdf directory. Information on how to change these settings can be found in the readme section on setting options.

This update addresses the following announced vulnerabilities:

Vulnerability Reference Type Severity
Information Disclosure through local image reference Issue 2152 Information Disclosure Low; Critical (system-dependent)

The list of addressed issues can be found in the release milestone. View all changes since the previous release in the commit history.

We would like to extend our gratitude to the community members who helped make this release possible.

Requirements

Dompdf 0.8.6 requires the following:

  • PHP 7.1 or greater
  • MBString
  • php-font-lib v0.5.x
  • php-svg-lib v0.3.x

Note that some dependencies may have further dependencies (notably php-svg-lib requires sabberworm/php-css-parser).

Additionally, the following are recommended for optimal use:

  • GD (for image processing)
  • allow_url_fopen set to true or the curl PHP extension (for retrieving stylesheets, images, etc via http)

For full requirements and recommendations see the requirements page on the wiki.

Download Instructions

The dompdf team recommends that you use Composer for easier dependency management.

If you're not yet using Composer you can download a packaged release of dompdf which includes all the files you need to use the library. Click the link labeled "dompdf_0-8-6.zip" for the packaged release. The two buttons labeled "Source code" are auto-generated by github and do not include all the dependencies.

... (truncated)

Commits
  • db91d81 Bump version to 0.8.6
  • 42e16f1 Merge pull request #2219 from dompdf/develop
  • ed3a46a Merge pull request #2215 from dompdf/resource-handling
  • 51defed Merge pull request #2170 from timmit-nl/fix_interface_canvas
  • 6b2e31c Improve handling of invalid bullet image reference
  • bb90e9c Remove invalid Style property method references
  • d4b262a Always parse CSS image refs using helper class
  • ad26414 Store CSS-style URL for computed image properties
  • 5813db8 Merge pull request #2217 from eddturtle/pxWidthCaseSensitive
  • 96ebdef Add test to check length_in_pt returns as expected
  • Additional commits viewable in compare view

Updates guzzlehttp/guzzle from 6.5.2 to 6.5.8

Release notes

Sourced from guzzlehttp/guzzle's releases.

Release 6.5.8

See change log for changes.

Release 6.5.7

See change log for changes.

Release 6.5.6

See change log for changes.

6.5.5

No release notes provided.

6.5.4

No release notes provided.

6.5.3

No release notes provided.

Changelog

Sourced from guzzlehttp/guzzle's changelog.

6.5.8 - 2022-06-20

  • Fix change in port should be considered a change in origin
  • Fix CURLOPT_HTTPAUTH option not cleared on change of origin

6.5.7 - 2022-06-09

  • Fix failure to strip Authorization header on HTTP downgrade
  • Fix failure to strip the Cookie header on change in host or HTTP downgrade

6.5.6 - 2022-05-25

  • Fix cross-domain cookie leakage

6.5.5 - 2020-06-16

  • Unpin version constraint for symfony/polyfill-intl-idn #2678

6.5.4 - 2020-05-25

  • Fix various intl icu issues #2626

6.5.3 - 2020-04-18

  • Use Symfony intl-idn polyfill #2550
  • Remove use of internal functions #2548
Commits

Updates guzzlehttp/psr7 from 1.6.1 to 1.9.1

Release notes

Sourced from guzzlehttp/psr7's releases.

1.9.1

See change log for changes.

1.9.0

See change log for changes.

1.8.5

See change log for changes.

1.8.4

See change log for changes.

1.8.3

See change log for changes.

1.8.2

See change log for changes.

1.8.1

See change log for changes.

1.8.0

See change log for changes.

1.7.0

See change log for changes.

Changelog

Sourced from guzzlehttp/psr7's changelog.

1.9.1 - 2023-04-17

Fixed

  • Fixed header validation issue

1.9.0 - 2022-06-20

Added

  • Added UriComparator::isCrossOrigin method

1.8.5 - 2022-03-20

Fixed

  • Correct header value validation

1.8.4 - 2022-03-20

Fixed

  • Validate header values properly

1.8.3 - 2021-10-05

Fixed

  • Return null in caching stream size if remote size is null

1.8.2 - 2021-04-26

Fixed

  • Handle possibly unset url in stream_get_meta_data

1.8.1 - 2021-03-21

Fixed

  • Issue parsing IPv6 URLs
  • Issue modifying ServerRequest lost all its attributes

1.8.0 - 2021-03-21

Added

  • Locale independent URL parsing
  • Most classes got a @final annotation to prepare for 2.0

... (truncated)

Commits

Updates knplabs/knp-snappy from 1.2.0 to 1.4.4

Release notes

Sourced from knplabs/knp-snappy's releases.

v1.4.4

What's Changed

Full Changelog: KnpLabs/snappy@v1.4.3...v1.4.4

v1.4.3

What's Changed

New Contributors

Full Changelog: KnpLabs/snappy@v1.4.2...v1.4.3

v1.4.2

What's Changed

New Contributors

Full Changelog: KnpLabs/snappy@v1.4.1...v1.4.2

v1.4.1

What's Changed

Full Changelog: KnpLabs/snappy@v1.4.0...v1.4.1

v1.4.0: Support for Symfony 6

Hi!

This is a small release that allows symfony/process version 6.

What's Changed

Full Changelog: KnpLabs/snappy@v1.3.1...v1.4.0

v1.3.1

What's Changed

... (truncated)

Commits

Updates league/flysystem from 1.0.61 to 1.0.70

Release notes

Sourced from league/flysystem's releases.

1.0.62

When resources are not actually file pointers, but fopen results from URL, the fstat call fails. This resulted in an error in PHP 7.4 because it's more strict about variable handling. This affected the Util::getStreamSize utility method.

Changelog

Sourced from league/flysystem's changelog.

1.0.70 - 2020-07-26

Fixes

  • Local::update now also updates permissions.

1.0.69 - 2020-05-12

Fixes

  • Corrected the docblock return type of getTimestamp and enforce it in the Filesystem.

1.0.68 - 2020-05-12

Fixes

  • Added mime-types for .ico files (#1163)

1.0.67 - 2020-04-16

Fixes

  • Added mime-types for markdown (#1153)

1.0.66 - 2020-03-17

Fixes

  • Warnings from FTP are now silenced, preventing exceptions.

1.0.65 - 2020-03-08

  • Added missing webp mime-type entry.

1.0.64 - 2020-02-05

  • Improved performance of the connectivity check for FTP connections.

1.0.63 - 2020-01-04

  • Introduces base exception marker and custom runtime exceptions for error cases.

1.0.62 - 2019-12-29

  • (#1119) Made Util::getStreamSize account for fstat failure.
Commits
  • 5858247 Pre-release changelog
  • 69e921c Set visibility on update on the Local adapter
  • fb1979a Don't fetch mimetype on local write, it's not needed. [perf]
  • 2ed2984 Do update deps
  • 279e0fb Allow a wide phpspec range
  • fcfdcf3 Missed a ; in the bash
  • 184c53b Upgrade phpspec for PHP nightly test run
  • 1100333 Set locale when testing UTF-8 compatibility
  • befb3c0 add a new community support for tencent cloud cos storage
  • ef6a97e Skip 'not writable' test when running as root
  • Additional commits viewable in compare view

Updates nesbot/carbon from 2.28.0 to 2.73.0

Release notes

Sourced from nesbot/carbon's releases.

2.73.0

Complete commits list: briannesbitt/Carbon@2.72.6...2.73.0

Summary:

2.72.6

Complete commits list: CarbonPHP/carbon@2.72.5...2.72.6

Summary:

  • Validate locale earlier
Commits
  • 9228ce9 Merge pull request #13 from thecaliskan/2.x
  • 142f0f5 changed CS rule
  • dc27804 changed CS rule
  • 8910c51 changed expected result for PHP 8.4
  • d1e695f Added PHP 8.3 and PHP 8.4 test for laravel and removed PHP 8.4 lowest test ma...
  • 5dca8dc Fixes for PHP 8.4
  • 8c3e607 Fixes for implicit nullability deprecation
  • 5f4c750 upgraded phpunit version on tests
  • a4932f3 Fixed CS
  • d6f5afb Added PHP 8.4 support
  • Additional commits viewable in compare view

Updates sabberworm/php-css-parser from 8.3.0 to 8.9.0

Release notes

Sourced from sabberworm/php-css-parser's releases.

8.9.0: New features, bug fixes and deprecations

Added

  • RuleSet::removeMatchingRules() method (for the implementing classes AtRuleSet and DeclarationBlock) (#1249)
  • RuleSet::removeAllRules() method (for the implementing classes AtRuleSet and DeclarationBlock) (#1249)
  • Add Interface CSSElement (#1231)
  • Methods getLineNumber and getColumnNumber which return a nullable int for the following classes: Comment, CSSList, SourceException, Charset, CSSNamespace, Import, Rule, DeclarationBlock, RuleSet, CSSFunction, Value (#1225, #1263)
  • Positionable interface for CSS items that may have a position (line and perhaps column number) in the parsed CSS (#1221)

Changed

  • Parameters for getAllValues() are deconflated, so it now takes three (all optional), allowing $element and $ruleSearchPattern to be specified separately (#1241)
  • Implement Positionable in the following CSS item classes: Comment, CSSList, SourceException, Charset, CSSNamespace, Import, Rule, DeclarationBlock, RuleSet, CSSFunction, Value (#1225)

Deprecated

  • Support for PHP < 7.2 is deprecated; version 9.0 will require PHP 7.2 or later (#1264)
  • Passing a string or null to RuleSet::removeRule() is deprecated (implementing classes are AtRuleSet and DeclarationBlock); use removeMatchingRules() or removeAllRules() instead (#1249)
  • Passing a Rule to RuleSet::getRules() or getRulesAssoc() is deprecated, affecting the implementing classes AtRuleSet and DeclarationBlock (call e.g. getRules($rule->getRule()) instead) (#1248)
  • Passing a string as the first argument to getAllValues() is deprecated; the search pattern should now be passed as the second argument (#1241)
  • Passing a Boolean as the second argument to getAllValues() is deprecated; the flag for searching in function arguments should now be passed as the third argument (#1241)
  • getLineNo() is deprecated in these classes (use getLineNumber() instead): Comment, CSSList, SourceException, Charset, CSSNamespace, Import, Rule, DeclarationBlock, RuleSet, CSSFunction, Value (#1225, #1233)
  • Rule::getColNo() is deprecated (use getColumnNumber() instead) (#1225, #1233)
  • Providing zero as the line number argument to Rule::setPosition() is deprecated (pass null instead if there is no line number) (#1225, #1233)

Fixed

  • Set line number when RuleSet::addRule() called with only column number set

... (truncated)

Changelog

Sourced from sabberworm/php-css-parser's changelog.

8.9.0: New features, bug fixes and deprecations

Added

  • RuleSet::removeMatchingRules() method (for the implementing classes AtRuleSet and DeclarationBlock) (#1249)
  • RuleSet::removeAllRules() method (for the implementing classes AtRuleSet and DeclarationBlock) (#1249)
  • Add Interface CSSElement (#1231)
  • Methods getLineNumber and getColumnNumber which return a nullable int for the following classes: Comment, CSSList, SourceException, Charset, CSSNamespace, Import, Rule, DeclarationBlock, RuleSet, CSSFunction, Value (#1225, #1263)
  • Positionable interface for CSS items that may have a position (line and perhaps column number) in the parsed CSS (#1221)

Changed

  • Parameters for getAllValues() are deconflated, so it now takes three (all optional), allowing $element and $ruleSearchPattern to be specified separately (#1241)
  • Implement Positionable in the following CSS item classes: Comment, CSSList, SourceException, Charset, CSSNamespace, Import, Rule, DeclarationBlock, RuleSet, CSSFunction, Value (#1225)

Deprecated

  • Support for PHP < 7.2 is deprecated; version 9.0 will require PHP 7.2 or later (#1264)
  • Passing a string or null to RuleSet::removeRule() is deprecated (implementing classes are AtRuleSet and DeclarationBlock); use removeMatchingRules() or removeAllRules() instead (#1249)
  • Passing a Rule to RuleSet::getRules() or getRulesAssoc() is deprecated, affecting the implementing classes AtRuleSet and DeclarationBlock (call e.g. getRules($rule->getRule()) instead) (#1248)
  • Passing a string as the first argument to getAllValues() is deprecated; the search pattern should now be passed as the second argument (#1241)
  • Passing a Boolean as the second argument to getAllValues() is deprecated; the flag for searching in function arguments should now be passed as the third argument (#1241)
  • getLineNo() is deprecated in these classes (use getLineNumber() instead): Comment, CSSList, SourceException, Charset, CSSNamespace, Import, Rule, DeclarationBlock, RuleSet, CSSFunction, Value (#1225, #1233)
  • Rule::getColNo() is deprecated (use getColumnNumber() instead) (#1225, #1233)
  • Providing zero as the line number argument to Rule::setPosition() is deprecated (pass null instead if there is no line number) (#1225, #1233)

Fixed

... (truncated)

Commits
  • d8e9165 [TASK] Prepare release of version 8.9.0 (#1327)
  • e0a904e [BUGFIX] Ensure valid position after AddRule (#1271)
  • 7a469b2 [TASK] Add tests for RuleSet::addRule() without sibling argument (#1269)
  • 4c0e4a8 [BUGFIX] Don't return objects from data providers (#1267)
  • 009b6ca [TASK] Add changelog note that PHP < 7.2 is deprecated (#1264)
  • d11477c [TASK] Deprecate passing Rule to RuleSet::getRules() (#1252)
  • a14dc83 [TASK] Add separate methods for RuleSet::removeRule(), with deprecation (#1...
  • f5fc39a [TASK] Deconflate getAllValues() parameters (#1242)
  • e100b80 [TASK] Add and implement Positionable interface (#1232)
  • aa12119 [CLEANUP] Move magic deprecation changelog entry to correct section (#1223)
  • Additional commits viewable in compare view

Updates swiftmailer/swiftmailer from 6.2.3 to 6.3.0

Changelog

Sourced from swiftmailer/swiftmailer's changelog.

6.3.0 (2021-10-18)

  • Fix support for PHP 8.1

6.2.7 (2021-03-09)

  • Allow egulias/email-validator 3.1+

6.2.6 (2021-03-05)

  • Fix Bcc support

6.2.5 (2021-01-12)

  • Don't trust properties at destruct time
  • Remove invalid PHPDocs param in EventDispatcher interface
  • Bump license year
  • Removes PHP version from README

6.2.4 (2020-12-08)

  • Prevent flushing of the bubble queue when event handler raises another event
  • Add support for PHP 8
  • Code cleanups
Commits
  • 8a5d507 Prepare 6.3.0 release
  • 56dccc1 Fix changelog
  • bc28df7 bug #1355 PHP 8.1 Support (driesvints)
  • ee8a1d9 PHP 8.1 Support
  • 2a7fb75 minor #1352 Add information about EOM (fabpot)
  • 0863074 Add information about EOM
  • 23e9ffa Change intro doc page title
  • 0cf1030 minor #1336 [Doc] Fixed the syntax of a table in messages.rst (javiereguiluz)
  • 93ab97b [Doc] Fixed the syntax of a table in messages.rst
  • 6044649 minor #1335 [Doc] Fixed a minor issue in a code example (javiereguiluz)
  • Additional commits viewable in compare view

Updates symfony/error-handler from 4.4.2 to 4.4.44

Commits
  • be73165 [Debug][ErrorHandler] fix operator precedence
  • 5857d48 Workaround disabled "var_dump"
  • 8085df2 Fix return type patching for list and class-string pseudo types
  • 7771a74 CS fixes
  • 529feb0 Add missing license header
  • 2d0c9c2 Center icons vertically in trace list
  • 8d80ad8 Bump license year
  • 1fa8411 [gha] swap the php versions we use in jobs
  • e55b0b1 Increased the reserved memory from 10k to 32k
  • 1cace5a Fix redundant type casts
  • Additional commits viewable in compare view

Updates symfony/http-foundation from 4.4.2 to 4.4.49

Commits
  • 191413c [HttpFoundation] Compare cookie with null value as empty string in ResponseCo...
  • 773aca6 [HttpFoundation] Check IPv6 is valid before comparing it
  • cd4f478 [HttpFoundation] Fix session tests
  • 7eea76a skip a test if the mime type detection feature will not work
  • 9aeb286 Fix BinaryFileResponse content type detection logic
  • 7acdc97 [HttpFoundation] Prevent BinaryFileResponse::prepare from adding content type...
  • 935f796 [HttpFoundation] Always return strings from accept headers
  • 518e21d [HttpFoundation] move flushing outside of Response::closeOutputBuffers
  • b2f2e3c [HttpFoundation] Fix tests on PHP 8.2 (bis)
  • 32589ae [HttpFoundation] Fix tests on PHP 8.2
  • Additional commits viewable in compare view

Updates symfony/http-kernel from 4.4.2 to 4.4.51

Commits
  • ad8ab19 Update VERSION for 4.4.51
  • aa6df6c Update VERSION for 4.4.50
  • f7822a7 security #cve-2022-24894 [HttpKernel] Remove private headers before storing r...
  • 4e36db8 Update VERSION for 4.4.49
  • bc62d95 [HttpKernel] Fix message for unresovable arguments of invokable controllers
  • 0924172 Bump Symfony version to 4.4.49
  • a6d5229 Update VERSION for 4.4.48
  • 26989b2 bug #47857 [HttpKernel] Fix empty request stack when terminating with excepti...
  • 3f61170 [HttpKernel] Fix empty request stack when terminating with exception
  • 9a34f1a bug #47878 [HttpKernel] Remove EOL when using error_log() in HttpKernel Logge...
  • Additional commits viewable in compare view

Updates symfony/process from 4.4.2 to 4.4.44

Release notes

Sourced from symfony/process's releases.

v4.4.44

Changelog (symfony/process@v4.4.43...v4.4.44)

  • no significant changes

v4.4.41

Changelog (symfony/process@v4.4.40...v4.4.41)

  • bug #45931 Fix Process::getEnv() when setEnv() hasn't been called before (asika32764)

v4.4.40

Changelog (symfony/process@v4.4.39...v4.4.40)

  • bug #45676 Don't return executable directories in PhpExecutableFinder (fancyweb)
Commits
  • 5cee9cd CS fixes
  • 9eedd60 [Process] Fix Process::getEnv() when setEnv() hasn't been called before
  • 54e9d76 [Finder] fix tests on Windows
  • 7489e29 [Process] Don't return executable directories in PhpExecutableFinder
  • b2d924e [Process] Update PHPDoc to use proper placeholder syntax
  • 96532c9 [Process] Avoid calling fclose on an already closed resource
  • f0521ab Bump license year
  • a35d6b8 Run open_basedir tests in separate processes
  • ff1cabb CS fixes
  • c1d5c35 [Process] fixed uppercase ARGC and ARGV should also be skipped
  • Additional commits viewable in compare view

Updates composer/composer from 1.9.1 to 1.10.27

Release notes

Sourced from composer/composer's releases.

1.10.27

! Reminder: if you are still using Composer 1.x, please upgrade. See https://blog.packagist.com/deprecating-composer-1-support/

Changelog:

  • Security: Fixed possible remote code execution vulnerability if composer.phar is publicly accessible, executable as PHP, and register_argc_argv is enabled in php.ini (GHSA-jm6m-4632-36hf / CVE-2023-43655)

1.10.26

1.10.25

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

| Package | From | To |
| --- | --- | --- |
| [facade/ignition](https://github.com/facade/ignition) | `1.13.0` | `1.16.15` |
| [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) | `3.130.2` | `3.278.3` |
| [dompdf/dompdf](https://github.com/dompdf/dompdf) | `0.8.3` | `0.8.6` |
| [knplabs/knp-snappy](https://github.com/KnpLabs/snappy) | `1.2.0` | `1.4.4` |
| [composer/composer](https://github.com/composer/composer) | `1.9.1` | `1.10.27` |



Updates `facade/ignition` from 1.13.0 to 1.16.15
- [Release notes](https://github.com/facade/ignition/releases)
- [Changelog](https://github.com/facade/ignition/blob/main/CHANGELOG.md)
- [Commits](facade/ignition@1.13.0...1.16.15)

Updates `aws/aws-sdk-php` from 3.130.2 to 3.278.3
- [Release notes](https://github.com/aws/aws-sdk-php/releases)
- [Commits](aws/aws-sdk-php@3.130.2...3.278.3)

Updates `dompdf/dompdf` from 0.8.3 to 0.8.6
- [Release notes](https://github.com/dompdf/dompdf/releases)
- [Commits](dompdf/dompdf@v0.8.3...v0.8.6)

Updates `guzzlehttp/guzzle` from 6.5.2 to 6.5.8
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/6.5.8/CHANGELOG.md)
- [Commits](guzzle/guzzle@6.5.2...6.5.8)

Updates `guzzlehttp/psr7` from 1.6.1 to 1.9.1
- [Release notes](https://github.com/guzzle/psr7/releases)
- [Changelog](https://github.com/guzzle/psr7/blob/1.9.1/CHANGELOG.md)
- [Commits](guzzle/psr7@1.6.1...1.9.1)

Updates `knplabs/knp-snappy` from 1.2.0 to 1.4.4
- [Release notes](https://github.com/KnpLabs/snappy/releases)
- [Changelog](https://github.com/KnpLabs/snappy/blob/master/CHANGELOG.md)
- [Commits](KnpLabs/snappy@v1.2.0...v1.4.4)

Updates `league/flysystem` from 1.0.61 to 1.0.70
- [Release notes](https://github.com/thephpleague/flysystem/releases)
- [Changelog](https://github.com/thephpleague/flysystem/blob/1.0.70/CHANGELOG.md)
- [Commits](thephpleague/flysystem@1.0.61...1.0.70)

Updates `nesbot/carbon` from 2.28.0 to 2.73.0
- [Release notes](https://github.com/CarbonPHP/carbon/releases)
- [Commits](CarbonPHP/carbon@2.28.0...2.73.0)

Updates `sabberworm/php-css-parser` from 8.3.0 to 8.9.0
- [Release notes](https://github.com/MyIntervals/PHP-CSS-Parser/releases)
- [Changelog](https://github.com/MyIntervals/PHP-CSS-Parser/blob/main/CHANGELOG.md)
- [Commits](MyIntervals/PHP-CSS-Parser@8.3.0...v8.9.0)

Updates `swiftmailer/swiftmailer` from 6.2.3 to 6.3.0
- [Changelog](https://github.com/swiftmailer/swiftmailer/blob/master/CHANGES)
- [Commits](swiftmailer/swiftmailer@v6.2.3...v6.3.0)

Updates `symfony/error-handler` from 4.4.2 to 4.4.44
- [Release notes](https://github.com/symfony/error-handler/releases)
- [Changelog](https://github.com/symfony/error-handler/blob/7.3/CHANGELOG.md)
- [Commits](symfony/error-handler@v4.4.2...v4.4.44)

Updates `symfony/http-foundation` from 4.4.2 to 4.4.49
- [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@v4.4.2...v4.4.49)

Updates `symfony/http-kernel` from 4.4.2 to 4.4.51
- [Release notes](https://github.com/symfony/http-kernel/releases)
- [Changelog](https://github.com/symfony/http-kernel/blob/7.3/CHANGELOG.md)
- [Commits](symfony/http-kernel@v4.4.2...v4.4.51)

Updates `symfony/process` from 4.4.2 to 4.4.44
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.3/CHANGELOG.md)
- [Commits](symfony/process@v4.4.2...v4.4.44)

Updates `composer/composer` from 1.9.1 to 1.10.27
- [Release notes](https://github.com/composer/composer/releases)
- [Changelog](https://github.com/composer/composer/blob/1.10.27/CHANGELOG.md)
- [Commits](composer/composer@1.9.1...1.10.27)

---
updated-dependencies:
- dependency-name: facade/ignition
  dependency-version: 1.16.15
  dependency-type: direct:development
  dependency-group: composer
- dependency-name: aws/aws-sdk-php
  dependency-version: 3.278.3
  dependency-type: indirect
  dependency-group: composer
- dependency-name: dompdf/dompdf
  dependency-version: 0.8.6
  dependency-type: indirect
  dependency-group: composer
- dependency-name: guzzlehttp/guzzle
  dependency-version: 6.5.8
  dependency-type: indirect
  dependency-group: composer
- dependency-name: guzzlehttp/psr7
  dependency-version: 1.9.1
  dependency-type: indirect
  dependency-group: composer
- dependency-name: knplabs/knp-snappy
  dependency-version: 1.4.4
  dependency-type: indirect
  dependency-group: composer
- dependency-name: league/flysystem
  dependency-version: 1.0.70
  dependency-type: indirect
  dependency-group: composer
- dependency-name: nesbot/carbon
  dependency-version: 2.73.0
  dependency-type: indirect
  dependency-group: composer
- dependency-name: sabberworm/php-css-parser
  dependency-version: 8.9.0
  dependency-type: indirect
  dependency-group: composer
- dependency-name: swiftmailer/swiftmailer
  dependency-version: 6.3.0
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/error-handler
  dependency-version: 4.4.44
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/http-foundation
  dependency-version: 4.4.49
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/http-kernel
  dependency-version: 4.4.51
  dependency-type: indirect
  dependency-group: composer
- dependency-name: symfony/process
  dependency-version: 4.4.44
  dependency-type: indirect
  dependency-group: composer
- dependency-name: composer/composer
  dependency-version: 1.10.27
  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 Nov 12, 2025
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