Update composer dependencies

This commit is contained in:
Dylan K. Taylor 2023-05-30 16:07:01 +01:00
parent d343db8750
commit 20942b37eb
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

26
composer.lock generated
View File

@ -506,6 +506,7 @@
"issues": "https://github.com/pmmp/ClassLoader/issues", "issues": "https://github.com/pmmp/ClassLoader/issues",
"source": "https://github.com/pmmp/ClassLoader/tree/0.2.0" "source": "https://github.com/pmmp/ClassLoader/tree/0.2.0"
}, },
"abandoned": "pocketmine/pocketmine-mp",
"time": "2021-11-01T20:17:27+00:00" "time": "2021-11-01T20:17:27+00:00"
}, },
{ {
@ -691,6 +692,7 @@
"issues": "https://github.com/pmmp/LogPthreads/issues", "issues": "https://github.com/pmmp/LogPthreads/issues",
"source": "https://github.com/pmmp/LogPthreads/tree/0.4.0" "source": "https://github.com/pmmp/LogPthreads/tree/0.4.0"
}, },
"abandoned": "pocketmine/pocketmine-mp",
"time": "2021-11-01T21:42:09+00:00" "time": "2021-11-01T21:42:09+00:00"
}, },
{ {
@ -1565,16 +1567,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v4.15.4", "version": "v4.15.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290" "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e",
"reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290", "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1615,9 +1617,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nikic/PHP-Parser/issues", "issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4" "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5"
}, },
"time": "2023-03-05T19:49:14+00:00" "time": "2023-05-19T20:20:00+00:00"
}, },
{ {
"name": "phar-io/manifest", "name": "phar-io/manifest",
@ -1895,16 +1897,16 @@
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "10.1.1", "version": "10.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "884a0da7f9f46f28b2cb69134217fd810b793974" "reference": "db1497ec8dd382e82c962f7abbe0320e4882ee4e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/884a0da7f9f46f28b2cb69134217fd810b793974", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/db1497ec8dd382e82c962f7abbe0320e4882ee4e",
"reference": "884a0da7f9f46f28b2cb69134217fd810b793974", "reference": "db1497ec8dd382e82c962f7abbe0320e4882ee4e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1961,7 +1963,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.1" "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.2"
}, },
"funding": [ "funding": [
{ {
@ -1969,7 +1971,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-04-17T12:15:40+00:00" "time": "2023-05-22T09:04:27+00:00"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",