Merge pull request #996 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.3.1
build(deps-dev): Bump phpunit/phpunit from 10.2.6 to 10.3.1
This commit is contained in:
commit
e9563279d8
1 changed files with 8 additions and 8 deletions
16
composer.lock
generated
16
composer.lock
generated
|
@ -10732,16 +10732,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/phpunit",
|
"name": "phpunit/phpunit",
|
||||||
"version": "10.2.6",
|
"version": "10.3.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||||
"reference": "1c17815c129f133f3019cc18e8d0c8622e6d9bcd"
|
"reference": "d442ce7c4104d5683c12e67e4dcb5058159e9804"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1c17815c129f133f3019cc18e8d0c8622e6d9bcd",
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d442ce7c4104d5683c12e67e4dcb5058159e9804",
|
||||||
"reference": "1c17815c129f133f3019cc18e8d0c8622e6d9bcd",
|
"reference": "d442ce7c4104d5683c12e67e4dcb5058159e9804",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -10766,7 +10766,7 @@
|
||||||
"sebastian/diff": "^5.0",
|
"sebastian/diff": "^5.0",
|
||||||
"sebastian/environment": "^6.0",
|
"sebastian/environment": "^6.0",
|
||||||
"sebastian/exporter": "^5.0",
|
"sebastian/exporter": "^5.0",
|
||||||
"sebastian/global-state": "^6.0",
|
"sebastian/global-state": "^6.0.1",
|
||||||
"sebastian/object-enumerator": "^5.0",
|
"sebastian/object-enumerator": "^5.0",
|
||||||
"sebastian/recursion-context": "^5.0",
|
"sebastian/recursion-context": "^5.0",
|
||||||
"sebastian/type": "^4.0",
|
"sebastian/type": "^4.0",
|
||||||
|
@ -10781,7 +10781,7 @@
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-main": "10.2-dev"
|
"dev-main": "10.3-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -10813,7 +10813,7 @@
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||||
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
||||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.6"
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.3.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -10829,7 +10829,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-07-17T12:08:28+00:00"
|
"time": "2023-08-04T06:48:08+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "pimple/pimple",
|
"name": "pimple/pimple",
|
||||||
|
|
Loading…
Add table
Reference in a new issue