Updated Composer dependencies

This commit is contained in:
Dylan K. Taylor 2020-09-02 12:15:12 +01:00
parent 6aa0a82341
commit 2ae7ba275b

20
composer.lock generated
View File

@ -612,16 +612,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v4.9.0", "version": "v4.9.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "aaee038b912e567780949787d5fe1977be11a778" "reference": "88e519766fc58bd46b8265561fb79b54e2e00b28"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/aaee038b912e567780949787d5fe1977be11a778", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/88e519766fc58bd46b8265561fb79b54e2e00b28",
"reference": "aaee038b912e567780949787d5fe1977be11a778", "reference": "88e519766fc58bd46b8265561fb79b54e2e00b28",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -660,7 +660,7 @@
"parser", "parser",
"php" "php"
], ],
"time": "2020-08-18T19:48:01+00:00" "time": "2020-08-30T16:15:20+00:00"
}, },
{ {
"name": "phar-io/manifest", "name": "phar-io/manifest",
@ -1139,16 +1139,16 @@
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "9.1.5", "version": "9.1.6",
"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": "adea70610c070869261d2d0a62fa968611447b56" "reference": "d25b24b1cd14772bde4d75daeb393dc17db9f6e6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/adea70610c070869261d2d0a62fa968611447b56", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d25b24b1cd14772bde4d75daeb393dc17db9f6e6",
"reference": "adea70610c070869261d2d0a62fa968611447b56", "reference": "d25b24b1cd14772bde4d75daeb393dc17db9f6e6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1208,7 +1208,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-08-27T06:29:01+00:00" "time": "2020-08-31T06:31:46+00:00"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",