Browse Source

Merge pull request #12016 from nextcloud/dependabot/composer/vendor-bin/phpunit/phpunit/phpunit-9.6.19

pull/12023/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
e89b196c35
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 12
      vendor-bin/phpunit/composer.lock

12
vendor-bin/phpunit/composer.lock

@ -633,16 +633,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "9.6.18",
"version": "9.6.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04"
"reference": "a1a54a473501ef4cdeaae4e06891674114d79db8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04",
"reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1a54a473501ef4cdeaae4e06891674114d79db8",
"reference": "a1a54a473501ef4cdeaae4e06891674114d79db8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -716,7 +716,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/9.6.18"
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19"
}, },
"funding": [ "funding": [
{ {
@ -732,7 +732,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-03-21T12:07:32+00:00"
"time": "2024-04-05T04:35:58+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",

Loading…
Cancel
Save