updated composer lockfile

This commit is contained in:
Dylan K. Taylor 2020-05-31 14:59:00 +01:00
parent 6df43338df
commit 7e86354519

40
composer.lock generated
View File

@ -552,12 +552,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/Math.git", "url": "https://github.com/pmmp/Math.git",
"reference": "6d5af66a6c923bd8fad93258f3a1736091225aa1" "reference": "9d8a73014725f57cf4bf5cbdb40e340fe4643169"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/Math/zipball/6d5af66a6c923bd8fad93258f3a1736091225aa1", "url": "https://api.github.com/repos/pmmp/Math/zipball/9d8a73014725f57cf4bf5cbdb40e340fe4643169",
"reference": "6d5af66a6c923bd8fad93258f3a1736091225aa1", "reference": "9d8a73014725f57cf4bf5cbdb40e340fe4643169",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -566,7 +566,7 @@
}, },
"require-dev": { "require-dev": {
"irstea/phpunit-shim": "^7.5", "irstea/phpunit-shim": "^7.5",
"phpstan/phpstan": "^0.12.8" "phpstan/phpstan": "^0.12.25"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -579,7 +579,7 @@
"LGPL-3.0" "LGPL-3.0"
], ],
"description": "PHP library containing math related code used in PocketMine-MP", "description": "PHP library containing math related code used in PocketMine-MP",
"time": "2020-05-19T11:19:57+00:00" "time": "2020-05-19T12:13:12+00:00"
}, },
{ {
"name": "pocketmine/nbt", "name": "pocketmine/nbt",
@ -811,16 +811,16 @@
}, },
{ {
"name": "respect/validation", "name": "respect/validation",
"version": "2.0.3", "version": "2.0.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Respect/Validation.git", "url": "https://github.com/Respect/Validation.git",
"reference": "3463343b14a7fa5ba931f03b5dcb8efcbc0ddf9c" "reference": "e0fbed32c90b408652bb30803647d90901f612f1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Respect/Validation/zipball/3463343b14a7fa5ba931f03b5dcb8efcbc0ddf9c", "url": "https://api.github.com/repos/Respect/Validation/zipball/e0fbed32c90b408652bb30803647d90901f612f1",
"reference": "3463343b14a7fa5ba931f03b5dcb8efcbc0ddf9c", "reference": "e0fbed32c90b408652bb30803647d90901f612f1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -873,7 +873,7 @@
"validation", "validation",
"validator" "validator"
], ],
"time": "2020-05-13T16:41:55+00:00" "time": "2020-05-20T13:02:44+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
@ -952,11 +952,11 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "irstea/phpunit-shim", "name": "irstea/phpunit-shim",
"version": "8.5.4", "version": "8.5.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://gitlab.irstea.fr/pole-is/tools/phpunit-shim.git", "url": "https://gitlab.irstea.fr/pole-is/tools/phpunit-shim.git",
"reference": "25b3ffe1502bfd35d5cd23dc37f2f2e70cdf0b54" "reference": "5b9425eb62f807517e8c96415b07fd35a65e8e7b"
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
@ -1002,7 +1002,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2020-04-24T02:20:21+00:00" "time": "2020-05-24T13:47:48+00:00"
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
@ -1062,21 +1062,21 @@
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",
"version": "0.12.8", "version": "0.12.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan-phpunit.git", "url": "https://github.com/phpstan/phpstan-phpunit.git",
"reference": "7232c17e2493dc598173da784477ce0afb2c4e0e" "reference": "74c1c5f00312e23533fdf579aea71a8343dd3e78"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/7232c17e2493dc598173da784477ce0afb2c4e0e", "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/74c1c5f00312e23533fdf579aea71a8343dd3e78",
"reference": "7232c17e2493dc598173da784477ce0afb2c4e0e", "reference": "74c1c5f00312e23533fdf579aea71a8343dd3e78",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "~7.1", "php": "~7.1",
"phpstan/phpstan": "^0.12.6" "phpstan/phpstan": "^0.12.20"
}, },
"conflict": { "conflict": {
"phpunit/phpunit": "<7.0" "phpunit/phpunit": "<7.0"
@ -1088,7 +1088,7 @@
"jakub-onderka/php-parallel-lint": "^1.0", "jakub-onderka/php-parallel-lint": "^1.0",
"phing/phing": "^2.16.0", "phing/phing": "^2.16.0",
"phpstan/phpstan-strict-rules": "^0.12", "phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^7.0", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"satooshi/php-coveralls": "^1.0", "satooshi/php-coveralls": "^1.0",
"slevomat/coding-standard": "^4.7.2" "slevomat/coding-standard": "^4.7.2"
}, },
@ -1114,7 +1114,7 @@
"MIT" "MIT"
], ],
"description": "PHPUnit extensions and rules for PHPStan", "description": "PHPUnit extensions and rules for PHPStan",
"time": "2020-04-17T08:04:10+00:00" "time": "2020-05-31T06:33:59+00:00"
}, },
{ {
"name": "phpstan/phpstan-strict-rules", "name": "phpstan/phpstan-strict-rules",