Skip to content
Snippets Groups Projects
Verified Commit 23174b70 authored by Dave Long's avatar Dave Long
Browse files

Issue #3477361: Update phpunit/phpunit to 10.5.35 for PHP 8.4

parent 9d09dbc0
No related branches found
No related tags found
No related merge requests found
...@@ -7499,16 +7499,16 @@ ...@@ -7499,16 +7499,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "10.5.30", "version": "10.5.35",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "b15524febac0153876b4ba9aab3326c2ee94c897" "reference": "7ac8b4e63f456046dcb4c9787da9382831a1874b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b15524febac0153876b4ba9aab3326c2ee94c897", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7ac8b4e63f456046dcb4c9787da9382831a1874b",
"reference": "b15524febac0153876b4ba9aab3326c2ee94c897", "reference": "7ac8b4e63f456046dcb4c9787da9382831a1874b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7522,7 +7522,7 @@ ...@@ -7522,7 +7522,7 @@
"phar-io/manifest": "^2.0.4", "phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1", "phar-io/version": "^3.2.1",
"php": ">=8.1", "php": ">=8.1",
"phpunit/php-code-coverage": "^10.1.15", "phpunit/php-code-coverage": "^10.1.16",
"phpunit/php-file-iterator": "^4.1.0", "phpunit/php-file-iterator": "^4.1.0",
"phpunit/php-invoker": "^4.0.0", "phpunit/php-invoker": "^4.0.0",
"phpunit/php-text-template": "^3.0.1", "phpunit/php-text-template": "^3.0.1",
...@@ -7580,7 +7580,7 @@ ...@@ -7580,7 +7580,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.5.30" "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.35"
}, },
"funding": [ "funding": [
{ {
...@@ -7596,7 +7596,7 @@ ...@@ -7596,7 +7596,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-08-13T06:09:37+00:00" "time": "2024-09-19T10:52:21+00:00"
}, },
{ {
"name": "react/promise", "name": "react/promise",
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
"phpunit/php-invoker": "4.0.0", "phpunit/php-invoker": "4.0.0",
"phpunit/php-text-template": "3.0.1", "phpunit/php-text-template": "3.0.1",
"phpunit/php-timer": "6.0.0", "phpunit/php-timer": "6.0.0",
"phpunit/phpunit": "10.5.30", "phpunit/phpunit": "10.5.35",
"react/promise": "v3.2.0", "react/promise": "v3.2.0",
"sebastian/cli-parser": "2.0.1", "sebastian/cli-parser": "2.0.1",
"sebastian/code-unit": "2.0.0", "sebastian/code-unit": "2.0.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment