Skip to content

Bump the php-dev group across 1 directory with 7 updates #195

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 27, 2025

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

Package From To
friends-of-behat/symfony-extension 2.6.0 2.6.1
overtrue/phplint 9.5.6 9.6.2
phpstan/phpstan 1.12.20 1.12.27
phpstan/phpstan-symfony 1.4.13 1.4.15
phpunit/phpunit 9.6.22 9.6.23
slevomat/coding-standard 8.16.0 8.18.1

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

Release notes

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

v2.6.1

What's Changed

New Contributors

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

Commits
  • 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 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.20 to 1.12.27

Release notes

Sourced from phpstan/phpstan's releases.

1.12.27

Major new features 🚀

Improvements 🔧

Bugfixes 🐛

1.12.26

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

1.12.25

Consider comparison as strict when type is the same (#3942), #12884, thanks @​VincentLanglet!

... (truncated)

Commits
  • 3a6e423 PHPStan 1.12.27
  • bc6352b Updated PHPStan to commit bc6352b8edd931c6a7eb51d684becdee19becc88
  • 80b40f2 Updated PHPStan to commit 80b40f2177aafedad4557363673126f00583c5ca
  • 572e0e8 Updated PHPStan to commit 572e0e8f26eb3618f22127f694170f5cc2f2c6cb
  • 275d3b5 Updated PHPStan to commit 275d3b5a85cc84459bca8d965ed1127837665b02
  • bd6fc4e Updated PHPStan to commit bd6fc4e266a94fafe3d12078f142db3f900fc1f9
  • e5db864 Updated PHPStan to commit e5db864362bb19b2fb3c47188c117afd18e386f6
  • fea728f Updated PHPStan to commit fea728fc4f8147d44a08a181b807d3be73ce106b
  • 9cd97ab Updated PHPStan to commit 9cd97ab455ee728b47023b60a1f0f4cef33f0604
  • 74b909a Updated PHPStan to commit 74b909aedcc6fd09721c02763ff2c440ce5d7999
  • 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 slevomat/coding-standard from 8.16.0 to 8.18.1

Release notes

Sourced from slevomat/coding-standard's releases.

8.18.1

🐛 Fixes

  • SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration: Fix error when no code is found after @var (thanks to @​AegirLeet)
  • SlevomatCodingStandard.PHP.UselessParentheses: Fixed false positive for bitwise not operator

8.18.0

🔧 Improvements

  • SlevomatCodingStandard.Classes.ClassStructure: Support for custom method groups based on method name prefix (thanks to @​maryo)

🐛 Fixes

  • SlevomatCodingStandard.Functions.RequireMultiLineCall: Fix reporting multiline call which exactly fits into line length limit (thanks to @​maryo)

8.17.1

🐛 Fixes

  • SlevomatCodingStandard.TypeHints.PropertyTypeHint: Fix

8.17.0

🔧 Improvements

  • SlevomatCodingStandard.ControlStructures.RequireNullCoalesceEqualOperator: New option checkIfConditions

🐛 Fixes

  • SlevomatCodingStandard.Classes.MethodSpacing: Fixed check for methods with more attributes

8.16.2

🐛 Fixes

  • SlevomatCodingStandard.TypeHints.ReturnTypeHint: Fixed false positive
  • SlevomatCodingStandard.Variables.UnusedVariable: Fixed false positive
  • SlevomatCodingStandard.TypeHints.DisallowMixedTypeHint: Fix logic error (thanks to @​jrfnl)

8.16.1

🐛 Fixes

  • Fixed BC break
Commits
  • 06b18b3 Updated dependencies
  • a0bf89e SlevomatCodingStandard.PHP.UselessParentheses: Fixed false positive for bitwi...
  • 1501a61 InlineDocCommentDeclarationSniff: fix error when no code is found after @​var
  • f3b23cb Updated dependencies
  • f8ea50b Fix documentation
  • a73b83f SlevomatCodingStandard.Classes.ClassStructure: Support for custom method grou...
  • c2eab04 SlevomatCodingStandard.Functions.RequireMultiLineCall: Fix reporting multilin...
  • 9bad414 SlevomatCodingStandard.TypeHints.PropertyTypeHint: Fix
  • e1f8682 Updated dependencies
  • 3432531 Fix typo for new RequireNullCoalesceEqualOperator flag
  • Additional commits viewable in compare view

Updates squizlabs/php_codesniffer from 3.11.3 to 3.13.0

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.13.0 - 2025-05-11

Added

  • Added support for PHP 8.4 asymmetric visibility modifiers to the tokenizer. #871
  • Added support for PHP 8.4 final properties to the following sniffs:

Changed

  • Generic.WhiteSpace.LanguageConstructSpacing: will now also check the spacing after the goto language construct keyword. #917
  • The PSR2.Classes.PropertyDeclaration will now check that the final modifier keyword is placed before a visibility keyword. #950
  • Improved Help information about the --reports CLI flag. #1078
  • The documentation for the following sniffs has been improved:
    • PSR1.Files.SideEffects
    • PSR2.ControlStructures.SwitchDeclaration
    • PSR2.Namespaces.NamespaceDeclaration
    • Thanks to Rodrigo Primo for the patches.
  • Various housekeeping, including improvements to the tests and documentation.

Deprecated

  • Nearly everything which was soft deprecated before is now hard deprecated and will show deprecation notices:
    • This applies to:
      • All sniffs which will be removed in 4.0. #888
      • The deprecated Generator methods. #889
      • The old array property setting format (via comma separated strings). #890
      • Sniffs not implementing the PHP_CodeSniffer\Sniffs\Sniff interface. #891
      • Sniffs not following the naming conventions. #892
      • Standards called Internal. #893
      • Sniffs which don't listen for PHP, like JS/CSS specific sniffs. #894
    • The deprecation notices can be silenced by using the -q (=quiet) CLI flag.
    • Thanks to Juliette Reinders Folmer for the patches.

Fixed

  • Fixed bug #1040 : Generic.Strings.UnnecessaryHeredoc - false positive for heredocs containing escape sequences.
  • Fixed bug #1040 : Generic.Strings.UnnecessaryHeredoc - fixer would not clean up escape sequences which aren't necessary in nowdocs.
  • Fixed bug #1048 : A file under scan would sometimes be updated with partial fixes, even though the file "failed to fix".

Other

Calling all testers!

The first beta release for PHP_CodeSniffer 4.0 has been tagged. Please help by testing the beta release and reporting any issues you run into.

... (truncated)

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[3.13.0] - 2025-05-11

Added

  • Added support for PHP 8.4 asymmetric visibility modifiers to the tokenizer. #871
  • Added support for PHP 8.4 final properties to the following sniffs:
    • PSR2.Classes.PropertyDeclaration #950
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patches.

Changed

  • Generic.WhiteSpace.LanguageConstructSpacing: will now also check the spacing after the goto language construct keyword. #917
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • The PSR2.Classes.PropertyDeclaration will now check that the final modifier keyword is placed before a visibility keyword. #950
    • Errors will be reported via a new FinalAfterVisibility error code.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Improved Help information about the --reports CLI flag. #1078
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • The documentation for the following sniffs has been improved:
    • PSR1.Files.SideEffects
    • PSR2.ControlStructures.SwitchDeclaration
    • PSR2.Namespaces.NamespaceDeclaration
    • Thanks to [Rodrigo Primo][@​rodrigoprimo] for the patches.
  • Various housekeeping, including improvements to the tests and documentation.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for their contributions.

Deprecated

  • Nearly everything which was soft deprecated before is now hard deprecated and will show deprecation notices:
    • This applies to:
      • All sniffs which will be removed in 4.0. #888
      • The deprecated Generator methods. #889
      • The old array property setting format (via comma separated strings). #890
      • Sniffs not implementing the PHP_CodeSniffer\Sniffs\Sniff interface. #891
      • Sniffs not following the naming conventions. #892
      • Standards called Internal. #893
      • Sniffs which don't listen for PHP, like JS/CSS specific sniffs. #894
    • The deprecation notices can be silenced by using the -q (=quiet) CLI flag.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patches.

Fixed

  • Fixed bug #1040 : Generic.Strings.UnnecessaryHeredoc - false positive for heredocs containing escape sequences.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #1040 : Generic.Strings.UnnecessaryHeredoc - fixer would not clean up escape sequences which aren't necessary in nowdocs.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #1048 : A file under scan would sometimes be updated with partial fixes, even though the file "failed to fix".
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.

Other

Calling all testers!

... (truncated)

Commits
  • 65ff248 Merge pull request #1088 from PHPCSStandards/feature/changelog-3.13.0
  • f599fb2 Changelog for the 3.13.0 release
  • e09be25 PHP 8.4 | Add tokenizer support for asymmetric visibility (#871)
  • 4667299 Merge pull request #1078 from PHPCSStandards/feature/help-improve-report-desc...
  • 33cd903 Merge pull request #1077 from PHPCSStandards/feature/config-bug-report-file-v...
  • 2c044cc Help: improve information about requesting reports
  • 46c1d3e Config: bug fix - "reports" could get set incorrectly when in CBF mode
  • 726bbc1 Merge pull request #1076 from PHPCSStandards/feature/tests-should-pass-in-cbf...
  • 1100de7 GH Actions/tests: safeguard that tests pass in CBF mode
  • 7048ed4 DisplayCachedMessagesTest: allow for the tests to pass in CBF mode
  • 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 May 27, 2025
Bumps the php-dev group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [friends-of-behat/symfony-extension](https://github.com/FriendsOfBehat/SymfonyExtension) | `2.6.0` | `2.6.1` |
| [overtrue/phplint](https://github.com/overtrue/phplint) | `9.5.6` | `9.6.2` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.12.20` | `1.12.27` |
| [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` |
| [slevomat/coding-standard](https://github.com/slevomat/coding-standard) | `8.16.0` | `8.18.1` |



Updates `friends-of-behat/symfony-extension` from 2.6.0 to 2.6.1
- [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.1)

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.20 to 1.12.27
- [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.20...1.12.27)

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 `slevomat/coding-standard` from 8.16.0 to 8.18.1
- [Release notes](https://github.com/slevomat/coding-standard/releases)
- [Commits](slevomat/coding-standard@8.16.0...8.18.1)

Updates `squizlabs/php_codesniffer` from 3.11.3 to 3.13.0
- [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.0)

---
updated-dependencies:
- dependency-name: friends-of-behat/symfony-extension
  dependency-version: 2.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: slevomat/coding-standard
  dependency-version: 8.18.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: php-dev
- dependency-name: squizlabs/php_codesniffer
  dependency-version: 3.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: php-dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/php-dev-1774df621d branch from 89d8e7c to 7b8ae6d Compare June 10, 2025 08:05
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 10, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jun 10, 2025
@dependabot dependabot bot deleted the dependabot/composer/php-dev-1774df621d branch June 10, 2025 08:16
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