updated composer dependencies

This commit is contained in:
Dylan K. Taylor 2020-02-01 22:55:27 +00:00
parent cedd8abf0c
commit ff55b520b9

75
composer.lock generated
View File

@ -201,50 +201,50 @@
}, },
{ {
"name": "pocketmine/math", "name": "pocketmine/math",
"version": "0.2.3", "version": "0.2.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/Math.git", "url": "https://github.com/pmmp/Math.git",
"reference": "68be8a79fd0169043ef514797c304517cb8a6071" "reference": "b1c28b236df8b795d7b06cf8421f9962b12ac410"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/Math/zipball/68be8a79fd0169043ef514797c304517cb8a6071", "url": "https://api.github.com/repos/pmmp/Math/zipball/b1c28b236df8b795d7b06cf8421f9962b12ac410",
"reference": "68be8a79fd0169043ef514797c304517cb8a6071", "reference": "b1c28b236df8b795d7b06cf8421f9962b12ac410",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.0", "php": ">=7.2.0",
"php-64bit": "*" "php-64bit": "*"
}, },
"require-dev": {
"phpstan/phpstan": "^0.12.8"
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"pocketmine\\math\\": "src/" "pocketmine\\math\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"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",
"support": { "time": "2020-01-28T14:11:54+00:00"
"source": "https://github.com/pmmp/Math/tree/0.2.3",
"issues": "https://github.com/pmmp/Math/issues"
},
"time": "2019-10-21T14:35:10+00:00"
}, },
{ {
"name": "pocketmine/nbt", "name": "pocketmine/nbt",
"version": "0.2.12", "version": "0.2.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/NBT.git", "url": "https://github.com/pmmp/NBT.git",
"reference": "b5777265329753b74dd40bb105eedabeefb98724" "reference": "6fc56f864a5375471f6e2d0f9f89f2462a1d8433"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/NBT/zipball/b5777265329753b74dd40bb105eedabeefb98724", "url": "https://api.github.com/repos/pmmp/NBT/zipball/6fc56f864a5375471f6e2d0f9f89f2462a1d8433",
"reference": "b5777265329753b74dd40bb105eedabeefb98724", "reference": "6fc56f864a5375471f6e2d0f9f89f2462a1d8433",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -253,26 +253,22 @@
"php-64bit": "*", "php-64bit": "*",
"pocketmine/binaryutils": "^0.1.9" "pocketmine/binaryutils": "^0.1.9"
}, },
"require-dev": {
"irstea/phpunit-shim": "^7.5",
"phpstan/phpstan": "^0.12.8"
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"pocketmine\\nbt\\": "src/" "pocketmine\\nbt\\": "src/"
} }
}, },
"autoload-dev": { "notification-url": "https://packagist.org/downloads/",
"psr-4": {
"pocketmine\\nbt\\": "tests/phpunit/"
}
},
"license": [ "license": [
"LGPL-3.0" "LGPL-3.0"
], ],
"description": "PHP library for working with Named Binary Tags", "description": "PHP library for working with Named Binary Tags",
"support": { "time": "2020-01-28T17:03:46+00:00"
"source": "https://github.com/pmmp/NBT/tree/0.2",
"issues": "https://github.com/pmmp/NBT/issues"
},
"time": "2019-12-01T08:20:26+00:00"
}, },
{ {
"name": "pocketmine/raklib", "name": "pocketmine/raklib",
@ -317,59 +313,62 @@
}, },
{ {
"name": "pocketmine/snooze", "name": "pocketmine/snooze",
"version": "0.1.1", "version": "0.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/Snooze.git", "url": "https://github.com/pmmp/Snooze.git",
"reference": "b7bd231bdb75e69300cac89ccd515fc731c38c40" "reference": "88420da3d9335dbcb3ee2decfd5e5453d057dcdf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/Snooze/zipball/b7bd231bdb75e69300cac89ccd515fc731c38c40", "url": "https://api.github.com/repos/pmmp/Snooze/zipball/88420da3d9335dbcb3ee2decfd5e5453d057dcdf",
"reference": "b7bd231bdb75e69300cac89ccd515fc731c38c40", "reference": "88420da3d9335dbcb3ee2decfd5e5453d057dcdf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-pthreads": ">=3.1.7dev", "ext-pthreads": ">=3.1.7dev",
"php-64bit": ">=7.2.0" "php-64bit": ">=7.2.0"
}, },
"require-dev": {
"phpstan/phpstan": "^0.12.8"
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"pocketmine\\snooze\\": "src/" "pocketmine\\snooze\\": "src/"
} }
}, },
"notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"LGPL-3.0" "LGPL-3.0"
], ],
"description": "Thread notification management library for code using the pthreads extension", "description": "Thread notification management library for code using the pthreads extension",
"support": { "time": "2020-01-28T19:08:10+00:00"
"source": "https://github.com/pmmp/Snooze/tree/0.1.1",
"issues": "https://github.com/pmmp/Snooze/issues"
},
"time": "2019-01-04T15:54:45+00:00"
}, },
{ {
"name": "pocketmine/spl", "name": "pocketmine/spl",
"version": "0.4.0", "version": "0.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/SPL.git", "url": "https://github.com/pmmp/SPL.git",
"reference": "bd6e1d24280a63838fe4b143205fe1161ea95a23" "reference": "ff0579a0be41bbe65d3637607715c0f87728a838"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/SPL/zipball/bd6e1d24280a63838fe4b143205fe1161ea95a23", "url": "https://api.github.com/repos/pmmp/SPL/zipball/ff0579a0be41bbe65d3637607715c0f87728a838",
"reference": "bd6e1d24280a63838fe4b143205fe1161ea95a23", "reference": "ff0579a0be41bbe65d3637607715c0f87728a838",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2" "php": ">=7.2"
}, },
"require-dev": {
"phpstan/phpstan": "^0.12.8"
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "classmap": [
"./" "./src"
] ]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -377,7 +376,7 @@
"LGPL-3.0" "LGPL-3.0"
], ],
"description": "Standard library files required by PocketMine-MP and related projects", "description": "Standard library files required by PocketMine-MP and related projects",
"time": "2020-01-31T14:16:50+00:00" "time": "2020-01-31T16:18:03+00:00"
} }
], ],
"packages-dev": [ "packages-dev": [