Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2025

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

Package From To
doctrine/data-fixtures 1.8.1 1.8.2
liip/test-fixtures-bundle 2.9.2 2.10.0
overtrue/phplint 9.5.6 9.6.2
phpstan/phpstan-symfony 1.4.13 1.4.15
phpunit/phpunit 9.6.22 9.6.23
squizlabs/php_codesniffer 3.11.3 3.13.2

Updates doctrine/data-fixtures from 1.8.1 to 1.8.2

Release notes

Sourced from doctrine/data-fixtures's releases.

1.8.2

Release Notes for 1.8.2

1.8.2

  • Total issues resolved: 0
  • Total pull requests resolved: 6
  • Total contributors: 3

Bugfixes

CI

Dependencies,

Commits
  • 6fb221d Merge pull request #539 from doctrine/dependabot/github_actions/1.8.x/doctrin...
  • 997e56a Bump doctrine/.github from 7.2.2 to 7.3.0
  • bb57825 Update phpstan/phpstan requirement from 2.1.16 to 2.1.17 (#538)
  • f3fdfaa Merge pull request #537 from doctrine/dependabot/composer/1.8.x/phpstan/phpst...
  • 98deb24 Update phpstan/phpstan requirement from 2.1.15 to 2.1.16
  • 40bafe5 Merge pull request #536 from doctrine/dependabot/composer/1.8.x/phpstan/phpst...
  • c0bf167 Update phpstan/phpstan requirement from 2.1.14 to 2.1.15
  • 8c012b0 Merge pull request #535 from doctrine/dependabot/composer/1.8.x/phpstan/phpst...
  • 14cc1fb Update phpstan/phpstan requirement from 2.1.13 to 2.1.14
  • 2952803 Merge pull request #534 from doctrine/dependabot/composer/1.8.x/phpstan/phpst...
  • Additional commits viewable in compare view

Updates liip/test-fixtures-bundle from 2.9.2 to 2.10.0

Release notes

Sourced from liip/test-fixtures-bundle's releases.

2.10.0: feat: implement caching for PostgreSQL

What's Changed

Full Changelog: liip/LiipTestFixturesBundle@2.9.3...2.10.0

2.9.3: fix: cache reference repository

What's Changed

New Contributors

Full Changelog: liip/LiipTestFixturesBundle@2.9.2...2.9.3

Commits
  • 45b1961 Merge pull request #330 from slutsky/feature/postgresql-cache
  • acdc38e feat: implement caching for PostgreSQL
  • 773649c Merge pull request #332 from slutsky/bugfix/tests
  • 7894633 fix: cache reference repository
  • See full diff in compare view

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-symfony from 1.4.13 to 1.4.15

Release notes

Sourced from phpstan/phpstan-symfony's releases.

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
  • 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.14

  • 08b97ab - Synchronize the EventSubscriberInterface with the upstream type
  • 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
Commits
  • 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.23

Release notes

Sourced from phpunit/phpunit's releases.

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.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.2

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.13.2 - 2025-06-18

Changed

  • The documentation for the following sniffs has been improved:
    • Squiz.Classes.SelfMemberReference
    • Thanks to Rodrigo Primo for the patch.
  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #1135 : Squiz.Functions.FunctionDeclarationArgumentSpacing: typo in new error code SpacingAfterSetVis[i]bility.

Statistics

Closed: 0 issues Merged: 6 pull requests

Follow @​phpcs on Mastodon or @​PHP_CodeSniffer on X to stay informed.

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

3.13.1 - 2025-06-13

Added

  • Added support for PHP 8.4 properties with asymmetric visibility to File::getMemberProperties() through a new set_scope array index in the return value. #1116
  • Added support for PHP 8.4 (constructor promoted) properties with asymmetric visibility to File::getMethodParameters() through new set_visibility and set_visibility_token array indexes in the return value. #1116
  • Added support for PHP 8.4 asymmetric visibility modifiers to the following sniffs:
    • Generic.PHP.LowerCaseKeyword #1117
    • PEAR.NamingConventions.ValidVariableName #1118
    • PSR2.Classes.PropertyDeclaration #1119
    • Squiz.Commenting.BlockComment #1120
    • Squiz.Commenting.DocCommentAlignment #1120
    • Squiz.Commenting.VariableComment #1120
    • Squiz.Functions.FunctionDeclarationArgumentSpacing #1121
    • Squiz.Scope.MemberVarScope #1122
    • Squiz.WhiteSpace.MemberVarSpacing #1123
    • Squiz.WhiteSpace.ScopeKeywordSpacing #1124
    • Thanks to Juliette Reinders Folmer for the patches.

Changed

  • The PSR2.Classes.PropertyDeclaration will now check that a set-visibility modifier keyword is placed after a potential general visibility keyword. #1119
  • The Squiz.Functions.FunctionDeclarationArgumentSpacing will now check spacing after a set-visibility modifier keyword. #1121
    • Errors will be reported via a new SpacingAfterSetVisibility error code.
    • Thanks to Juliette Reinders Folmer for the patch.

... (truncated)

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[3.13.2] - 2025-06-18

Changed

  • The documentation for the following sniffs has been improved:
    • Squiz.Classes.SelfMemberReference
    • Thanks to [Rodrigo Primo][@​rodrigoprimo] for the patch.
  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #1135 : Squiz.Functions.FunctionDeclarationArgumentSpacing: typo in new error code SpacingAfterSetVis\[i\]bility.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.

#1135: PHPCSStandards/PHP_CodeSniffer#1135

[3.13.1] - 2025-06-13

Added

  • Added support for PHP 8.4 properties with asymmetric visibility to File::getMemberProperties() through a new set_scope array index in the return value. #1116
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patches.
  • Added support for PHP 8.4 (constructor promoted) properties with asymmetric visibility to File::getMethodParameters() through new set_visibility and set_visibility_token array indexes in the return value. #1116
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patches.
  • Added support for PHP 8.4 asymmetric visibility modifiers to the following sniffs:
    • Generic.PHP.LowerCaseKeyword #1117
    • PEAR.NamingConventions.ValidVariableName #1118
    • PSR2.Classes.PropertyDeclaration #1119
    • Squiz.Commenting.BlockComment #1120
    • Squiz.Commenting.DocCommentAlignment #1120
    • Squiz.Commenting.VariableComment #1120
    • Squiz.Functions.FunctionDeclarationArgumentSpacing #1121
    • Squiz.Scope.MemberVarScope #1122
    • Squiz.WhiteSpace.MemberVarSpacing #1123
    • Squiz.WhiteSpace.ScopeKeywordSpacing #1124
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patches.

Changed

  • The PSR2.Classes.PropertyDeclaration will now check that a set-visibility modifier keyword is placed after a potential general visibility keyword. #1119
    • Errors will be reported via a new AvizKeywordOrder error code.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • The Squiz.Functions.FunctionDeclarationArgumentSpacing will now check spacing after a set-visibility modifier keyword. #1121
    • Errors will be reported via a new SpacingAfterSetVisibility error code.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • The Squiz.Scope.MemberVarScope will now flag missing "read" visibility, when "write" visibility is set, under a separate error code AsymReadMissing. #1122
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • The documentation for the following sniffs has been improved:
    • PEAR.Classes.ClassDeclaration
    • Squiz.WhiteSpace.FunctionOpeningBraceSpace
    • Thanks to [Brian Dunne][@​braindawg] and [Rodrigo Primo][@​rodrigoprimo] for the patches.
  • Various housekeeping, including improvements to the tests and documentation.

... (truncated)

Commits
  • 5b5e382 Merge pull request #1139 from PHPCSStandards/feature/changelog-3.13.2
  • 5e1bf44 Changelog for the 3.13.2 release
  • 7af44a3 Squiz/SelfMemberReference: update XML doc (#1108)
  • 3a9a4b2 Merge pull request #1137 from PHPCSStandards/feature/docs-various-fixes
  • c43b854 Merge pull request #1135 from PHPCSStandards/feature/squiz-functiondeclaratio...
  • 47fdb33 Merge pull request #1134 from PHPCSStandards/feature/update-license-copyright
  • d8ace30 Various minor fixes / typos
  • a1c2aaa Squiz/FunctionDeclarationArgumentSpacing: fix typo in `SpacingAfterSetVis[i]b...
  • b128c59 Licence: update copyright
  • 6739594 Merge pull request #1133 from rodrigoprimo/remove-outdated-code-from-filter-c...
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 30, 2025
@dependabot dependabot bot force-pushed the dependabot/composer/php-dev-b9f169b46a branch 2 times, most recently from 54602ed to 06a528d Compare August 21, 2025 12:46
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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

| Package | From | To |
| --- | --- | --- |
| [doctrine/data-fixtures](https://github.com/doctrine/data-fixtures) | `1.8.1` | `1.8.2` |
| [liip/test-fixtures-bundle](https://github.com/liip/LiipTestFixturesBundle) | `2.9.2` | `2.10.0` |
| [overtrue/phplint](https://github.com/overtrue/phplint) | `9.5.6` | `9.6.2` |
| [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) | `1.4.13` | `1.4.15` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `9.6.22` | `9.6.23` |
| [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) | `3.11.3` | `3.13.2` |



Updates `doctrine/data-fixtures` from 1.8.1 to 1.8.2
- [Release notes](https://github.com/doctrine/data-fixtures/releases)
- [Commits](doctrine/data-fixtures@1.8.1...1.8.2)

Updates `liip/test-fixtures-bundle` from 2.9.2 to 2.10.0
- [Release notes](https://github.com/liip/LiipTestFixturesBundle/releases)
- [Commits](liip/LiipTestFixturesBundle@2.9.2...2.10.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-symfony` from 1.4.13 to 1.4.15
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](phpstan/phpstan-symfony@1.4.13...1.4.15)

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

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

---
updated-dependencies:
- dependency-name: doctrine/data-fixtures
  dependency-version: 1.8.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
- dependency-name: liip/test-fixtures-bundle
  dependency-version: 2.10.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-symfony
  dependency-version: 1.4.15
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
- dependency-name: phpunit/phpunit
  dependency-version: 9.6.23
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
- dependency-name: squizlabs/php_codesniffer
  dependency-version: 3.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: php-dev
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/composer/php-dev-b9f169b46a branch from 06a528d to 1c2e425 Compare October 1, 2025 12:25
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