mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-14 15:35:31 +00:00
Updated composer dependencies
This commit is contained in:
parent
e87127f309
commit
da90ae85da
32
composer.lock
generated
32
composer.lock
generated
@ -96,28 +96,28 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "pocketmine/callback-validator",
|
"name": "pocketmine/callback-validator",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@github.com:pmmp/CallbackValidator.git",
|
"url": "https://github.com/pmmp/CallbackValidator.git",
|
||||||
"reference": "8321aa3ccfe63639b0d08f0cbf270755cfc99fe2"
|
"reference": "64787469766bcaa7e5885242e85c23c25e8c55a2"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/pmmp/CallbackValidator/zipball/8321aa3ccfe63639b0d08f0cbf270755cfc99fe2",
|
"url": "https://api.github.com/repos/pmmp/CallbackValidator/zipball/64787469766bcaa7e5885242e85c23c25e8c55a2",
|
||||||
"reference": "8321aa3ccfe63639b0d08f0cbf270755cfc99fe2",
|
"reference": "64787469766bcaa7e5885242e85c23c25e8c55a2",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-reflection": "*",
|
"ext-reflection": "*",
|
||||||
"php": ">=7.1"
|
"php": "^7.1 || ^8.0"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"daverandom/callback-validator": "*"
|
"daverandom/callback-validator": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpstan/extension-installer": "^1.0",
|
"phpstan/extension-installer": "^1.0",
|
||||||
"phpstan/phpstan": "0.12.38",
|
"phpstan/phpstan": "0.12.59",
|
||||||
"phpstan/phpstan-strict-rules": "^0.12.4",
|
"phpstan/phpstan-strict-rules": "^0.12.4",
|
||||||
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
|
||||||
},
|
},
|
||||||
@ -138,7 +138,11 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Fork of daverandom/callback-validator - Tools for validating callback signatures",
|
"description": "Fork of daverandom/callback-validator - Tools for validating callback signatures",
|
||||||
"time": "2020-08-21T19:51:42+00:00"
|
"support": {
|
||||||
|
"issues": "https://github.com/pmmp/CallbackValidator/issues",
|
||||||
|
"source": "https://github.com/pmmp/CallbackValidator/tree/1.0.3"
|
||||||
|
},
|
||||||
|
"time": "2020-12-11T01:45:37+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "pocketmine/classloader",
|
"name": "pocketmine/classloader",
|
||||||
@ -720,16 +724,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phar-io/version",
|
"name": "phar-io/version",
|
||||||
"version": "3.0.3",
|
"version": "3.0.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phar-io/version.git",
|
"url": "https://github.com/phar-io/version.git",
|
||||||
"reference": "726c026815142e4f8677b7cb7f2249c9ffb7ecae"
|
"reference": "e4782611070e50613683d2b9a57730e9a3ba5451"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phar-io/version/zipball/726c026815142e4f8677b7cb7f2249c9ffb7ecae",
|
"url": "https://api.github.com/repos/phar-io/version/zipball/e4782611070e50613683d2b9a57730e9a3ba5451",
|
||||||
"reference": "726c026815142e4f8677b7cb7f2249c9ffb7ecae",
|
"reference": "e4782611070e50613683d2b9a57730e9a3ba5451",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -765,9 +769,9 @@
|
|||||||
"description": "Library for handling version information and constraints",
|
"description": "Library for handling version information and constraints",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/phar-io/version/issues",
|
"issues": "https://github.com/phar-io/version/issues",
|
||||||
"source": "https://github.com/phar-io/version/tree/3.0.3"
|
"source": "https://github.com/phar-io/version/tree/3.0.4"
|
||||||
},
|
},
|
||||||
"time": "2020-11-30T09:21:21+00:00"
|
"time": "2020-12-13T23:18:30+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpdocumentor/reflection-common",
|
"name": "phpdocumentor/reflection-common",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user