Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2025

Bumps the php-dev group with 8 updates in the / directory:

Package From To
friends-of-behat/symfony-extension 2.6.0 2.6.2
khanamiryan/qrcode-detector-decoder 2.0.2 2.0.3
league/csv 9.21.0 9.25.0
overtrue/phplint 9.5.6 9.6.2
phpstan/phpstan 1.12.19 1.12.29
phpstan/phpstan-symfony 1.4.13 1.4.16
phpunit/phpunit 9.6.22 9.6.27
squizlabs/php_codesniffer 3.11.3 3.13.4

Updates friends-of-behat/symfony-extension from 2.6.0 to 2.6.2

Release notes

Sourced from friends-of-behat/symfony-extension's releases.

v2.6.2

What's Changed

New Contributors

Full Changelog: FriendsOfBehat/SymfonyExtension@v2.6.1...v2.6.2

v2.6.1

What's Changed

New Contributors

Full Changelog: FriendsOfBehat/SymfonyExtension@v2.6.0...v2.6.1

Commits
  • 3ed86d7 Merge pull request #217 from loic425/fix/lazy-object-with-sf-7.3
  • 08c7d24 Bump package versions and fix errors
  • b1b9b34 Add deprecated message
  • 7fd0fb7 Fix Mink lazy object with SF7.3 and PHP 8.4
  • 814dc0e Merge pull request #213 from wuchen90/fix-bootstrap
  • 65cd347 fix: allow to use parameter resolution in configuration for bootstrap key
  • See full diff in compare view

Updates khanamiryan/qrcode-detector-decoder from 2.0.2 to 2.0.3

Release notes

Sourced from khanamiryan/qrcode-detector-decoder's releases.

2.0.3

What's Changed

New Contributors

Full Changelog: khanamiryan/php-qrcode-detector-decoder@2.0.2...2.0.3

Commits
  • 17c570b Merge pull request #158 from LZZZZ/binary_mode
  • a992372 Added a new hint BINARY_MODE to allow working with binary QRCodes, created ...
  • 7e0cbfa Merge pull request #145 from Chris53897/feature/fix-ci-deprecations
  • 12e9ae3 Merge pull request #147 from Chris53897/feature/ci-git
  • 179897a Merge pull request #148 from Chris53897/feature/rector
  • a6e3107 chore: upgrade rector 0.x to 1
  • ee71251 chore: remove git info in ci
  • 11a20cc chore: fix ci deprecations, add testrungs fpr PHP 8.2 and 8.3
  • See full diff in compare view

Updates league/csv from 9.21.0 to 9.25.0

Release notes

Sourced from league/csv's releases.

version 9.25.0

Added

  • JsonFormat Enum to allow exporting to JsonLines with the JsonConverter object.
  • TabularDataProvider interface to allow connecting to the package features without implementing all the methods.

Deprecated

  • None

Fixed

  • Fix possible memory leaks with the Writer class #563 - thanks to pope-12
  • Fix test around equality, PHPUnit and closures #568
  • Added support for PHP8.5 in github actions
  • Ensure DOMDocument::createTextNode() receives a string #567 by serpentblade

Remove

  • None

version 9.24.1

Added

  • None

Deprecated

  • None

Fixed

  • Fix possible memory leaks with the Writer class #563 - thanks to pope-12

Remove

  • None

version 9.24.0

Added

  • TabularData::last and TabularData::lastAsObject

Deprecated

  • None

Fixed

  • Improved implementation for AbstractCsv::download method

... (truncated)

Changelog

Sourced from league/csv's changelog.

9.25.0 - 2025-09-11

Added

  • JsonFormat Enum to allow exporting to JsonLines with the JsonConverter object.
  • TabularDataProvider interface to allow connecting to the package features without implementing all the methods.

Deprecated

  • None

Fixed

  • Fix possible memory leaks with the Writer class #563 - thanks to pope-12
  • Fix test around equality, PHPUnit and closures #568
  • Added support for PHP8.5 in github actions
  • Ensure DOMDocument::createTextNode() [] receives a string #567 by serpentblade

Remove

  • None

9.24.1 - 2025-06-25

Added

  • None

Deprecated

  • None

Fixed

  • Fix possible memory leaks with the Writer class #563 - thanks to pope-12

Remove

  • None

9.24.0 - 2025-06-24

Added

  • TabularData::last and TabularData::lastAsObject

Deprecated

  • None

... (truncated)

Commits

Updates overtrue/phplint from 9.5.6 to 9.6.2

Release notes

Sourced from overtrue/phplint's releases.

9.6.2 - 2025-04-10

Added

  • lint command support now the new cache-dir option that replace the legacy cache option, marked as deprecated (and will be removed in next major version)

Changed

  • Remove support of a TTL = zero (store permanently) for the caching files syntax checking results

Full Changelog: 9.6.1...9.6.2

9.6.1 - 2025-04-09

Changed

  • default cache TTL value is now set to 1 hour (3600 seconds)

Fixed

  • ability to clear cache entries by invalidation with --cache-ttl option less than default TTL is in effect

Full Changelog: 9.6.0...9.6.1

9.6.0 - 2025-04-09

Added

Changed

  • drop support of PHPStan 1.x, raising min version to 2.0 now

Fixed

  • PHPUnit coverage code attributes usage

Full Changelog: 9.5.6...9.6.0

Changelog

Sourced from overtrue/phplint's changelog.

9.6.2 - 2025-04-10

Added

  • lint command support now the new cache-dir option that replace the legacy cache option, marked as deprecated (and will be removed in next major version)

Changed

  • Remove support of a TTL = zero (store permanently) for the caching files syntax checking results

Full Changelog: 9.6.1...9.6.2

9.6.1 - 2025-04-09

Changed

  • default cache TTL value is now set to 1 hour (3600 seconds)

Fixed

  • ability to clear cache entries by invalidation with --cache-ttl option less than default TTL is in effect

Full Changelog: 9.6.0...9.6.1

9.6.0 - 2025-04-09

Added

Changed

  • drop support of PHPStan 1.x, raising min version to 2.0 now

Fixed

  • PHPUnit coverage code attributes usage

Full Changelog: 9.5.6...9.6.0

Commits
  • e2ebdba fix automagically replacement cache directory options
  • 1089c27 introduces the new 'cache-dir' option that will replace legacy 'cache' option...
  • 8cf9754 update configuration guide
  • 574e169 fix missing incorrect branch, forking repo is related to a major.minor version
  • 5f04dc4 clean-up contributing guide as Application::VERSION does not exists anymore
  • 694480b Remove support of a TTL = zero (store permanently) for the caching files synt...
  • 667058d removed unused imports (thanks to PHP-CS-Fixer rule, see commit 7ed306b72dee2...
  • 7ed306b add PHP-CS-Fixer rule 'no_unused_imports' to clean-up code forgotten
  • 91e88a7 prepare bugfix version 9.6.1
  • 495f4a9 fix issue with cache-ttl option and cache expiration
  • Additional commits viewable in compare view

Updates phpstan/phpstan from 1.12.19 to 1.12.29

Release notes

Sourced from phpstan/phpstan's releases.

1.12.29

Fix PHPStan Pro flickering (phpstan/phpstan-src@90b1048), #13381

1.12.28

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

1.12.27

Major new features 🚀

Improvements 🔧

... (truncated)

Commits
  • 0835c62 PHPStan 1.12.29
  • 90b1048 Updated PHPStan to commit 90b10482abe663dcd85fd08ac082e231622ea68a
  • fcf8b71 PHPStan 1.12.28
  • 3eb0372 Updated PHPStan to commit 3eb0372c750221818fc256413eda31a3d8228a1b
  • 424ef16 Updated PHPStan to commit 424ef169e33a146f8a7bc1951841bbf7f410a3fb
  • 7358b7e Updated PHPStan to commit 7358b7e7292ad6b1fdf12cd026543f4d80e6105d
  • ef9aae2 Updated PHPStan to commit ef9aae2ecf1cc51f481e633530d1fb373ea29795
  • 400ba6d Updated PHPStan to commit 400ba6d71ae15f52c923b5251114839261b49a27
  • 43c44ee Updated PHPStan to commit 43c44ee47d43b2476a32139da14ce8b888c42ecd
  • 6e87a98 Updated PHPStan to commit 6e87a98515c1f86162423852582bff2e0cf48e2f
  • Additional commits viewable in compare view

Updates phpstan/phpstan-symfony from 1.4.13 to 1.4.16

Release notes

Sourced from phpstan/phpstan-symfony's releases.

1.4.16

  • 18df908 - Handle optional MessageSubscriberInterface if exist
  • 392f7ab - fix: Improve ParameterBag stub
  • 9c272bd - Add PropertyAccessor stub file alongside PropertyAccessorInterface
  • 5005288 - Do not narrow KernelTestCase::getContainer() return type to internal TestContainer
  • 582ddbc - Export-ignore github and editor config; remove leftover excludes
  • cf8c9c6 - chore(deps): update dependency psr/container to v1.1.2
  • 1430c2d - Fix build
  • dfb2387 - chore(deps): update metcalfc/changelog-generator action to v4.6.2
  • 648087f - Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
  • deec7cc - chore(deps): update metcalfc/changelog-generator action to v4.5.0
  • 8f0edc7 - Merge branch '1.4.x' into 2.0.x
  • d589514 - Update LICENSE
  • 65f02c7 - Add result cache meta extension for DI container
  • 7417f3a - Configuration class no longer needed, pass arguments directly to services
  • c08cd8e - Fix CS after merge
  • fa54bd1 - Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
  • 1ef4dce - Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
  • 55ff7b7 - Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
  • 282a698 - Fix after PHPStan update
  • bb3e671 - Cleanup skipCheckGenericClasses
  • 237165e - Fixes after PHPStan update
  • d1e08ac - Fixes after PHPStan update
  • a0572ad - Fixes after PHPStan update
  • 7e5633f - [BCB] Remove legacy config options with _ in their name
  • 4f260f0 - Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
  • 3eb61a0 - Fixes after PHPStan update
  • bd9efb7 - Fixes after PHPStan update
  • 23a776d - Fixes after TypeSpecifier BC break
  • c88f96e - Drop dependency on nikic/php-parser
  • 90e8976 - Update build-cs
  • 2f736a6 - Stop testing PHP 7.2 and 7.3
  • 2c53b38 - Open 2.0.x

1.4.15

  • 78b6b5a - Remove the generic type for PasswordUpgraderInterface
  • 8f0edc7 - Merge branch '1.4.x' into 2.0.x
  • d589514 - Update LICENSE
  • 65f02c7 - Add result cache meta extension for DI container
  • 7417f3a - Configuration class no longer needed, pass arguments directly to services
  • c08cd8e - Fix CS after merge
  • fa54bd1 - Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
  • 1ef4dce - Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
  • 55ff7b7 - Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
  • 282a698 - Fix after PHPStan update
  • bb3e671 - Cleanup skipCheckGenericClasses
  • 237165e - Fixes after PHPStan update
  • d1e08ac - Fixes after PHPStan update
  • a0572ad - Fixes after PHPStan update
  • 7e5633f - [BCB] Remove legacy config options with _ in their name

... (truncated)

Commits
  • 18df908 Handle optional MessageSubscriberInterface if exist
  • 78b6b5a Remove the generic type for PasswordUpgraderInterface
  • 08b97ab Synchronize the EventSubscriberInterface with the upstream type
  • See full diff in compare view

Updates phpunit/phpunit from 9.6.22 to 9.6.27

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 9.6.27

Changed

  • #6366: Exclude __sleep() and __wakeup() from test double code generation on PHP >= 8.5

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:

  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

PHPUnit 9.6.26

Changed

  • Implement __serialize() in addition to __sleep() (which will be deprecated in PHP 8.5)

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:

  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

PHPUnit 9.6.24

Changed

  • Do not use ReflectionProperty::setAccessible() with PHP >= 8.1
  • Do not use SplObjectStorage methods that will be deprecated in PHP 8.5

Learn how to install or update PHPUnit 9.6 in the documentation.

Keep up to date with PHPUnit:

  • You can follow @​[email protected] to stay up to date with PHPUnit's development.
  • You can subscribe to the PHPUnit Updates newsletter to receive updates about and tips for PHPUnit.

PHPUnit 9.6.23

Changed

  • #5956: Improved handling of deprecated E_STRICT constant
  • Improved message when test is considered risky for printing unexpected output

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[9.6.27] - 2025-09-14

Changed

  • #6366: Exclude __sleep() and __wakeup() from test double code generation on PHP >= 8.5

[9.6.26] - 2025-09-11

Changed

  • Implement __serialize() in addition to __sleep() (which will be deprecated in PHP 8.5)

[9.6.25] - 2025-08-20

Changed

  • Do not configure report_memleaks setting (which will be deprecated in PHP 8.5) for PHPT processes

[9.6.24] - 2025-08-10

Changed

  • Do not use ReflectionProperty::setAccessible() with PHP >= 8.1
  • Do not use SplObjectStorage methods that will be deprecated in PHP 8.5

[9.6.23] - 2025-05-02

Changed

  • #5956: Improved handling of deprecated E_STRICT constant
  • Improved message when test is considered risky for printing unexpected output
Commits

Updates squizlabs/php_codesniffer from 3.11.3 to 3.13.4

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.13.4 - 2025-09-05

Fixed

  • Fixed bug #1213: ability to run tests for external standards using the PHPCS native test framework was broken.
  • Fixed bug #1215: PHP 8.5 "Using null as an array offset" deprecation notices.

Statistics

Closed: 0 issues Merged: 3 pull requests

If you like to stay informed about releases and more, follow @​phpcs on Mastodon or @​PHP_CodeSniffer on X.

Please consider funding the PHP_CodeSniffer project. If you already do so: thank you!

3.13.3 - 2025-09-04

Added

  • Tokenizer support for PHP 8.4 dereferencing of new expressions without wrapping parentheses. #1160
  • Tokenizer support for PHP 8.4 abstract properties. #1183
    • The File::getMemberProperties() method now also supports abstract properties through a new is_abstract array index in the return value. #1184
    • Additionally, the following sniffs have been updated to support abstract properties:
      • Generic.PHP.LowerCaseConstant #1185
      • Generic.PHP.UpperCaseConstant #1185
      • PSR2.Classes.PropertyDeclaration #1188
      • Squiz.Commenting.VariableComment #1186
      • Squiz.WhiteSpace.MemberVarSpacing #1187
    • Thanks to Juliette Reinders Folmer for the patches
  • Tokenizer support for the PHP 8.4 "exit as a function call" change. #1201
    • When exit/die is used as a fully qualified "function call", it will now be tokenized as T_NS_SEPARATOR + T_EXIT.
    • Additionally, the following sniff has been updated to handle fully qualified exit/die correctly:
      • Squiz.PHP.NonExecutableCode
    • Thanks to Juliette Reinders Folmer for the patches

Changed

  • Tokenizer/PHP: fully qualified true/false/null will now be tokenized as T_NS_SEPARATOR + T_TRUE/T_FALSE/T_NULL. #1201
    • Previously, these were tokenized as T_NS_SEPARATOR + T_STRING.
    • Additionally, the following sniffs have been updated to handle fully qualified true/false/null correctly:
      • Generic.CodeAnalysis.UnconditionalIfStatement
      • Generic.ControlStructures.DisallowYodaConditions
      • PEAR.Functions.ValidDefaultValue
    • Thanks to Juliette Reinders Folmer for the patches.
  • Generic.PHP.Syntax: the sniff is now able to scan input provided via STDIN on non-Windows OSes. #915
  • PSR2.ControlStructures.SwitchDeclaration: the WrongOpener* error code is now auto-fixable if the identified "wrong opener" is a semi-colon. #1161
  • The PSR2.Classes.PropertyDeclaration will now check that the abstract modifier keyword is placed before a visibility keyword. #1188
    • Errors will be reported via a new AbstractAfterVisibility error code.
    • Thanks to Juliette Reinders Folmer for the patch.

... (truncated)

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[3.13.4] - 2025-09-05

Fixed

  • Fixed bug #1213: ability to run tests for external standards using the PHPCS native test framework was broken.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #1215: PHP 8.5 "Using null as an array offset" deprecation notices.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.

#1213: PHPCSStandards/PHP_CodeSniffer#1213 #1215: PHPCSStandards/PHP_CodeSniffer#1215

[3.13.3] - 2025-09-04

Added

  • Tokenizer support for PHP 8.4 dereferencing of new expressions without wrapping parentheses. #1160
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Tokenizer support for PHP 8.4 abstract properties. #1183
    • The File::getMemberProperties() method now also supports abstract properties through a new is_abstract array index in the return value. #1184
    • Additionally, the following sniffs have been updated to support abstract properties:
      • Generic.PHP.LowerCaseConstant #1185
      • Generic.PHP.UpperCaseConstant #1185
      • PSR2.Classes.PropertyDeclaration #1188
      • Squiz.Commenting.VariableComment #1186
      • Squiz.WhiteSpace.MemberVarSpacing #1187
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patches
  • Tokenizer support for the PHP 8.4 "exit as a function call" change. #1201
    • When exit/die is used as a fully qualified "function call", it will now be tokenized as T_NS_SEPARATOR + T_EXIT.
    • Additionally, the following sniff has been updated to handle fully qualified exit/die correctly:
      • Squiz.PHP.NonExecutableCode
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patches

Changed

  • Tokenizer/PHP: fully qualified true/false/null will now be tokenized as T_NS_SEPARATOR + T_TRUE/T_FALSE/T_NULL. #1201
    • Previously, these were tokenized as T_NS_SEPARATOR + T_STRING.
    • Additionally, the following sniffs have been updated to handle fully qualified true/false/null correctly:
      • Generic.CodeAnalysis.UnconditionalIfStatement
      • Generic.ControlStructures.DisallowYodaConditions
      • PEAR.Functions.ValidDefaultValue
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patches.
  • Generic.PHP.Syntax: the sniff is now able to scan input provided via STDIN on non-Windows OSes. #915
  • PSR2.ControlStructures.SwitchDeclaration: the WrongOpener* error code is now auto-fixable if the identified "wrong opener" is a semi-colon. #1161
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • The PSR2.Classes.PropertyDeclaration will now check that the abstract modifier keyword is placed before a visibility keyword. #1188
    • Errors will be reported via a new AbstractAfterVisibility error code.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Various housekeeping, including improvements to the tests and documentation.

... (truncated)

Commits
  • ad545ea Merge pull request #1217 from PHPCSStandards/feature/changelog-3.13.4
  • 905603e Changelog for the 3.13.4 release
  • 288a2a9 Merge pull request #1215 from PHPCSStandards/php-8.5/fix-null-as-array-offset...
  • d9b3e66 Merge pull request #1213 from PHPCSStandards/feature/remove-filelist-tests
  • 6b82a86 PHP 8.5 | Tokenizer/PHP: temporarily silence "Using null as an array offset" ...
  • acf2a54 PHP 8.5 | Tokenizer/PHP: fix "Using null as an array offset" deprecation
  • c019c75 PHP 8.5 | File::getMemberProperties(): fix "Using null as an array offset" de...
  • def8714 🔥 Hot Fix: remove FileList tests
  • f1c9394 Config: update version nr to next
  • 5be16e1 Merge pull request #1211 from PHPCSStandards/feature/changelog-3.13.3
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

Bumps the php-dev group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [friends-of-behat/symfony-extension](https://github.com/FriendsOfBehat/SymfonyExtension) | `2.6.0` | `2.6.2` |
| [khanamiryan/qrcode-detector-decoder](https://github.com/khanamiryan/php-qrcode-detector-decoder) | `2.0.2` | `2.0.3` |
| [league/csv](https://github.com/thephpleague/csv) | `9.21.0` | `9.25.0` |
| [overtrue/phplint](https://github.com/overtrue/phplint) | `9.5.6` | `9.6.2` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.12.19` | `1.12.29` |
| [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) | `1.4.13` | `1.4.16` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `9.6.22` | `9.6.27` |
| [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) | `3.11.3` | `3.13.4` |



Updates `friends-of-behat/symfony-extension` from 2.6.0 to 2.6.2
- [Release notes](https://github.com/FriendsOfBehat/SymfonyExtension/releases)
- [Changelog](https://github.com/FriendsOfBehat/SymfonyExtension/blob/master/CHANGELOG.md)
- [Commits](FriendsOfBehat/SymfonyExtension@v2.6.0...v2.6.2)

Updates `khanamiryan/qrcode-detector-decoder` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/khanamiryan/php-qrcode-detector-decoder/releases)
- [Commits](khanamiryan/php-qrcode-detector-decoder@2.0.2...2.0.3)

Updates `league/csv` from 9.21.0 to 9.25.0
- [Release notes](https://github.com/thephpleague/csv/releases)
- [Changelog](https://github.com/thephpleague/csv/blob/master/CHANGELOG.md)
- [Commits](thephpleague/csv@9.21.0...9.25.0)

Updates `overtrue/phplint` from 9.5.6 to 9.6.2
- [Release notes](https://github.com/overtrue/phplint/releases)
- [Changelog](https://github.com/overtrue/phplint/blob/main/CHANGELOG.md)
- [Commits](overtrue/phplint@9.5.6...9.6.2)

Updates `phpstan/phpstan` from 1.12.19 to 1.12.29
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.12.19...1.12.29)

Updates `phpstan/phpstan-symfony` from 1.4.13 to 1.4.16
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](phpstan/phpstan-symfony@1.4.13...1.4.16)

Updates `phpunit/phpunit` from 9.6.22 to 9.6.27
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.27/ChangeLog-9.6.md)
- [Commits](sebastianbergmann/phpunit@9.6.22...9.6.27)

Updates `squizlabs/php_codesniffer` from 3.11.3 to 3.13.4
- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/4.x/CHANGELOG-3.x.md)
- [Commits](PHPCSStandards/PHP_CodeSniffer@3.11.3...3.13.4)

---
updated-dependencies:
- dependency-name: friends-of-behat/symfony-extension
  dependency-version: 2.6.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
- dependency-name: khanamiryan/qrcode-detector-decoder
  dependency-version: 2.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
- dependency-name: league/csv
  dependency-version: 9.25.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: php-dev
- dependency-name: overtrue/phplint
  dependency-version: 9.6.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: php-dev
- dependency-name: phpstan/phpstan
  dependency-version: 1.12.29
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
- dependency-name: phpstan/phpstan-symfony
  dependency-version: 1.4.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
- dependency-name: phpunit/phpunit
  dependency-version: 9.6.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
- dependency-name: squizlabs/php_codesniffer
  dependency-version: 3.13.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: php-dev
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Sep 18, 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.

1 participant