Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

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

Package From To
dmore/behat-chrome-extension 1.4.0 1.4.1
phpstan/phpstan-phpunit 2.0.10 2.0.11
slevomat/coding-standard 8.25.1 8.26.0
symfony/browser-kit 7.4.0 7.4.3
symfony/phpunit-bridge 7.4.0 7.4.3

Updates dmore/behat-chrome-extension from 1.4.0 to 1.4.1

Release notes

Sourced from dmore/behat-chrome-extension's releases.

1.4.1

Includes:

  • !20+
  • !23+
  • !22+
  • !21+
  • !17+
Commits
  • b4262f4 Merge branch 'declare-return-types' into 'main'
  • 161a255 Add return types to Driver Factory
  • 2e9475d Merge branch 'nprepare-behat-4' into 'main'
  • 09d807d Prepare for Behat 4.x / Symfomy 8.x compatibility
  • ae0030c Merge branch 'ci-update-php' into 'main'
  • f55b15a Test with PHP 8.1 - 8.4
  • b695636 Merge branch 'ci-no-docker-tag' into 'main'
  • f5cd4de Drop "docker" tag on CI jobs
  • 81dd78e Merge branch 'driver-test' into 'main'
  • 9fe1158 Test dmore/chrome-mink-driver main branch
  • Additional commits viewable in compare view

Updates phpstan/phpstan-phpunit from 2.0.10 to 2.0.11

Release notes

Sourced from phpstan/phpstan-phpunit's releases.

2.0.11

  • 5e30669 - Perf: Refactor PHPUnitVersionDetector to use runtime reflection
  • 202afe9 - chore(deps): update github-actions
Commits
  • 5e30669 Perf: Refactor PHPUnitVersionDetector to use runtime reflection
  • 202afe9 chore(deps): update github-actions
  • See full diff in compare view

Updates slevomat/coding-standard from 8.25.1 to 8.26.0

Release notes

Sourced from slevomat/coding-standard's releases.

8.26.0

🔧 Improvements

  • SlevomatCodingStandard.Classes.ClassKeywordOrder: New sniff (thanks to @​kamil-zacek)

🐛 Fixes

  • SlevomatCodingStandard.ControlStructures.RequireMultiLineTernaryOperator: Workaround for missing property hooks support in PHPCS
Commits
  • d247cdc Removed dead code
  • 84e591c SlevomatCodingStandard.Classes.ClassKeywordOrder: New sniff
  • 4875bfe SlevomatCodingStandard.ControlStructures.RequireMultiLineTernaryOperator: Wor...
  • e9d181c Updated dependencies
  • 81f502f Composer: tidy up version constraints Composer PHPCS plugin
  • See full diff in compare view

Updates symfony/browser-kit from 7.4.0 to 7.4.3

Release notes

Sourced from symfony/browser-kit's releases.

v7.4.3

Changelog (symfony/browser-kit@v7.4.2...v7.4.3)

Commits

Updates symfony/phpunit-bridge from 7.4.0 to 7.4.3

Release notes

Sourced from symfony/phpunit-bridge's releases.

v7.4.3

Changelog (symfony/phpunit-bridge@v7.4.2...v7.4.3)

Commits

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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [dmore/behat-chrome-extension](https://gitlab.com/behat-chrome/behat-chrome-extension) | `1.4.0` | `1.4.1` |
| [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) | `2.0.10` | `2.0.11` |
| [slevomat/coding-standard](https://github.com/slevomat/coding-standard) | `8.25.1` | `8.26.0` |
| [symfony/browser-kit](https://github.com/symfony/browser-kit) | `7.4.0` | `7.4.3` |
| [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `7.4.0` | `7.4.3` |



Updates `dmore/behat-chrome-extension` from 1.4.0 to 1.4.1
- [Release notes](https://gitlab.com/behat-chrome/behat-chrome-extension/tags)
- [Commits](https://gitlab.com/behat-chrome/behat-chrome-extension/compare/1.4.0...1.4.1)

Updates `phpstan/phpstan-phpunit` from 2.0.10 to 2.0.11
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases)
- [Commits](phpstan/phpstan-phpunit@2.0.10...2.0.11)

Updates `slevomat/coding-standard` from 8.25.1 to 8.26.0
- [Release notes](https://github.com/slevomat/coding-standard/releases)
- [Commits](slevomat/coding-standard@8.25.1...8.26.0)

Updates `symfony/browser-kit` from 7.4.0 to 7.4.3
- [Release notes](https://github.com/symfony/browser-kit/releases)
- [Changelog](https://github.com/symfony/browser-kit/blob/7.3/CHANGELOG.md)
- [Commits](symfony/browser-kit@v7.4.0...v7.4.3)

Updates `symfony/phpunit-bridge` from 7.4.0 to 7.4.3
- [Release notes](https://github.com/symfony/phpunit-bridge/releases)
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/7.4/CHANGELOG.md)
- [Commits](symfony/phpunit-bridge@v7.4.0...v7.4.3)

---
updated-dependencies:
- dependency-name: dmore/behat-chrome-extension
  dependency-version: 1.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
- dependency-name: phpstan/phpstan-phpunit
  dependency-version: 2.0.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
- dependency-name: slevomat/coding-standard
  dependency-version: 8.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: php-dev
- dependency-name: symfony/browser-kit
  dependency-version: 7.4.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
- dependency-name: symfony/phpunit-bridge
  dependency-version: 7.4.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Jan 5, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2026

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

@dependabot dependabot bot closed this Jan 9, 2026
@dependabot dependabot bot deleted the dependabot/composer/php-dev-e989dc42f3 branch January 9, 2026 04:04
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