TelegramApiServer/composer.lock

1153 lines
38 KiB
Plaintext
Raw Normal View History

2019-01-23 13:30:58 +01:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
2019-12-08 13:46:54 +01:00
"content-hash": "18fbb4aa6a58831608fa480631ee8c67",
2019-01-23 13:30:58 +01:00
"packages": [
{
"name": "amphp/amp",
"version": "v2.4.0",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
"reference": "13930a582947831bb66ff1aeac28672fd91c38ea"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/amp/zipball/13930a582947831bb66ff1aeac28672fd91c38ea",
"reference": "13930a582947831bb66ff1aeac28672fd91c38ea",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
"php": ">=7"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
2019-01-23 13:30:58 +01:00
"amphp/phpunit-util": "^1",
2019-06-05 23:48:26 +02:00
"ext-json": "*",
2019-01-23 13:30:58 +01:00
"phpstan/phpstan": "^0.8.5",
2019-11-08 23:30:12 +01:00
"phpunit/phpunit": "^6.0.9 | ^7",
2019-01-23 13:30:58 +01:00
"react/promise": "^2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Amp\\": "lib"
},
"files": [
"lib/functions.php",
"lib/Internal/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
2019-08-15 22:17:49 +02:00
},
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
2019-01-23 13:30:58 +01:00
}
],
"description": "A non-blocking concurrency framework for PHP applications.",
"homepage": "http://amphp.org/amp",
"keywords": [
"async",
"asynchronous",
"awaitable",
"concurrency",
"event",
"event-loop",
"future",
"non-blocking",
"promise"
],
"time": "2019-11-11T19:32:05+00:00"
2019-01-23 13:30:58 +01:00
},
{
"name": "amphp/byte-stream",
2019-11-08 23:30:12 +01:00
"version": "v1.7.1",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/byte-stream.git",
2019-11-08 23:30:12 +01:00
"reference": "9d8205686a004948475dc43f8a88d2fa5e75a113"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2019-11-08 23:30:12 +01:00
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/9d8205686a004948475dc43f8a88d2fa5e75a113",
"reference": "9d8205686a004948475dc43f8a88d2fa5e75a113",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
"amphp/amp": "^2"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1",
"friendsofphp/php-cs-fixer": "^2.3",
"infection/infection": "^0.9.3",
"phpunit/phpunit": "^6"
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\ByteStream\\": "lib"
},
"files": [
"lib/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
2019-08-15 22:17:49 +02:00
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
2019-01-23 13:30:58 +01:00
}
],
"description": "A stream abstraction to make working with non-blocking I/O simple.",
"homepage": "http://amphp.org/byte-stream",
"keywords": [
"amp",
"amphp",
"async",
"io",
"non-blocking",
"stream"
],
2019-11-08 23:30:12 +01:00
"time": "2019-10-27T14:33:41+00:00"
2019-01-23 13:30:58 +01:00
},
{
"name": "amphp/cache",
"version": "v1.3.0",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/cache.git",
"reference": "14d9fa01a2518eda31b10a421660b41a55249736"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/cache/zipball/14d9fa01a2518eda31b10a421660b41a55249736",
"reference": "14d9fa01a2518eda31b10a421660b41a55249736",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
"amphp/amp": "^2",
"amphp/sync": "^1.2",
"php": ">=7.1"
},
"conflict": {
"amphp/file": "<0.2 || >=2"
2019-01-23 13:30:58 +01:00
},
"require-dev": {
"amphp/file": "^1.0",
2019-11-08 23:30:12 +01:00
"amphp/php-cs-fixer-config": "dev-master",
2019-01-23 13:30:58 +01:00
"amphp/phpunit-util": "^1",
2019-11-08 23:30:12 +01:00
"phpunit/phpunit": "^6 | ^7 | ^8"
2019-01-23 13:30:58 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Cache\\": "lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
}
],
"description": "A promise-aware caching API for Amp.",
"homepage": "https://github.com/amphp/cache",
"time": "2019-11-29T18:47:04+00:00"
2019-01-23 13:30:58 +01:00
},
{
"name": "amphp/dns",
"version": "v0.9.x-dev",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/dns.git",
"reference": "2a3e7376f42b289230c0921aceaec5bbf253299d"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/dns/zipball/2a3e7376f42b289230c0921aceaec5bbf253299d",
"reference": "2a3e7376f42b289230c0921aceaec5bbf253299d",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
"amphp/amp": "^2",
"amphp/byte-stream": "^1.1",
"amphp/cache": "^1.2",
"amphp/parser": "^1",
"amphp/windows-registry": "^0.3",
"daverandom/libdns": "^2.0.1",
"ext-filter": "*",
"php": ">=7.0"
},
"require-dev": {
2019-02-04 21:19:11 +01:00
"amphp/php-cs-fixer-config": "dev-master",
2019-01-23 13:30:58 +01:00
"amphp/phpunit-util": "^1",
"phpunit/phpunit": "^6"
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Dns\\": "lib"
},
"files": [
"lib/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-08-15 22:17:49 +02:00
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
2019-01-23 13:30:58 +01:00
},
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
},
{
"name": "Chris Wright",
"email": "addr@daverandom.com"
},
2019-01-23 13:30:58 +01:00
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
}
],
"description": "Async DNS resolution for Amp.",
"homepage": "https://github.com/amphp/dns",
"keywords": [
"amp",
"amphp",
"async",
"client",
"dns",
"resolve"
],
"time": "2019-07-08T20:58:50+00:00"
2019-01-23 13:30:58 +01:00
},
{
2019-12-03 23:14:46 +01:00
"name": "amphp/hpack",
"version": "v2.0.0",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
2019-12-03 23:14:46 +01:00
"url": "https://github.com/amphp/hpack.git",
"reference": "bf334564c5eead116c342a1c747d3b9bc8a3c36b"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2019-12-03 23:14:46 +01:00
"url": "https://api.github.com/repos/amphp/hpack/zipball/bf334564c5eead116c342a1c747d3b9bc8a3c36b",
"reference": "bf334564c5eead116c342a1c747d3b9bc8a3c36b",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
2019-12-03 23:14:46 +01:00
"php": ">=7"
2019-01-23 13:30:58 +01:00
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
2019-12-03 23:14:46 +01:00
"http2jp/hpack-test-case": "^1",
2019-01-23 13:30:58 +01:00
"phpunit/phpunit": "^6"
},
"type": "library",
"autoload": {
"psr-4": {
2019-12-03 23:14:46 +01:00
"Amp\\Http\\": "src"
}
2019-01-23 13:30:58 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
},
2019-12-03 23:14:46 +01:00
{
"name": "Bob Weinand"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
2019-01-23 13:30:58 +01:00
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
}
],
2019-12-03 23:14:46 +01:00
"description": "HTTP/2 HPack implementation.",
"homepage": "https://github.com/amphp/hpack",
2019-01-23 13:30:58 +01:00
"keywords": [
2019-12-03 23:14:46 +01:00
"headers",
"hpack",
"http-2"
2019-01-23 13:30:58 +01:00
],
2019-12-03 23:14:46 +01:00
"time": "2019-07-26T19:30:42+00:00"
},
2019-02-03 19:17:38 +01:00
{
"name": "amphp/http",
2019-11-08 23:30:12 +01:00
"version": "v1.5.0",
2019-02-03 19:17:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/http.git",
2019-11-08 23:30:12 +01:00
"reference": "9bc6ad5b2d92afb959068a65a21ce0409c7db67e"
2019-02-03 19:17:38 +01:00
},
"dist": {
"type": "zip",
2019-11-08 23:30:12 +01:00
"url": "https://api.github.com/repos/amphp/http/zipball/9bc6ad5b2d92afb959068a65a21ce0409c7db67e",
"reference": "9bc6ad5b2d92afb959068a65a21ce0409c7db67e",
2019-02-03 19:17:38 +01:00
"shasum": ""
},
2019-02-13 22:54:37 +01:00
"require": {
"php": ">=7.1"
2019-02-13 22:54:37 +01:00
},
2019-02-03 19:17:38 +01:00
"require-dev": {
2019-02-13 22:54:37 +01:00
"amphp/php-cs-fixer-config": "dev-master",
2019-02-03 19:17:38 +01:00
"phpunit/phpunit": "^6.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Http\\": "src"
},
"files": [
"src/functions.php"
]
2019-02-03 19:17:38 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "Basic HTTP primitives which can be shared by servers and clients.",
2019-11-08 23:30:12 +01:00
"time": "2019-11-04T21:24:40+00:00"
2019-02-03 19:17:38 +01:00
},
2019-01-23 13:30:58 +01:00
{
2019-12-03 23:14:46 +01:00
"name": "amphp/http-server",
"version": "v1.x-dev",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
2019-12-03 23:14:46 +01:00
"url": "https://github.com/amphp/http-server.git",
"reference": "a4936b0ab0d1810e583d7787490d5d6989337fb8"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2019-12-03 23:14:46 +01:00
"url": "https://api.github.com/repos/amphp/http-server/zipball/a4936b0ab0d1810e583d7787490d5d6989337fb8",
"reference": "a4936b0ab0d1810e583d7787490d5d6989337fb8",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
"amphp/amp": "^2",
2019-12-03 23:14:46 +01:00
"amphp/byte-stream": "^1.3",
"amphp/hpack": "^2",
"amphp/http": "^1.1",
"amphp/socket": "^0.10.7",
"cash/lrucache": "^1.0",
"league/uri-parser": "^1.3",
"league/uri-schemes": "^1.1",
"psr/http-message": "^1",
"psr/log": "^1"
2019-01-23 13:30:58 +01:00
},
"require-dev": {
2019-12-03 23:14:46 +01:00
"amphp/artax": "^3",
"amphp/log": "^1",
2019-01-23 13:30:58 +01:00
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1",
2019-12-03 23:14:46 +01:00
"infection/infection": "^0.9.2",
"league/uri-components": "^1.7",
"monolog/monolog": "^1.23",
2019-01-23 13:30:58 +01:00
"phpunit/phpunit": "^6"
},
2019-12-03 23:14:46 +01:00
"suggest": {
"ext-zlib": "Allows GZip compression of response bodies"
},
2019-01-23 13:30:58 +01:00
"type": "library",
"autoload": {
"psr-4": {
2019-12-03 23:14:46 +01:00
"Amp\\Http\\Server\\": "src"
2019-01-23 13:30:58 +01:00
},
"files": [
2019-12-03 23:14:46 +01:00
"src/Middleware/functions.php",
"src/functions.php"
2019-01-23 13:30:58 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-12-03 23:14:46 +01:00
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
},
{
"name": "Bob Weinand"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
2019-01-23 13:30:58 +01:00
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
}
],
2019-12-03 23:14:46 +01:00
"description": "A non-blocking HTTP application server for PHP based on Amp.",
"homepage": "https://github.com/amphp/http-server",
2019-01-23 13:30:58 +01:00
"keywords": [
2019-12-03 23:14:46 +01:00
"amp",
"amphp",
2019-01-23 13:30:58 +01:00
"async",
2019-12-03 23:14:46 +01:00
"http",
"non-blocking",
"server"
2019-01-23 13:30:58 +01:00
],
2019-12-03 23:14:46 +01:00
"time": "2019-08-19T21:21:30+00:00"
2019-01-23 13:30:58 +01:00
},
{
"name": "amphp/parser",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/amphp/parser.git",
"reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/parser/zipball/f83e68f03d5b8e8e0365b8792985a7f341c57ae1",
"reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1",
"shasum": ""
},
"require": {
"php": ">=7"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.3",
"phpunit/phpunit": "^6"
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Parser\\": "lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
}
],
"description": "A generator parser to make streaming parsers simple.",
"homepage": "https://github.com/amphp/parser",
"keywords": [
"async",
"non-blocking",
"parser",
"stream"
],
"time": "2017-06-06T05:29:10+00:00"
},
{
"name": "amphp/process",
2019-03-05 15:28:32 +01:00
"version": "v1.1.0",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/process.git",
2019-03-05 15:28:32 +01:00
"reference": "355b1e561b01c16ab3d78fada1ad47ccc96df70e"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2019-03-05 15:28:32 +01:00
"url": "https://api.github.com/repos/amphp/process/zipball/355b1e561b01c16ab3d78fada1ad47ccc96df70e",
"reference": "355b1e561b01c16ab3d78fada1ad47ccc96df70e",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
"amphp/amp": "^2",
"amphp/byte-stream": "^1.4",
"php": ">=7"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1",
"phpunit/phpunit": "^6"
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Process\\": "lib"
},
"files": [
2019-03-05 15:28:32 +01:00
"lib/functions.php"
2019-01-23 13:30:58 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
}
],
"description": "Asynchronous process manager.",
"homepage": "https://github.com/amphp/process",
2019-03-05 15:28:32 +01:00
"time": "2019-02-26T16:33:03+00:00"
2019-01-23 13:30:58 +01:00
},
{
"name": "amphp/socket",
"version": "v0.10.x-dev",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/socket.git",
"reference": "d84f6e09675488a52fb6ff5e2d53ecc5d587667a"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/socket/zipball/d84f6e09675488a52fb6ff5e2d53ecc5d587667a",
"reference": "d84f6e09675488a52fb6ff5e2d53ecc5d587667a",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
"amphp/amp": "^2",
"amphp/byte-stream": "^1.1",
"amphp/dns": "^0.9",
"amphp/uri": "^0.1",
"php": ">=7.0"
},
"require-dev": {
"amphp/phpunit-util": "^1",
"friendsofphp/php-cs-fixer": "^2.3",
"phpunit/phpunit": "^6"
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Socket\\": "src"
},
"files": [
"src/functions.php",
"src/Internal/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel Lowrey",
"email": "rdlowrey@gmail.com"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
2019-01-23 13:30:58 +01:00
}
],
"description": "Async socket connection / server tools for Amp.",
"homepage": "https://github.com/amphp/socket",
"keywords": [
"amp",
"async",
"encryption",
"non-blocking",
"sockets",
"tcp",
"tls"
],
"time": "2019-11-05T22:34:12+00:00"
2019-01-23 13:30:58 +01:00
},
{
"name": "amphp/sync",
2019-11-08 23:30:12 +01:00
"version": "v1.x-dev",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/sync.git",
2019-11-08 23:30:12 +01:00
"reference": "eafe96a8f25fc01e08666dbddeb2e60d60488f7f"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2019-11-08 23:30:12 +01:00
"url": "https://api.github.com/repos/amphp/sync/zipball/eafe96a8f25fc01e08666dbddeb2e60d60488f7f",
"reference": "eafe96a8f25fc01e08666dbddeb2e60d60488f7f",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
"amphp/amp": "^2"
},
"require-dev": {
"amphp/phpunit-util": "^1",
"friendsofphp/php-cs-fixer": "^2.3",
"phpunit/phpunit": "^6"
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Sync\\": "lib"
},
"files": [
"lib/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
2019-11-08 23:30:12 +01:00
},
{
"name": "Stephen Coakley",
"email": "me@stephencoakley.com"
2019-01-23 13:30:58 +01:00
}
],
"description": "Mutex, Semaphore, and other synchronization tools for Amp.",
"homepage": "https://github.com/amphp/sync",
"keywords": [
"async",
"asynchronous",
"mutex",
"semaphore",
"synchronization"
],
2019-11-08 23:30:12 +01:00
"time": "2019-09-20T03:24:36+00:00"
2019-01-23 13:30:58 +01:00
},
{
"name": "amphp/uri",
2019-06-05 23:48:26 +02:00
"version": "v0.1.4",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/uri.git",
2019-05-15 00:31:11 +02:00
"reference": "30065946d5c69f44c8a47bf8838244029984ff61"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2019-05-15 00:31:11 +02:00
"url": "https://api.github.com/repos/amphp/uri/zipball/30065946d5c69f44c8a47bf8838244029984ff61",
"reference": "30065946d5c69f44c8a47bf8838244029984ff61",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.3",
"phpunit/phpunit": "^6"
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Uri\\": "src"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
{
"name": "Daniel Lowrey"
}
],
"description": "Uri Parser and Resolver.",
"homepage": "https://github.com/amphp/uri",
2019-05-15 00:31:11 +02:00
"time": "2019-05-13T18:25:34+00:00"
2019-01-23 13:30:58 +01:00
},
{
"name": "amphp/windows-registry",
"version": "v0.3.2",
"source": {
"type": "git",
"url": "https://github.com/amphp/windows-registry.git",
"reference": "834af7a30ad7c006b0326ccd2686ddc6e6943366"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/windows-registry/zipball/834af7a30ad7c006b0326ccd2686ddc6e6943366",
"reference": "834af7a30ad7c006b0326ccd2686ddc6e6943366",
"shasum": ""
},
"require": {
"amphp/amp": "^2",
"amphp/byte-stream": "^1.4",
"amphp/process": "^1"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master"
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\WindowsRegistry\\": "lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "Windows Registry Reader.",
"time": "2018-10-24T03:34:54+00:00"
},
2019-06-20 17:45:53 +02:00
{
2019-12-03 23:14:46 +01:00
"name": "cash/lrucache",
"version": "1.0.0",
2019-06-20 17:45:53 +02:00
"source": {
"type": "git",
2019-12-03 23:14:46 +01:00
"url": "https://github.com/cash/LRUCache.git",
"reference": "4fa4c6834cec59690b43526c4da41d6153026289"
2019-06-20 17:45:53 +02:00
},
"dist": {
"type": "zip",
2019-12-03 23:14:46 +01:00
"url": "https://api.github.com/repos/cash/LRUCache/zipball/4fa4c6834cec59690b43526c4da41d6153026289",
"reference": "4fa4c6834cec59690b43526c4da41d6153026289",
2019-06-20 17:45:53 +02:00
"shasum": ""
},
"require": {
2019-12-03 23:14:46 +01:00
"php": ">=5.3.0"
2019-01-23 13:30:58 +01:00
},
"type": "library",
"autoload": {
"psr-0": {
2019-12-03 23:14:46 +01:00
"cash": "src/"
2019-01-23 13:30:58 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-12-03 23:14:46 +01:00
"MIT"
2019-01-23 13:30:58 +01:00
],
"authors": [
{
2019-12-03 23:14:46 +01:00
"name": "Cash Costello",
"email": "cash.costello@gmail.com"
2019-01-23 13:30:58 +01:00
}
],
2019-12-03 23:14:46 +01:00
"description": "An efficient memory-based Least Recently Used (LRU) cache",
"homepage": "https://github.com/cash/LRUCache",
2019-01-23 13:30:58 +01:00
"keywords": [
2019-12-03 23:14:46 +01:00
"cache",
"lru"
2019-01-23 13:30:58 +01:00
],
2019-12-03 23:14:46 +01:00
"time": "2013-09-20T18:59:12+00:00"
2019-01-23 13:30:58 +01:00
},
{
"name": "daverandom/libdns",
"version": "2.x-dev",
"source": {
"type": "git",
"url": "https://github.com/DaveRandom/LibDNS.git",
2019-12-03 23:14:46 +01:00
"reference": "e8b6d6593d18ac3a6a14666d8a68a4703b2e05f9"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2019-12-03 23:14:46 +01:00
"url": "https://api.github.com/repos/DaveRandom/LibDNS/zipball/e8b6d6593d18ac3a6a14666d8a68a4703b2e05f9",
"reference": "e8b6d6593d18ac3a6a14666d8a68a4703b2e05f9",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
"ext-ctype": "*",
"php": ">=7.0"
},
"suggest": {
"ext-intl": "Required for IDN support"
},
"type": "library",
"autoload": {
"psr-4": {
"LibDNS\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "DNS protocol implementation written in pure PHP",
"keywords": [
"dns"
],
2019-12-03 23:14:46 +01:00
"time": "2019-12-03T09:12:46+00:00"
2019-01-23 13:30:58 +01:00
},
{
2019-12-03 23:14:46 +01:00
"name": "league/uri-interfaces",
"version": "1.1.1",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
2019-12-03 23:14:46 +01:00
"url": "https://github.com/thephpleague/uri-interfaces.git",
"reference": "081760c53a4ce76c9935a755a21353610f5495f6"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2019-12-03 23:14:46 +01:00
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/081760c53a4ce76c9935a755a21353610f5495f6",
"reference": "081760c53a4ce76c9935a755a21353610f5495f6",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
2019-12-03 23:14:46 +01:00
"friendsofphp/php-cs-fixer": "^2.0.0"
2019-01-23 13:30:58 +01:00
},
"type": "library",
2019-12-03 23:14:46 +01:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
2019-01-23 13:30:58 +01:00
}
2019-05-15 00:31:11 +02:00
},
"autoload": {
"psr-4": {
2019-12-03 23:14:46 +01:00
"League\\Uri\\": "src/"
2019-05-15 00:31:11 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-12-03 23:14:46 +01:00
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
2019-05-15 00:31:11 +02:00
}
],
2019-12-03 23:14:46 +01:00
"description": "Common interface for URI representation",
"homepage": "http://github.com/thephpleague/uri-interfaces",
2019-05-15 00:31:11 +02:00
"keywords": [
2019-12-03 23:14:46 +01:00
"rfc3986",
"rfc3987",
"uri",
"url"
2019-05-15 00:31:11 +02:00
],
2019-12-03 23:14:46 +01:00
"time": "2018-11-05T14:00:06+00:00"
2019-05-15 00:31:11 +02:00
},
2019-01-23 13:30:58 +01:00
{
2019-02-04 21:19:11 +01:00
"name": "league/uri-parser",
2019-11-08 23:30:12 +01:00
"version": "1.x-dev",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
2019-02-04 21:19:11 +01:00
"url": "https://github.com/thephpleague/uri-parser.git",
2019-11-08 23:30:12 +01:00
"reference": "917b60f69f7e2960b5026d3920e8066545139dcb"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2019-11-08 23:30:12 +01:00
"url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/917b60f69f7e2960b5026d3920e8066545139dcb",
"reference": "917b60f69f7e2960b5026d3920e8066545139dcb",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
"php": ">=7.0.0"
2019-01-23 13:30:58 +01:00
},
"require-dev": {
2019-02-04 21:19:11 +01:00
"friendsofphp/php-cs-fixer": "^2.0",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-phpunit": "^0.9.4",
"phpstan/phpstan-strict-rules": "^0.9.0",
"phpunit/phpunit": "^6.0"
2019-01-23 13:30:58 +01:00
},
"suggest": {
2019-02-04 21:19:11 +01:00
"ext-intl": "Allow parsing RFC3987 compliant hosts",
"league/uri-schemes": "Allow validating and normalizing URI parsing results"
2019-01-23 13:30:58 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-04 21:19:11 +01:00
"dev-master": "1.x-dev"
2019-01-23 13:30:58 +01:00
}
},
"autoload": {
"psr-4": {
2019-02-04 21:19:11 +01:00
"League\\Uri\\": "src"
2019-01-23 13:30:58 +01:00
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-02-04 21:19:11 +01:00
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
2019-01-23 13:30:58 +01:00
}
],
2019-02-04 21:19:11 +01:00
"description": "userland URI parser RFC 3986 compliant",
"homepage": "https://github.com/thephpleague/uri-parser",
2019-01-23 13:30:58 +01:00
"keywords": [
2019-02-04 21:19:11 +01:00
"parse_url",
"parser",
"rfc3986",
"rfc3987",
"uri",
"url"
2019-01-23 13:30:58 +01:00
],
2019-11-08 23:30:12 +01:00
"time": "2019-09-20T22:27:10+00:00"
2019-01-23 13:30:58 +01:00
},
{
2019-12-03 23:14:46 +01:00
"name": "league/uri-schemes",
"version": "1.x-dev",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
2019-12-03 23:14:46 +01:00
"url": "https://github.com/thephpleague/uri-schemes.git",
"reference": "f821a444785724bcc9bc244b1173b9d6ca4d71e6"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2019-12-03 23:14:46 +01:00
"url": "https://api.github.com/repos/thephpleague/uri-schemes/zipball/f821a444785724bcc9bc244b1173b9d6ca4d71e6",
"reference": "f821a444785724bcc9bc244b1173b9d6ca4d71e6",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
2019-12-03 23:14:46 +01:00
"ext-fileinfo": "*",
"league/uri-interfaces": "^1.1",
"league/uri-parser": "^1.4.0",
"php": ">=7.0.13",
"psr/http-message": "^1.0"
2019-01-23 13:30:58 +01:00
},
"require-dev": {
2019-12-03 23:14:46 +01:00
"friendsofphp/php-cs-fixer": "^2.0",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-phpunit": "^0.9.4",
"phpstan/phpstan-strict-rules": "^0.9.0",
"phpunit/phpunit": "^6.0"
2019-01-23 13:30:58 +01:00
},
"suggest": {
2019-12-03 23:14:46 +01:00
"ext-intl": "Allow parsing RFC3987 compliant hosts",
"league/uri-manipulations": "Needed to easily manipulate URI objects"
2019-01-23 13:30:58 +01:00
},
"type": "library",
2019-12-03 23:14:46 +01:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
2019-01-23 13:30:58 +01:00
"autoload": {
2019-12-03 23:14:46 +01:00
"psr-4": {
"League\\Uri\\": "src"
},
2019-01-23 13:30:58 +01:00
"files": [
2019-12-03 23:14:46 +01:00
"src/functions_include.php"
2019-01-23 13:30:58 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-12-03 23:14:46 +01:00
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
2019-01-23 13:30:58 +01:00
}
],
2019-12-03 23:14:46 +01:00
"description": "URI manipulation library",
"homepage": "http://uri.thephpleague.com",
2019-01-23 13:30:58 +01:00
"keywords": [
2019-12-03 23:14:46 +01:00
"data-uri",
"file",
"ftp",
"http",
"https",
"parse_url",
"psr-7",
"rfc3986",
"uri",
"url",
"ws",
"wss"
2019-01-23 13:30:58 +01:00
],
2019-12-03 23:14:46 +01:00
"time": "2018-11-26T08:09:30+00:00"
2019-01-23 13:30:58 +01:00
},
{
2019-12-03 23:14:46 +01:00
"name": "psr/http-message",
2019-01-23 13:30:58 +01:00
"version": "dev-master",
"source": {
"type": "git",
2019-12-03 23:14:46 +01:00
"url": "https://github.com/php-fig/http-message.git",
"reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
"reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
"shasum": ""
2019-01-23 13:30:58 +01:00
},
"require": {
2019-12-03 23:14:46 +01:00
"php": ">=5.3.0"
2019-01-23 13:30:58 +01:00
},
2019-12-03 23:14:46 +01:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
2019-01-23 13:30:58 +01:00
},
2019-12-03 23:14:46 +01:00
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2019-08-29T13:16:46+00:00"
},
{
"name": "psr/log",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "5628725d0e4d687e29575eb41f9d5ee7de33a84c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/5628725d0e4d687e29575eb41f9d5ee7de33a84c",
"reference": "5628725d0e4d687e29575eb41f9d5ee7de33a84c",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
2019-01-23 13:30:58 +01:00
},
"type": "library",
2019-12-03 23:14:46 +01:00
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
2019-01-23 13:30:58 +01:00
"autoload": {
"psr-4": {
2019-12-03 23:14:46 +01:00
"Psr\\Log\\": "Psr/Log/"
2019-01-23 13:30:58 +01:00
}
},
2019-12-03 23:14:46 +01:00
"notification-url": "https://packagist.org/downloads/",
2019-01-23 13:30:58 +01:00
"license": [
"MIT"
],
"authors": [
{
2019-12-03 23:14:46 +01:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2019-01-23 13:30:58 +01:00
}
],
2019-12-03 23:14:46 +01:00
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
2019-01-23 13:30:58 +01:00
"keywords": [
2019-12-03 23:14:46 +01:00
"log",
"psr",
"psr-3"
2019-01-23 13:30:58 +01:00
],
2019-12-03 23:14:46 +01:00
"time": "2019-11-12T16:45:05+00:00"
2019-01-23 13:30:58 +01:00
}
],
2019-12-03 23:14:46 +01:00
"packages-dev": [],
"aliases": [],
2019-01-23 13:30:58 +01:00
"minimum-stability": "dev",
2019-12-03 23:14:46 +01:00
"stability-flags": [],
2019-01-23 13:30:58 +01:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.2.0",
2019-06-09 19:18:49 +02:00
"ext-json": "*"
2019-01-23 13:30:58 +01:00
},
"platform-dev": []
}