build(deps-dev): bump phpunit/phpunit from 11.1.3 to 11.2.0

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.1.3 to 11.2.0.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.2.0/ChangeLog-11.2.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.1.3...11.2.0)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-06-10 13:22:19 +00:00
committed by GitHub
parent d5f18b20bf
commit 441401abed

14
composer.lock generated
View File

@@ -10178,16 +10178,16 @@
},
{
"name": "phpunit/phpunit",
"version": "11.1.3",
"version": "11.2.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "d475be032238173ca3b0a516f5cc291d174708ae"
"reference": "705eba0190afe04bc057f565ad843267717cf109"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d475be032238173ca3b0a516f5cc291d174708ae",
"reference": "d475be032238173ca3b0a516f5cc291d174708ae",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/705eba0190afe04bc057f565ad843267717cf109",
"reference": "705eba0190afe04bc057f565ad843267717cf109",
"shasum": ""
},
"require": {
@@ -10226,7 +10226,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "11.1-dev"
"dev-main": "11.2-dev"
}
},
"autoload": {
@@ -10258,7 +10258,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.1.3"
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.2.0"
},
"funding": [
{
@@ -10274,7 +10274,7 @@
"type": "tidelift"
}
],
"time": "2024-04-24T06:34:25+00:00"
"time": "2024-06-07T04:48:50+00:00"
},
{
"name": "rector/rector",