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"
],
2023-07-04 22:20:49 +02:00
"content-hash": "e40b582b83978f01d9ae3a52870ca190",
2019-01-23 13:30:58 +01:00
"packages": [
{
"name": "amphp/amp",
2023-01-30 02:12:37 +01:00
"version": "v3.0.0",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
2023-01-30 02:12:37 +01:00
"reference": "aaf0ec1d5a2c20b523258995a10e80c1fb765871"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2023-01-30 02:12:37 +01:00
"url": "https://api.github.com/repos/amphp/amp/zipball/aaf0ec1d5a2c20b523258995a10e80c1fb765871",
"reference": "aaf0ec1d5a2c20b523258995a10e80c1fb765871",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2"
2019-01-23 13:30:58 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/php-cs-fixer-config": "^2",
"phpunit/phpunit": "^9",
"psalm/phar": "^4.13"
2019-01-23 13:30:58 +01:00
},
"type": "library",
"autoload": {
"files": [
2023-01-30 02:12:37 +01:00
"src/functions.php",
"src/Future/functions.php",
"src/Internal/functions.php"
2022-04-18 00:32:29 +02:00
],
"psr-4": {
2023-01-30 02:12:37 +01:00
"Amp\\": "src"
2022-04-18 00:32:29 +02:00
}
2019-01-23 13:30:58 +01:00
},
"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": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
2023-01-30 02:12:37 +01:00
},
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
2019-01-23 13:30:58 +01:00
}
],
"description": "A non-blocking concurrency framework for PHP applications.",
2022-04-18 00:32:29 +02:00
"homepage": "https://amphp.org/amp",
2019-01-23 13:30:58 +01:00
"keywords": [
"async",
"asynchronous",
"awaitable",
"concurrency",
"event",
"event-loop",
"future",
"non-blocking",
"promise"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/amp/issues",
2023-01-30 02:12:37 +01:00
"source": "https://github.com/amphp/amp/tree/v3.0.0"
2020-10-31 23:09:44 +01:00
},
2020-08-07 00:48:32 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-01-30 02:12:37 +01:00
"time": "2022-12-18T16:52:44+00:00"
2019-01-23 13:30:58 +01:00
},
{
"name": "amphp/byte-stream",
2023-01-30 02:12:37 +01:00
"version": "v2.0.1",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/byte-stream.git",
2023-01-30 02:12:37 +01:00
"reference": "7e7a77579f3e90c6fbd56e49628e6ace02d8f88a"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2023-01-30 02:12:37 +01:00
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/7e7a77579f3e90c6fbd56e49628e6ace02d8f88a",
"reference": "7e7a77579f3e90c6fbd56e49628e6ace02d8f88a",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/parser": "^1.1",
"amphp/pipeline": "^1",
"amphp/serialization": "^1",
"amphp/sync": "^2",
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2.3"
2019-01-23 13:30:58 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
2019-01-23 13:30:58 +01:00
},
"type": "library",
"autoload": {
"files": [
2023-01-30 02:12:37 +01:00
"src/functions.php"
2022-02-12 01:51:12 +01:00
],
"psr-4": {
2023-01-30 02:12:37 +01:00
"Amp\\ByteStream\\": "src"
2022-02-12 01:51:12 +01:00
}
2019-01-23 13:30:58 +01:00
},
"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.",
2023-01-30 02:12:37 +01:00
"homepage": "https://amphp.org/byte-stream",
2019-01-23 13:30:58 +01:00
"keywords": [
"amp",
"amphp",
"async",
"io",
"non-blocking",
"stream"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/byte-stream/issues",
2023-01-30 02:12:37 +01:00
"source": "https://github.com/amphp/byte-stream/tree/v2.0.1"
2020-10-31 23:09:44 +01:00
},
2021-04-05 23:40:44 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-01-30 02:12:37 +01:00
"time": "2023-02-03T04:06:20+00:00"
2019-01-23 13:30:58 +01:00
},
{
"name": "amphp/cache",
2023-01-30 02:12:37 +01:00
"version": "v2.0.0",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/cache.git",
2023-01-30 02:12:37 +01:00
"reference": "218bb3888d380eb9dd926cd06f803573c84391d3"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2023-01-30 02:12:37 +01:00
"url": "https://api.github.com/repos/amphp/cache/zipball/218bb3888d380eb9dd926cd06f803573c84391d3",
"reference": "218bb3888d380eb9dd926cd06f803573c84391d3",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
2020-07-01 21:28:54 +02:00
"amphp/serialization": "^1",
2023-01-30 02:12:37 +01:00
"amphp/sync": "^2",
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2"
2019-01-23 13:30:58 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
2019-01-23 13:30:58 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2023-01-30 02:12:37 +01:00
"Amp\\Cache\\": "src"
2019-01-23 13:30:58 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
2023-01-30 02:12:37 +01:00
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
2019-01-23 13:30:58 +01:00
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
}
],
2023-01-30 02:12:37 +01:00
"description": "A fiber-aware cache API based on Amp and Revolt.",
"homepage": "https://amphp.org/cache",
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/cache/issues",
2023-01-30 02:12:37 +01:00
"source": "https://github.com/amphp/cache/tree/v2.0.0"
2020-10-31 23:09:44 +01:00
},
2021-07-31 02:31:16 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-01-30 02:12:37 +01:00
"time": "2023-01-09T21:04:12+00:00"
2019-01-23 13:30:58 +01:00
},
{
"name": "amphp/dns",
2023-01-30 02:12:37 +01:00
"version": "v2.0.1",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/dns.git",
2023-01-30 02:12:37 +01:00
"reference": "e42876aa8306c754abd1b3e71a44e13066909fd1"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2023-01-30 02:12:37 +01:00
"url": "https://api.github.com/repos/amphp/dns/zipball/e42876aa8306c754abd1b3e71a44e13066909fd1",
"reference": "e42876aa8306c754abd1b3e71a44e13066909fd1",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
"amphp/cache": "^2",
2019-01-23 13:30:58 +01:00
"amphp/parser": "^1",
2023-01-30 02:12:37 +01:00
"amphp/windows-registry": "^1",
"daverandom/libdns": "^2.0.2",
2019-01-23 13:30:58 +01:00
"ext-filter": "*",
2023-01-30 02:12:37 +01:00
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2"
2019-01-23 13:30:58 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
2019-01-23 13:30:58 +01:00
},
"type": "library",
"autoload": {
"files": [
2023-01-30 02:12:37 +01:00
"src/functions.php"
2022-02-12 01:51:12 +01:00
],
"psr-4": {
2023-01-30 02:12:37 +01:00
"Amp\\Dns\\": "src"
2022-02-12 01:51:12 +01:00
}
2019-01-23 13:30:58 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-12-25 23:51:20 +01:00
"name": "Chris Wright",
"email": "addr@daverandom.com"
2019-01-23 13:30:58 +01:00
},
2019-12-03 00:33:40 +01:00
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
},
{
2019-12-25 23:51:20 +01:00
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
2019-12-03 00:33:40 +01:00
},
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"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/dns/issues",
2023-01-30 02:12:37 +01:00
"source": "https://github.com/amphp/dns/tree/v2.0.1"
2020-10-31 23:09:44 +01:00
},
2020-08-07 00:48:32 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-01-30 02:12:37 +01:00
"time": "2023-01-21T16:00:09+00:00"
2019-12-25 23:51:20 +01:00
},
{
"name": "amphp/file",
2023-07-27 22:29:09 +02:00
"version": "v3.0.1",
2019-12-25 23:51:20 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/file.git",
2023-07-27 22:29:09 +02:00
"reference": "efeb737b1f19a7fcfe8a763c5ef2ad80dbac93dd"
2019-12-25 23:51:20 +01:00
},
"dist": {
"type": "zip",
2023-07-27 22:29:09 +02:00
"url": "https://api.github.com/repos/amphp/file/zipball/efeb737b1f19a7fcfe8a763c5ef2ad80dbac93dd",
"reference": "efeb737b1f19a7fcfe8a763c5ef2ad80dbac93dd",
2019-12-25 23:51:20 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
"amphp/cache": "^2",
"amphp/parallel": "^2.1",
"amphp/sync": "^2",
"php": ">=8.1",
"revolt/event-loop": "^1"
2019-12-25 23:51:20 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
},
"suggest": {
2022-01-02 00:54:01 +01:00
"ext-eio": "^2 || ^3",
2023-01-30 02:12:37 +01:00
"ext-uv": "^0.3 || ^0.2"
2019-12-25 23:51:20 +01:00
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
2022-02-12 01:51:12 +01:00
],
"psr-4": {
"Amp\\File\\": "src"
}
2019-12-25 23:51:20 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
2023-01-30 02:12:37 +01:00
"description": "Non-blocking access to the filesystem based on Amp and Revolt.",
2019-12-25 23:51:20 +01:00
"homepage": "https://github.com/amphp/file",
"keywords": [
"amp",
"amphp",
"async",
"disk",
"file",
"filesystem",
"io",
"non-blocking",
"static"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/file/issues",
2023-07-27 22:29:09 +02:00
"source": "https://github.com/amphp/file/tree/v3.0.1"
2020-10-31 23:09:44 +01:00
},
2020-07-14 21:25:00 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-07-27 22:29:09 +02:00
"time": "2023-07-23T18:54:06+00:00"
2019-01-23 13:30:58 +01:00
},
{
2019-12-03 23:14:46 +01:00
"name": "amphp/hpack",
2021-07-31 02:31:16 +02:00
"version": "v3.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/amphp/hpack.git",
2021-07-31 02:31:16 +02:00
"reference": "cf4f1663e9fd58f60258c06177098655ca6377a5"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2021-07-31 02:31:16 +02:00
"url": "https://api.github.com/repos/amphp/hpack/zipball/cf4f1663e9fd58f60258c06177098655ca6377a5",
"reference": "cf4f1663e9fd58f60258c06177098655ca6377a5",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
2020-01-05 23:24:59 +01:00
"php": ">=7.1"
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",
2020-01-05 23:24:59 +01:00
"phpunit/phpunit": "^6 | ^7"
2019-01-23 13:30:58 +01:00
},
"type": "library",
2021-07-31 02:31:16 +02:00
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
2019-01-23 13:30:58 +01:00
"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
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/hpack/issues",
2021-07-31 02:31:16 +02:00
"source": "https://github.com/amphp/hpack/tree/v3.1.1"
2020-10-31 23:09:44 +01:00
},
2021-07-31 02:31:16 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2021-06-11T20:03:34+00:00"
2019-03-31 03:24:23 +02:00
},
2019-02-03 19:17:38 +01:00
{
"name": "amphp/http",
2023-04-23 19:54:32 +02:00
"version": "v2.0.0",
2019-02-03 19:17:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/http.git",
2023-04-23 19:54:32 +02:00
"reference": "f8bb94a2b079aa8e30ad78b5374df787a2122dfe"
2019-02-03 19:17:38 +01:00
},
"dist": {
"type": "zip",
2023-04-23 19:54:32 +02:00
"url": "https://api.github.com/repos/amphp/http/zipball/f8bb94a2b079aa8e30ad78b5374df787a2122dfe",
"reference": "f8bb94a2b079aa8e30ad78b5374df787a2122dfe",
2019-02-03 19:17:38 +01:00
"shasum": ""
},
2019-02-13 22:54:37 +01:00
"require": {
2020-01-05 23:24:59 +01:00
"amphp/hpack": "^3",
2023-01-30 02:12:37 +01:00
"amphp/parser": "^1.1",
"league/uri-components": "^2.4",
"php": ">=8.1",
2023-04-23 19:54:32 +02:00
"psr/http-message": "^1 || ^2"
2019-02-13 22:54:37 +01:00
},
2019-02-03 19:17:38 +01:00
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/php-cs-fixer-config": "^2",
"league/uri": "^6.8",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
2019-02-03 19:17:38 +01:00
},
"type": "library",
"autoload": {
2019-07-17 23:13:06 +02:00
"files": [
2023-01-30 02:12:37 +01:00
"src/functions.php",
"src/Internal/constants.php"
2022-04-18 00:32:29 +02:00
],
"psr-4": {
"Amp\\Http\\": "src"
}
2019-02-03 19:17:38 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
2023-01-30 02:12:37 +01:00
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
2019-02-03 19:17:38 +01:00
}
],
"description": "Basic HTTP primitives which can be shared by servers and clients.",
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/http/issues",
2023-04-23 19:54:32 +02:00
"source": "https://github.com/amphp/http/tree/v2.0.0"
2020-10-31 23:09:44 +01:00
},
2020-09-12 19:54:41 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-04-23 19:54:32 +02:00
"time": "2023-04-12T19:20:53+00:00"
2019-02-03 19:17:38 +01:00
},
2019-12-25 23:51:20 +01:00
{
"name": "amphp/http-client",
2023-08-07 10:38:37 +02:00
"version": "v5.0.0-beta.12",
2019-12-25 23:51:20 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/http-client.git",
2023-08-07 10:38:37 +02:00
"reference": "4a962fe1d96ca0ca956401f08eb3eb72e90e5d2b"
2019-12-25 23:51:20 +01:00
},
"dist": {
"type": "zip",
2023-08-07 10:38:37 +02:00
"url": "https://api.github.com/repos/amphp/http-client/zipball/4a962fe1d96ca0ca956401f08eb3eb72e90e5d2b",
"reference": "4a962fe1d96ca0ca956401f08eb3eb72e90e5d2b",
2019-12-25 23:51:20 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
2020-01-05 23:24:59 +01:00
"amphp/hpack": "^3",
2023-01-30 02:12:37 +01:00
"amphp/http": "^2",
"amphp/pipeline": "^1",
"amphp/socket": "^2",
"amphp/sync": "^2",
2019-12-25 23:51:20 +01:00
"league/uri": "^6",
2023-01-30 02:12:37 +01:00
"php": ">=8.1",
2023-08-07 10:38:37 +02:00
"psr/http-message": "^1 | ^2"
2019-12-25 23:51:20 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/file": "^3",
2023-04-23 19:54:32 +02:00
"amphp/http-server": "^3-dev",
2023-01-30 02:12:37 +01:00
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
2019-12-25 23:51:20 +01:00
"ext-json": "*",
2023-01-30 02:12:37 +01:00
"kelunik/link-header-rfc5988": "^1",
2020-05-20 22:17:00 +02:00
"laminas/laminas-diactoros": "^2.3",
2023-01-30 02:12:37 +01:00
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
2019-12-25 23:51:20 +01:00
},
"suggest": {
"amphp/file": "Required for file request bodies and HTTP archive logging",
2020-01-05 23:24:59 +01:00
"ext-json": "Required for logging HTTP archives",
"ext-zlib": "Allows using compression for response bodies."
2019-12-25 23:51:20 +01:00
},
"type": "library",
2020-01-19 04:17:14 +01:00
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
2019-12-25 23:51:20 +01:00
"autoload": {
2020-05-20 22:17:00 +02:00
"files": [
"src/Internal/functions.php"
2022-02-12 01:51:12 +01:00
],
"psr-4": {
"Amp\\Http\\Client\\": "src"
}
2019-12-25 23:51:20 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel Lowrey",
"email": "rdlowrey@gmail.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
}
],
2023-01-30 02:12:37 +01:00
"description": "Non-blocking concurrent HTTP/2 and HTTP/1.1 client based on Amp and Revolt.",
2019-12-25 23:51:20 +01:00
"homepage": "https://github.com/amphp/http-client",
"keywords": [
"async",
"client",
"concurrent",
"http",
"non-blocking",
"rest"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/http-client/issues",
2023-08-07 10:38:37 +02:00
"source": "https://github.com/amphp/http-client/tree/v5.0.0-beta.12"
2020-10-31 23:09:44 +01:00
},
2020-07-14 21:25:00 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-08-07 10:38:37 +02:00
"time": "2023-08-05T15:21:21+00:00"
2019-12-25 23:51:20 +01:00
},
{
"name": "amphp/http-client-cookies",
2023-01-30 02:12:37 +01:00
"version": "v2.0.0-beta.2",
2019-12-25 23:51:20 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/http-client-cookies.git",
2023-01-30 02:12:37 +01:00
"reference": "ee07882d39818aef0556da13eeb050178f91d3a3"
2019-12-25 23:51:20 +01:00
},
"dist": {
"type": "zip",
2023-01-30 02:12:37 +01:00
"url": "https://api.github.com/repos/amphp/http-client-cookies/zipball/ee07882d39818aef0556da13eeb050178f91d3a3",
"reference": "ee07882d39818aef0556da13eeb050178f91d3a3",
2019-12-25 23:51:20 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/dns": "^2",
"amphp/http": "^2-dev",
"amphp/http-client": "^5",
"amphp/sync": "^2",
2019-12-28 23:23:46 +01:00
"ext-filter": "*",
2023-01-30 02:12:37 +01:00
"php": ">=8.1",
"psr/http-message": "^1"
2019-12-25 23:51:20 +01:00
},
"conflict": {
2023-01-30 02:12:37 +01:00
"amphp/file": "<3 || >=4"
2019-12-25 23:51:20 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/file": "^3",
"amphp/http-server": "^3",
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"amphp/socket": "^2",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.6"
2019-12-25 23:51:20 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Http\\Client\\Cookie\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel Lowrey",
"email": "rdlowrey@gmail.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "Automatic cookie handling for Amp's HTTP client.",
"homepage": "https://github.com/amphp/http-client-cookies",
"keywords": [
"async",
"client",
"cookie",
"cookies",
"http"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/http-client-cookies/issues",
2023-01-30 02:12:37 +01:00
"source": "https://github.com/amphp/http-client-cookies/tree/v2.0.0-beta.2"
2020-10-31 23:09:44 +01:00
},
2020-12-07 22:41:31 +01:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-01-30 02:12:37 +01:00
"time": "2023-02-03T00:13:11+00:00"
2019-12-25 23:51:20 +01:00
},
2019-01-23 13:30:58 +01:00
{
2019-12-03 23:14:46 +01:00
"name": "amphp/http-server",
2023-01-30 02:12:37 +01:00
"version": "3.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",
2023-08-07 10:38:37 +02:00
"reference": "33bd2a0c272e16cb51493f0aaabd11c7a9da73ef"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2023-08-07 10:38:37 +02:00
"url": "https://api.github.com/repos/amphp/http-server/zipball/33bd2a0c272e16cb51493f0aaabd11c7a9da73ef",
"reference": "33bd2a0c272e16cb51493f0aaabd11c7a9da73ef",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
"amphp/cache": "^2",
2020-01-05 23:24:59 +01:00
"amphp/hpack": "^3",
2023-01-30 02:12:37 +01:00
"amphp/http": "^2",
"amphp/pipeline": "^1",
2023-04-23 19:54:32 +02:00
"amphp/socket": "^2.1",
2023-01-30 02:12:37 +01:00
"amphp/sync": "^2",
2019-12-25 23:51:20 +01:00
"league/uri": "^6",
2023-01-30 02:12:37 +01:00
"league/uri-interfaces": "^2.3",
"php": ">=8.1",
2019-12-03 23:14:46 +01:00
"psr/http-message": "^1",
2023-01-30 02:12:37 +01:00
"psr/log": "^1|^2|^3",
"revolt/event-loop": "^1"
2019-01-23 13:30:58 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/http-client": "^5",
"amphp/log": "^2",
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
2019-12-25 23:51:20 +01:00
"league/uri-components": "^2",
2023-01-30 02:12:37 +01:00
"monolog/monolog": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
2019-01-23 13:30:58 +01:00
},
2019-12-03 23:14:46 +01:00
"suggest": {
"ext-zlib": "Allows GZip compression of response bodies"
},
2023-01-30 02:12:37 +01:00
"default-branch": true,
2019-01-23 13:30:58 +01:00
"type": "library",
"autoload": {
"files": [
2023-01-30 02:12:37 +01:00
"src/Driver/functions.php",
2019-12-03 23:14:46 +01:00
"src/Middleware/functions.php",
2023-01-30 02:12:37 +01:00
"src/functions.php"
2022-02-12 01:51:12 +01:00
],
"psr-4": {
"Amp\\Http\\Server\\": "src"
}
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
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/http-server/issues",
2023-07-04 22:20:49 +02:00
"source": "https://github.com/amphp/http-server/tree/3.x"
2020-10-31 23:09:44 +01:00
},
2021-04-18 00:41:51 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-08-07 10:38:37 +02:00
"time": "2023-07-31T23:21:23+00:00"
2019-12-25 23:51:20 +01:00
},
2020-02-08 01:53:17 +01:00
{
"name": "amphp/http-server-form-parser",
2023-04-23 19:54:32 +02:00
"version": "v2.0.0-beta.3",
2020-02-08 01:53:17 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/http-server-form-parser.git",
2023-04-23 19:54:32 +02:00
"reference": "42193795723ea72e950b74f0a9075bb794c542f0"
2020-02-08 01:53:17 +01:00
},
"dist": {
"type": "zip",
2023-04-23 19:54:32 +02:00
"url": "https://api.github.com/repos/amphp/http-server-form-parser/zipball/42193795723ea72e950b74f0a9075bb794c542f0",
"reference": "42193795723ea72e950b74f0a9075bb794c542f0",
2020-02-08 01:53:17 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
2023-04-23 19:54:32 +02:00
"amphp/http": "^2",
2023-01-30 02:12:37 +01:00
"amphp/http-server": "^3",
"amphp/pipeline": "^1",
"php": ">=8.1",
2023-04-23 19:54:32 +02:00
"revolt/event-loop": "^1"
2020-02-08 01:53:17 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/log": "^2",
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.6"
2020-02-08 01:53:17 +01:00
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
2022-04-18 00:32:29 +02:00
],
"psr-4": {
"Amp\\Http\\Server\\FormParser\\": "src"
}
2020-02-08 01:53:17 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
},
{
"name": "Bob Weinand"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
}
],
"description": "A form parser for Amp's HTTP parser.",
"homepage": "https://github.com/amphp/http-server-form-parser",
"keywords": [
"amp",
"amphp",
"async",
"form",
"http",
"non-blocking"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/http-server-form-parser/issues",
2023-04-23 19:54:32 +02:00
"source": "https://github.com/amphp/http-server-form-parser/tree/v2.0.0-beta.3"
2020-10-31 23:09:44 +01:00
},
2022-05-15 23:28:51 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-04-23 19:54:32 +02:00
"time": "2023-04-22T15:36:02+00:00"
2020-02-08 01:53:17 +01:00
},
2020-01-12 20:25:12 +01:00
{
"name": "amphp/http-server-router",
2023-08-07 10:38:37 +02:00
"version": "v2.0.0",
2020-01-12 20:25:12 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/http-server-router.git",
2023-08-07 10:38:37 +02:00
"reference": "8a166efa10bc3fc887a7a42b8a55c7b16bc9fc61"
2020-01-12 20:25:12 +01:00
},
"dist": {
"type": "zip",
2023-08-07 10:38:37 +02:00
"url": "https://api.github.com/repos/amphp/http-server-router/zipball/8a166efa10bc3fc887a7a42b8a55c7b16bc9fc61",
"reference": "8a166efa10bc3fc887a7a42b8a55c7b16bc9fc61",
2020-01-12 20:25:12 +01:00
"shasum": ""
},
"require": {
2023-08-07 10:38:37 +02:00
"amphp/amp": "^3",
2023-01-30 02:12:37 +01:00
"amphp/cache": "^2",
2023-08-07 10:38:37 +02:00
"amphp/http": "^2",
2023-01-30 02:12:37 +01:00
"amphp/http-server": "^3",
"amphp/socket": "^2",
"nikic/fast-route": "^1",
2023-08-07 10:38:37 +02:00
"php": ">=8.1",
"psr/log": "^1|^2|^3"
2020-01-12 20:25:12 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/log": "^2",
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
2023-08-07 10:38:37 +02:00
"colinodell/psr-testlogger": "^1.2",
2023-01-30 02:12:37 +01:00
"league/uri": "^6",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.6"
2020-01-12 20:25:12 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Http\\Server\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
},
{
"name": "Bob Weinand"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
}
],
2023-08-07 10:38:37 +02:00
"description": "Routes to request handlers based on HTTP method and path for amphp/http-server.",
2020-01-12 20:25:12 +01:00
"homepage": "https://github.com/amphp/http-server-router",
"keywords": [
"http",
"router",
"server"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/http-server-router/issues",
2023-08-07 10:38:37 +02:00
"source": "https://github.com/amphp/http-server-router/tree/v2.0.0"
2020-10-31 23:09:44 +01:00
},
2023-01-30 02:12:37 +01:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-08-07 10:38:37 +02:00
"time": "2023-08-05T19:16:57+00:00"
2020-01-12 20:25:12 +01:00
},
2020-06-17 22:44:49 +02:00
{
"name": "amphp/log",
2023-08-07 10:38:37 +02:00
"version": "v2.0.0",
2020-06-17 22:44:49 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/log.git",
2023-08-07 10:38:37 +02:00
"reference": "bf1562b8a18a3f30efa069ed740f412ac70a8a6c"
2020-06-17 22:44:49 +02:00
},
"dist": {
"type": "zip",
2023-08-07 10:38:37 +02:00
"url": "https://api.github.com/repos/amphp/log/zipball/bf1562b8a18a3f30efa069ed740f412ac70a8a6c",
"reference": "bf1562b8a18a3f30efa069ed740f412ac70a8a6c",
2020-06-17 22:44:49 +02:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
2023-03-01 12:02:26 +01:00
"monolog/monolog": "^3|^2|^1.23",
2023-01-30 02:12:37 +01:00
"php": ">=8.1",
2023-03-01 12:02:26 +01:00
"psr/log": "^3|^2|^1"
2020-06-17 22:44:49 +02:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/file": "^3",
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.6"
2020-06-17 22:44:49 +02:00
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
2022-04-18 00:32:29 +02:00
],
"psr-4": {
"Amp\\Log\\": "src"
}
2020-06-17 22:44:49 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
2023-01-30 02:12:37 +01:00
"description": "Non-blocking logging for PHP based on Amp, Revolt, and Monolog.",
2020-06-17 22:44:49 +02:00
"homepage": "https://github.com/amphp/log",
"keywords": [
"amp",
"amphp",
"async",
"log",
"logger",
"logging",
"non-blocking"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/log/issues",
2023-08-07 10:38:37 +02:00
"source": "https://github.com/amphp/log/tree/v2.0.0"
2020-10-31 23:09:44 +01:00
},
2023-03-01 12:02:26 +01:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-08-07 10:38:37 +02:00
"time": "2023-08-05T18:59:54+00:00"
2020-06-17 22:44:49 +02:00
},
2020-05-09 00:49:53 +02:00
{
"name": "amphp/mysql",
2023-05-15 11:58:52 +02:00
"version": "v3.0.0-beta.6",
2020-05-09 00:49:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/mysql.git",
2023-05-15 11:58:52 +02:00
"reference": "8a7d4ac964d7efd3f83f4a0a05fa3af2b6978a8f"
2020-05-09 00:49:53 +02:00
},
"dist": {
"type": "zip",
2023-05-15 11:58:52 +02:00
"url": "https://api.github.com/repos/amphp/mysql/zipball/8a7d4ac964d7efd3f83f4a0a05fa3af2b6978a8f",
"reference": "8a7d4ac964d7efd3f83f4a0a05fa3af2b6978a8f",
2020-05-09 00:49:53 +02:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/parser": "^1.1",
"amphp/pipeline": "^1",
"amphp/socket": "^2",
"amphp/sql": "^2",
"amphp/sql-common": "^2",
"php": ">=8.1"
2020-05-09 00:49:53 +02:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/file": "^3",
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"amphp/process": "^2",
"ext-mysqli": "*",
2020-05-09 00:49:53 +02:00
"ext-openssl": "*",
2023-01-30 02:12:37 +01:00
"phpbench/phpbench": "^1.2.6",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
2020-05-09 00:49:53 +02:00
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
2022-02-12 01:51:12 +01:00
],
"psr-4": {
"Amp\\Mysql\\": "src"
}
2020-05-09 00:49:53 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
}
],
"description": "Asynchronous MySQL client for PHP based on Amp.",
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/mysql/issues",
2023-05-15 11:58:52 +02:00
"source": "https://github.com/amphp/mysql/tree/v3.0.0-beta.6"
2020-10-31 23:09:44 +01:00
},
2020-11-11 12:11:30 +01:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-05-15 11:58:52 +02:00
"time": "2023-05-07T13:48:11+00:00"
2020-05-09 00:49:53 +02:00
},
2019-12-25 23:51:20 +01:00
{
"name": "amphp/parallel",
2023-05-22 19:45:44 +02:00
"version": "v2.2.1",
2019-12-25 23:51:20 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/parallel.git",
2023-05-22 19:45:44 +02:00
"reference": "ba11031b8664134b13c150530ae041a75e631858"
2019-12-25 23:51:20 +01:00
},
"dist": {
"type": "zip",
2023-05-22 19:45:44 +02:00
"url": "https://api.github.com/repos/amphp/parallel/zipball/ba11031b8664134b13c150530ae041a75e631858",
"reference": "ba11031b8664134b13c150530ae041a75e631858",
2019-12-25 23:51:20 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
2019-12-25 23:51:20 +01:00
"amphp/parser": "^1",
2023-01-30 02:12:37 +01:00
"amphp/pipeline": "^1",
"amphp/process": "^2",
2020-05-09 02:35:50 +02:00
"amphp/serialization": "^1",
2023-01-30 02:12:37 +01:00
"amphp/socket": "^2",
"amphp/sync": "^2",
"php": ">=8.1",
2023-05-15 11:58:52 +02:00
"revolt/event-loop": "^1"
2019-12-25 23:51:20 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
2019-12-25 23:51:20 +01:00
},
"type": "library",
"autoload": {
"files": [
2023-01-30 02:12:37 +01:00
"src/Context/functions.php",
"src/Context/Internal/functions.php",
"src/Ipc/functions.php",
"src/Worker/functions.php"
2022-02-12 01:51:12 +01:00
],
"psr-4": {
2023-01-30 02:12:37 +01:00
"Amp\\Parallel\\": "src"
2022-02-12 01:51:12 +01:00
}
2019-12-25 23:51:20 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
2020-02-24 23:40:55 +01:00
},
2023-01-30 02:12:37 +01:00
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
2020-02-24 23:40:55 +01:00
{
"name": "Stephen Coakley",
"email": "me@stephencoakley.com"
2019-12-25 23:51:20 +01:00
}
],
"description": "Parallel processing component for Amp.",
"homepage": "https://github.com/amphp/parallel",
"keywords": [
"async",
"asynchronous",
"concurrent",
"multi-processing",
"multi-threading"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/parallel/issues",
2023-05-22 19:45:44 +02:00
"source": "https://github.com/amphp/parallel/tree/v2.2.1"
2020-10-31 23:09:44 +01:00
},
2021-11-22 23:29:41 +01:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-05-22 19:45:44 +02:00
"time": "2023-05-22T03:33:27+00:00"
2019-01-23 13:30:58 +01:00
},
{
"name": "amphp/parser",
2023-01-07 22:59:06 +01:00
"version": "v1.1.0",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/parser.git",
2023-01-07 22:59:06 +01:00
"reference": "ff1de4144726c5dad5fab97f66692ebe8de3e151"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2023-01-07 22:59:06 +01:00
"url": "https://api.github.com/repos/amphp/parser/zipball/ff1de4144726c5dad5fab97f66692ebe8de3e151",
"reference": "ff1de4144726c5dad5fab97f66692ebe8de3e151",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
2023-01-07 22:59:06 +01:00
"php": ">=7.4"
2019-01-23 13:30:58 +01:00
},
"require-dev": {
2023-01-07 22:59:06 +01:00
"amphp/php-cs-fixer-config": "^2",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
2019-01-23 13:30:58 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2023-01-07 22:59:06 +01:00
"Amp\\Parser\\": "src"
2019-01-23 13:30:58 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
2023-01-07 22:59:06 +01:00
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
2019-01-23 13:30:58 +01:00
}
],
"description": "A generator parser to make streaming parsers simple.",
"homepage": "https://github.com/amphp/parser",
"keywords": [
"async",
"non-blocking",
"parser",
"stream"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/parser/issues",
2023-01-07 22:59:06 +01:00
"source": "https://github.com/amphp/parser/tree/v1.1.0"
2020-10-31 23:09:44 +01:00
},
2023-01-07 22:59:06 +01:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2022-12-30T18:08:47+00:00"
2019-01-23 13:30:58 +01:00
},
2023-01-30 02:12:37 +01:00
{
"name": "amphp/pipeline",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/amphp/pipeline.git",
"reference": "810dee498d2fd7d2c9247b32d95f38c92c13169e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/pipeline/zipball/810dee498d2fd7d2c9247b32d95f38c92c13169e",
"reference": "810dee498d2fd7d2c9247b32d95f38c92c13169e",
"shasum": ""
},
"require": {
"amphp/amp": "^3",
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2"
},
"require-dev": {
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^4.12"
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Pipeline\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "Asynchronous iterators and operators.",
"homepage": "https://amphp.org/pipeline",
"keywords": [
"amp",
"amphp",
"async",
"io",
"iterator",
"non-blocking"
],
"support": {
"issues": "https://github.com/amphp/pipeline/issues",
"source": "https://github.com/amphp/pipeline/tree/v1.0.0"
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2022-12-22T02:13:01+00:00"
},
2020-08-07 00:48:32 +02:00
{
"name": "amphp/postgres",
2023-05-15 11:58:52 +02:00
"version": "v2.0.0-beta.4",
2020-08-07 00:48:32 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/postgres.git",
2023-05-15 11:58:52 +02:00
"reference": "4e23b380a9cecdcc7c0ba8a99814c227284aa07c"
2020-08-07 00:48:32 +02:00
},
"dist": {
"type": "zip",
2023-05-15 11:58:52 +02:00
"url": "https://api.github.com/repos/amphp/postgres/zipball/4e23b380a9cecdcc7c0ba8a99814c227284aa07c",
"reference": "4e23b380a9cecdcc7c0ba8a99814c227284aa07c",
2020-08-07 00:48:32 +02:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/pipeline": "^1",
"amphp/sql": "^2",
"amphp/sql-common": "^2",
"php": ">=8.1"
2020-08-07 00:48:32 +02:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/php-cs-fixer-config": "^2-dev",
"amphp/phpunit-util": "^3",
2020-08-07 00:48:32 +02:00
"ext-pgsql": "*",
"ext-pq": "*",
2023-01-30 02:12:37 +01:00
"phpunit/phpunit": "^9",
2023-05-15 11:58:52 +02:00
"psalm/phar": "^5.4"
2020-08-07 00:48:32 +02:00
},
"type": "library",
"autoload": {
"files": [
"src/functions.php",
"src/Internal/functions.php"
2022-02-19 17:04:45 +01:00
],
"psr-4": {
"Amp\\Postgres\\": "src"
}
2020-08-07 00:48:32 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
}
],
"description": "Asynchronous PostgreSQL client for Amp.",
2023-01-30 02:12:37 +01:00
"homepage": "https://amphp.org",
2020-08-07 00:48:32 +02:00
"keywords": [
"async",
"asynchronous",
"database",
"db",
"pgsql",
"postgre",
"postgresql"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/postgres/issues",
2023-05-15 11:58:52 +02:00
"source": "https://github.com/amphp/postgres/tree/v2.0.0-beta.4"
2020-10-31 23:09:44 +01:00
},
2020-08-07 00:48:32 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-05-15 11:58:52 +02:00
"time": "2023-05-07T05:05:00+00:00"
2020-08-07 00:48:32 +02:00
},
2019-01-23 13:30:58 +01:00
{
"name": "amphp/process",
2023-08-07 10:38:37 +02:00
"version": "v2.0.1",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/process.git",
2023-08-07 10:38:37 +02:00
"reference": "a65d3bc1f36ef12d44df42a68f0f0643183f1052"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2023-08-07 10:38:37 +02:00
"url": "https://api.github.com/repos/amphp/process/zipball/a65d3bc1f36ef12d44df42a68f0f0643183f1052",
"reference": "a65d3bc1f36ef12d44df42a68f0f0643183f1052",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
"amphp/sync": "^2",
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2"
2019-01-23 13:30:58 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
2019-01-23 13:30:58 +01:00
},
"type": "library",
"autoload": {
"files": [
2023-01-30 02:12:37 +01:00
"src/functions.php"
2022-02-12 01:51:12 +01:00
],
"psr-4": {
2023-01-30 02:12:37 +01:00
"Amp\\Process\\": "src"
2022-02-12 01:51:12 +01:00
}
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": "Aaron Piotrowski",
"email": "aaron@trowski.com"
2021-04-05 23:40:44 +02:00
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
2019-01-23 13:30:58 +01:00
}
],
2023-01-30 02:12:37 +01:00
"description": "A fiber-aware process manager based on Amp and Revolt.",
"homepage": "https://amphp.org/process",
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/process/issues",
2023-08-07 10:38:37 +02:00
"source": "https://github.com/amphp/process/tree/v2.0.1"
2020-10-31 23:09:44 +01:00
},
2021-04-05 23:40:44 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-08-07 10:38:37 +02:00
"time": "2023-01-15T16:00:57+00:00"
2019-01-23 13:30:58 +01:00
},
2020-09-12 19:54:41 +02:00
{
"name": "amphp/redis",
2023-01-30 02:12:37 +01:00
"version": "v2.0.0-beta.3",
2020-09-12 19:54:41 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/redis.git",
2023-01-30 02:12:37 +01:00
"reference": "6a19255ae5b1393b4347e613b2aa4f323e916e8e"
2020-09-12 19:54:41 +02:00
},
"dist": {
"type": "zip",
2023-01-30 02:12:37 +01:00
"url": "https://api.github.com/repos/amphp/redis/zipball/6a19255ae5b1393b4347e613b2aa4f323e916e8e",
"reference": "6a19255ae5b1393b4347e613b2aa4f323e916e8e",
2020-09-12 19:54:41 +02:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
"amphp/cache": "^2",
"amphp/pipeline": "^1",
"amphp/serialization": "^1",
"amphp/socket": "^2",
"amphp/sync": "^2",
"league/uri": "^6.5",
2020-09-12 19:54:41 +02:00
"league/uri-parser": "^1.4",
2023-01-30 02:12:37 +01:00
"php": ">=8.1",
"psr/log": "^1|^2|^3",
"revolt/event-loop": "^1 || ^0.2.4"
2020-09-12 19:54:41 +02:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/php-cs-fixer-config": "^2-dev",
"amphp/phpunit-util": "^3",
"amphp/process": "^2",
"phpunit/phpunit": "^9",
"psalm/phar": "^4.22"
2020-09-12 19:54:41 +02:00
},
"type": "library",
"autoload": {
"files": [
2023-01-30 02:12:37 +01:00
"src/Connection/functions.php",
2020-09-12 19:54:41 +02:00
"src/functions.php"
2022-02-12 01:51:12 +01:00
],
"psr-4": {
"Amp\\Redis\\": "src"
}
2020-09-12 19:54:41 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "A non-blocking Redis client for Amp.",
"homepage": "https://github.com/amphp/redis",
"keywords": [
"amp",
"amphp",
"async",
"client",
"redis"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/redis/issues",
2023-01-30 02:12:37 +01:00
"source": "https://github.com/amphp/redis/tree/v2.0.0-beta.3"
2020-10-31 23:09:44 +01:00
},
2020-09-12 19:54:41 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-01-30 02:12:37 +01:00
"time": "2022-11-07T22:43:56+00:00"
2020-09-12 19:54:41 +02:00
},
2020-05-09 02:35:50 +02:00
{
"name": "amphp/serialization",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/amphp/serialization.git",
"reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/serialization/zipball/693e77b2fb0b266c3c7d622317f881de44ae94a1",
"reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"phpunit/phpunit": "^9 || ^8 || ^7"
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
2022-04-18 00:32:29 +02:00
],
"psr-4": {
"Amp\\Serialization\\": "src"
}
2020-05-09 02:35:50 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "Serialization tools for IPC and data storage in PHP.",
"homepage": "https://github.com/amphp/serialization",
"keywords": [
"async",
"asynchronous",
"serialization",
"serialize"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/serialization/issues",
"source": "https://github.com/amphp/serialization/tree/master"
},
2020-05-09 02:35:50 +02:00
"time": "2020-03-25T21:39:07+00:00"
},
2019-01-23 13:30:58 +01:00
{
"name": "amphp/socket",
2023-01-30 02:12:37 +01:00
"version": "v2.1.0",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/socket.git",
2023-01-30 02:12:37 +01:00
"reference": "70a72fb8b4fbc0117b65c6fb927651ecb8a4b325"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2023-01-30 02:12:37 +01:00
"url": "https://api.github.com/repos/amphp/socket/zipball/70a72fb8b4fbc0117b65c6fb927651ecb8a4b325",
"reference": "70a72fb8b4fbc0117b65c6fb927651ecb8a4b325",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
"amphp/dns": "^2",
2019-12-25 23:51:20 +01:00
"ext-openssl": "*",
"kelunik/certificate": "^1.1",
2023-01-30 02:12:37 +01:00
"league/uri": "^6.5",
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2"
2019-01-23 13:30:58 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"amphp/process": "^2",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
2019-01-23 13:30:58 +01:00
},
"type": "library",
"autoload": {
"files": [
"src/functions.php",
2023-01-30 02:12:37 +01:00
"src/Internal/functions.php",
"src/SocketAddress/functions.php"
2022-02-12 01:51:12 +01:00
],
"psr-4": {
"Amp\\Socket\\": "src"
}
2019-01-23 13:30:58 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel Lowrey",
"email": "rdlowrey@gmail.com"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
2019-12-03 00:33:40 +01:00
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
2019-01-23 13:30:58 +01:00
}
],
2023-01-30 02:12:37 +01:00
"description": "Non-blocking socket connection / server implementations based on Amp and Revolt.",
2019-01-23 13:30:58 +01:00
"homepage": "https://github.com/amphp/socket",
"keywords": [
"amp",
"async",
"encryption",
"non-blocking",
"sockets",
"tcp",
"tls"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/socket/issues",
2023-01-30 02:12:37 +01:00
"source": "https://github.com/amphp/socket/tree/v2.1.0"
2020-10-31 23:09:44 +01:00
},
2021-07-31 02:31:16 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-01-30 02:12:37 +01:00
"time": "2023-04-06T16:56:35+00:00"
2019-12-25 23:51:20 +01:00
},
2020-05-09 00:49:53 +02:00
{
"name": "amphp/sql",
2023-05-15 11:58:52 +02:00
"version": "v2.0.0-beta.4",
2020-05-09 00:49:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/sql.git",
2023-05-15 11:58:52 +02:00
"reference": "2eeb178acaf0d83191d3cf9b397a79dfc50d9b5f"
2020-05-09 00:49:53 +02:00
},
"dist": {
"type": "zip",
2023-05-15 11:58:52 +02:00
"url": "https://api.github.com/repos/amphp/sql/zipball/2eeb178acaf0d83191d3cf9b397a79dfc50d9b5f",
"reference": "2eeb178acaf0d83191d3cf9b397a79dfc50d9b5f",
2020-05-09 00:49:53 +02:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"php": ">=8.1"
2020-05-09 00:49:53 +02:00
},
"require-dev": {
2023-05-15 11:58:52 +02:00
"amphp/php-cs-fixer-config": "^2",
2023-01-30 02:12:37 +01:00
"phpunit/phpunit": "^9",
2023-05-15 11:58:52 +02:00
"psalm/phar": "^5.4"
2020-05-09 00:49:53 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Sql\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Asynchronous SQL client for Amp.",
2023-01-30 02:12:37 +01:00
"homepage": "https://amphp.org",
2020-05-09 00:49:53 +02:00
"keywords": [
"async",
"asynchronous",
"database",
"db",
"sql"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/sql/issues",
2023-05-15 11:58:52 +02:00
"source": "https://github.com/amphp/sql/tree/v2.0.0-beta.4"
2020-10-31 23:09:44 +01:00
},
2023-01-07 22:59:06 +01:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-05-15 11:58:52 +02:00
"time": "2023-01-16T03:38:22+00:00"
2020-05-09 00:49:53 +02:00
},
{
"name": "amphp/sql-common",
2023-07-04 22:20:49 +02:00
"version": "v2.0.0-beta.6",
2020-05-09 00:49:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/sql-common.git",
2023-07-04 22:20:49 +02:00
"reference": "a6cef9fb4c9d87e9ab7d40c762ef490dda43f04f"
2020-05-09 00:49:53 +02:00
},
"dist": {
"type": "zip",
2023-07-04 22:20:49 +02:00
"url": "https://api.github.com/repos/amphp/sql-common/zipball/a6cef9fb4c9d87e9ab7d40c762ef490dda43f04f",
"reference": "a6cef9fb4c9d87e9ab7d40c762ef490dda43f04f",
2020-05-09 00:49:53 +02:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/sql": "^2",
"php": ">=8.1"
2020-05-09 00:49:53 +02:00
},
"require-dev": {
2023-05-15 11:58:52 +02:00
"amphp/php-cs-fixer-config": "^2",
2023-01-30 02:12:37 +01:00
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
2023-05-15 11:58:52 +02:00
"psalm/phar": "^5.4"
2020-05-09 00:49:53 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Sql\\Common\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Common classes for non-blocking SQL implementations.",
2023-01-30 02:12:37 +01:00
"homepage": "https://amphp.org",
2020-05-09 00:49:53 +02:00
"keywords": [
"async",
"asynchronous",
"database",
"db",
"sql"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/sql-common/issues",
2023-07-04 22:20:49 +02:00
"source": "https://github.com/amphp/sql-common/tree/v2.0.0-beta.6"
2020-10-31 23:09:44 +01:00
},
2020-11-28 23:50:49 +01:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-07-04 22:20:49 +02:00
"time": "2023-06-17T15:45:22+00:00"
2020-05-09 00:49:53 +02:00
},
2019-12-25 23:51:20 +01:00
{
"name": "amphp/sync",
2023-01-30 02:12:37 +01:00
"version": "v2.0.0",
2019-12-25 23:51:20 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/sync.git",
2023-01-30 02:12:37 +01:00
"reference": "ad8a0e80cc586cece4f8ce57460f8bbf442ba8fc"
2019-12-25 23:51:20 +01:00
},
"dist": {
"type": "zip",
2023-01-30 02:12:37 +01:00
"url": "https://api.github.com/repos/amphp/sync/zipball/ad8a0e80cc586cece4f8ce57460f8bbf442ba8fc",
"reference": "ad8a0e80cc586cece4f8ce57460f8bbf442ba8fc",
2019-12-25 23:51:20 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/pipeline": "^1",
"amphp/serialization": "^1",
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2"
2019-12-25 23:51:20 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
2019-12-25 23:51:20 +01:00
},
"type": "library",
"autoload": {
"files": [
2023-01-30 02:12:37 +01:00
"src/functions.php"
2022-02-12 01:51:12 +01:00
],
"psr-4": {
"Amp\\Sync\\": "src"
}
2019-12-25 23:51:20 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
2023-01-30 02:12:37 +01:00
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
2019-12-25 23:51:20 +01:00
{
"name": "Stephen Coakley",
"email": "me@stephencoakley.com"
}
],
2023-01-30 02:12:37 +01:00
"description": "Non-blocking synchronization primitives for PHP based on Amp and Revolt.",
2019-12-25 23:51:20 +01:00
"homepage": "https://github.com/amphp/sync",
"keywords": [
"async",
"asynchronous",
"mutex",
"semaphore",
"synchronization"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/sync/issues",
2023-01-30 02:12:37 +01:00
"source": "https://github.com/amphp/sync/tree/v2.0.0"
2020-10-31 23:09:44 +01:00
},
2021-11-22 23:29:41 +01:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-01-30 02:12:37 +01:00
"time": "2022-12-30T22:11:37+00:00"
2019-12-25 23:51:20 +01:00
},
{
"name": "amphp/websocket",
2023-01-30 02:12:37 +01:00
"version": "v2.0.0-beta.4",
2019-12-25 23:51:20 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/websocket.git",
2023-01-30 02:12:37 +01:00
"reference": "1bdf01a832ff85677e2cf200cde1096a7d66179a"
2019-12-25 23:51:20 +01:00
},
"dist": {
"type": "zip",
2023-01-30 02:12:37 +01:00
"url": "https://api.github.com/repos/amphp/websocket/zipball/1bdf01a832ff85677e2cf200cde1096a7d66179a",
"reference": "1bdf01a832ff85677e2cf200cde1096a7d66179a",
2019-12-25 23:51:20 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
"amphp/parser": "^1",
"amphp/pipeline": "^1",
"amphp/socket": "^2",
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2.4"
2019-12-25 23:51:20 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
2019-12-25 23:51:20 +01:00
},
"suggest": {
"ext-zlib": "Required for compression"
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
2022-02-12 01:51:12 +01:00
],
"psr-4": {
"Amp\\Websocket\\": "src"
}
2019-12-25 23:51:20 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
2020-05-09 02:35:50 +02:00
},
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
2019-12-25 23:51:20 +01:00
}
],
"description": "Shared code for websocket servers and clients.",
2020-05-09 02:35:50 +02:00
"homepage": "https://github.com/amphp/websocket",
2019-12-25 23:51:20 +01:00
"keywords": [
"amp",
"amphp",
"async",
"http",
"non-blocking",
"websocket"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/websocket/issues",
2023-01-30 02:12:37 +01:00
"source": "https://github.com/amphp/websocket/tree/v2.0.0-beta.4"
2020-10-31 23:09:44 +01:00
},
2020-11-28 23:50:49 +01:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-01-30 02:12:37 +01:00
"time": "2023-02-06T04:25:31+00:00"
2019-12-25 23:51:20 +01:00
},
{
"name": "amphp/websocket-client",
2023-04-26 13:36:13 +02:00
"version": "v2.0.0-beta.3",
2019-12-25 23:51:20 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/websocket-client.git",
2023-04-26 13:36:13 +02:00
"reference": "24daf3cb8cbf25aa3d16a9434ca72e0af9b005b5"
2019-12-25 23:51:20 +01:00
},
"dist": {
"type": "zip",
2023-04-26 13:36:13 +02:00
"url": "https://api.github.com/repos/amphp/websocket-client/zipball/24daf3cb8cbf25aa3d16a9434ca72e0af9b005b5",
"reference": "24daf3cb8cbf25aa3d16a9434ca72e0af9b005b5",
2019-12-25 23:51:20 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
2023-04-26 13:36:13 +02:00
"amphp/http": "^2",
2023-01-30 02:12:37 +01:00
"amphp/http-client": "^5",
"amphp/socket": "^2",
"amphp/websocket": "^2",
2019-12-25 23:51:20 +01:00
"league/uri": "^6",
2023-01-30 02:12:37 +01:00
"php": ">=8.1",
"psr/http-message": "^1",
2023-04-26 13:36:13 +02:00
"revolt/event-loop": "^1"
2019-12-25 23:51:20 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/http-server": "^3",
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"amphp/websocket-server": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4",
"psr/log": "^1"
2019-12-25 23:51:20 +01:00
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
2022-02-12 01:51:12 +01:00
],
"psr-4": {
"Amp\\Websocket\\Client\\": "src"
}
2019-12-25 23:51:20 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "Async WebSocket client for PHP based on Amp.",
"keywords": [
"amp",
"amphp",
"async",
"client",
"http",
"non-blocking",
"websocket"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/websocket-client/issues",
2023-04-26 13:36:13 +02:00
"source": "https://github.com/amphp/websocket-client/tree/v2.0.0-beta.3"
2020-10-31 23:09:44 +01:00
},
2022-04-18 00:32:29 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-04-26 13:36:13 +02:00
"time": "2023-04-26T03:42:33+00:00"
2019-12-25 23:51:20 +01:00
},
2020-01-12 20:25:12 +01:00
{
"name": "amphp/websocket-server",
2023-01-30 02:12:37 +01:00
"version": "v3.0.0-beta.2",
2020-01-12 20:25:12 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/websocket-server.git",
2023-01-30 02:12:37 +01:00
"reference": "d3a7b9623fdddb01bfa87274d037eff5654559d1"
2020-01-12 20:25:12 +01:00
},
"dist": {
"type": "zip",
2023-01-30 02:12:37 +01:00
"url": "https://api.github.com/repos/amphp/websocket-server/zipball/d3a7b9623fdddb01bfa87274d037eff5654559d1",
"reference": "d3a7b9623fdddb01bfa87274d037eff5654559d1",
2020-01-12 20:25:12 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
"amphp/http": "^2-dev",
"amphp/http-server": "^3",
"amphp/socket": "^2",
"amphp/websocket": "^2",
"php": ">=8.1",
"psr/log": "^1|^2|^3",
"revolt/event-loop": "^1 || ^0.2.4"
2020-01-12 20:25:12 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/http-client": "^5",
"amphp/http-server-router": "^2",
"amphp/http-server-static-content": "^2",
"amphp/log": "^2",
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
2020-01-12 20:25:12 +01:00
"league/climate": "^3",
2023-01-30 02:12:37 +01:00
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
2020-01-12 20:25:12 +01:00
},
"suggest": {
"ext-zlib": "Required for compression"
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Websocket\\Server\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
},
{
"name": "Bob Weinand"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
}
],
"description": "Websocket server for Amp's HTTP server.",
"homepage": "https://github.com/amphp/websocket-server",
"keywords": [
"http",
"server",
"websocket"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/websocket-server/issues",
2023-01-30 02:12:37 +01:00
"source": "https://github.com/amphp/websocket-server/tree/v3.0.0-beta.2"
2020-10-31 23:09:44 +01:00
},
2023-01-30 02:12:37 +01:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2023-02-06T05:13:58+00:00"
2020-01-12 20:25:12 +01:00
},
2019-12-25 23:51:20 +01:00
{
"name": "amphp/windows-registry",
2023-01-30 02:12:37 +01:00
"version": "v1.0.0",
2019-12-25 23:51:20 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/windows-registry.git",
2023-01-30 02:12:37 +01:00
"reference": "8248247a41af7f97b88e4716c0f8de39696ef111"
2019-12-25 23:51:20 +01:00
},
"dist": {
"type": "zip",
2023-01-30 02:12:37 +01:00
"url": "https://api.github.com/repos/amphp/windows-registry/zipball/8248247a41af7f97b88e4716c0f8de39696ef111",
"reference": "8248247a41af7f97b88e4716c0f8de39696ef111",
2019-12-25 23:51:20 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/byte-stream": "^2",
"amphp/process": "^2",
"php": ">=8.1"
2019-12-25 23:51:20 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/php-cs-fixer-config": "^2",
"psalm/phar": "^5.4"
2019-12-25 23:51:20 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2023-01-30 02:12:37 +01:00
"Amp\\WindowsRegistry\\": "src"
2019-12-25 23:51:20 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "Windows Registry Reader.",
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/amphp/windows-registry/issues",
2023-01-30 02:12:37 +01:00
"source": "https://github.com/amphp/windows-registry/tree/v1.0.0"
2020-10-31 23:09:44 +01:00
},
2020-07-14 21:25:00 +02:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2023-01-30 02:12:37 +01:00
"time": "2023-01-09T22:29:20+00:00"
2019-12-25 23:51:20 +01:00
},
2023-07-04 22:20:49 +02:00
{
"name": "bacon/bacon-qr-code",
"version": "2.0.8",
"source": {
"type": "git",
"url": "https://github.com/Bacon/BaconQrCode.git",
"reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
"reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
"shasum": ""
},
"require": {
"dasprid/enum": "^1.0.3",
"ext-iconv": "*",
"php": "^7.1 || ^8.0"
},
"require-dev": {
"phly/keep-a-changelog": "^2.1",
"phpunit/phpunit": "^7 | ^8 | ^9",
"spatie/phpunit-snapshot-assertions": "^4.2.9",
"squizlabs/php_codesniffer": "^3.4"
},
"suggest": {
"ext-imagick": "to generate QR code images"
},
"type": "library",
"autoload": {
"psr-4": {
"BaconQrCode\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Ben Scholzen 'DASPRiD'",
"email": "mail@dasprids.de",
"homepage": "https://dasprids.de/",
"role": "Developer"
}
],
"description": "BaconQrCode is a QR code generator for PHP.",
"homepage": "https://github.com/Bacon/BaconQrCode",
"support": {
"issues": "https://github.com/Bacon/BaconQrCode/issues",
"source": "https://github.com/Bacon/BaconQrCode/tree/2.0.8"
},
"time": "2022-12-07T17:46:57+00:00"
},
2019-12-25 23:51:20 +01:00
{
"name": "danog/dns-over-https",
2023-01-30 02:12:37 +01:00
"version": "v1.0.0-beta4",
2019-12-25 23:51:20 +01:00
"source": {
"type": "git",
"url": "https://github.com/danog/dns-over-https.git",
2023-01-30 02:12:37 +01:00
"reference": "5094c943caa383cd2a77920b363ca9a4c530b1ba"
2019-12-25 23:51:20 +01:00
},
"dist": {
"type": "zip",
2023-01-30 02:12:37 +01:00
"url": "https://api.github.com/repos/danog/dns-over-https/zipball/5094c943caa383cd2a77920b363ca9a4c530b1ba",
"reference": "5094c943caa383cd2a77920b363ca9a4c530b1ba",
2019-12-25 23:51:20 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/cache": "^2",
"amphp/dns": "^2",
"amphp/http-client": "^5",
2019-12-25 23:51:20 +01:00
"amphp/parser": "^1",
2023-01-30 02:12:37 +01:00
"amphp/socket": "^2",
"danog/libdns-json": "^0.2",
2019-12-25 23:51:20 +01:00
"daverandom/libdns": "^2.0.1",
"ext-filter": "*",
"ext-json": "*",
2023-01-30 02:12:37 +01:00
"php": ">=8.1"
2019-12-25 23:51:20 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "^5"
2019-12-25 23:51:20 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\DoH\\": "lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniil Gentili",
"email": "daniil@daniil.it"
},
{
"name": "Chris Wright",
"email": "addr@daverandom.com"
},
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
},
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
}
],
"description": "Async DNS-over-HTTPS resolution for Amp.",
"homepage": "https://github.com/danog/dns-over-https",
"keywords": [
"amp",
"amphp",
"async",
"client",
"dns",
"dns-over-https",
"doh",
"https",
"resolve"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/danog/dns-over-https/issues",
2023-01-30 02:12:37 +01:00
"source": "https://github.com/danog/dns-over-https/tree/v1.0.0-beta4"
2020-10-31 23:09:44 +01:00
},
2023-01-30 02:12:37 +01:00
"time": "2023-02-15T17:28:06+00:00"
2019-12-25 23:51:20 +01:00
},
2020-03-09 00:42:17 +01:00
{
"name": "danog/ipc",
2023-01-30 02:12:37 +01:00
"version": "1.0.0",
2020-03-09 00:42:17 +01:00
"source": {
"type": "git",
"url": "https://github.com/danog/ipc.git",
2023-01-30 02:12:37 +01:00
"reference": "ab6a5af03950e61846b36e65301e2bc278581a39"
2020-03-09 00:42:17 +01:00
},
"dist": {
"type": "zip",
2023-01-30 02:12:37 +01:00
"url": "https://api.github.com/repos/danog/ipc/zipball/ab6a5af03950e61846b36e65301e2bc278581a39",
"reference": "ab6a5af03950e61846b36e65301e2bc278581a39",
2020-03-09 00:42:17 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/byte-stream": "^2",
2020-03-09 00:42:17 +01:00
"amphp/parser": "^1",
2023-01-30 02:12:37 +01:00
"php": ">=8.1"
2020-03-09 00:42:17 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "v3.x-dev",
"amphp/parallel": "v2.x-dev",
"amphp/php-cs-fixer-config": "v2.x-dev",
"amphp/phpunit-util": "v3.x-dev",
"phpunit/phpunit": "^9",
"psalm/phar": "^5"
2020-03-09 00:42:17 +01:00
},
"type": "library",
"autoload": {
"files": [
"lib/functions.php"
2022-04-18 00:32:29 +02:00
],
"psr-4": {
"Amp\\Ipc\\": "lib"
}
2020-03-09 00:42:17 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniil Gentili",
"email": "daniil@daniil.it"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Stephen Coakley",
"email": "me@stephencoakley.com"
}
],
"description": "IPC component for Amp.",
"homepage": "https://github.com/danog/ipc",
"keywords": [
"async",
"asynchronous",
"concurrent",
"multi-processing",
"multi-threading"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/danog/ipc/issues",
2023-01-30 02:12:37 +01:00
"source": "https://github.com/danog/ipc/tree/1.0.0"
2020-10-31 23:09:44 +01:00
},
2023-01-30 02:12:37 +01:00
"time": "2023-02-14T13:19:59+00:00"
2020-03-09 00:42:17 +01:00
},
2019-12-25 23:51:20 +01:00
{
"name": "danog/libdns-json",
2023-01-30 02:12:37 +01:00
"version": "0.2.0",
2019-12-25 23:51:20 +01:00
"source": {
"type": "git",
"url": "https://github.com/danog/LibDNSJson.git",
2023-01-30 02:12:37 +01:00
"reference": "a49d7930943666b86eb9f33e8305376a724280b9"
2019-12-25 23:51:20 +01:00
},
"dist": {
"type": "zip",
2023-01-30 02:12:37 +01:00
"url": "https://api.github.com/repos/danog/LibDNSJson/zipball/a49d7930943666b86eb9f33e8305376a724280b9",
"reference": "a49d7930943666b86eb9f33e8305376a724280b9",
2019-12-25 23:51:20 +01:00
"shasum": ""
},
"require": {
"daverandom/libdns": "^2.0.1",
"ext-json": "*",
2023-01-30 02:12:37 +01:00
"php": ">=8.1"
2019-12-25 23:51:20 +01:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/php-cs-fixer-config": "v2.x-dev",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.1"
2019-12-25 23:51:20 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"danog\\LibDNSJson\\": "lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniil Gentili",
"email": "daniil@daniil.it"
2023-01-30 02:12:37 +01:00
},
{
"name": "Chris Wright",
"email": "addr@daverandom.com"
2019-12-25 23:51:20 +01:00
}
],
"description": "Encoder/decoder for google's JSON DNS message format based on libdns",
"homepage": "https://github.com/danog/libdns-json",
"keywords": [
"dns",
"dns-over-https",
"doh",
"https",
"json",
"libdns",
"message"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/danog/LibDNSJson/issues",
2023-01-30 02:12:37 +01:00
"source": "https://github.com/danog/LibDNSJson/tree/0.2.0"
2020-10-31 23:09:44 +01:00
},
2023-01-30 02:12:37 +01:00
"time": "2022-12-05T21:13:49+00:00"
2019-12-25 23:51:20 +01:00
},
2020-08-07 00:48:32 +02:00
{
"name": "danog/loop",
2023-01-30 02:12:37 +01:00
"version": "1.0.3",
2020-08-07 00:48:32 +02:00
"source": {
"type": "git",
"url": "https://github.com/danog/loop.git",
2023-01-30 02:12:37 +01:00
"reference": "bf3ef5d4d26fe1b61109f19e3f84b89cb76f37fb"
2020-08-07 00:48:32 +02:00
},
"dist": {
"type": "zip",
2023-01-30 02:12:37 +01:00
"url": "https://api.github.com/repos/danog/loop/zipball/bf3ef5d4d26fe1b61109f19e3f84b89cb76f37fb",
"reference": "bf3ef5d4d26fe1b61109f19e3f84b89cb76f37fb",
2020-08-07 00:48:32 +02:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"php": ">=8.1"
2020-08-07 00:48:32 +02:00
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9",
"psalm/phar": "dev-master"
2020-08-07 00:48:32 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"danog\\Loop\\": "lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniil Gentili",
"email": "daniil@daniil.it"
}
],
"description": "Loop abstraction for AMPHP.",
"homepage": "https://github.com/danog/loop",
"keywords": [
"async",
"asynchronous",
"concurrent",
"multi-processing",
"multi-threading"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/danog/loop/issues",
2023-01-30 02:12:37 +01:00
"source": "https://github.com/danog/loop/tree/1.0.3"
2020-10-31 23:09:44 +01:00
},
2020-08-07 00:48:32 +02:00
"funding": [
{
"url": "https://github.com/danog",
"type": "github"
}
],
2023-01-30 02:12:37 +01:00
"time": "2023-01-24T17:58:51+00:00"
2020-08-07 00:48:32 +02:00
},
2019-12-25 23:51:20 +01:00
{
"name": "danog/madelineproto",
2023-01-30 02:12:37 +01:00
"version": "v8.x-dev",
2019-12-25 23:51:20 +01:00
"source": {
"type": "git",
2020-09-12 19:54:41 +02:00
"url": "https://github.com/danog/MadelineProto.git",
2023-08-08 18:47:58 +02:00
"reference": "0689c16309a8a404f920f5e5543b64ad8a3309b2"
2019-12-25 23:51:20 +01:00
},
"dist": {
"type": "zip",
2023-08-08 18:47:58 +02:00
"url": "https://api.github.com/repos/danog/MadelineProto/zipball/0689c16309a8a404f920f5e5543b64ad8a3309b2",
"reference": "0689c16309a8a404f920f5e5543b64ad8a3309b2",
2019-12-25 23:51:20 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"amphp/amp": "^3",
"amphp/byte-stream": "^2",
"amphp/dns": "^2",
"amphp/file": "^3",
"amphp/http": "^2",
"amphp/http-client": "^5",
"amphp/http-client-cookies": "^2",
"amphp/log": "^2",
"amphp/mysql": "^3",
"amphp/postgres": "^2",
"amphp/redis": "^2",
"amphp/socket": "^2",
"amphp/websocket-client": "^2",
2023-07-04 22:20:49 +02:00
"bacon/bacon-qr-code": "^2.0",
2023-01-30 02:12:37 +01:00
"danog/dns-over-https": "^1",
"danog/ipc": "^1",
"danog/loop": "^1",
2019-12-25 23:51:20 +01:00
"danog/primemodule": "^1",
2020-02-06 00:54:46 +01:00
"danog/tg-file-decoder": "^0.1",
2019-12-25 23:51:20 +01:00
"ext-dom": "*",
"ext-fileinfo": "*",
"ext-filter": "*",
"ext-hash": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-zlib": "*",
2020-03-03 22:56:41 +01:00
"league/uri": "^6",
2023-07-09 22:40:54 +02:00
"nikic/php-parser": "^4.16",
2022-11-08 11:37:25 +01:00
"php-64bit": ">=8.1",
2021-12-12 00:44:44 +01:00
"phpseclib/phpseclib": "^3",
2021-04-05 23:40:44 +02:00
"psr/http-factory": "^1.0",
2023-01-30 02:12:37 +01:00
"psr/log": "^3",
2020-10-03 00:50:48 +02:00
"symfony/polyfill-mbstring": "*",
2022-07-18 09:46:26 +02:00
"webmozart/assert": "^1.11"
2019-12-25 23:51:20 +01:00
},
"conflict": {
2020-10-03 00:50:48 +02:00
"ext-pthreads": "*",
2019-12-25 23:51:20 +01:00
"krakjoe/pthreads-polyfill": "*"
},
"require-dev": {
2023-01-30 02:12:37 +01:00
"amphp/http-server": "^3",
"amphp/phpunit-util": "^3",
"bamarni/composer-bin-plugin": "1.8.2",
2020-10-19 16:46:47 +02:00
"danog/phpdoc": "^0.1.7",
2023-01-30 02:12:37 +01:00
"dg/bypass-finals": "dev-master",
2019-12-25 23:51:20 +01:00
"ext-ctype": "*",
2023-05-27 01:33:19 +02:00
"phpdocumentor/reflection-docblock": "dev-master",
"phpdocumentor/type-resolver": "1.x-dev@dev",
2021-12-12 00:44:44 +01:00
"phpunit/phpunit": "^9",
2022-01-02 00:54:01 +01:00
"roave/security-advisories": "dev-latest",
"symfony/yaml": "^6.0"
2019-12-25 23:51:20 +01:00
},
"suggest": {
2022-06-05 00:21:08 +02:00
"ext-ffi": "Install the primemodule and FFI extensions to speed up MadelineProto (https://prime.madelineproto.xyz)",
2023-07-04 22:20:49 +02:00
"ext-gmp": "Install the gmp extension to speed up authorization",
2021-12-12 00:44:44 +01:00
"ext-openssl": "Install the openssl extension for faster crypto",
2023-07-04 22:20:49 +02:00
"ext-pdo": "Install the pdo extension to store session data on MySQL",
2023-08-07 10:38:37 +02:00
"ext-primemodule": "Install the primemodule and FFI extensions to speed up MadelineProto (https://prime.madelineproto.xyz)",
"ext-uv": "Install the uv extension to greatly speed up MadelineProto!"
2019-12-25 23:51:20 +01:00
},
2023-01-30 02:12:37 +01:00
"default-branch": true,
2019-12-25 23:51:20 +01:00
"type": "project",
2021-08-25 21:04:11 +02:00
"extra": {
"phabel": {
"revision": 0
}
},
2019-12-25 23:51:20 +01:00
"autoload": {
"files": [
2023-01-30 02:12:37 +01:00
"src/polyfill.php",
"src/loop.php"
2022-02-12 01:51:12 +01:00
],
"psr-4": {
2023-01-30 02:12:37 +01:00
"danog\\MadelineProto\\": "src"
2022-02-12 01:51:12 +01:00
}
2019-12-25 23:51:20 +01:00
},
2020-09-12 19:54:41 +02:00
"notification-url": "https://packagist.org/downloads/",
2019-12-25 23:51:20 +01:00
"license": [
"AGPL-3.0-only"
],
"authors": [
{
"name": "Daniil Gentili",
"email": "daniil@daniil.it"
}
],
"description": "PHP implementation of telegram's MTProto protocol.",
2019-12-28 23:23:46 +01:00
"homepage": "https://docs.madelineproto.xyz",
2019-12-25 23:51:20 +01:00
"keywords": [
"GB",
2020-09-12 19:54:41 +02:00
"Messenger",
2019-12-25 23:51:20 +01:00
"audio",
"bytes",
"client",
"files",
"mtproto",
2020-09-12 19:54:41 +02:00
"php",
2019-12-25 23:51:20 +01:00
"protocol",
"stickers",
"telegram",
"video"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/danog/MadelineProto/issues",
2023-08-08 18:47:58 +02:00
"source": "https://github.com/danog/MadelineProto/tree/v8"
2020-10-31 23:09:44 +01:00
},
2020-06-17 22:44:49 +02:00
"funding": [
{
2020-09-12 19:54:41 +02:00
"url": "https://github.com/danog",
"type": "github"
2020-06-17 22:44:49 +02:00
}
],
2023-08-08 18:47:58 +02:00
"time": "2023-08-08T16:47:22+00:00"
2019-12-25 23:51:20 +01:00
},
{
"name": "danog/primemodule",
2023-05-28 00:28:32 +02:00
"version": "1.0.13",
2019-12-25 23:51:20 +01:00
"source": {
"type": "git",
"url": "https://github.com/danog/PrimeModule.git",
2023-05-28 00:28:32 +02:00
"reference": "e7ebfc1ea64c24186e49064cd4b76bc76c28600e"
2019-12-25 23:51:20 +01:00
},
"dist": {
"type": "zip",
2023-05-28 00:28:32 +02:00
"url": "https://api.github.com/repos/danog/PrimeModule/zipball/e7ebfc1ea64c24186e49064cd4b76bc76c28600e",
"reference": "e7ebfc1ea64c24186e49064cd4b76bc76c28600e",
2019-12-25 23:51:20 +01:00
"shasum": ""
},
2021-11-22 23:29:41 +01:00
"require": {
2022-06-05 00:21:08 +02:00
"php": "^8.0"
},
"require-dev": {
"phabel/phabel": "^1"
2021-11-22 23:29:41 +01:00
},
2019-12-25 23:51:20 +01:00
"suggest": {
2022-06-05 00:21:08 +02:00
"ext-primemodule": "Install the native C++ extension for extremely fast factorization (https://prime.madelineproto.xyz)"
2019-12-25 23:51:20 +01:00
},
"type": "library",
2022-06-05 00:21:08 +02:00
"extra": {
"phabel": {
"revision": 0
}
},
2019-12-25 23:51:20 +01:00
"autoload": {
"psr-0": {
"danog\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"AGPL-3.0-only"
],
"authors": [
{
"name": "Daniil Gentili",
"email": "daniil@daniil.it"
}
],
"description": "Prime module capable of doing prime factorization of huge numbers very quickly.\"",
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/danog/PrimeModule/issues",
2023-05-28 00:28:32 +02:00
"source": "https://github.com/danog/PrimeModule/tree/1.0.13"
2020-10-31 23:09:44 +01:00
},
2023-05-28 00:28:32 +02:00
"time": "2023-05-27T14:41:40+00:00"
2019-01-23 13:30:58 +01:00
},
2020-02-06 00:54:46 +01:00
{
"name": "danog/tg-file-decoder",
2023-08-07 10:38:37 +02:00
"version": "0.1.13",
2020-02-06 00:54:46 +01:00
"source": {
"type": "git",
"url": "https://github.com/danog/tg-file-decoder.git",
2023-08-07 10:38:37 +02:00
"reference": "5cdb05816aad20583592635eddd90e9c6aae8930"
2020-02-06 00:54:46 +01:00
},
"dist": {
"type": "zip",
2023-08-07 10:38:37 +02:00
"url": "https://api.github.com/repos/danog/tg-file-decoder/zipball/5cdb05816aad20583592635eddd90e9c6aae8930",
"reference": "5cdb05816aad20583592635eddd90e9c6aae8930",
2020-02-06 00:54:46 +01:00
"shasum": ""
},
"require": {
2022-12-06 20:09:02 +01:00
"php": ">=8.1"
2020-02-06 00:54:46 +01:00
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
2022-12-06 20:09:02 +01:00
"phpunit/phpunit": "^9"
2020-02-06 00:54:46 +01:00
},
"type": "project",
"autoload": {
"files": [
"src/type.php"
2022-02-12 01:51:12 +01:00
],
"psr-4": {
"danog\\Decoder\\": "src/"
}
2020-02-06 00:54:46 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-06 23:18:21 +01:00
"AGPL-3.0-only"
2020-02-06 00:54:46 +01:00
],
"authors": [
{
"name": "Daniil Gentili",
"email": "daniil@daniil.it"
}
],
"description": "Decode Telegram bot API file IDs",
"keywords": [
"audio",
"bot api",
"file ID",
"files",
"mtproto",
"stickers",
"telegram",
"video"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/danog/tg-file-decoder/issues",
2023-08-07 10:38:37 +02:00
"source": "https://github.com/danog/tg-file-decoder/tree/0.1.13"
2020-10-31 23:09:44 +01:00
},
2020-10-04 19:50:10 +02:00
"funding": [
{
"url": "https://github.com/danog",
"type": "github"
}
],
2023-08-07 10:38:37 +02:00
"time": "2023-08-05T21:04:20+00:00"
2020-02-06 00:54:46 +01:00
},
2023-07-04 22:20:49 +02:00
{
"name": "dasprid/enum",
"version": "1.0.4",
"source": {
"type": "git",
"url": "https://github.com/DASPRiD/Enum.git",
"reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
"reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
"shasum": ""
},
"require": {
"php": ">=7.1 <9.0"
},
"require-dev": {
"phpunit/phpunit": "^7 | ^8 | ^9",
"squizlabs/php_codesniffer": "*"
},
"type": "library",
"autoload": {
"psr-4": {
"DASPRiD\\Enum\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Ben Scholzen 'DASPRiD'",
"email": "mail@dasprids.de",
"homepage": "https://dasprids.de/",
"role": "Developer"
}
],
"description": "PHP 7.1 enum implementation",
"keywords": [
"enum",
"map"
],
"support": {
"issues": "https://github.com/DASPRiD/Enum/issues",
"source": "https://github.com/DASPRiD/Enum/tree/1.0.4"
},
"time": "2023-03-01T18:44:03+00:00"
},
2019-01-23 13:30:58 +01:00
{
2019-12-25 23:51:20 +01:00
"name": "daverandom/libdns",
2022-10-11 15:51:38 +02:00
"version": "v2.0.3",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
2019-12-25 23:51:20 +01:00
"url": "https://github.com/DaveRandom/LibDNS.git",
2022-10-11 15:51:38 +02:00
"reference": "42c2d700d1178c9f9e78664793463f7f1aea248c"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2022-10-11 15:51:38 +02:00
"url": "https://api.github.com/repos/DaveRandom/LibDNS/zipball/42c2d700d1178c9f9e78664793463f7f1aea248c",
"reference": "42c2d700d1178c9f9e78664793463f7f1aea248c",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
2019-12-25 23:51:20 +01:00
"require": {
"ext-ctype": "*",
"php": ">=7.0"
},
"suggest": {
"ext-intl": "Required for IDN support"
2019-01-23 13:30:58 +01:00
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
2022-04-18 00:32:29 +02:00
],
"psr-4": {
"LibDNS\\": "src/"
}
2019-01-23 13:30:58 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2019-12-25 23:51:20 +01:00
"description": "DNS protocol implementation written in pure PHP",
"keywords": [
"dns"
2019-01-23 13:30:58 +01:00
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/DaveRandom/LibDNS/issues",
2022-10-11 15:51:38 +02:00
"source": "https://github.com/DaveRandom/LibDNS/tree/v2.0.3"
2020-10-31 23:09:44 +01:00
},
2022-10-11 15:51:38 +02:00
"time": "2022-09-20T18:15:38+00:00"
2019-01-23 13:30:58 +01:00
},
2019-06-20 17:45:53 +02:00
{
2019-12-25 23:51:20 +01:00
"name": "kelunik/certificate",
2023-03-01 12:02:26 +01:00
"version": "v1.1.3",
2019-06-20 17:45:53 +02:00
"source": {
"type": "git",
2019-12-25 23:51:20 +01:00
"url": "https://github.com/kelunik/certificate.git",
2023-03-01 12:02:26 +01:00
"reference": "7e00d498c264d5eb4f78c69f41c8bd6719c0199e"
2019-06-20 17:45:53 +02:00
},
"dist": {
"type": "zip",
2023-03-01 12:02:26 +01:00
"url": "https://api.github.com/repos/kelunik/certificate/zipball/7e00d498c264d5eb4f78c69f41c8bd6719c0199e",
"reference": "7e00d498c264d5eb4f78c69f41c8bd6719c0199e",
2019-06-20 17:45:53 +02:00
"shasum": ""
},
"require": {
2019-12-25 23:51:20 +01:00
"ext-openssl": "*",
2023-03-01 12:02:26 +01:00
"php": ">=7.0"
2019-12-25 23:51:20 +01:00
},
"require-dev": {
2023-03-01 12:02:26 +01:00
"amphp/php-cs-fixer-config": "^2",
"phpunit/phpunit": "^6 | 7 | ^8 | ^9"
2019-01-23 13:30:58 +01:00
},
"type": "library",
2023-03-01 12:02:26 +01:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
2019-01-23 13:30:58 +01:00
"autoload": {
2019-12-25 23:51:20 +01:00
"psr-4": {
2023-03-01 12:02:26 +01:00
"Kelunik\\Certificate\\": "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-25 23:51:20 +01:00
"name": "Niklas Keller",
"email": "me@kelunik.com"
2019-01-23 13:30:58 +01:00
}
],
2019-12-25 23:51:20 +01:00
"description": "Access certificate details and transform between different formats.",
2019-01-23 13:30:58 +01:00
"keywords": [
2019-12-25 23:51:20 +01:00
"DER",
"certificate",
"certificates",
"openssl",
"pem",
"x509"
2019-01-23 13:30:58 +01:00
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/kelunik/certificate/issues",
2023-03-01 12:02:26 +01:00
"source": "https://github.com/kelunik/certificate/tree/v1.1.3"
2020-10-31 23:09:44 +01:00
},
2023-03-01 12:02:26 +01:00
"time": "2023-02-03T21:26:53+00:00"
2019-01-23 13:30:58 +01:00
},
{
2019-12-25 23:51:20 +01:00
"name": "league/uri",
2022-10-11 15:51:38 +02:00
"version": "6.8.0",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
2019-12-25 23:51:20 +01:00
"url": "https://github.com/thephpleague/uri.git",
2022-10-11 15:51:38 +02:00
"reference": "a700b4656e4c54371b799ac61e300ab25a2d1d39"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2022-10-11 15:51:38 +02:00
"url": "https://api.github.com/repos/thephpleague/uri/zipball/a700b4656e4c54371b799ac61e300ab25a2d1d39",
"reference": "a700b4656e4c54371b799ac61e300ab25a2d1d39",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
2019-12-25 23:51:20 +01:00
"ext-json": "*",
2021-09-06 01:11:14 +02:00
"league/uri-interfaces": "^2.3",
2022-10-11 15:51:38 +02:00
"php": "^8.1",
"psr/http-message": "^1.0.1"
2019-12-25 23:51:20 +01:00
},
"conflict": {
"league/uri-schemes": "^1.0"
},
"require-dev": {
2022-10-11 15:51:38 +02:00
"friendsofphp/php-cs-fixer": "^v3.9.5",
"nyholm/psr7": "^1.5.1",
"php-http/psr7-integration-tests": "^1.1.1",
"phpbench/phpbench": "^1.2.6",
"phpstan/phpstan": "^1.8.5",
2022-06-05 00:21:08 +02:00
"phpstan/phpstan-deprecation-rules": "^1.0",
2022-10-11 15:51:38 +02:00
"phpstan/phpstan-phpunit": "^1.1.1",
"phpstan/phpstan-strict-rules": "^1.4.3",
"phpunit/phpunit": "^9.5.24",
"psr/http-factory": "^1.0.1"
2019-01-23 13:30:58 +01:00
},
"suggest": {
2020-02-10 00:04:36 +01:00
"ext-fileinfo": "Needed to create Data URI from a filepath",
2019-12-25 23:51:20 +01:00
"ext-intl": "Needed to improve host validation",
2020-11-28 23:50:49 +01:00
"league/uri-components": "Needed to easily manipulate URI objects",
"psr/http-factory": "Needed to use the URI factory"
2019-01-23 13:30:58 +01:00
},
"type": "library",
2019-12-25 23:51:20 +01:00
"extra": {
"branch-alias": {
2020-01-30 22:35:03 +01:00
"dev-master": "6.x-dev"
2019-12-25 23:51:20 +01:00
}
},
2019-01-23 13:30:58 +01:00
"autoload": {
"psr-4": {
2019-12-25 23:51:20 +01:00
"League\\Uri\\": "src"
}
2019-01-23 13:30:58 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2019-12-25 23:51:20 +01:00
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "URI manipulation library",
2022-06-05 00:21:08 +02:00
"homepage": "https://uri.thephpleague.com",
2019-01-23 13:30:58 +01:00
"keywords": [
2019-12-25 23:51:20 +01:00
"data-uri",
"file-uri",
"ftp",
"hostname",
"http",
"https",
"middleware",
"parse_str",
"parse_url",
"psr-7",
"query-string",
"querystring",
"rfc3986",
"rfc3987",
2020-01-30 22:35:03 +01:00
"rfc6570",
2019-12-25 23:51:20 +01:00
"uri",
2020-01-30 22:35:03 +01:00
"uri-template",
2019-12-25 23:51:20 +01:00
"url",
"ws"
2019-01-23 13:30:58 +01:00
],
2020-10-31 23:09:44 +01:00
"support": {
"docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri/issues",
2022-10-11 15:51:38 +02:00
"source": "https://github.com/thephpleague/uri/tree/6.8.0"
2020-10-31 23:09:44 +01:00
},
2020-03-22 13:37:10 +01:00
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
2022-10-11 15:51:38 +02:00
"time": "2022-09-13T19:58:47+00:00"
2019-01-23 13:30:58 +01:00
},
2023-01-30 02:12:37 +01:00
{
"name": "league/uri-components",
"version": "2.4.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-components.git",
"reference": "06f49e726a7fd06063e80f5f8b045fb9128e6c43"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-components/zipball/06f49e726a7fd06063e80f5f8b045fb9128e6c43",
"reference": "06f49e726a7fd06063e80f5f8b045fb9128e6c43",
"shasum": ""
},
"require": {
"ext-json": "*",
"league/uri-interfaces": "^2.3",
"php": "^7.4 || ^8.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.8.0",
"guzzlehttp/psr7": "^2.2",
"laminas/laminas-diactoros": "^2.11.0",
"league/uri": "^6.0",
"phpstan/phpstan": "^1.7",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.2",
"phpunit/phpunit": "^9.5.20"
},
"suggest": {
"ext-fileinfo": "Needed to create Data URI from a filepath",
"ext-gmp": "to improve handle IPV4 parsing",
"ext-intl": "to handle IDN host",
"jeremykendall/php-domain-parser": "Public Suffix and Top Level Domain parsing implemented in PHP",
"league/uri": "to allow manipulating URI objects",
"php-64bit": "to improve handle IPV4 parsing",
"psr/http-message-implementation": "to allow manipulating PSR-7 Uri objects"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "URI components manipulation library",
"homepage": "http://uri.thephpleague.com",
"keywords": [
"authority",
"components",
"fragment",
"host",
"path",
"port",
"query",
"rfc3986",
"scheme",
"uri",
"url",
"userinfo"
],
"support": {
"issues": "https://github.com/thephpleague/uri-components/issues",
"source": "https://github.com/thephpleague/uri-components/tree/2.4.1"
},
"funding": [
{
"url": "https://github.com/nyamsprod",
"type": "github"
}
],
"time": "2022-05-26T05:50:46+00:00"
},
2019-01-23 13:30:58 +01:00
{
2019-12-03 23:14:46 +01:00
"name": "league/uri-interfaces",
2021-07-31 02:31:16 +02:00
"version": "2.3.0",
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",
2021-07-31 02:31:16 +02:00
"reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2021-07-31 02:31:16 +02:00
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
"reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
2019-12-25 23:51:20 +01:00
"ext-json": "*",
2021-07-31 02:31:16 +02:00
"php": "^7.2 || ^8.0"
2019-01-23 13:30:58 +01:00
},
"require-dev": {
2021-07-31 02:31:16 +02:00
"friendsofphp/php-cs-fixer": "^2.19",
"phpstan/phpstan": "^0.12.90",
"phpstan/phpstan-phpunit": "^0.12.19",
"phpstan/phpstan-strict-rules": "^0.12.9",
"phpunit/phpunit": "^8.5.15 || ^9.5"
},
"suggest": {
"ext-intl": "to use the IDNA feature",
"symfony/intl": "to use the IDNA feature via Symfony Polyfill"
2019-01-23 13:30:58 +01:00
},
"type": "library",
2019-12-03 23:14:46 +01:00
"extra": {
"branch-alias": {
2019-12-25 23:51:20 +01:00
"dev-master": "2.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
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/thephpleague/uri-interfaces/issues",
2021-07-31 02:31:16 +02:00
"source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0"
2020-10-31 23:09:44 +01:00
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
2021-07-31 02:31:16 +02:00
"time": "2021-06-28T04:27:21+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-12-31 23:44:44 +01:00
"version": "1.4.1",
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-12-31 23:44:44 +01:00
"reference": "671548427e4c932352d9b9279fdfa345bf63fa00"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2019-12-31 23:44:44 +01:00
"url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/671548427e4c932352d9b9279fdfa345bf63fa00",
"reference": "671548427e4c932352d9b9279fdfa345bf63fa00",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
2019-05-01 23:31:18 +02:00
"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": {
"files": [
"src/functions_include.php"
2022-02-19 17:04:45 +01:00
],
"psr-4": {
"League\\Uri\\": "src"
}
2019-01-23 13:30:58 +01:00
},
"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
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/thephpleague/uri-parser/issues",
"source": "https://github.com/thephpleague/uri-parser/tree/master"
},
2023-01-07 22:59:06 +01:00
"abandoned": true,
2019-12-31 23:44:44 +01:00
"time": "2018-11-22T07:55:51+00:00"
2019-01-23 13:30:58 +01:00
},
2020-06-17 22:44:49 +02:00
{
"name": "monolog/monolog",
2023-07-04 22:20:49 +02:00
"version": "3.4.0",
2020-06-17 22:44:49 +02:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2023-07-04 22:20:49 +02:00
"reference": "e2392369686d420ca32df3803de28b5d6f76867d"
2020-06-17 22:44:49 +02:00
},
"dist": {
"type": "zip",
2023-07-04 22:20:49 +02:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/e2392369686d420ca32df3803de28b5d6f76867d",
"reference": "e2392369686d420ca32df3803de28b5d6f76867d",
2020-06-17 22:44:49 +02:00
"shasum": ""
},
"require": {
2023-03-01 12:02:26 +01:00
"php": ">=8.1",
"psr/log": "^2.0 || ^3.0"
2020-06-17 22:44:49 +02:00
},
"provide": {
2023-03-01 12:02:26 +01:00
"psr/log-implementation": "3.0.0"
2020-06-17 22:44:49 +02:00
},
"require-dev": {
2023-03-01 12:02:26 +01:00
"aws/aws-sdk-php": "^3.0",
2020-06-17 22:44:49 +02:00
"doctrine/couchdb": "~1.0@dev",
2022-05-15 23:28:51 +02:00
"elasticsearch/elasticsearch": "^7 || ^8",
"ext-json": "*",
2023-07-04 22:20:49 +02:00
"graylog2/gelf-php": "^1.4.2 || ^2.0",
2023-03-01 12:02:26 +01:00
"guzzlehttp/guzzle": "^7.4.5",
2022-05-15 23:28:51 +02:00
"guzzlehttp/psr7": "^2.2",
2020-12-15 12:25:43 +01:00
"mongodb/mongodb": "^1.8",
2021-10-06 00:20:00 +02:00
"php-amqplib/php-amqplib": "~2.4 || ^3",
2023-03-01 12:02:26 +01:00
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-strict-rules": "^1.4",
2023-07-04 22:20:49 +02:00
"phpunit/phpunit": "^10.1",
2023-03-01 12:02:26 +01:00
"predis/predis": "^1.1 || ^2",
2022-05-15 23:28:51 +02:00
"ruflin/elastica": "^7",
"symfony/mailer": "^5.4 || ^6",
"symfony/mime": "^5.4 || ^6"
2020-06-17 22:44:49 +02:00
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2021-10-06 00:20:00 +02:00
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
2020-06-17 22:44:49 +02:00
"ext-mbstring": "Allow to work properly with unicode symbols",
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2021-10-06 00:20:00 +02:00
"ext-openssl": "Required to send log messages using SSL",
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
2020-06-17 22:44:49 +02:00
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
},
"type": "library",
"extra": {
"branch-alias": {
2023-03-01 12:02:26 +01:00
"dev-main": "3.x-dev"
2020-06-17 22:44:49 +02:00
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
2020-12-15 12:25:43 +01:00
"homepage": "https://seld.be"
2020-06-17 22:44:49 +02:00
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2020-12-15 12:25:43 +01:00
"homepage": "https://github.com/Seldaek/monolog",
2020-06-17 22:44:49 +02:00
"keywords": [
"log",
"logging",
"psr-3"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
2023-07-04 22:20:49 +02:00
"source": "https://github.com/Seldaek/monolog/tree/3.4.0"
2020-10-31 23:09:44 +01:00
},
2020-06-17 22:44:49 +02:00
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
2023-07-04 22:20:49 +02:00
"time": "2023-06-21T08:46:11+00:00"
2020-06-17 22:44:49 +02:00
},
2020-01-12 20:25:12 +01:00
{
"name": "nikic/fast-route",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/FastRoute.git",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|~5.7"
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
2022-02-12 01:51:12 +01:00
],
"psr-4": {
"FastRoute\\": "src/"
}
2020-01-12 20:25:12 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov",
"email": "nikic@php.net"
}
],
"description": "Fast request router for PHP",
"keywords": [
"router",
"routing"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/nikic/FastRoute/issues",
"source": "https://github.com/nikic/FastRoute/tree/master"
},
2020-01-12 20:25:12 +01:00
"time": "2018-02-13T20:26:39+00:00"
},
2023-07-09 22:40:54 +02:00
{
"name": "nikic/php-parser",
"version": "v4.16.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "19526a33fb561ef417e822e85f08a00db4059c17"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/19526a33fb561ef417e822e85f08a00db4059c17",
"reference": "19526a33fb561ef417e822e85f08a00db4059c17",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.9-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.16.0"
},
"time": "2023-06-25T14:52:30+00:00"
},
2019-01-23 13:30:58 +01:00
{
2019-12-25 23:51:20 +01:00
"name": "paragonie/constant_time_encoding",
2022-07-18 09:46:26 +02:00
"version": "v2.6.3",
2019-01-23 13:30:58 +01:00
"source": {
"type": "git",
2019-12-25 23:51:20 +01:00
"url": "https://github.com/paragonie/constant_time_encoding.git",
2022-07-18 09:46:26 +02:00
"reference": "58c3f47f650c94ec05a151692652a868995d2938"
2019-01-23 13:30:58 +01:00
},
"dist": {
"type": "zip",
2022-07-18 09:46:26 +02:00
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
"reference": "58c3f47f650c94ec05a151692652a868995d2938",
2019-01-23 13:30:58 +01:00
"shasum": ""
},
"require": {
2020-11-09 01:07:34 +01:00
"php": "^7|^8"
2019-01-23 13:30:58 +01:00
},
"require-dev": {
2020-12-07 22:41:31 +01:00
"phpunit/phpunit": "^6|^7|^8|^9",
"vimeo/psalm": "^1|^2|^3|^4"
2019-01-23 13:30:58 +01:00
},
"type": "library",
"autoload": {
2019-12-03 23:14:46 +01:00
"psr-4": {
2019-12-25 23:51:20 +01:00
"ParagonIE\\ConstantTime\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com",
"role": "Maintainer"
2019-12-03 23:14:46 +01:00
},
2019-12-25 23:51:20 +01:00
{
"name": "Steve 'Sc00bz' Thomas",
"email": "steve@tobtu.com",
"homepage": "https://www.tobtu.com",
"role": "Original Developer"
}
],
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
"keywords": [
"base16",
"base32",
"base32_decode",
"base32_encode",
"base64",
"base64_decode",
"base64_encode",
"bin2hex",
"encoding",
"hex",
"hex2bin",
"rfc4648"
],
2020-10-31 23:09:44 +01:00
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
"source": "https://github.com/paragonie/constant_time_encoding"
},
2022-07-18 09:46:26 +02:00
"time": "2022-06-14T06:56:20+00:00"
2019-12-25 23:51:20 +01:00
},
{
"name": "paragonie/random_compat",
2022-01-02 00:54:01 +01:00
"version": "v9.99.100",
2019-12-25 23:51:20 +01:00
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
2022-01-02 00:54:01 +01:00
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
2019-12-25 23:51:20 +01:00
},
"dist": {
"type": "zip",
2022-01-02 00:54:01 +01:00
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
2019-12-25 23:51:20 +01:00
"shasum": ""
},
"require": {
2022-01-02 00:54:01 +01:00
"php": ">= 7"
2019-12-25 23:51:20 +01:00
},
"require-dev": {
2022-01-02 00:54:01 +01:00
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
2019-12-25 23:51:20 +01:00
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
2019-01-23 13:30:58 +01:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-12-25 23:51:20 +01:00
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
2019-01-23 13:30:58 +01:00
}
],
2019-12-25 23:51:20 +01:00
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2019-01-23 13:30:58 +01:00
"keywords": [
2019-12-25 23:51:20 +01:00
"csprng",
"polyfill",
"pseudorandom",
"random"
2019-01-23 13:30:58 +01:00
],
2020-10-31 23:09:44 +01:00
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/random_compat/issues",
"source": "https://github.com/paragonie/random_compat"
},
2022-01-02 00:54:01 +01:00
"time": "2020-10-15T08:29:30+00:00"
2019-01-23 13:30:58 +01:00
},
2019-12-25 23:24:29 +01:00
{
"name": "phpoption/phpoption",
2023-03-01 12:02:26 +01:00
"version": "1.9.1",
2019-12-25 23:24:29 +01:00
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
2023-03-01 12:02:26 +01:00
"reference": "dd3a383e599f49777d8b628dadbb90cae435b87e"
2019-12-25 23:24:29 +01:00
},
"dist": {
"type": "zip",
2023-03-01 12:02:26 +01:00
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e",
"reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
2019-12-25 23:24:29 +01:00
"shasum": ""
},
"require": {
2022-08-07 22:21:28 +02:00
"php": "^7.2.5 || ^8.0"
2019-12-25 23:24:29 +01:00
},
"require-dev": {
2023-03-01 12:02:26 +01:00
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
2019-12-25 23:24:29 +01:00
},
"type": "library",
"extra": {
2022-08-07 22:21:28 +02:00
"bamarni-bin": {
"bin-links": true,
"forward-command": true
},
2019-12-25 23:24:29 +01:00
"branch-alias": {
2022-08-07 22:21:28 +02:00
"dev-master": "1.9-dev"
2019-12-25 23:24:29 +01:00
}
},
"autoload": {
"psr-4": {
"PhpOption\\": "src/PhpOption/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Johannes M. Schmitt",
2022-01-02 00:54:01 +01:00
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh"
2019-12-25 23:24:29 +01:00
},
{
"name": "Graham Campbell",
2022-01-02 00:54:01 +01:00
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
2019-12-25 23:24:29 +01:00
}
],
"description": "Option Type for PHP",
"keywords": [
"language",
"option",
"php",
"type"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
2023-03-01 12:02:26 +01:00
"source": "https://github.com/schmittjoh/php-option/tree/1.9.1"
2020-10-31 23:09:44 +01:00
},
2020-06-07 21:09:49 +02:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
"type": "tidelift"
}
],
2023-03-01 12:02:26 +01:00
"time": "2023-02-25T19:38:58+00:00"
2019-12-25 23:24:29 +01:00
},
2021-12-12 00:44:44 +01:00
{
"name": "phpseclib/phpseclib",
2023-07-09 22:40:54 +02:00
"version": "3.0.21",
2021-12-12 00:44:44 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
2023-07-09 22:40:54 +02:00
"reference": "4580645d3fc05c189024eb3b834c6c1e4f0f30a1"
2021-12-12 00:44:44 +01:00
},
"dist": {
"type": "zip",
2023-07-09 22:40:54 +02:00
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/4580645d3fc05c189024eb3b834c6c1e4f0f30a1",
"reference": "4580645d3fc05c189024eb3b834c6c1e4f0f30a1",
2021-12-12 00:44:44 +01:00
"shasum": ""
},
"require": {
"paragonie/constant_time_encoding": "^1|^2",
"paragonie/random_compat": "^1.4|^2.0|^9.99.99",
"php": ">=5.6.1"
},
"require-dev": {
2022-04-18 00:32:29 +02:00
"phpunit/phpunit": "*"
2021-12-12 00:44:44 +01:00
},
"suggest": {
2022-10-11 15:51:38 +02:00
"ext-dom": "Install the DOM extension to load XML formatted public keys.",
2021-12-12 00:44:44 +01:00
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
},
"type": "library",
"autoload": {
"files": [
"phpseclib/bootstrap.php"
],
"psr-4": {
"phpseclib3\\": "phpseclib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jim Wigginton",
"email": "terrafrost@php.net",
"role": "Lead Developer"
},
{
"name": "Patrick Monnerat",
"email": "pm@datasphere.ch",
"role": "Developer"
},
{
"name": "Andreas Fischer",
"email": "bantu@phpbb.com",
"role": "Developer"
},
{
"name": "Hans-Jürgen Petrich",
"email": "petrich@tronic-media.com",
"role": "Developer"
},
{
"name": "Graham Campbell",
"email": "graham@alt-three.com",
"role": "Developer"
}
],
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
"homepage": "http://phpseclib.sourceforge.net",
"keywords": [
"BigInteger",
"aes",
"asn.1",
"asn1",
"blowfish",
"crypto",
"cryptography",
"encryption",
"rsa",
"security",
"sftp",
"signature",
"signing",
"ssh",
"twofish",
"x.509",
"x509"
],
"support": {
"issues": "https://github.com/phpseclib/phpseclib/issues",
2023-07-09 22:40:54 +02:00
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.21"
2021-12-12 00:44:44 +01:00
},
"funding": [
{
"url": "https://github.com/terrafrost",
"type": "github"
},
{
"url": "https://www.patreon.com/phpseclib",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
"type": "tidelift"
}
],
2023-07-09 22:40:54 +02:00
"time": "2023-07-09T15:24:48+00:00"
2021-12-12 00:44:44 +01:00
},
2021-04-05 23:40:44 +02:00
{
"name": "psr/http-factory",
2023-04-11 13:05:38 +02:00
"version": "1.0.2",
2021-04-05 23:40:44 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
2023-04-11 13:05:38 +02:00
"reference": "e616d01114759c4c489f93b099585439f795fe35"
2021-04-05 23:40:44 +02:00
},
"dist": {
"type": "zip",
2023-04-11 13:05:38 +02:00
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
"reference": "e616d01114759c4c489f93b099585439f795fe35",
2021-04-05 23:40:44 +02:00
"shasum": ""
},
"require": {
"php": ">=7.0.0",
2023-04-11 13:05:38 +02:00
"psr/http-message": "^1.0 || ^2.0"
2021-04-05 23:40:44 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2023-04-11 13:05:38 +02:00
"homepage": "https://www.php-fig.org/"
2021-04-05 23:40:44 +02:00
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
2023-04-11 13:05:38 +02:00
"source": "https://github.com/php-fig/http-factory/tree/1.0.2"
2021-04-05 23:40:44 +02:00
},
2023-04-11 13:05:38 +02:00
"time": "2023-04-10T20:10:41+00:00"
2021-04-05 23:40:44 +02:00
},
2019-01-23 13:30:58 +01:00
{
2019-12-03 23:14:46 +01:00
"name": "psr/http-message",
2023-01-30 02:12:37 +01:00
"version": "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/php-fig/http-message.git",
2023-01-30 02:12:37 +01:00
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
2019-12-03 23:14:46 +01:00
},
"dist": {
"type": "zip",
2023-01-30 02:12:37 +01:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
2019-12-03 23:14:46 +01:00
"shasum": ""
2019-01-23 13:30:58 +01:00
},
"require": {
2023-01-30 02:12:37 +01:00
"php": "^7.2 || ^8.0"
2019-01-23 13:30:58 +01:00
},
2019-12-03 23:14:46 +01:00
"type": "library",
"extra": {
"branch-alias": {
2023-01-30 02:12:37 +01:00
"dev-master": "1.1.x-dev"
2019-12-03 23:14:46 +01:00
}
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"
],
2020-10-31 23:09:44 +01:00
"support": {
2023-01-30 02:12:37 +01:00
"source": "https://github.com/php-fig/http-message/tree/1.1"
2020-10-31 23:09:44 +01:00
},
2023-01-30 02:12:37 +01:00
"time": "2023-04-04T09:50:52+00:00"
2019-12-03 23:14:46 +01:00
},
{
"name": "psr/log",
2022-07-18 09:46:26 +02:00
"version": "3.0.0",
2019-12-03 23:14:46 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2022-07-18 09:46:26 +02:00
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
2019-12-03 23:14:46 +01:00
},
"dist": {
"type": "zip",
2022-07-18 09:46:26 +02:00
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
2019-12-03 23:14:46 +01:00
"shasum": ""
},
"require": {
2022-07-18 09:46:26 +02:00
"php": ">=8.0.0"
2019-01-23 13:30:58 +01:00
},
"type": "library",
2019-12-03 23:14:46 +01:00
"extra": {
"branch-alias": {
2022-07-18 09:46:26 +02:00
"dev-master": "3.x-dev"
2019-12-03 23:14:46 +01:00
}
},
2019-01-23 13:30:58 +01:00
"autoload": {
"psr-4": {
2022-07-18 09:46:26 +02:00
"Psr\\Log\\": "src"
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",
2021-05-15 15:15:28 +02:00
"homepage": "https://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
],
2020-10-31 23:09:44 +01:00
"support": {
2022-07-18 09:46:26 +02:00
"source": "https://github.com/php-fig/log/tree/3.0.0"
2020-10-31 23:09:44 +01:00
},
2022-07-18 09:46:26 +02:00
"time": "2021-07-14T16:46:02+00:00"
2019-12-25 23:24:29 +01:00
},
{
2023-01-30 02:12:37 +01:00
"name": "revolt/event-loop",
2023-08-07 10:38:37 +02:00
"version": "v1.0.3",
2019-12-25 23:24:29 +01:00
"source": {
"type": "git",
2023-01-30 02:12:37 +01:00
"url": "https://github.com/revoltphp/event-loop.git",
2023-08-07 10:38:37 +02:00
"reference": "0fe2d31e1cddd26664e55d383d3d5da613334c03"
2019-12-25 23:24:29 +01:00
},
"dist": {
"type": "zip",
2023-08-07 10:38:37 +02:00
"url": "https://api.github.com/repos/revoltphp/event-loop/zipball/0fe2d31e1cddd26664e55d383d3d5da613334c03",
"reference": "0fe2d31e1cddd26664e55d383d3d5da613334c03",
2019-12-25 23:24:29 +01:00
"shasum": ""
},
"require": {
2023-01-30 02:12:37 +01:00
"php": ">=8.1"
2022-02-12 01:51:12 +01:00
},
2023-01-30 02:12:37 +01:00
"require-dev": {
"ext-json": "*",
"jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^9",
"psalm/phar": "^4.7"
2019-12-25 23:24:29 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-30 02:12:37 +01:00
"dev-main": "1.x-dev"
2019-12-25 23:24:29 +01:00
}
},
"autoload": {
2022-04-18 00:32:29 +02:00
"psr-4": {
2023-01-30 02:12:37 +01:00
"Revolt\\": "src"
2022-04-18 00:32:29 +02:00
}
2019-12-25 23:24:29 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-01-30 02:12:37 +01:00
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
2019-12-25 23:24:29 +01:00
},
{
2023-01-30 02:12:37 +01:00
"name": "Cees-Jan Kiewiet",
"email": "ceesjank@gmail.com"
2020-03-28 16:23:27 +01:00
},
{
2023-01-30 02:12:37 +01:00
"name": "Christian Lück",
"email": "christian@clue.engineering"
2020-03-28 16:23:27 +01:00
},
{
2023-01-30 02:12:37 +01:00
"name": "Niklas Keller",
"email": "me@kelunik.com"
2020-03-28 16:23:27 +01:00
}
],
2023-01-30 02:12:37 +01:00
"description": "Rock-solid event loop for concurrent PHP applications.",
"keywords": [
"async",
"asynchronous",
"concurrency",
"event",
"event-loop",
"non-blocking",
"scheduler"
],
"support": {
"issues": "https://github.com/revoltphp/event-loop/issues",
2023-08-07 10:38:37 +02:00
"source": "https://github.com/revoltphp/event-loop/tree/v1.0.3"
2023-01-30 02:12:37 +01:00
},
2023-08-07 10:38:37 +02:00
"time": "2023-07-29T17:07:12+00:00"
2019-12-25 23:24:29 +01:00
},
2020-03-09 00:42:17 +01:00
{
2023-01-30 02:12:37 +01:00
"name": "symfony/polyfill-ctype",
2022-12-06 20:09:02 +01:00
"version": "v1.27.0",
2020-03-09 00:42:17 +01:00
"source": {
"type": "git",
2023-01-30 02:12:37 +01:00
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
2020-03-09 00:42:17 +01:00
},
"dist": {
"type": "zip",
2023-01-30 02:12:37 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
2020-03-09 00:42:17 +01:00
"shasum": ""
},
"require": {
2020-10-31 23:09:44 +01:00
"php": ">=7.1"
2020-03-09 00:42:17 +01:00
},
2022-02-12 01:51:12 +01:00
"provide": {
2023-01-30 02:12:37 +01:00
"ext-ctype": "*"
2022-02-12 01:51:12 +01:00
},
2020-10-03 00:50:48 +02:00
"suggest": {
2023-01-30 02:12:37 +01:00
"ext-ctype": "For best performance"
2020-03-09 00:42:17 +01:00
},
"type": "library",
2020-10-03 00:50:48 +02:00
"extra": {
"branch-alias": {
2022-12-06 20:09:02 +01:00
"dev-main": "1.27-dev"
2020-10-03 00:50:48 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
2020-03-09 00:42:17 +01:00
"autoload": {
2020-10-03 00:50:48 +02:00
"files": [
"bootstrap.php"
2022-02-14 00:21:50 +01:00
],
"psr-4": {
2023-01-30 02:12:37 +01:00
"Symfony\\Polyfill\\Ctype\\": ""
2022-02-14 00:21:50 +01:00
}
2020-10-03 00:50:48 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-01-30 02:12:37 +01:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2020-10-03 00:50:48 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2023-01-30 02:12:37 +01:00
"description": "Symfony polyfill for ctype functions",
2020-10-03 00:50:48 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2023-01-30 02:12:37 +01:00
"ctype",
2020-10-03 00:50:48 +02:00
"polyfill",
2023-01-30 02:12:37 +01:00
"portable"
2020-10-03 00:50:48 +02:00
],
2020-10-31 23:09:44 +01:00
"support": {
2023-01-30 02:12:37 +01:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
2020-10-31 23:09:44 +01:00
},
2020-10-03 00:50:48 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2020-03-09 00:42:17 +01:00
}
2020-10-03 00:50:48 +02:00
],
2022-12-06 20:09:02 +01:00
"time": "2022-11-03T14:55:06+00:00"
2020-10-03 00:50:48 +02:00
},
{
2023-01-30 02:12:37 +01:00
"name": "symfony/polyfill-mbstring",
2022-12-06 20:09:02 +01:00
"version": "v1.27.0",
2020-10-03 00:50:48 +02:00
"source": {
"type": "git",
2023-01-30 02:12:37 +01:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
2020-10-03 00:50:48 +02:00
},
"dist": {
"type": "zip",
2023-01-30 02:12:37 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
2020-10-03 00:50:48 +02:00
"shasum": ""
},
"require": {
2020-10-31 23:09:44 +01:00
"php": ">=7.1"
2020-10-03 00:50:48 +02:00
},
2023-01-30 02:12:37 +01:00
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
2020-10-03 00:50:48 +02:00
"type": "library",
"extra": {
"branch-alias": {
2022-12-06 20:09:02 +01:00
"dev-main": "1.27-dev"
2020-10-03 00:50:48 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-02-12 01:51:12 +01:00
"psr-4": {
2023-01-30 02:12:37 +01:00
"Symfony\\Polyfill\\Mbstring\\": ""
}
2020-03-09 00:42:17 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-10-03 00:50:48 +02:00
"MIT"
2020-03-09 00:42:17 +01:00
],
"authors": [
2020-10-03 00:50:48 +02:00
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2020-03-09 00:42:17 +01:00
}
],
2023-01-30 02:12:37 +01:00
"description": "Symfony polyfill for the Mbstring extension",
2020-10-03 00:50:48 +02:00
"homepage": "https://symfony.com",
2020-03-09 00:42:17 +01:00
"keywords": [
2020-10-03 00:50:48 +02:00
"compatibility",
2023-01-30 02:12:37 +01:00
"mbstring",
2020-10-03 00:50:48 +02:00
"polyfill",
"portable",
"shim"
],
2020-10-31 23:09:44 +01:00
"support": {
2023-01-30 02:12:37 +01:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
2020-10-31 23:09:44 +01:00
},
2020-10-03 00:50:48 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
2020-03-09 00:42:17 +01:00
],
2022-12-06 20:09:02 +01:00
"time": "2022-11-03T14:55:06+00:00"
2020-03-09 00:42:17 +01:00
},
2019-12-25 23:24:29 +01:00
{
"name": "vlucas/phpdotenv",
2022-10-25 20:16:41 +02:00
"version": "v4.3.0",
2019-12-25 23:24:29 +01:00
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
2022-10-25 20:16:41 +02:00
"reference": "67a491df68208bef8c37092db11fa3885008efcf"
2019-12-25 23:24:29 +01:00
},
"dist": {
"type": "zip",
2022-10-25 20:16:41 +02:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/67a491df68208bef8c37092db11fa3885008efcf",
"reference": "67a491df68208bef8c37092db11fa3885008efcf",
2019-12-25 23:24:29 +01:00
"shasum": ""
},
"require": {
2020-05-09 02:35:50 +02:00
"php": "^5.5.9 || ^7.0 || ^8.0",
2020-06-07 21:09:49 +02:00
"phpoption/phpoption": "^1.7.3",
2020-08-07 00:48:32 +02:00
"symfony/polyfill-ctype": "^1.17"
2019-12-25 23:24:29 +01:00
},
"require-dev": {
2020-06-07 21:09:49 +02:00
"bamarni/composer-bin-plugin": "^1.4.1",
2020-03-03 22:56:41 +01:00
"ext-filter": "*",
2020-03-28 16:23:27 +01:00
"ext-pcre": "*",
2022-10-25 20:16:41 +02:00
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.30"
2019-12-25 23:24:29 +01:00
},
2020-03-03 22:56:41 +01:00
"suggest": {
2020-03-28 16:23:27 +01:00
"ext-filter": "Required to use the boolean validator.",
"ext-pcre": "Required to use most of the library."
2020-03-03 22:56:41 +01:00
},
2019-12-25 23:24:29 +01:00
"type": "library",
"extra": {
2022-10-25 20:16:41 +02:00
"bamarni-bin": {
"bin-links": true,
"forward-command": true
},
2019-12-25 23:24:29 +01:00
"branch-alias": {
2022-10-25 20:16:41 +02:00
"dev-master": "4.3-dev"
2019-12-25 23:24:29 +01:00
}
},
"autoload": {
"psr-4": {
"Dotenv\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Graham Campbell",
2022-01-02 00:54:01 +01:00
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
2019-12-25 23:24:29 +01:00
},
{
"name": "Vance Lucas",
2022-01-02 00:54:01 +01:00
"email": "vance@vancelucas.com",
"homepage": "https://github.com/vlucas"
2019-12-25 23:24:29 +01:00
}
],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
2020-10-31 23:09:44 +01:00
"support": {
"issues": "https://github.com/vlucas/phpdotenv/issues",
2022-10-25 20:16:41 +02:00
"source": "https://github.com/vlucas/phpdotenv/tree/v4.3.0"
2020-10-31 23:09:44 +01:00
},
2020-03-22 13:37:10 +01:00
"funding": [
2020-05-09 02:35:50 +02:00
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
2020-03-22 13:37:10 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
"type": "tidelift"
}
],
2022-10-25 20:16:41 +02:00
"time": "2022-10-16T00:51:09+00:00"
2022-06-05 00:21:08 +02:00
},
{
"name": "webmozart/assert",
"version": "1.11.0",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"php": "^7.2 || ^8.0"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5.13"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
},
"time": "2022-06-03T18:03:27+00:00"
2019-01-23 13:30:58 +01:00
}
],
2023-01-30 02:12:37 +01:00
"packages-dev": [],
2020-11-28 23:50:49 +01:00
"aliases": [],
2019-01-23 13:30:58 +01:00
"minimum-stability": "dev",
2020-01-14 22:39:41 +01:00
"stability-flags": {
2023-01-30 02:12:37 +01:00
"amphp/http-server": 20,
"danog/madelineproto": 20
2020-01-14 22:39:41 +01:00
},
2019-12-31 23:44:44 +01:00
"prefer-stable": true,
2019-01-23 13:30:58 +01:00
"prefer-lowest": false,
"platform": {
2023-01-30 02:12:37 +01:00
"php": "^8.1",
2020-01-14 22:39:41 +01:00
"ext-json": "*",
2023-07-04 22:20:49 +02:00
"ext-mbstring": "*"
2019-01-23 13:30:58 +01:00
},
2020-03-22 13:37:10 +01:00
"platform-dev": [],
2022-04-18 00:32:29 +02:00
"plugin-api-version": "2.3.0"
2019-01-23 13:30:58 +01:00
}