mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Update and sync extension dependencies
This commit is contained in:
parent
8cfd5604cf
commit
8a9af7bf2f
@ -9,6 +9,8 @@
|
|||||||
"php-64bit": "*",
|
"php-64bit": "*",
|
||||||
"ext-bcmath": "*",
|
"ext-bcmath": "*",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
|
"ext-ctype": "*",
|
||||||
|
"ext-date": "*",
|
||||||
"ext-hash": "*",
|
"ext-hash": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
|
4
composer.lock
generated
4
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "8111ee9bb368344e158ad520e0fe6f64",
|
"content-hash": "0d82c9261d3146db66bc7ded18088c89",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "pocketmine/binaryutils",
|
"name": "pocketmine/binaryutils",
|
||||||
@ -240,6 +240,8 @@
|
|||||||
"php-64bit": "*",
|
"php-64bit": "*",
|
||||||
"ext-bcmath": "*",
|
"ext-bcmath": "*",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
|
"ext-ctype": "*",
|
||||||
|
"ext-date": "*",
|
||||||
"ext-hash": "*",
|
"ext-hash": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
|
@ -75,12 +75,18 @@ namespace pocketmine {
|
|||||||
$extensions = [
|
$extensions = [
|
||||||
"bcmath" => "BC Math",
|
"bcmath" => "BC Math",
|
||||||
"curl" => "cURL",
|
"curl" => "cURL",
|
||||||
|
"ctype" => "ctype",
|
||||||
|
"date" => "Date",
|
||||||
|
"hash" => "Hash",
|
||||||
"json" => "JSON",
|
"json" => "JSON",
|
||||||
"mbstring" => "Multibyte String",
|
"mbstring" => "Multibyte String",
|
||||||
"openssl" => "OpenSSL",
|
"openssl" => "OpenSSL",
|
||||||
|
"pcre" => "PCRE",
|
||||||
"phar" => "Phar",
|
"phar" => "Phar",
|
||||||
"pthreads" => "pthreads",
|
"pthreads" => "pthreads",
|
||||||
|
"reflection" => "Reflection",
|
||||||
"sockets" => "Sockets",
|
"sockets" => "Sockets",
|
||||||
|
"spl" => "SPL",
|
||||||
"yaml" => "YAML",
|
"yaml" => "YAML",
|
||||||
"zip" => "Zip",
|
"zip" => "Zip",
|
||||||
"zlib" => "Zlib"
|
"zlib" => "Zlib"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user