Skip to content

Commit

Permalink
Chore(deps-dev): Bump the tools_phpunit_dependencies group
Browse files Browse the repository at this point in the history
Bumps the tools_phpunit_dependencies group in /tools/01_phpunit with 3 updates: [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit), [symfony/browser-kit](https://github.com/symfony/browser-kit) and [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge).


Updates `phpunit/phpunit` from 10.0.19 to 10.5.5
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.5/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.0.19...10.5.5)

Updates `symfony/browser-kit` from 6.4.0 to 7.0.0
- [Release notes](https://github.com/symfony/browser-kit/releases)
- [Changelog](https://github.com/symfony/browser-kit/blob/7.0/CHANGELOG.md)
- [Commits](symfony/browser-kit@v6.4.0...v7.0.0)

Updates `symfony/phpunit-bridge` from 6.4.2 to 7.0.2
- [Release notes](https://github.com/symfony/phpunit-bridge/releases)
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/6.3/CHANGELOG.md)
- [Commits](symfony/phpunit-bridge@v6.4.2...v7.0.2)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tools_phpunit_dependencies
- dependency-name: symfony/browser-kit
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: tools_phpunit_dependencies
- dependency-name: symfony/phpunit-bridge
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: tools_phpunit_dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2024
1 parent 41a3824 commit 5dcf241
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 43 deletions.
6 changes: 3 additions & 3 deletions tools/01_phpunit/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"liuggio/fastest": "1.11.0",
"phpunit/php-code-coverage": "10.1.11",
"phpunit/phpcov": "9.0.2",
"phpunit/phpunit": "10.0.19",
"phpunit/phpunit": "10.5.5",
"roave/security-advisories": "dev-latest",
"symfony/browser-kit": "6.4.0",
"symfony/phpunit-bridge": "6.4.2"
"symfony/browser-kit": "7.0.0",
"symfony/phpunit-bridge": "7.0.2"
},
"config": {
"allow-plugins": true,
Expand Down
82 changes: 42 additions & 40 deletions tools/01_phpunit/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5dcf241

Please sign in to comment.