1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

composer(deps-dev): bump phpunit/phpunit from 11.3.5 to 11.3.6 (#1080)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-09-24 01:05:28 +05:00
committed by GitHub
parent b585014d1f
commit 840c6b5538
2 changed files with 17 additions and 17 deletions

View File

@@ -13,7 +13,7 @@
"require-dev": {
"ext-curl": "*",
"friendsofphp/php-cs-fixer": "^3.64.0",
"phpunit/phpunit": "^11.3.5"
"phpunit/phpunit": "^11.3.6"
},
"autoload": {
"psr-4": {

32
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "4894ac3dfb28fa84c304bed83985a0e6",
"content-hash": "2a3dd6b1ec8a6dc25f1d5f5b223c9927",
"packages": [],
"packages-dev": [
{
@@ -1069,16 +1069,16 @@
},
{
"name": "phpunit/phpunit",
"version": "11.3.5",
"version": "11.3.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "4dc07a589a68f8f2d5132ac0849146d122e08347"
"reference": "d62c45a19c665bb872c2a47023a0baf41a98bb2b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4dc07a589a68f8f2d5132ac0849146d122e08347",
"reference": "4dc07a589a68f8f2d5132ac0849146d122e08347",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d62c45a19c665bb872c2a47023a0baf41a98bb2b",
"reference": "d62c45a19c665bb872c2a47023a0baf41a98bb2b",
"shasum": ""
},
"require": {
@@ -1105,7 +1105,7 @@
"sebastian/exporter": "^6.1.3",
"sebastian/global-state": "^7.0.2",
"sebastian/object-enumerator": "^6.0.1",
"sebastian/type": "^5.0.1",
"sebastian/type": "^5.1.0",
"sebastian/version": "^5.0.1"
},
"suggest": {
@@ -1149,7 +1149,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.3.5"
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.3.6"
},
"funding": [
{
@@ -1165,7 +1165,7 @@
"type": "tidelift"
}
],
"time": "2024-09-13T05:22:17+00:00"
"time": "2024-09-19T10:54:28+00:00"
},
{
"name": "psr/container",
@@ -2664,28 +2664,28 @@
},
{
"name": "sebastian/type",
"version": "5.0.1",
"version": "5.1.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "fb6a6566f9589e86661291d13eba708cce5eb4aa"
"reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb6a6566f9589e86661291d13eba708cce5eb4aa",
"reference": "fb6a6566f9589e86661291d13eba708cce5eb4aa",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/461b9c5da241511a2a0e8f240814fb23ce5c0aac",
"reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac",
"shasum": ""
},
"require": {
"php": ">=8.2"
},
"require-dev": {
"phpunit/phpunit": "^11.0"
"phpunit/phpunit": "^11.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "5.0-dev"
"dev-main": "5.1-dev"
}
},
"autoload": {
@@ -2709,7 +2709,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
"security": "https://github.com/sebastianbergmann/type/security/policy",
"source": "https://github.com/sebastianbergmann/type/tree/5.0.1"
"source": "https://github.com/sebastianbergmann/type/tree/5.1.0"
},
"funding": [
{
@@ -2717,7 +2717,7 @@
"type": "github"
}
],
"time": "2024-07-03T05:11:49+00:00"
"time": "2024-09-17T13:12:04+00:00"
},
{
"name": "sebastian/version",