mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 11:54:42 +01:00
6897 lines
240 KiB
JSON
6897 lines
240 KiB
JSON
{
|
|
"_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"
|
|
],
|
|
"content-hash": "b9e9ba3184bce93fe3654528621101f4",
|
|
"packages": [
|
|
{
|
|
"name": "amphp/amp",
|
|
"version": "v3.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/amp.git",
|
|
"reference": "138801fb68cfc9c329da8a7b39d01ce7291ee4b0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/amp/zipball/138801fb68cfc9c329da8a7b39d01ce7291ee4b0",
|
|
"reference": "138801fb68cfc9c329da8a7b39d01ce7291ee4b0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"revolt/event-loop": "^1 || ^0.2"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "5.23.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php",
|
|
"src/Future/functions.php",
|
|
"src/Internal/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
},
|
|
{
|
|
"name": "Bob Weinand",
|
|
"email": "bobwei9@hotmail.com"
|
|
},
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
},
|
|
{
|
|
"name": "Daniel Lowrey",
|
|
"email": "rdlowrey@php.net"
|
|
}
|
|
],
|
|
"description": "A non-blocking concurrency framework for PHP applications.",
|
|
"homepage": "https://amphp.org/amp",
|
|
"keywords": [
|
|
"async",
|
|
"asynchronous",
|
|
"awaitable",
|
|
"concurrency",
|
|
"event",
|
|
"event-loop",
|
|
"future",
|
|
"non-blocking",
|
|
"promise"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/amp/issues",
|
|
"source": "https://github.com/amphp/amp/tree/v3.0.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-05-10T21:37:46+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/byte-stream",
|
|
"version": "v2.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/byte-stream.git",
|
|
"reference": "daa00f2efdbd71565bf64ffefa89e37542addf93"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/daa00f2efdbd71565bf64ffefa89e37542addf93",
|
|
"reference": "daa00f2efdbd71565bf64ffefa89e37542addf93",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"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"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"amphp/phpunit-util": "^3",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "5.22.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php",
|
|
"src/Internal/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\ByteStream\\": "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": "A stream abstraction to make working with non-blocking I/O simple.",
|
|
"homepage": "https://amphp.org/byte-stream",
|
|
"keywords": [
|
|
"amp",
|
|
"amphp",
|
|
"async",
|
|
"io",
|
|
"non-blocking",
|
|
"stream"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/byte-stream/issues",
|
|
"source": "https://github.com/amphp/byte-stream/tree/v2.1.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-02-17T04:49:38+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/cache",
|
|
"version": "v2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/cache.git",
|
|
"reference": "46912e387e6aa94933b61ea1ead9cf7540b7797c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/cache/zipball/46912e387e6aa94933b61ea1ead9cf7540b7797c",
|
|
"reference": "46912e387e6aa94933b61ea1ead9cf7540b7797c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/serialization": "^1",
|
|
"amphp/sync": "^2",
|
|
"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": "^5.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\Cache\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
},
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
},
|
|
{
|
|
"name": "Daniel Lowrey",
|
|
"email": "rdlowrey@php.net"
|
|
}
|
|
],
|
|
"description": "A fiber-aware cache API based on Amp and Revolt.",
|
|
"homepage": "https://amphp.org/cache",
|
|
"support": {
|
|
"issues": "https://github.com/amphp/cache/issues",
|
|
"source": "https://github.com/amphp/cache/tree/v2.0.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-04-19T03:38:06+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/dns",
|
|
"version": "2.x-dev",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/xtrime-ru/dns.git",
|
|
"reference": "037b762d95f7d9e855b9c6736c0ccc4adcb8921e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/xtrime-ru/dns/zipball/037b762d95f7d9e855b9c6736c0ccc4adcb8921e",
|
|
"reference": "037b762d95f7d9e855b9c6736c0ccc4adcb8921e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/byte-stream": "^2",
|
|
"amphp/cache": "^2",
|
|
"amphp/parser": "^1",
|
|
"amphp/windows-registry": "^1.0.1",
|
|
"daverandom/libdns": "^2.0.2",
|
|
"ext-filter": "*",
|
|
"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": "5.20"
|
|
},
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\Dns\\": "src"
|
|
},
|
|
"files": [
|
|
"src/functions.php"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Amp\\Dns\\Test\\": "test"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"check": [
|
|
"@cs",
|
|
"@test"
|
|
],
|
|
"cs": [
|
|
"PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --diff --dry-run"
|
|
],
|
|
"cs-fix": [
|
|
"PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix -v --diff"
|
|
],
|
|
"test": [
|
|
"@php -dzend.assertions=1 -dassert.exception=1 ./vendor/bin/phpunit --coverage-text"
|
|
]
|
|
},
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"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 resolution for Amp.",
|
|
"homepage": "https://github.com/amphp/dns",
|
|
"keywords": [
|
|
"amp",
|
|
"amphp",
|
|
"async",
|
|
"client",
|
|
"dns",
|
|
"resolve"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/xtrime-ru/dns/tree/2.x"
|
|
},
|
|
"time": "2024-05-14T18:13:22+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/file",
|
|
"version": "v3.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/file.git",
|
|
"reference": "1d51235bd8cb4973c7908e645b62c638d8c081fe"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/file/zipball/1d51235bd8cb4973c7908e645b62c638d8c081fe",
|
|
"reference": "1d51235bd8cb4973c7908e645b62c638d8c081fe",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/byte-stream": "^2",
|
|
"amphp/cache": "^2",
|
|
"amphp/parallel": "^2.1",
|
|
"amphp/sync": "^2",
|
|
"php": ">=8.1",
|
|
"revolt/event-loop": "^1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"amphp/phpunit-util": "^3",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "5.22.2"
|
|
},
|
|
"suggest": {
|
|
"ext-eio": "^2 || ^3",
|
|
"ext-uv": "^0.3 || ^0.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\File\\": "src"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"description": "Non-blocking access to the filesystem based on Amp and Revolt.",
|
|
"homepage": "https://github.com/amphp/file",
|
|
"keywords": [
|
|
"amp",
|
|
"amphp",
|
|
"async",
|
|
"disk",
|
|
"file",
|
|
"filesystem",
|
|
"io",
|
|
"non-blocking",
|
|
"static"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/file/issues",
|
|
"source": "https://github.com/amphp/file/tree/v3.1.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-04-21T14:53:24+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/hpack",
|
|
"version": "v3.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/hpack.git",
|
|
"reference": "4f293064b15682a2b178b1367ddf0b8b5feb0239"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/hpack/zipball/4f293064b15682a2b178b1367ddf0b8b5feb0239",
|
|
"reference": "4f293064b15682a2b178b1367ddf0b8b5feb0239",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"http2jp/hpack-test-case": "^1",
|
|
"nikic/php-fuzzer": "^0.0.10",
|
|
"phpunit/phpunit": "^7 | ^8 | ^9"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\Http\\": "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": "HTTP/2 HPack implementation.",
|
|
"homepage": "https://github.com/amphp/hpack",
|
|
"keywords": [
|
|
"headers",
|
|
"hpack",
|
|
"http-2"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/hpack/issues",
|
|
"source": "https://github.com/amphp/hpack/tree/v3.2.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-21T19:00:16+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/http",
|
|
"version": "v2.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/http.git",
|
|
"reference": "fe6b4dd50c1e70caf823092398074b5082e1d6da"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/http/zipball/fe6b4dd50c1e70caf823092398074b5082e1d6da",
|
|
"reference": "fe6b4dd50c1e70caf823092398074b5082e1d6da",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/hpack": "^3",
|
|
"amphp/parser": "^1.1",
|
|
"league/uri-components": "^2.4.2 | ^7.1",
|
|
"php": ">=8.1",
|
|
"psr/http-message": "^1 | ^2"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"league/uri": "^6.8 | ^7.1",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "^5.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php",
|
|
"src/Internal/constants.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\Http\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
},
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
}
|
|
],
|
|
"description": "Basic HTTP primitives which can be shared by servers and clients.",
|
|
"support": {
|
|
"issues": "https://github.com/amphp/http/issues",
|
|
"source": "https://github.com/amphp/http/tree/v2.1.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-04-03T18:00:53+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/http-client",
|
|
"version": "v5.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/http-client.git",
|
|
"reference": "483df9a856625fe4406c7fb6a64d6787105bd184"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/http-client/zipball/483df9a856625fe4406c7fb6a64d6787105bd184",
|
|
"reference": "483df9a856625fe4406c7fb6a64d6787105bd184",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/byte-stream": "^2",
|
|
"amphp/hpack": "^3",
|
|
"amphp/http": "^2",
|
|
"amphp/pipeline": "^1",
|
|
"amphp/socket": "^2",
|
|
"amphp/sync": "^2",
|
|
"league/uri": "^6 | ^7",
|
|
"league/uri-components": "^2.4 | ^7",
|
|
"league/uri-interfaces": "^7.1",
|
|
"php": ">=8.1",
|
|
"psr/http-message": "^1 | ^2",
|
|
"revolt/event-loop": "^1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/file": "^3",
|
|
"amphp/http-server": "^3",
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"amphp/phpunit-util": "^3",
|
|
"ext-json": "*",
|
|
"kelunik/link-header-rfc5988": "^1",
|
|
"laminas/laminas-diactoros": "^2.3",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "~5.23"
|
|
},
|
|
"suggest": {
|
|
"amphp/file": "Required for file request bodies and HTTP archive logging",
|
|
"ext-json": "Required for logging HTTP archives",
|
|
"ext-zlib": "Allows using compression for response bodies."
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php",
|
|
"src/Internal/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\Http\\Client\\": "src"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"description": "An advanced async HTTP client library for PHP, enabling efficient, non-blocking, and concurrent requests and responses.",
|
|
"homepage": "https://amphp.org/http-client",
|
|
"keywords": [
|
|
"async",
|
|
"client",
|
|
"concurrent",
|
|
"http",
|
|
"non-blocking",
|
|
"rest"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/http-client/issues",
|
|
"source": "https://github.com/amphp/http-client/tree/v5.1.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-04-21T16:40:36+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/http-client-cookies",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/http-client-cookies.git",
|
|
"reference": "4124b37ffa4d15034e70d5d30e6fb9605ed6c1a7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/http-client-cookies/zipball/4124b37ffa4d15034e70d5d30e6fb9605ed6c1a7",
|
|
"reference": "4124b37ffa4d15034e70d5d30e6fb9605ed6c1a7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/dns": "^2",
|
|
"amphp/http": "^2",
|
|
"amphp/http-client": "^5",
|
|
"amphp/sync": "^2",
|
|
"ext-filter": "*",
|
|
"php": ">=8.1",
|
|
"psr/http-message": "^1|^2"
|
|
},
|
|
"conflict": {
|
|
"amphp/file": "<3 || >=4"
|
|
},
|
|
"require-dev": {
|
|
"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"
|
|
},
|
|
"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"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/http-client-cookies/issues",
|
|
"source": "https://github.com/amphp/http-client-cookies/tree/v2.0.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2023-10-08T17:29:36+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/http-server",
|
|
"version": "v3.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/http-server.git",
|
|
"reference": "26001b1ffac11db30c627ed4daba2088951b0ffa"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/http-server/zipball/26001b1ffac11db30c627ed4daba2088951b0ffa",
|
|
"reference": "26001b1ffac11db30c627ed4daba2088951b0ffa",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/byte-stream": "^2",
|
|
"amphp/cache": "^2",
|
|
"amphp/hpack": "^3",
|
|
"amphp/http": "^2",
|
|
"amphp/pipeline": "^1",
|
|
"amphp/socket": "^2.1",
|
|
"amphp/sync": "^2",
|
|
"league/uri": "^6.8 | ^7.1",
|
|
"league/uri-interfaces": "^2.3 | ^7.1",
|
|
"php": ">=8.1",
|
|
"psr/http-message": "^1 | ^2",
|
|
"psr/log": "^1 | ^2 | ^3",
|
|
"revolt/event-loop": "^1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/http-client": "^5",
|
|
"amphp/log": "^2",
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"amphp/phpunit-util": "^3",
|
|
"league/uri-components": "^2.4.2 | ^7.1",
|
|
"monolog/monolog": "^3",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "~5.23"
|
|
},
|
|
"suggest": {
|
|
"ext-zlib": "Allows GZip compression of response bodies"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/Driver/functions.php",
|
|
"src/Middleware/functions.php",
|
|
"src/functions.php"
|
|
],
|
|
"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"
|
|
}
|
|
],
|
|
"description": "A non-blocking HTTP application server for PHP based on Amp.",
|
|
"homepage": "https://github.com/amphp/http-server",
|
|
"keywords": [
|
|
"amp",
|
|
"amphp",
|
|
"async",
|
|
"http",
|
|
"non-blocking",
|
|
"server"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/http-server/issues",
|
|
"source": "https://github.com/amphp/http-server/tree/v3.3.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-04-21T15:46:46+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/http-server-form-parser",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/http-server-form-parser.git",
|
|
"reference": "6f160914a1cd9aaa104b589c0c590613600bfa70"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/http-server-form-parser/zipball/6f160914a1cd9aaa104b589c0c590613600bfa70",
|
|
"reference": "6f160914a1cd9aaa104b589c0c590613600bfa70",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/byte-stream": "^2",
|
|
"amphp/http": "^2",
|
|
"amphp/http-server": "^3.2",
|
|
"amphp/pipeline": "^1",
|
|
"php": ">=8.1",
|
|
"revolt/event-loop": "^1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/log": "^2",
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"amphp/phpunit-util": "^3",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "^5.6"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\Http\\Server\\FormParser\\": "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": "An HTTP server plugin that simplifies form data handling. Effortlessly parse incoming form submissions and extracting its data.",
|
|
"homepage": "https://amphp.org/http-server-form-parser",
|
|
"keywords": [
|
|
"amp",
|
|
"amphp",
|
|
"async",
|
|
"form",
|
|
"http",
|
|
"non-blocking",
|
|
"revolt"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/http-server-form-parser/issues",
|
|
"source": "https://github.com/amphp/http-server-form-parser/tree/v2.0.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2023-08-25T02:52:20+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/http-server-router",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/http-server-router.git",
|
|
"reference": "8a166efa10bc3fc887a7a42b8a55c7b16bc9fc61"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/http-server-router/zipball/8a166efa10bc3fc887a7a42b8a55c7b16bc9fc61",
|
|
"reference": "8a166efa10bc3fc887a7a42b8a55c7b16bc9fc61",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/cache": "^2",
|
|
"amphp/http": "^2",
|
|
"amphp/http-server": "^3",
|
|
"amphp/socket": "^2",
|
|
"nikic/fast-route": "^1",
|
|
"php": ">=8.1",
|
|
"psr/log": "^1|^2|^3"
|
|
},
|
|
"require-dev": {
|
|
"amphp/log": "^2",
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"amphp/phpunit-util": "^3",
|
|
"colinodell/psr-testlogger": "^1.2",
|
|
"league/uri": "^6",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "^5.6"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"description": "Routes to request handlers based on HTTP method and path for amphp/http-server.",
|
|
"homepage": "https://github.com/amphp/http-server-router",
|
|
"keywords": [
|
|
"http",
|
|
"router",
|
|
"server"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/http-server-router/issues",
|
|
"source": "https://github.com/amphp/http-server-router/tree/v2.0.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2023-08-05T19:16:57+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/log",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/log.git",
|
|
"reference": "bf1562b8a18a3f30efa069ed740f412ac70a8a6c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/log/zipball/bf1562b8a18a3f30efa069ed740f412ac70a8a6c",
|
|
"reference": "bf1562b8a18a3f30efa069ed740f412ac70a8a6c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/byte-stream": "^2",
|
|
"monolog/monolog": "^3|^2|^1.23",
|
|
"php": ">=8.1",
|
|
"psr/log": "^3|^2|^1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/file": "^3",
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"amphp/phpunit-util": "^3",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "^5.6"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\Log\\": "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": "Non-blocking logging for PHP based on Amp, Revolt, and Monolog.",
|
|
"homepage": "https://github.com/amphp/log",
|
|
"keywords": [
|
|
"amp",
|
|
"amphp",
|
|
"async",
|
|
"log",
|
|
"logger",
|
|
"logging",
|
|
"non-blocking"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/log/issues",
|
|
"source": "https://github.com/amphp/log/tree/v2.0.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2023-08-05T18:59:54+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/mysql",
|
|
"version": "v3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/mysql.git",
|
|
"reference": "0eb9d1df67c206c043b1a1c6ad7ba1bc2aa836bf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/mysql/zipball/0eb9d1df67c206c043b1a1c6ad7ba1bc2aa836bf",
|
|
"reference": "0eb9d1df67c206c043b1a1c6ad7ba1bc2aa836bf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/parser": "^1.1",
|
|
"amphp/pipeline": "^1",
|
|
"amphp/socket": "^2.2",
|
|
"amphp/sql": "^2",
|
|
"amphp/sql-common": "^2",
|
|
"php": ">=8.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/file": "^3",
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"amphp/phpunit-util": "^3",
|
|
"amphp/process": "^2",
|
|
"ext-mysqli": "*",
|
|
"ext-openssl": "*",
|
|
"phpbench/phpbench": "^1.2.6",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "5.23"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\Mysql\\": "src"
|
|
}
|
|
},
|
|
"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.",
|
|
"support": {
|
|
"issues": "https://github.com/amphp/mysql/issues",
|
|
"source": "https://github.com/amphp/mysql/tree/v3.0.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-10T17:33:58+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/parallel",
|
|
"version": "v2.2.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/parallel.git",
|
|
"reference": "73d293f1fc4df1bebc3c4fce1432e82dd7032238"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/parallel/zipball/73d293f1fc4df1bebc3c4fce1432e82dd7032238",
|
|
"reference": "73d293f1fc4df1bebc3c4fce1432e82dd7032238",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/byte-stream": "^2",
|
|
"amphp/cache": "^2",
|
|
"amphp/parser": "^1",
|
|
"amphp/pipeline": "^1",
|
|
"amphp/process": "^2",
|
|
"amphp/serialization": "^1",
|
|
"amphp/socket": "^2",
|
|
"amphp/sync": "^2",
|
|
"php": ">=8.1",
|
|
"revolt/event-loop": "^1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"amphp/phpunit-util": "^3",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "^5.18"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/Context/functions.php",
|
|
"src/Context/Internal/functions.php",
|
|
"src/Ipc/functions.php",
|
|
"src/Worker/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\Parallel\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
},
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
},
|
|
{
|
|
"name": "Stephen Coakley",
|
|
"email": "me@stephencoakley.com"
|
|
}
|
|
],
|
|
"description": "Parallel processing component for Amp.",
|
|
"homepage": "https://github.com/amphp/parallel",
|
|
"keywords": [
|
|
"async",
|
|
"asynchronous",
|
|
"concurrent",
|
|
"multi-processing",
|
|
"multi-threading"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/parallel/issues",
|
|
"source": "https://github.com/amphp/parallel/tree/v2.2.9"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-24T18:27:44+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/parser",
|
|
"version": "v1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/parser.git",
|
|
"reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/parser/zipball/3cf1f8b32a0171d4b1bed93d25617637a77cded7",
|
|
"reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.4"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "^5.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\Parser\\": "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": "A generator parser to make streaming parsers simple.",
|
|
"homepage": "https://github.com/amphp/parser",
|
|
"keywords": [
|
|
"async",
|
|
"non-blocking",
|
|
"parser",
|
|
"stream"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/parser/issues",
|
|
"source": "https://github.com/amphp/parser/tree/v1.1.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-21T19:16:53+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/pipeline",
|
|
"version": "v1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/pipeline.git",
|
|
"reference": "f1c2ce35d27ae86ead018adb803eccca7421dd9b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/pipeline/zipball/f1c2ce35d27ae86ead018adb803eccca7421dd9b",
|
|
"reference": "f1c2ce35d27ae86ead018adb803eccca7421dd9b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"php": ">=8.1",
|
|
"revolt/event-loop": "^1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"amphp/phpunit-util": "^3",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "^5.18"
|
|
},
|
|
"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.2.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-10T14:48:16+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/postgres",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/postgres.git",
|
|
"reference": "4fffbb2087e40ccaf779acdb27ca021d8718308d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/postgres/zipball/4fffbb2087e40ccaf779acdb27ca021d8718308d",
|
|
"reference": "4fffbb2087e40ccaf779acdb27ca021d8718308d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/pipeline": "^1",
|
|
"amphp/sql": "^2",
|
|
"amphp/sql-common": "^2",
|
|
"php": ">=8.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"amphp/phpunit-util": "^3",
|
|
"ext-pgsql": "*",
|
|
"ext-pq": "*",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "5.23"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php",
|
|
"src/Internal/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\Postgres\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
}
|
|
],
|
|
"description": "Asynchronous PostgreSQL client for Amp.",
|
|
"homepage": "https://amphp.org",
|
|
"keywords": [
|
|
"async",
|
|
"asynchronous",
|
|
"database",
|
|
"db",
|
|
"pgsql",
|
|
"postgre",
|
|
"postgresql"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/postgres/issues",
|
|
"source": "https://github.com/amphp/postgres/tree/v2.0.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-10T17:02:44+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/process",
|
|
"version": "v2.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/process.git",
|
|
"reference": "52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/process/zipball/52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d",
|
|
"reference": "52e08c09dec7511d5fbc1fb00d3e4e79fc77d58d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/byte-stream": "^2",
|
|
"amphp/sync": "^2",
|
|
"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": "^5.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\Process\\": "src"
|
|
}
|
|
},
|
|
"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": "A fiber-aware process manager based on Amp and Revolt.",
|
|
"homepage": "https://amphp.org/process",
|
|
"support": {
|
|
"issues": "https://github.com/amphp/process/issues",
|
|
"source": "https://github.com/amphp/process/tree/v2.0.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-04-19T03:13:44+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/redis",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/redis.git",
|
|
"reference": "5c14a57549140f053bef42ee1388b713fb200b36"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/redis/zipball/5c14a57549140f053bef42ee1388b713fb200b36",
|
|
"reference": "5c14a57549140f053bef42ee1388b713fb200b36",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/byte-stream": "^2",
|
|
"amphp/cache": "^2",
|
|
"amphp/parser": "^1",
|
|
"amphp/pipeline": "^1",
|
|
"amphp/serialization": "^1",
|
|
"amphp/socket": "^2",
|
|
"amphp/sync": "^2",
|
|
"league/uri": "^6.5|^7",
|
|
"php": ">=8.1",
|
|
"psr/log": "^1|^2|^3",
|
|
"revolt/event-loop": "^1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"amphp/phpunit-util": "^3",
|
|
"amphp/process": "^2",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "^5.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php",
|
|
"src/Internal/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\Redis\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
},
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
}
|
|
],
|
|
"description": "Efficient asynchronous communication with Redis servers, enabling scalable and responsive data storage and retrieval.",
|
|
"homepage": "https://amphp.org/redis",
|
|
"keywords": [
|
|
"amp",
|
|
"amphp",
|
|
"async",
|
|
"client",
|
|
"redis",
|
|
"revolt"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/redis/issues",
|
|
"source": "https://github.com/amphp/redis/tree/v2.0.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2023-08-20T16:35:39+00: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"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\Serialization\\": "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": "Serialization tools for IPC and data storage in PHP.",
|
|
"homepage": "https://github.com/amphp/serialization",
|
|
"keywords": [
|
|
"async",
|
|
"asynchronous",
|
|
"serialization",
|
|
"serialize"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/serialization/issues",
|
|
"source": "https://github.com/amphp/serialization/tree/master"
|
|
},
|
|
"time": "2020-03-25T21:39:07+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/socket",
|
|
"version": "v2.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/socket.git",
|
|
"reference": "58e0422221825b79681b72c50c47a930be7bf1e1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/socket/zipball/58e0422221825b79681b72c50c47a930be7bf1e1",
|
|
"reference": "58e0422221825b79681b72c50c47a930be7bf1e1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/byte-stream": "^2",
|
|
"amphp/dns": "^2",
|
|
"ext-openssl": "*",
|
|
"kelunik/certificate": "^1.1",
|
|
"league/uri": "^6.5 | ^7",
|
|
"league/uri-interfaces": "^2.3 | ^7",
|
|
"php": ">=8.1",
|
|
"revolt/event-loop": "^1 || ^0.2"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"amphp/phpunit-util": "^3",
|
|
"amphp/process": "^2",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "5.20"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php",
|
|
"src/Internal/functions.php",
|
|
"src/SocketAddress/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\Socket\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Lowrey",
|
|
"email": "rdlowrey@gmail.com"
|
|
},
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
},
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
}
|
|
],
|
|
"description": "Non-blocking socket connection / server implementations based on Amp and Revolt.",
|
|
"homepage": "https://github.com/amphp/socket",
|
|
"keywords": [
|
|
"amp",
|
|
"async",
|
|
"encryption",
|
|
"non-blocking",
|
|
"sockets",
|
|
"tcp",
|
|
"tls"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/socket/issues",
|
|
"source": "https://github.com/amphp/socket/tree/v2.3.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-04-21T14:33:03+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/sql",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/sql.git",
|
|
"reference": "4cf80b477b5d40089ba2c162373a604e06d57d7b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/sql/zipball/4cf80b477b5d40089ba2c162373a604e06d57d7b",
|
|
"reference": "4cf80b477b5d40089ba2c162373a604e06d57d7b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"php": ">=8.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "5.23"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\Sql\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Asynchronous SQL client for Amp.",
|
|
"homepage": "https://amphp.org",
|
|
"keywords": [
|
|
"async",
|
|
"asynchronous",
|
|
"database",
|
|
"db",
|
|
"sql"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/sql/issues",
|
|
"source": "https://github.com/amphp/sql/tree/v2.0.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-10T15:03:32+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/sql-common",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/sql-common.git",
|
|
"reference": "996b8ad67410a20f0df0e2315a174b4c58f21e1a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/sql-common/zipball/996b8ad67410a20f0df0e2315a174b4c58f21e1a",
|
|
"reference": "996b8ad67410a20f0df0e2315a174b4c58f21e1a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/sql": "^2",
|
|
"php": ">=8.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"amphp/phpunit-util": "^3",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "5.23"
|
|
},
|
|
"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.",
|
|
"homepage": "https://amphp.org",
|
|
"keywords": [
|
|
"async",
|
|
"asynchronous",
|
|
"database",
|
|
"db",
|
|
"sql"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/sql-common/issues",
|
|
"source": "https://github.com/amphp/sql-common/tree/v2.0.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-10T15:22:18+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/sync",
|
|
"version": "v2.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/sync.git",
|
|
"reference": "375ef5b54a0d12c38e12728dde05a55e30f2fbec"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/sync/zipball/375ef5b54a0d12c38e12728dde05a55e30f2fbec",
|
|
"reference": "375ef5b54a0d12c38e12728dde05a55e30f2fbec",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/pipeline": "^1",
|
|
"amphp/serialization": "^1",
|
|
"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": "5.23"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\Sync\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
},
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
},
|
|
{
|
|
"name": "Stephen Coakley",
|
|
"email": "me@stephencoakley.com"
|
|
}
|
|
],
|
|
"description": "Non-blocking synchronization primitives for PHP based on Amp and Revolt.",
|
|
"homepage": "https://github.com/amphp/sync",
|
|
"keywords": [
|
|
"async",
|
|
"asynchronous",
|
|
"mutex",
|
|
"semaphore",
|
|
"synchronization"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/sync/issues",
|
|
"source": "https://github.com/amphp/sync/tree/v2.2.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-12T01:00:01+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/websocket",
|
|
"version": "v2.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/websocket.git",
|
|
"reference": "1dc9d2c3b9b10965510d2762181254d825098419"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/websocket/zipball/1dc9d2c3b9b10965510d2762181254d825098419",
|
|
"reference": "1dc9d2c3b9b10965510d2762181254d825098419",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/byte-stream": "^2",
|
|
"amphp/parser": "^1",
|
|
"amphp/pipeline": "^1",
|
|
"amphp/socket": "^2",
|
|
"php": ">=8.1",
|
|
"revolt/event-loop": "^1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"amphp/phpunit-util": "^3",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "^5.18"
|
|
},
|
|
"suggest": {
|
|
"ext-zlib": "Required for compression"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\Websocket\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
},
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
},
|
|
{
|
|
"name": "Bob Weinand",
|
|
"email": "bobwei9@hotmail.com"
|
|
}
|
|
],
|
|
"description": "Shared code for websocket servers and clients.",
|
|
"homepage": "https://github.com/amphp/websocket",
|
|
"keywords": [
|
|
"amp",
|
|
"amphp",
|
|
"async",
|
|
"http",
|
|
"non-blocking",
|
|
"websocket"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/websocket/issues",
|
|
"source": "https://github.com/amphp/websocket/tree/v2.0.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2023-12-28T23:16:28+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/websocket-client",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/websocket-client.git",
|
|
"reference": "87a5d324997421c79cafbacb9a0f870f95fd42e9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/websocket-client/zipball/87a5d324997421c79cafbacb9a0f870f95fd42e9",
|
|
"reference": "87a5d324997421c79cafbacb9a0f870f95fd42e9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/byte-stream": "^2.1",
|
|
"amphp/http": "^2.1",
|
|
"amphp/http-client": "^5",
|
|
"amphp/socket": "^2.2",
|
|
"amphp/websocket": "^2",
|
|
"league/uri": "^6.8|^7.1",
|
|
"php": ">=8.1",
|
|
"psr/http-message": "^1|^2",
|
|
"revolt/event-loop": "^1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/http-server": "^3",
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"amphp/phpunit-util": "^3",
|
|
"amphp/websocket-server": "^3|^4",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "^5.18",
|
|
"psr/log": "^1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\Websocket\\Client\\": "src"
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/websocket-client/issues",
|
|
"source": "https://github.com/amphp/websocket-client/tree/v2.0.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2023-12-28T01:48:55+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/websocket-server",
|
|
"version": "v3.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/websocket-server.git",
|
|
"reference": "904902cc0e60950e10b4fb7fa3cb054f5e0c0b6a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/websocket-server/zipball/904902cc0e60950e10b4fb7fa3cb054f5e0c0b6a",
|
|
"reference": "904902cc0e60950e10b4fb7fa3cb054f5e0c0b6a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/byte-stream": "^2",
|
|
"amphp/http": "^2",
|
|
"amphp/http-server": "^3",
|
|
"amphp/socket": "^2",
|
|
"amphp/websocket": "^2",
|
|
"php": ">=8.1",
|
|
"psr/log": "^1|^2|^3",
|
|
"revolt/event-loop": "^1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/http-client": "^5-dev",
|
|
"amphp/http-server-router": "^2",
|
|
"amphp/http-server-static-content": "^2",
|
|
"amphp/log": "^2",
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"amphp/phpunit-util": "^3",
|
|
"amphp/websocket-client": "^2-dev",
|
|
"colinodell/psr-testlogger": "^1.2",
|
|
"league/climate": "^3",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "^5.4"
|
|
},
|
|
"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"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/amphp/websocket-server/issues",
|
|
"source": "https://github.com/amphp/websocket-server/tree/v3.0.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2023-10-21T17:10:20+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/windows-registry",
|
|
"version": "v1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/windows-registry.git",
|
|
"reference": "0d569e8f256cca974e3842b6e78b4e434bf98306"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/windows-registry/zipball/0d569e8f256cca974e3842b6e78b4e434bf98306",
|
|
"reference": "0d569e8f256cca974e3842b6e78b4e434bf98306",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/byte-stream": "^2",
|
|
"amphp/process": "^2",
|
|
"php": ">=8.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"psalm/phar": "^5.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\WindowsRegistry\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
}
|
|
],
|
|
"description": "Windows Registry Reader.",
|
|
"support": {
|
|
"issues": "https://github.com/amphp/windows-registry/issues",
|
|
"source": "https://github.com/amphp/windows-registry/tree/v1.0.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-01-30T23:01:51+00:00"
|
|
},
|
|
{
|
|
"name": "bacon/bacon-qr-code",
|
|
"version": "v3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Bacon/BaconQrCode.git",
|
|
"reference": "510de6eca6248d77d31b339d62437cc995e2fb41"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/510de6eca6248d77d31b339d62437cc995e2fb41",
|
|
"reference": "510de6eca6248d77d31b339d62437cc995e2fb41",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"dasprid/enum": "^1.0.3",
|
|
"ext-iconv": "*",
|
|
"php": "^8.1"
|
|
},
|
|
"require-dev": {
|
|
"phly/keep-a-changelog": "^2.12",
|
|
"phpunit/phpunit": "^10.5.11 || 11.0.4",
|
|
"spatie/phpunit-snapshot-assertions": "^5.1.5",
|
|
"squizlabs/php_codesniffer": "^3.9"
|
|
},
|
|
"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/v3.0.0"
|
|
},
|
|
"time": "2024-04-18T11:16:25+00:00"
|
|
},
|
|
{
|
|
"name": "danog/async-orm",
|
|
"version": "1.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/danog/AsyncOrm.git",
|
|
"reference": "8c1ea3e04ebdb3030ce0771ad3c1d922127a8e53"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/danog/AsyncOrm/zipball/8c1ea3e04ebdb3030ce0771ad3c1d922127a8e53",
|
|
"reference": "8c1ea3e04ebdb3030ce0771ad3c1d922127a8e53",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/mysql": "^3.0",
|
|
"amphp/postgres": "^2.0",
|
|
"amphp/redis": "^2.0",
|
|
"amphp/sync": "^2.2",
|
|
"php": ">=8.2.4",
|
|
"revolt/event-loop": "^1.0.6"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2.0.1",
|
|
"amphp/process": "^2.0.2",
|
|
"danog/phpdoc": "^0.1.22",
|
|
"friendsofphp/php-cs-fixer": "^3.52.1",
|
|
"infection/infection": "^0.28.1",
|
|
"phpunit/phpunit": "^11.0.9",
|
|
"vimeo/psalm": "dev-master"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"danog\\AsyncOrm\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniil Gentili",
|
|
"email": "daniil@daniil.it"
|
|
},
|
|
{
|
|
"name": "Alexander Pankratov",
|
|
"email": "alexander@i-c-a.su"
|
|
}
|
|
],
|
|
"description": "Async ORM based on AMPHP v3 and fibers.",
|
|
"support": {
|
|
"issues": "https://github.com/danog/AsyncOrm/issues",
|
|
"source": "https://github.com/danog/AsyncOrm/tree/1.0.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/danog",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-04-07T18:25:49+00:00"
|
|
},
|
|
{
|
|
"name": "danog/better-prometheus",
|
|
"version": "0.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/danog/better-prometheus.git",
|
|
"reference": "74e19343be41905572290878ca9fd0ef08ba0c5e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/danog/better-prometheus/zipball/74e19343be41905572290878ca9fd0ef08ba0c5e",
|
|
"reference": "74e19343be41905572290878ca9fd0ef08ba0c5e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"promphp/prometheus_client_php": "^2.10"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"danog/phpdoc": "^0.1.24",
|
|
"psalm/phar": "dev-master"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"danog\\BetterPrometheus\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniil Gentili",
|
|
"email": "daniil@daniil.it"
|
|
}
|
|
],
|
|
"description": "A better Prometheus library for PHP applications",
|
|
"support": {
|
|
"issues": "https://github.com/danog/better-prometheus/issues",
|
|
"source": "https://github.com/danog/better-prometheus/tree/0.1.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/danog",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-05-09T19:10:54+00:00"
|
|
},
|
|
{
|
|
"name": "danog/dns-over-https",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/danog/dns-over-https.git",
|
|
"reference": "8c4ac578b8c7231b6df91e03a28a4d807a636a93"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/danog/dns-over-https/zipball/8c4ac578b8c7231b6df91e03a28a4d807a636a93",
|
|
"reference": "8c4ac578b8c7231b6df91e03a28a4d807a636a93",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"amphp/cache": "^2",
|
|
"amphp/dns": "^2",
|
|
"amphp/http-client": "^5",
|
|
"amphp/parser": "^1",
|
|
"amphp/socket": "^2",
|
|
"danog/libdns-json": "^0.2",
|
|
"daverandom/libdns": "^2.0.1",
|
|
"ext-filter": "*",
|
|
"ext-json": "*",
|
|
"php": ">=8.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"amphp/phpunit-util": "^3",
|
|
"phpunit/phpunit": "^9",
|
|
"vimeo/psalm": "dev-master"
|
|
},
|
|
"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"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/danog/dns-over-https/issues",
|
|
"source": "https://github.com/danog/dns-over-https/tree/1.0.0"
|
|
},
|
|
"time": "2023-12-14T20:00:28+00:00"
|
|
},
|
|
{
|
|
"name": "danog/ipc",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/danog/ipc.git",
|
|
"reference": "ab6a5af03950e61846b36e65301e2bc278581a39"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/danog/ipc/zipball/ab6a5af03950e61846b36e65301e2bc278581a39",
|
|
"reference": "ab6a5af03950e61846b36e65301e2bc278581a39",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/byte-stream": "^2",
|
|
"amphp/parser": "^1",
|
|
"php": ">=8.1"
|
|
},
|
|
"require-dev": {
|
|
"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"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"lib/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\Ipc\\": "lib"
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/danog/ipc/issues",
|
|
"source": "https://github.com/danog/ipc/tree/1.0.0"
|
|
},
|
|
"time": "2023-02-14T13:19:59+00:00"
|
|
},
|
|
{
|
|
"name": "danog/libdns-json",
|
|
"version": "0.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/danog/LibDNSJson.git",
|
|
"reference": "a49d7930943666b86eb9f33e8305376a724280b9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/danog/LibDNSJson/zipball/a49d7930943666b86eb9f33e8305376a724280b9",
|
|
"reference": "a49d7930943666b86eb9f33e8305376a724280b9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"daverandom/libdns": "^2.0.1",
|
|
"ext-json": "*",
|
|
"php": ">=8.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "v2.x-dev",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "^5.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"danog\\LibDNSJson\\": "lib"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniil Gentili",
|
|
"email": "daniil@daniil.it"
|
|
},
|
|
{
|
|
"name": "Chris Wright",
|
|
"email": "addr@daverandom.com"
|
|
}
|
|
],
|
|
"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"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/danog/LibDNSJson/issues",
|
|
"source": "https://github.com/danog/LibDNSJson/tree/0.2.0"
|
|
},
|
|
"time": "2022-12-05T21:13:49+00:00"
|
|
},
|
|
{
|
|
"name": "danog/loop",
|
|
"version": "1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/danog/loop.git",
|
|
"reference": "83c42b26c1d8d070c56bc9c03e2e8a147b45c60f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/danog/loop/zipball/83c42b26c1d8d070c56bc9c03e2e8a147b45c60f",
|
|
"reference": "83c42b26c1d8d070c56bc9c03e2e8a147b45c60f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3",
|
|
"php": ">=8.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"amphp/phpunit-util": "^3",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "dev-master"
|
|
},
|
|
"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"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/danog/loop/issues",
|
|
"source": "https://github.com/danog/loop/tree/1.1.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/danog",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2023-09-30T12:45:07+00:00"
|
|
},
|
|
{
|
|
"name": "danog/madelineproto",
|
|
"version": "dev-v8_fix_cleanup",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/danog/MadelineProto.git",
|
|
"reference": "cb0743446bcddb821ce556d2f8a131f1da26d976"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/danog/MadelineProto/zipball/cb0743446bcddb821ce556d2f8a131f1da26d976",
|
|
"reference": "cb0743446bcddb821ce556d2f8a131f1da26d976",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^3.0.2",
|
|
"amphp/byte-stream": "^2.1.1",
|
|
"amphp/dns": "^2.1.2",
|
|
"amphp/file": "^3.1.0",
|
|
"amphp/http": "^2.1.1",
|
|
"amphp/http-client": "^5.1.0",
|
|
"amphp/http-client-cookies": "^2",
|
|
"amphp/http-server": "^3.3.1",
|
|
"amphp/log": "^2",
|
|
"amphp/mysql": "^3",
|
|
"amphp/postgres": "^2",
|
|
"amphp/redis": "^2",
|
|
"amphp/socket": "^2.3.1",
|
|
"amphp/websocket-client": "^2",
|
|
"bacon/bacon-qr-code": "^3",
|
|
"danog/async-orm": "^1.0.2",
|
|
"danog/better-prometheus": "^0.1.1",
|
|
"danog/dns-over-https": "^1",
|
|
"danog/ipc": "^1",
|
|
"danog/loop": "^1.1.1",
|
|
"danog/primemodule": "^1.0.13",
|
|
"danog/telegram-entities": "^1.0.4",
|
|
"danog/tg-dialog-id": "^1.0.1",
|
|
"danog/tg-file-decoder": "^1.0.1",
|
|
"ext-dom": "*",
|
|
"ext-fileinfo": "*",
|
|
"ext-filter": "*",
|
|
"ext-hash": "*",
|
|
"ext-json": "*",
|
|
"ext-xml": "*",
|
|
"ext-zlib": "*",
|
|
"league/uri": "^7.4.1",
|
|
"nikic/php-parser": "^5.0.2",
|
|
"php-64bit": ">=8.2",
|
|
"phpseclib/phpseclib": "^3.0.37",
|
|
"psr/http-factory": "^1.1.0",
|
|
"psr/log": "^3",
|
|
"revolt/event-loop": "^1.0.6",
|
|
"symfony/polyfill-mbstring": "*",
|
|
"webmozart/assert": "^1.11"
|
|
},
|
|
"conflict": {
|
|
"ext-pthreads": "*",
|
|
"krakjoe/pthreads-polyfill": "*"
|
|
},
|
|
"require-dev": {
|
|
"amphp/phpunit-util": "^3",
|
|
"bamarni/composer-bin-plugin": "1.8.2",
|
|
"brianium/paratest": "^6.11.1",
|
|
"danog/phpdoc": "^0.1.24",
|
|
"dg/bypass-finals": "dev-master",
|
|
"ext-ctype": "*",
|
|
"phpunit/phpunit": "^9.6.19",
|
|
"revolt/event-loop-adapter-react": "^1.1.1",
|
|
"symfony/yaml": "^6.4.7",
|
|
"vimeo/psalm": "dev-master"
|
|
},
|
|
"suggest": {
|
|
"ext-bcmath": "Install the bcmath extension to speed up authorization",
|
|
"ext-ffi": "Install the primemodule and FFI extensions to speed up MadelineProto (https://prime.madelineproto.xyz)",
|
|
"ext-gmp": "Install the gmp extension to speed up authorization",
|
|
"ext-openssl": "Install the openssl extension for faster crypto",
|
|
"ext-pdo": "Install the pdo extension to store session data on MySQL",
|
|
"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!"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/polyfill.php"
|
|
],
|
|
"psr-4": {
|
|
"danog\\MadelineProto\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AGPL-3.0-only"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniil Gentili",
|
|
"email": "daniil@daniil.it"
|
|
}
|
|
],
|
|
"description": "Async PHP client API for the telegram MTProto protocol.",
|
|
"homepage": "https://docs.madelineproto.xyz",
|
|
"keywords": [
|
|
"GB",
|
|
"Messenger",
|
|
"audio",
|
|
"bytes",
|
|
"client",
|
|
"files",
|
|
"mtproto",
|
|
"php",
|
|
"protocol",
|
|
"stickers",
|
|
"telegram",
|
|
"video"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/danog/MadelineProto/issues",
|
|
"source": "https://github.com/danog/MadelineProto/tree/v8_fix_cleanup"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/danog",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-06-27T16:52:00+00:00"
|
|
},
|
|
{
|
|
"name": "danog/primemodule",
|
|
"version": "1.0.13",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/danog/PrimeModule.git",
|
|
"reference": "e7ebfc1ea64c24186e49064cd4b76bc76c28600e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/danog/PrimeModule/zipball/e7ebfc1ea64c24186e49064cd4b76bc76c28600e",
|
|
"reference": "e7ebfc1ea64c24186e49064cd4b76bc76c28600e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phabel/phabel": "^1"
|
|
},
|
|
"suggest": {
|
|
"ext-primemodule": "Install the native C++ extension for extremely fast factorization (https://prime.madelineproto.xyz)"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"phabel": {
|
|
"revision": 0
|
|
}
|
|
},
|
|
"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.\"",
|
|
"support": {
|
|
"issues": "https://github.com/danog/PrimeModule/issues",
|
|
"source": "https://github.com/danog/PrimeModule/tree/1.0.13"
|
|
},
|
|
"time": "2023-05-27T14:41:40+00:00"
|
|
},
|
|
{
|
|
"name": "danog/telegram-entities",
|
|
"version": "1.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/danog/telegram-entities.git",
|
|
"reference": "5202723d6d19471504f7d51130069c45fec952c2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/danog/telegram-entities/zipball/5202723d6d19471504f7d51130069c45fec952c2",
|
|
"reference": "5202723d6d19471504f7d51130069c45fec952c2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php-64bit": ">=8.2.4",
|
|
"symfony/polyfill-mbstring": "*",
|
|
"webmozart/assert": "^1.11"
|
|
},
|
|
"require-dev": {
|
|
"amphp/http-client": "^5.0",
|
|
"amphp/php-cs-fixer-config": "^2.0.1",
|
|
"danog/phpdoc": "^0.1.22",
|
|
"friendsofphp/php-cs-fixer": "^3.52.1",
|
|
"infection/infection": "^0.28.1",
|
|
"phpunit/phpunit": "^11.0.9",
|
|
"vimeo/psalm": "dev-master"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"danog\\TelegramEntities\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniil Gentili",
|
|
"email": "daniil@daniil.it"
|
|
}
|
|
],
|
|
"description": "A library to work with Telegram UTF-16 styled text entities.",
|
|
"support": {
|
|
"issues": "https://github.com/danog/telegram-entities/issues",
|
|
"source": "https://github.com/danog/telegram-entities/tree/1.0.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/danog",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-05-09T18:33:35+00:00"
|
|
},
|
|
{
|
|
"name": "danog/tg-dialog-id",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/danog/tg-dialog-id.git",
|
|
"reference": "1bc37a5e599347d3b3c5f078d231b4edc161ae80"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/danog/tg-dialog-id/zipball/1bc37a5e599347d3b3c5f078d231b4edc161ae80",
|
|
"reference": "1bc37a5e599347d3b3c5f078d231b4edc161ae80",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php-64bit": ">=8.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/file": "^3.1",
|
|
"amphp/php-cs-fixer-config": "^2.0.1",
|
|
"danog/phpdoc": "^0.1.22",
|
|
"infection/infection": "^0.28.1",
|
|
"phpunit/phpunit": "^11.0.9|^10",
|
|
"vimeo/psalm": "dev-master"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"danog\\DialogId\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniil Gentili",
|
|
"email": "daniil@daniil.it"
|
|
}
|
|
],
|
|
"description": "A library to work with Telegram bot API dialog IDs",
|
|
"support": {
|
|
"issues": "https://github.com/danog/tg-dialog-id/issues",
|
|
"source": "https://github.com/danog/tg-dialog-id/tree/1.0.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/danog",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-05-10T12:25:19+00:00"
|
|
},
|
|
{
|
|
"name": "danog/tg-file-decoder",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/danog/tg-file-decoder.git",
|
|
"reference": "5b1b69369e13a16b7a4905bf034a8ed997e5eaf8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/danog/tg-file-decoder/zipball/5b1b69369e13a16b7a4905bf034a8ed997e5eaf8",
|
|
"reference": "5b1b69369e13a16b7a4905bf034a8ed997e5eaf8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php-64bit": ">=8.2"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"danog/phpdoc": "^0.1.22",
|
|
"phpunit/phpunit": "^11",
|
|
"vimeo/psalm": "dev-master"
|
|
},
|
|
"type": "project",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"danog\\Decoder\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AGPL-3.0-only"
|
|
],
|
|
"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"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/danog/tg-file-decoder/issues",
|
|
"source": "https://github.com/danog/tg-file-decoder/tree/1.0.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/danog",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-04-19T21:31:39+00:00"
|
|
},
|
|
{
|
|
"name": "dasprid/enum",
|
|
"version": "1.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/DASPRiD/Enum.git",
|
|
"reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/DASPRiD/Enum/zipball/6faf451159fb8ba4126b925ed2d78acfce0dc016",
|
|
"reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016",
|
|
"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.5"
|
|
},
|
|
"time": "2023-08-25T16:18:39+00:00"
|
|
},
|
|
{
|
|
"name": "daverandom/libdns",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/DaveRandom/LibDNS.git",
|
|
"reference": "b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/DaveRandom/LibDNS/zipball/b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a",
|
|
"reference": "b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"php": ">=7.1"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "Required for IDN support"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"LibDNS\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "DNS protocol implementation written in pure PHP",
|
|
"keywords": [
|
|
"dns"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/DaveRandom/LibDNS/issues",
|
|
"source": "https://github.com/DaveRandom/LibDNS/tree/v2.1.0"
|
|
},
|
|
"time": "2024-04-12T12:12:48+00:00"
|
|
},
|
|
{
|
|
"name": "kelunik/certificate",
|
|
"version": "v1.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/kelunik/certificate.git",
|
|
"reference": "7e00d498c264d5eb4f78c69f41c8bd6719c0199e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/kelunik/certificate/zipball/7e00d498c264d5eb4f78c69f41c8bd6719c0199e",
|
|
"reference": "7e00d498c264d5eb4f78c69f41c8bd6719c0199e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-openssl": "*",
|
|
"php": ">=7.0"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
"phpunit/phpunit": "^6 | 7 | ^8 | ^9"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Kelunik\\Certificate\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
}
|
|
],
|
|
"description": "Access certificate details and transform between different formats.",
|
|
"keywords": [
|
|
"DER",
|
|
"certificate",
|
|
"certificates",
|
|
"openssl",
|
|
"pem",
|
|
"x509"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/kelunik/certificate/issues",
|
|
"source": "https://github.com/kelunik/certificate/tree/v1.1.3"
|
|
},
|
|
"time": "2023-02-03T21:26:53+00:00"
|
|
},
|
|
{
|
|
"name": "league/uri",
|
|
"version": "7.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/uri.git",
|
|
"reference": "bedb6e55eff0c933668addaa7efa1e1f2c417cc4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/uri/zipball/bedb6e55eff0c933668addaa7efa1e1f2c417cc4",
|
|
"reference": "bedb6e55eff0c933668addaa7efa1e1f2c417cc4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"league/uri-interfaces": "^7.3",
|
|
"php": "^8.1"
|
|
},
|
|
"conflict": {
|
|
"league/uri-schemes": "^1.0"
|
|
},
|
|
"suggest": {
|
|
"ext-bcmath": "to improve IPV4 host parsing",
|
|
"ext-fileinfo": "to create Data URI from file contennts",
|
|
"ext-gmp": "to improve IPV4 host parsing",
|
|
"ext-intl": "to handle IDN host with the best performance",
|
|
"jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
|
|
"league/uri-components": "Needed to easily manipulate URI objects components",
|
|
"php-64bit": "to improve IPV4 host parsing",
|
|
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "7.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\Uri\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ignace Nyamagana Butera",
|
|
"email": "nyamsprod@gmail.com",
|
|
"homepage": "https://nyamsprod.com"
|
|
}
|
|
],
|
|
"description": "URI manipulation library",
|
|
"homepage": "https://uri.thephpleague.com",
|
|
"keywords": [
|
|
"data-uri",
|
|
"file-uri",
|
|
"ftp",
|
|
"hostname",
|
|
"http",
|
|
"https",
|
|
"middleware",
|
|
"parse_str",
|
|
"parse_url",
|
|
"psr-7",
|
|
"query-string",
|
|
"querystring",
|
|
"rfc3986",
|
|
"rfc3987",
|
|
"rfc6570",
|
|
"uri",
|
|
"uri-template",
|
|
"url",
|
|
"ws"
|
|
],
|
|
"support": {
|
|
"docs": "https://uri.thephpleague.com",
|
|
"forum": "https://thephpleague.slack.com",
|
|
"issues": "https://github.com/thephpleague/uri-src/issues",
|
|
"source": "https://github.com/thephpleague/uri/tree/7.4.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sponsors/nyamsprod",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-23T07:42:40+00:00"
|
|
},
|
|
{
|
|
"name": "league/uri-components",
|
|
"version": "7.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/uri-components.git",
|
|
"reference": "b94fe4097885f1b51c4c3fcb78025fbbabbb5d9d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/uri-components/zipball/b94fe4097885f1b51c4c3fcb78025fbbabbb5d9d",
|
|
"reference": "b94fe4097885f1b51c4c3fcb78025fbbabbb5d9d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"league/uri": "^7.3",
|
|
"php": "^8.1"
|
|
},
|
|
"suggest": {
|
|
"ext-bcmath": "to improve IPV4 host parsing",
|
|
"ext-fileinfo": "to create Data URI from file contennts",
|
|
"ext-gmp": "to improve IPV4 host parsing",
|
|
"ext-intl": "to handle IDN host with the best performance",
|
|
"ext-mbstring": "to use the sorting algorithm of URLSearchParams",
|
|
"jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
|
|
"php-64bit": "to improve IPV4 host parsing",
|
|
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "7.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\Uri\\": ""
|
|
}
|
|
},
|
|
"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",
|
|
"middleware",
|
|
"modifier",
|
|
"path",
|
|
"port",
|
|
"query",
|
|
"rfc3986",
|
|
"scheme",
|
|
"uri",
|
|
"url",
|
|
"userinfo"
|
|
],
|
|
"support": {
|
|
"docs": "https://uri.thephpleague.com",
|
|
"forum": "https://thephpleague.slack.com",
|
|
"issues": "https://github.com/thephpleague/uri-src/issues",
|
|
"source": "https://github.com/thephpleague/uri-components/tree/7.4.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/nyamsprod",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-23T07:42:40+00:00"
|
|
},
|
|
{
|
|
"name": "league/uri-interfaces",
|
|
"version": "7.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/uri-interfaces.git",
|
|
"reference": "8d43ef5c841032c87e2de015972c06f3865ef718"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/8d43ef5c841032c87e2de015972c06f3865ef718",
|
|
"reference": "8d43ef5c841032c87e2de015972c06f3865ef718",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-filter": "*",
|
|
"php": "^8.1",
|
|
"psr/http-factory": "^1",
|
|
"psr/http-message": "^1.1 || ^2.0"
|
|
},
|
|
"suggest": {
|
|
"ext-bcmath": "to improve IPV4 host parsing",
|
|
"ext-gmp": "to improve IPV4 host parsing",
|
|
"ext-intl": "to handle IDN host with the best performance",
|
|
"php-64bit": "to improve IPV4 host parsing",
|
|
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "7.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\Uri\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ignace Nyamagana Butera",
|
|
"email": "nyamsprod@gmail.com",
|
|
"homepage": "https://nyamsprod.com"
|
|
}
|
|
],
|
|
"description": "Common interfaces and classes for URI representation and interaction",
|
|
"homepage": "https://uri.thephpleague.com",
|
|
"keywords": [
|
|
"data-uri",
|
|
"file-uri",
|
|
"ftp",
|
|
"hostname",
|
|
"http",
|
|
"https",
|
|
"parse_str",
|
|
"parse_url",
|
|
"psr-7",
|
|
"query-string",
|
|
"querystring",
|
|
"rfc3986",
|
|
"rfc3987",
|
|
"rfc6570",
|
|
"uri",
|
|
"url",
|
|
"ws"
|
|
],
|
|
"support": {
|
|
"docs": "https://uri.thephpleague.com",
|
|
"forum": "https://thephpleague.slack.com",
|
|
"issues": "https://github.com/thephpleague/uri-src/issues",
|
|
"source": "https://github.com/thephpleague/uri-interfaces/tree/7.4.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sponsors/nyamsprod",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-23T07:42:40+00:00"
|
|
},
|
|
{
|
|
"name": "monolog/monolog",
|
|
"version": "3.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/monolog.git",
|
|
"reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/f4393b648b78a5408747de94fca38beb5f7e9ef8",
|
|
"reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"psr/log": "^2.0 || ^3.0"
|
|
},
|
|
"provide": {
|
|
"psr/log-implementation": "3.0.0"
|
|
},
|
|
"require-dev": {
|
|
"aws/aws-sdk-php": "^3.0",
|
|
"doctrine/couchdb": "~1.0@dev",
|
|
"elasticsearch/elasticsearch": "^7 || ^8",
|
|
"ext-json": "*",
|
|
"graylog2/gelf-php": "^1.4.2 || ^2.0",
|
|
"guzzlehttp/guzzle": "^7.4.5",
|
|
"guzzlehttp/psr7": "^2.2",
|
|
"mongodb/mongodb": "^1.8",
|
|
"php-amqplib/php-amqplib": "~2.4 || ^3",
|
|
"phpstan/phpstan": "^1.9",
|
|
"phpstan/phpstan-deprecation-rules": "^1.0",
|
|
"phpstan/phpstan-strict-rules": "^1.4",
|
|
"phpunit/phpunit": "^10.5.17",
|
|
"predis/predis": "^1.1 || ^2",
|
|
"ruflin/elastica": "^7",
|
|
"symfony/mailer": "^5.4 || ^6",
|
|
"symfony/mime": "^5.4 || ^6"
|
|
},
|
|
"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)",
|
|
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
|
|
"ext-mbstring": "Allow to work properly with unicode symbols",
|
|
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
|
|
"ext-openssl": "Required to send log messages using SSL",
|
|
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
|
|
"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": {
|
|
"dev-main": "3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Monolog\\": "src/Monolog"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "https://seld.be"
|
|
}
|
|
],
|
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
"homepage": "https://github.com/Seldaek/monolog",
|
|
"keywords": [
|
|
"log",
|
|
"logging",
|
|
"psr-3"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Seldaek/monolog/issues",
|
|
"source": "https://github.com/Seldaek/monolog/tree/3.7.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/Seldaek",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2024-06-28T09:40:51+00: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"
|
|
],
|
|
"psr-4": {
|
|
"FastRoute\\": "src/"
|
|
}
|
|
},
|
|
"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"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/nikic/FastRoute/issues",
|
|
"source": "https://github.com/nikic/FastRoute/tree/master"
|
|
},
|
|
"time": "2018-02-13T20:26:39+00:00"
|
|
},
|
|
{
|
|
"name": "nikic/php-parser",
|
|
"version": "v5.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
|
"reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
|
|
"reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"ext-json": "*",
|
|
"ext-tokenizer": "*",
|
|
"php": ">=7.4"
|
|
},
|
|
"require-dev": {
|
|
"ircmaxell/php-yacc": "^0.0.7",
|
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
|
|
},
|
|
"bin": [
|
|
"bin/php-parse"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.0-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/v5.0.2"
|
|
},
|
|
"time": "2024-03-05T20:51:40+00:00"
|
|
},
|
|
{
|
|
"name": "paragonie/constant_time_encoding",
|
|
"version": "v3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paragonie/constant_time_encoding.git",
|
|
"reference": "df1e7fde177501eee2037dd159cf04f5f301a512"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/df1e7fde177501eee2037dd159cf04f5f301a512",
|
|
"reference": "df1e7fde177501eee2037dd159cf04f5f301a512",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^8"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9",
|
|
"vimeo/psalm": "^4|^5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"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"
|
|
},
|
|
{
|
|
"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"
|
|
],
|
|
"support": {
|
|
"email": "info@paragonie.com",
|
|
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
|
|
"source": "https://github.com/paragonie/constant_time_encoding"
|
|
},
|
|
"time": "2024-05-08T12:36:18+00:00"
|
|
},
|
|
{
|
|
"name": "paragonie/random_compat",
|
|
"version": "v9.99.100",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paragonie/random_compat.git",
|
|
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
|
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">= 7"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*|5.*",
|
|
"vimeo/psalm": "^1"
|
|
},
|
|
"suggest": {
|
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
},
|
|
"type": "library",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paragon Initiative Enterprises",
|
|
"email": "security@paragonie.com",
|
|
"homepage": "https://paragonie.com"
|
|
}
|
|
],
|
|
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
|
"keywords": [
|
|
"csprng",
|
|
"polyfill",
|
|
"pseudorandom",
|
|
"random"
|
|
],
|
|
"support": {
|
|
"email": "info@paragonie.com",
|
|
"issues": "https://github.com/paragonie/random_compat/issues",
|
|
"source": "https://github.com/paragonie/random_compat"
|
|
},
|
|
"time": "2020-10-15T08:29:30+00:00"
|
|
},
|
|
{
|
|
"name": "phpoption/phpoption",
|
|
"version": "1.9.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/schmittjoh/php-option.git",
|
|
"reference": "80735db690fe4fc5c76dfa7f9b770634285fa820"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820",
|
|
"reference": "80735db690fe4fc5c76dfa7f9b770634285fa820",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
|
"phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"bamarni-bin": {
|
|
"bin-links": true,
|
|
"forward-command": true
|
|
},
|
|
"branch-alias": {
|
|
"dev-master": "1.9-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpOption\\": "src/PhpOption/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Johannes M. Schmitt",
|
|
"email": "schmittjoh@gmail.com",
|
|
"homepage": "https://github.com/schmittjoh"
|
|
},
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "hello@gjcampbell.co.uk",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
}
|
|
],
|
|
"description": "Option Type for PHP",
|
|
"keywords": [
|
|
"language",
|
|
"option",
|
|
"php",
|
|
"type"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/schmittjoh/php-option/issues",
|
|
"source": "https://github.com/schmittjoh/php-option/tree/1.9.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2023-11-12T21:59:55+00:00"
|
|
},
|
|
{
|
|
"name": "phpseclib/phpseclib",
|
|
"version": "3.0.39",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpseclib/phpseclib.git",
|
|
"reference": "211ebc399c6e73c225a018435fe5ae209d1d1485"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/211ebc399c6e73c225a018435fe5ae209d1d1485",
|
|
"reference": "211ebc399c6e73c225a018435fe5ae209d1d1485",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"paragonie/constant_time_encoding": "^1|^2|^3",
|
|
"paragonie/random_compat": "^1.4|^2.0|^9.99.99",
|
|
"php": ">=5.6.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-dom": "Install the DOM extension to load XML formatted public keys.",
|
|
"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",
|
|
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.39"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2024-06-24T06:27:33+00:00"
|
|
},
|
|
{
|
|
"name": "promphp/prometheus_client_php",
|
|
"version": "v2.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PromPHP/prometheus_client_php.git",
|
|
"reference": "a09ea80ec1ec26dd1d4853e9af2a811e898dbfeb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PromPHP/prometheus_client_php/zipball/a09ea80ec1ec26dd1d4853e9af2a811e898dbfeb",
|
|
"reference": "a09ea80ec1ec26dd1d4853e9af2a811e898dbfeb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": "^7.2|^8.0"
|
|
},
|
|
"replace": {
|
|
"endclothing/prometheus_client_php": "*",
|
|
"jimdo/prometheus_client_php": "*",
|
|
"lkaemmerling/prometheus_client_php": "*"
|
|
},
|
|
"require-dev": {
|
|
"guzzlehttp/guzzle": "^6.3|^7.0",
|
|
"phpstan/extension-installer": "^1.0",
|
|
"phpstan/phpstan": "^1.5.4",
|
|
"phpstan/phpstan-phpunit": "^1.1.0",
|
|
"phpstan/phpstan-strict-rules": "^1.1.0",
|
|
"phpunit/phpunit": "^9.4",
|
|
"squizlabs/php_codesniffer": "^3.6",
|
|
"symfony/polyfill-apcu": "^1.6"
|
|
},
|
|
"suggest": {
|
|
"ext-apc": "Required if using APCu.",
|
|
"ext-redis": "Required if using Redis.",
|
|
"promphp/prometheus_push_gateway_php": "An easy client for using Prometheus PushGateway.",
|
|
"symfony/polyfill-apcu": "Required if you use APCu on PHP8.0+"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Prometheus\\": "src/Prometheus/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Lukas Kämmerling",
|
|
"email": "kontakt@lukas-kaemmerling.de"
|
|
}
|
|
],
|
|
"description": "Prometheus instrumentation library for PHP applications.",
|
|
"support": {
|
|
"issues": "https://github.com/PromPHP/prometheus_client_php/issues",
|
|
"source": "https://github.com/PromPHP/prometheus_client_php/tree/v2.10.0"
|
|
},
|
|
"time": "2024-02-01T13:28:34+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-factory",
|
|
"version": "1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-factory.git",
|
|
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
|
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"psr/http-message": "^1.0 || ^2.0"
|
|
},
|
|
"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",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
|
|
"keywords": [
|
|
"factory",
|
|
"http",
|
|
"message",
|
|
"psr",
|
|
"psr-17",
|
|
"psr-7",
|
|
"request",
|
|
"response"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/http-factory"
|
|
},
|
|
"time": "2024-04-15T12:06:14+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-message",
|
|
"version": "2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
|
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Message\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://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"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/http-message/tree/2.0"
|
|
},
|
|
"time": "2023-04-04T09:54:51+00:00"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/log/tree/3.0.0"
|
|
},
|
|
"time": "2021-07-14T16:46:02+00:00"
|
|
},
|
|
{
|
|
"name": "revolt/event-loop",
|
|
"version": "v1.0.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/revoltphp/event-loop.git",
|
|
"reference": "25de49af7223ba039f64da4ae9a28ec2d10d0254"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/revoltphp/event-loop/zipball/25de49af7223ba039f64da4ae9a28ec2d10d0254",
|
|
"reference": "25de49af7223ba039f64da4ae9a28ec2d10d0254",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.1"
|
|
},
|
|
"require-dev": {
|
|
"ext-json": "*",
|
|
"jetbrains/phpstorm-stubs": "^2019.3",
|
|
"phpunit/phpunit": "^9",
|
|
"psalm/phar": "^5.15"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Revolt\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
},
|
|
{
|
|
"name": "Cees-Jan Kiewiet",
|
|
"email": "ceesjank@gmail.com"
|
|
},
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "christian@clue.engineering"
|
|
},
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
}
|
|
],
|
|
"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",
|
|
"source": "https://github.com/revoltphp/event-loop/tree/v1.0.6"
|
|
},
|
|
"time": "2023-11-30T05:34:44+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-ctype",
|
|
"version": "v1.30.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
"reference": "0424dff1c58f028c451efff2045f5d92410bd540"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540",
|
|
"reference": "0424dff1c58f028c451efff2045f5d92410bd540",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"provide": {
|
|
"ext-ctype": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-ctype": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gert de Pagter",
|
|
"email": "BackEndTea@gmail.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for ctype functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"ctype",
|
|
"polyfill",
|
|
"portable"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.0"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2024-05-31T15:07:36+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.30.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c",
|
|
"reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"provide": {
|
|
"ext-mbstring": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"mbstring",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2024-06-19T12:30:46+00:00"
|
|
},
|
|
{
|
|
"name": "vlucas/phpdotenv",
|
|
"version": "v4.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/vlucas/phpdotenv.git",
|
|
"reference": "67a491df68208bef8c37092db11fa3885008efcf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/67a491df68208bef8c37092db11fa3885008efcf",
|
|
"reference": "67a491df68208bef8c37092db11fa3885008efcf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.5.9 || ^7.0 || ^8.0",
|
|
"phpoption/phpoption": "^1.7.3",
|
|
"symfony/polyfill-ctype": "^1.17"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.4.1",
|
|
"ext-filter": "*",
|
|
"ext-pcre": "*",
|
|
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.30"
|
|
},
|
|
"suggest": {
|
|
"ext-filter": "Required to use the boolean validator.",
|
|
"ext-pcre": "Required to use most of the library."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"bamarni-bin": {
|
|
"bin-links": true,
|
|
"forward-command": true
|
|
},
|
|
"branch-alias": {
|
|
"dev-master": "4.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Dotenv\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "hello@gjcampbell.co.uk",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Vance Lucas",
|
|
"email": "vance@vancelucas.com",
|
|
"homepage": "https://github.com/vlucas"
|
|
}
|
|
],
|
|
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
|
|
"keywords": [
|
|
"dotenv",
|
|
"env",
|
|
"environment"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/vlucas/phpdotenv/issues",
|
|
"source": "https://github.com/vlucas/phpdotenv/tree/v4.3.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-10-16T00:51:09+00: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"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "amphp/php-cs-fixer-config",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/php-cs-fixer-config.git",
|
|
"reference": "0fad9ec6a10a0a58fbf8cb77f41da34f80c031d6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/php-cs-fixer-config/zipball/0fad9ec6a10a0a58fbf8cb77f41da34f80c031d6",
|
|
"reference": "0fad9ec6a10a0a58fbf8cb77f41da34f80c031d6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"friendsofphp/php-cs-fixer": "^3.5",
|
|
"php": ">=7.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\CodeStyle\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
},
|
|
{
|
|
"name": "Sascha-Oliver Prolic",
|
|
"email": "saschaprolic@googlemail.com"
|
|
}
|
|
],
|
|
"description": "Code style config for AMPHP.",
|
|
"support": {
|
|
"issues": "https://github.com/amphp/php-cs-fixer-config/issues",
|
|
"source": "https://github.com/amphp/php-cs-fixer-config/tree/v2.1.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-04-19T02:16:09+00:00"
|
|
},
|
|
{
|
|
"name": "clue/ndjson-react",
|
|
"version": "v1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/clue/reactphp-ndjson.git",
|
|
"reference": "392dc165fce93b5bb5c637b67e59619223c931b0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/clue/reactphp-ndjson/zipball/392dc165fce93b5bb5c637b67e59619223c931b0",
|
|
"reference": "392dc165fce93b5bb5c637b67e59619223c931b0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"react/stream": "^1.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35",
|
|
"react/event-loop": "^1.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Clue\\React\\NDJson\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "christian@clue.engineering"
|
|
}
|
|
],
|
|
"description": "Streaming newline-delimited JSON (NDJSON) parser and encoder for ReactPHP.",
|
|
"homepage": "https://github.com/clue/reactphp-ndjson",
|
|
"keywords": [
|
|
"NDJSON",
|
|
"json",
|
|
"jsonlines",
|
|
"newline",
|
|
"reactphp",
|
|
"streaming"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/clue/reactphp-ndjson/issues",
|
|
"source": "https://github.com/clue/reactphp-ndjson/tree/v1.3.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://clue.engineering/support",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/clue",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-12-23T10:58:28+00:00"
|
|
},
|
|
{
|
|
"name": "composer/pcre",
|
|
"version": "3.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/pcre.git",
|
|
"reference": "04229f163664973f68f38f6f73d917799168ef24"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/pcre/zipball/04229f163664973f68f38f6f73d917799168ef24",
|
|
"reference": "04229f163664973f68f38f6f73d917799168ef24",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.3",
|
|
"phpstan/phpstan-strict-rules": "^1.1",
|
|
"symfony/phpunit-bridge": "^5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\Pcre\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
}
|
|
],
|
|
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
|
|
"keywords": [
|
|
"PCRE",
|
|
"preg",
|
|
"regex",
|
|
"regular expression"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/composer/pcre/issues",
|
|
"source": "https://github.com/composer/pcre/tree/3.1.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://packagist.com",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/composer",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2024-05-27T13:40:54+00:00"
|
|
},
|
|
{
|
|
"name": "composer/semver",
|
|
"version": "3.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/semver.git",
|
|
"reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
|
|
"reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.2 || ^7.0 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.4",
|
|
"symfony/phpunit-bridge": "^4.2 || ^5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\Semver\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nils Adermann",
|
|
"email": "naderman@naderman.de",
|
|
"homepage": "http://www.naderman.de"
|
|
},
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
},
|
|
{
|
|
"name": "Rob Bast",
|
|
"email": "rob.bast@gmail.com",
|
|
"homepage": "http://robbast.nl"
|
|
}
|
|
],
|
|
"description": "Semver library that offers utilities, version constraint parsing and validation.",
|
|
"keywords": [
|
|
"semantic",
|
|
"semver",
|
|
"validation",
|
|
"versioning"
|
|
],
|
|
"support": {
|
|
"irc": "ircs://irc.libera.chat:6697/composer",
|
|
"issues": "https://github.com/composer/semver/issues",
|
|
"source": "https://github.com/composer/semver/tree/3.4.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://packagist.com",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/composer",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2023-08-31T09:50:34+00:00"
|
|
},
|
|
{
|
|
"name": "composer/xdebug-handler",
|
|
"version": "3.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/xdebug-handler.git",
|
|
"reference": "6c1925561632e83d60a44492e0b344cf48ab85ef"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef",
|
|
"reference": "6c1925561632e83d60a44492e0b344cf48ab85ef",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer/pcre": "^1 || ^2 || ^3",
|
|
"php": "^7.2.5 || ^8.0",
|
|
"psr/log": "^1 || ^2 || ^3"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.0",
|
|
"phpstan/phpstan-strict-rules": "^1.1",
|
|
"phpunit/phpunit": "^8.5 || ^9.6 || ^10.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\XdebugHandler\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "John Stevenson",
|
|
"email": "john-stevenson@blueyonder.co.uk"
|
|
}
|
|
],
|
|
"description": "Restarts a process without Xdebug.",
|
|
"keywords": [
|
|
"Xdebug",
|
|
"performance"
|
|
],
|
|
"support": {
|
|
"irc": "ircs://irc.libera.chat:6697/composer",
|
|
"issues": "https://github.com/composer/xdebug-handler/issues",
|
|
"source": "https://github.com/composer/xdebug-handler/tree/3.0.5"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://packagist.com",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/composer",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2024-05-06T16:37:16+00:00"
|
|
},
|
|
{
|
|
"name": "evenement/evenement",
|
|
"version": "v3.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/igorw/evenement.git",
|
|
"reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc",
|
|
"reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9 || ^6"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Evenement\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Igor Wiedler",
|
|
"email": "igor@wiedler.ch"
|
|
}
|
|
],
|
|
"description": "Événement is a very simple event dispatching library for PHP",
|
|
"keywords": [
|
|
"event-dispatcher",
|
|
"event-emitter"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/igorw/evenement/issues",
|
|
"source": "https://github.com/igorw/evenement/tree/v3.0.2"
|
|
},
|
|
"time": "2023-08-08T05:53:35+00:00"
|
|
},
|
|
{
|
|
"name": "fidry/cpu-core-counter",
|
|
"version": "1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/theofidry/cpu-core-counter.git",
|
|
"reference": "f92996c4d5c1a696a6a970e20f7c4216200fcc42"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/f92996c4d5c1a696a6a970e20f7c4216200fcc42",
|
|
"reference": "f92996c4d5c1a696a6a970e20f7c4216200fcc42",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"fidry/makefile": "^0.2.0",
|
|
"fidry/php-cs-fixer-config": "^1.1.2",
|
|
"phpstan/extension-installer": "^1.2.0",
|
|
"phpstan/phpstan": "^1.9.2",
|
|
"phpstan/phpstan-deprecation-rules": "^1.0.0",
|
|
"phpstan/phpstan-phpunit": "^1.2.2",
|
|
"phpstan/phpstan-strict-rules": "^1.4.4",
|
|
"phpunit/phpunit": "^8.5.31 || ^9.5.26",
|
|
"webmozarts/strict-phpunit": "^7.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Fidry\\CpuCoreCounter\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Théo FIDRY",
|
|
"email": "theo.fidry@gmail.com"
|
|
}
|
|
],
|
|
"description": "Tiny utility to get the number of CPU cores.",
|
|
"keywords": [
|
|
"CPU",
|
|
"core"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/theofidry/cpu-core-counter/issues",
|
|
"source": "https://github.com/theofidry/cpu-core-counter/tree/1.1.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/theofidry",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-02-07T09:43:46+00:00"
|
|
},
|
|
{
|
|
"name": "friendsofphp/php-cs-fixer",
|
|
"version": "v3.59.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
|
|
"reference": "30ba9ecc2b0e5205e578fe29973c15653d9bfd29"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/30ba9ecc2b0e5205e578fe29973c15653d9bfd29",
|
|
"reference": "30ba9ecc2b0e5205e578fe29973c15653d9bfd29",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"clue/ndjson-react": "^1.0",
|
|
"composer/semver": "^3.4",
|
|
"composer/xdebug-handler": "^3.0.3",
|
|
"ext-filter": "*",
|
|
"ext-json": "*",
|
|
"ext-tokenizer": "*",
|
|
"fidry/cpu-core-counter": "^1.0",
|
|
"php": "^7.4 || ^8.0",
|
|
"react/child-process": "^0.6.5",
|
|
"react/event-loop": "^1.0",
|
|
"react/promise": "^2.0 || ^3.0",
|
|
"react/socket": "^1.0",
|
|
"react/stream": "^1.0",
|
|
"sebastian/diff": "^4.0 || ^5.0 || ^6.0",
|
|
"symfony/console": "^5.4 || ^6.0 || ^7.0",
|
|
"symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
|
|
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
|
|
"symfony/finder": "^5.4 || ^6.0 || ^7.0",
|
|
"symfony/options-resolver": "^5.4 || ^6.0 || ^7.0",
|
|
"symfony/polyfill-mbstring": "^1.28",
|
|
"symfony/polyfill-php80": "^1.28",
|
|
"symfony/polyfill-php81": "^1.28",
|
|
"symfony/process": "^5.4 || ^6.0 || ^7.0",
|
|
"symfony/stopwatch": "^5.4 || ^6.0 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"facile-it/paraunit": "^1.3 || ^2.3",
|
|
"infection/infection": "^0.29.5",
|
|
"justinrainbow/json-schema": "^5.2",
|
|
"keradus/cli-executor": "^2.1",
|
|
"mikey179/vfsstream": "^1.6.11",
|
|
"php-coveralls/php-coveralls": "^2.7",
|
|
"php-cs-fixer/accessible-object": "^1.1",
|
|
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.5",
|
|
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.5",
|
|
"phpunit/phpunit": "^9.6.19 || ^10.5.21 || ^11.2",
|
|
"symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
|
|
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
|
|
},
|
|
"suggest": {
|
|
"ext-dom": "For handling output formats in XML",
|
|
"ext-mbstring": "For handling non-UTF8 characters."
|
|
},
|
|
"bin": [
|
|
"php-cs-fixer"
|
|
],
|
|
"type": "application",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpCsFixer\\": "src/"
|
|
},
|
|
"exclude-from-classmap": [
|
|
"src/Fixer/Internal/*"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Dariusz Rumiński",
|
|
"email": "dariusz.ruminski@gmail.com"
|
|
}
|
|
],
|
|
"description": "A tool to automatically fix PHP code style",
|
|
"keywords": [
|
|
"Static code analysis",
|
|
"fixer",
|
|
"standards",
|
|
"static analysis"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
|
|
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.59.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/keradus",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-06-16T14:17:03+00:00"
|
|
},
|
|
{
|
|
"name": "psr/container",
|
|
"version": "2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/container.git",
|
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Container\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
"homepage": "https://github.com/php-fig/container",
|
|
"keywords": [
|
|
"PSR-11",
|
|
"container",
|
|
"container-interface",
|
|
"container-interop",
|
|
"psr"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/container/issues",
|
|
"source": "https://github.com/php-fig/container/tree/2.0.2"
|
|
},
|
|
"time": "2021-11-05T16:47:00+00:00"
|
|
},
|
|
{
|
|
"name": "psr/event-dispatcher",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/event-dispatcher.git",
|
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\EventDispatcher\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Standard interfaces for event handling.",
|
|
"keywords": [
|
|
"events",
|
|
"psr",
|
|
"psr-14"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/event-dispatcher/issues",
|
|
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
|
|
},
|
|
"time": "2019-01-08T18:20:26+00:00"
|
|
},
|
|
{
|
|
"name": "react/cache",
|
|
"version": "v1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/cache.git",
|
|
"reference": "d47c472b64aa5608225f47965a484b75c7817d5b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b",
|
|
"reference": "d47c472b64aa5608225f47965a484b75c7817d5b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"react/promise": "^3.0 || ^2.0 || ^1.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\Cache\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "christian@clue.engineering",
|
|
"homepage": "https://clue.engineering/"
|
|
},
|
|
{
|
|
"name": "Cees-Jan Kiewiet",
|
|
"email": "reactphp@ceesjankiewiet.nl",
|
|
"homepage": "https://wyrihaximus.net/"
|
|
},
|
|
{
|
|
"name": "Jan Sorgalla",
|
|
"email": "jsorgalla@gmail.com",
|
|
"homepage": "https://sorgalla.com/"
|
|
},
|
|
{
|
|
"name": "Chris Boden",
|
|
"email": "cboden@gmail.com",
|
|
"homepage": "https://cboden.dev/"
|
|
}
|
|
],
|
|
"description": "Async, Promise-based cache interface for ReactPHP",
|
|
"keywords": [
|
|
"cache",
|
|
"caching",
|
|
"promise",
|
|
"reactphp"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/reactphp/cache/issues",
|
|
"source": "https://github.com/reactphp/cache/tree/v1.2.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://opencollective.com/reactphp",
|
|
"type": "open_collective"
|
|
}
|
|
],
|
|
"time": "2022-11-30T15:59:55+00:00"
|
|
},
|
|
{
|
|
"name": "react/child-process",
|
|
"version": "v0.6.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/child-process.git",
|
|
"reference": "e71eb1aa55f057c7a4a0d08d06b0b0a484bead43"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/child-process/zipball/e71eb1aa55f057c7a4a0d08d06b0b0a484bead43",
|
|
"reference": "e71eb1aa55f057c7a4a0d08d06b0b0a484bead43",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
|
|
"php": ">=5.3.0",
|
|
"react/event-loop": "^1.2",
|
|
"react/stream": "^1.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
|
|
"react/socket": "^1.8",
|
|
"sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\ChildProcess\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "christian@clue.engineering",
|
|
"homepage": "https://clue.engineering/"
|
|
},
|
|
{
|
|
"name": "Cees-Jan Kiewiet",
|
|
"email": "reactphp@ceesjankiewiet.nl",
|
|
"homepage": "https://wyrihaximus.net/"
|
|
},
|
|
{
|
|
"name": "Jan Sorgalla",
|
|
"email": "jsorgalla@gmail.com",
|
|
"homepage": "https://sorgalla.com/"
|
|
},
|
|
{
|
|
"name": "Chris Boden",
|
|
"email": "cboden@gmail.com",
|
|
"homepage": "https://cboden.dev/"
|
|
}
|
|
],
|
|
"description": "Event-driven library for executing child processes with ReactPHP.",
|
|
"keywords": [
|
|
"event-driven",
|
|
"process",
|
|
"reactphp"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/reactphp/child-process/issues",
|
|
"source": "https://github.com/reactphp/child-process/tree/v0.6.5"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/WyriHaximus",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/clue",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-09-16T13:41:56+00:00"
|
|
},
|
|
{
|
|
"name": "react/dns",
|
|
"version": "v1.13.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/dns.git",
|
|
"reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
|
|
"reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"react/cache": "^1.0 || ^0.6 || ^0.5",
|
|
"react/event-loop": "^1.2",
|
|
"react/promise": "^3.2 || ^2.7 || ^1.2.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
|
|
"react/async": "^4.3 || ^3 || ^2",
|
|
"react/promise-timer": "^1.11"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\Dns\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "christian@clue.engineering",
|
|
"homepage": "https://clue.engineering/"
|
|
},
|
|
{
|
|
"name": "Cees-Jan Kiewiet",
|
|
"email": "reactphp@ceesjankiewiet.nl",
|
|
"homepage": "https://wyrihaximus.net/"
|
|
},
|
|
{
|
|
"name": "Jan Sorgalla",
|
|
"email": "jsorgalla@gmail.com",
|
|
"homepage": "https://sorgalla.com/"
|
|
},
|
|
{
|
|
"name": "Chris Boden",
|
|
"email": "cboden@gmail.com",
|
|
"homepage": "https://cboden.dev/"
|
|
}
|
|
],
|
|
"description": "Async DNS resolver for ReactPHP",
|
|
"keywords": [
|
|
"async",
|
|
"dns",
|
|
"dns-resolver",
|
|
"reactphp"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/reactphp/dns/issues",
|
|
"source": "https://github.com/reactphp/dns/tree/v1.13.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://opencollective.com/reactphp",
|
|
"type": "open_collective"
|
|
}
|
|
],
|
|
"time": "2024-06-13T14:18:03+00:00"
|
|
},
|
|
{
|
|
"name": "react/event-loop",
|
|
"version": "v1.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/event-loop.git",
|
|
"reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
|
|
"reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
|
|
},
|
|
"suggest": {
|
|
"ext-pcntl": "For signal handling support when using the StreamSelectLoop"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\EventLoop\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "christian@clue.engineering",
|
|
"homepage": "https://clue.engineering/"
|
|
},
|
|
{
|
|
"name": "Cees-Jan Kiewiet",
|
|
"email": "reactphp@ceesjankiewiet.nl",
|
|
"homepage": "https://wyrihaximus.net/"
|
|
},
|
|
{
|
|
"name": "Jan Sorgalla",
|
|
"email": "jsorgalla@gmail.com",
|
|
"homepage": "https://sorgalla.com/"
|
|
},
|
|
{
|
|
"name": "Chris Boden",
|
|
"email": "cboden@gmail.com",
|
|
"homepage": "https://cboden.dev/"
|
|
}
|
|
],
|
|
"description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
|
|
"keywords": [
|
|
"asynchronous",
|
|
"event-loop"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/reactphp/event-loop/issues",
|
|
"source": "https://github.com/reactphp/event-loop/tree/v1.5.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://opencollective.com/reactphp",
|
|
"type": "open_collective"
|
|
}
|
|
],
|
|
"time": "2023-11-13T13:48:05+00:00"
|
|
},
|
|
{
|
|
"name": "react/promise",
|
|
"version": "v3.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/promise.git",
|
|
"reference": "8a164643313c71354582dc850b42b33fa12a4b63"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63",
|
|
"reference": "8a164643313c71354582dc850b42b33fa12a4b63",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "1.10.39 || 1.4.10",
|
|
"phpunit/phpunit": "^9.6 || ^7.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"React\\Promise\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jan Sorgalla",
|
|
"email": "jsorgalla@gmail.com",
|
|
"homepage": "https://sorgalla.com/"
|
|
},
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "christian@clue.engineering",
|
|
"homepage": "https://clue.engineering/"
|
|
},
|
|
{
|
|
"name": "Cees-Jan Kiewiet",
|
|
"email": "reactphp@ceesjankiewiet.nl",
|
|
"homepage": "https://wyrihaximus.net/"
|
|
},
|
|
{
|
|
"name": "Chris Boden",
|
|
"email": "cboden@gmail.com",
|
|
"homepage": "https://cboden.dev/"
|
|
}
|
|
],
|
|
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
|
|
"keywords": [
|
|
"promise",
|
|
"promises"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/reactphp/promise/issues",
|
|
"source": "https://github.com/reactphp/promise/tree/v3.2.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://opencollective.com/reactphp",
|
|
"type": "open_collective"
|
|
}
|
|
],
|
|
"time": "2024-05-24T10:39:05+00:00"
|
|
},
|
|
{
|
|
"name": "react/socket",
|
|
"version": "v1.15.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/socket.git",
|
|
"reference": "216d3aec0b87f04a40ca04f481e6af01bdd1d038"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/socket/zipball/216d3aec0b87f04a40ca04f481e6af01bdd1d038",
|
|
"reference": "216d3aec0b87f04a40ca04f481e6af01bdd1d038",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
|
|
"php": ">=5.3.0",
|
|
"react/dns": "^1.11",
|
|
"react/event-loop": "^1.2",
|
|
"react/promise": "^3 || ^2.6 || ^1.2.1",
|
|
"react/stream": "^1.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
|
|
"react/async": "^4 || ^3 || ^2",
|
|
"react/promise-stream": "^1.4",
|
|
"react/promise-timer": "^1.10"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\Socket\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "christian@clue.engineering",
|
|
"homepage": "https://clue.engineering/"
|
|
},
|
|
{
|
|
"name": "Cees-Jan Kiewiet",
|
|
"email": "reactphp@ceesjankiewiet.nl",
|
|
"homepage": "https://wyrihaximus.net/"
|
|
},
|
|
{
|
|
"name": "Jan Sorgalla",
|
|
"email": "jsorgalla@gmail.com",
|
|
"homepage": "https://sorgalla.com/"
|
|
},
|
|
{
|
|
"name": "Chris Boden",
|
|
"email": "cboden@gmail.com",
|
|
"homepage": "https://cboden.dev/"
|
|
}
|
|
],
|
|
"description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
|
|
"keywords": [
|
|
"Connection",
|
|
"Socket",
|
|
"async",
|
|
"reactphp",
|
|
"stream"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/reactphp/socket/issues",
|
|
"source": "https://github.com/reactphp/socket/tree/v1.15.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://opencollective.com/reactphp",
|
|
"type": "open_collective"
|
|
}
|
|
],
|
|
"time": "2023-12-15T11:02:10+00:00"
|
|
},
|
|
{
|
|
"name": "react/stream",
|
|
"version": "v1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/stream.git",
|
|
"reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d",
|
|
"reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
|
|
"php": ">=5.3.8",
|
|
"react/event-loop": "^1.2"
|
|
},
|
|
"require-dev": {
|
|
"clue/stream-filter": "~1.2",
|
|
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\Stream\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "christian@clue.engineering",
|
|
"homepage": "https://clue.engineering/"
|
|
},
|
|
{
|
|
"name": "Cees-Jan Kiewiet",
|
|
"email": "reactphp@ceesjankiewiet.nl",
|
|
"homepage": "https://wyrihaximus.net/"
|
|
},
|
|
{
|
|
"name": "Jan Sorgalla",
|
|
"email": "jsorgalla@gmail.com",
|
|
"homepage": "https://sorgalla.com/"
|
|
},
|
|
{
|
|
"name": "Chris Boden",
|
|
"email": "cboden@gmail.com",
|
|
"homepage": "https://cboden.dev/"
|
|
}
|
|
],
|
|
"description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
|
|
"keywords": [
|
|
"event-driven",
|
|
"io",
|
|
"non-blocking",
|
|
"pipe",
|
|
"reactphp",
|
|
"readable",
|
|
"stream",
|
|
"writable"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/reactphp/stream/issues",
|
|
"source": "https://github.com/reactphp/stream/tree/v1.4.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://opencollective.com/reactphp",
|
|
"type": "open_collective"
|
|
}
|
|
],
|
|
"time": "2024-06-11T12:45:25+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/diff",
|
|
"version": "6.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
|
"reference": "ab83243ecc233de5655b76f577711de9f842e712"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ab83243ecc233de5655b76f577711de9f842e712",
|
|
"reference": "ab83243ecc233de5655b76f577711de9f842e712",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^11.0",
|
|
"symfony/process": "^4.2 || ^5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "6.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Kore Nordmann",
|
|
"email": "mail@kore-nordmann.de"
|
|
}
|
|
],
|
|
"description": "Diff implementation",
|
|
"homepage": "https://github.com/sebastianbergmann/diff",
|
|
"keywords": [
|
|
"diff",
|
|
"udiff",
|
|
"unidiff",
|
|
"unified diff"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/diff/issues",
|
|
"security": "https://github.com/sebastianbergmann/diff/security/policy",
|
|
"source": "https://github.com/sebastianbergmann/diff/tree/6.0.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-02T07:30:33+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "v7.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/console.git",
|
|
"reference": "0aa29ca177f432ab68533432db0de059f39c92ae"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/0aa29ca177f432ab68533432db0de059f39c92ae",
|
|
"reference": "0aa29ca177f432ab68533432db0de059f39c92ae",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/service-contracts": "^2.5|^3",
|
|
"symfony/string": "^6.4|^7.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/dependency-injection": "<6.4",
|
|
"symfony/dotenv": "<6.4",
|
|
"symfony/event-dispatcher": "<6.4",
|
|
"symfony/lock": "<6.4",
|
|
"symfony/process": "<6.4"
|
|
},
|
|
"provide": {
|
|
"psr/log-implementation": "1.0|2.0|3.0"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "^1|^2|^3",
|
|
"symfony/config": "^6.4|^7.0",
|
|
"symfony/dependency-injection": "^6.4|^7.0",
|
|
"symfony/event-dispatcher": "^6.4|^7.0",
|
|
"symfony/http-foundation": "^6.4|^7.0",
|
|
"symfony/http-kernel": "^6.4|^7.0",
|
|
"symfony/lock": "^6.4|^7.0",
|
|
"symfony/messenger": "^6.4|^7.0",
|
|
"symfony/process": "^6.4|^7.0",
|
|
"symfony/stopwatch": "^6.4|^7.0",
|
|
"symfony/var-dumper": "^6.4|^7.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Console\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Eases the creation of beautiful and testable command line interfaces",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"cli",
|
|
"command-line",
|
|
"console",
|
|
"terminal"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/console/tree/v7.1.2"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2024-06-28T10:03:55+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/deprecation-contracts",
|
|
"version": "v3.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
|
|
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "3.5-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/contracts",
|
|
"url": "https://github.com/symfony/contracts"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"function.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "A generic function and convention to trigger deprecation notices",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2024-04-18T09:32:20+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "v7.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
|
"reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7",
|
|
"reference": "9fa7f7a21beb22a39a8f3f28618b29e50d7a55a7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"symfony/event-dispatcher-contracts": "^2.5|^3"
|
|
},
|
|
"conflict": {
|
|
"symfony/dependency-injection": "<6.4",
|
|
"symfony/service-contracts": "<2.5"
|
|
},
|
|
"provide": {
|
|
"psr/event-dispatcher-implementation": "1.0",
|
|
"symfony/event-dispatcher-implementation": "2.0|3.0"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "^1|^2|^3",
|
|
"symfony/config": "^6.4|^7.0",
|
|
"symfony/dependency-injection": "^6.4|^7.0",
|
|
"symfony/error-handler": "^6.4|^7.0",
|
|
"symfony/expression-language": "^6.4|^7.0",
|
|
"symfony/http-foundation": "^6.4|^7.0",
|
|
"symfony/service-contracts": "^2.5|^3",
|
|
"symfony/stopwatch": "^6.4|^7.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/event-dispatcher/tree/v7.1.1"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2024-05-31T14:57:53+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher-contracts",
|
|
"version": "v3.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
|
"reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
|
|
"reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"psr/event-dispatcher": "^1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "3.5-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/contracts",
|
|
"url": "https://github.com/symfony/contracts"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Contracts\\EventDispatcher\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Generic abstractions related to dispatching event",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"abstractions",
|
|
"contracts",
|
|
"decoupling",
|
|
"interfaces",
|
|
"interoperability",
|
|
"standards"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2024-04-18T09:32:20+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/filesystem",
|
|
"version": "v7.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/filesystem.git",
|
|
"reference": "92a91985250c251de9b947a14bb2c9390b1a562c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/92a91985250c251de9b947a14bb2c9390b1a562c",
|
|
"reference": "92a91985250c251de9b947a14bb2c9390b1a562c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
"symfony/polyfill-mbstring": "~1.8"
|
|
},
|
|
"require-dev": {
|
|
"symfony/process": "^6.4|^7.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Filesystem\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides basic utilities for the filesystem",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/filesystem/tree/v7.1.2"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2024-06-28T10:03:55+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/finder",
|
|
"version": "v7.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/finder.git",
|
|
"reference": "fbb0ba67688b780efbc886c1a0a0948dcf7205d6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/fbb0ba67688b780efbc886c1a0a0948dcf7205d6",
|
|
"reference": "fbb0ba67688b780efbc886c1a0a0948dcf7205d6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.2"
|
|
},
|
|
"require-dev": {
|
|
"symfony/filesystem": "^6.4|^7.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Finder\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Finds files and directories via an intuitive fluent interface",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/finder/tree/v7.1.1"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2024-05-31T14:57:53+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/options-resolver",
|
|
"version": "v7.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/options-resolver.git",
|
|
"reference": "47aa818121ed3950acd2b58d1d37d08a94f9bf55"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/47aa818121ed3950acd2b58d1d37d08a94f9bf55",
|
|
"reference": "47aa818121ed3950acd2b58d1d37d08a94f9bf55",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"symfony/deprecation-contracts": "^2.5|^3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\OptionsResolver\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides an improved replacement for the array_replace PHP function",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"config",
|
|
"configuration",
|
|
"options"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/options-resolver/tree/v7.1.1"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2024-05-31T14:57:53+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-grapheme",
|
|
"version": "v1.30.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
|
"reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a",
|
|
"reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for intl's grapheme_* functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"grapheme",
|
|
"intl",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.30.0"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2024-05-31T15:07:36+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-normalizer",
|
|
"version": "v1.30.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
"reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb",
|
|
"reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for intl's Normalizer class and related functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"intl",
|
|
"normalizer",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.0"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2024-05-31T15:07:36+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php80",
|
|
"version": "v1.30.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|
"reference": "77fa7995ac1b21ab60769b7323d600a991a90433"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433",
|
|
"reference": "77fa7995ac1b21ab60769b7323d600a991a90433",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php80\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ion Bazan",
|
|
"email": "ion.bazan@gmail.com"
|
|
},
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2024-05-31T15:07:36+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php81",
|
|
"version": "v1.30.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php81.git",
|
|
"reference": "3fb075789fb91f9ad9af537c4012d523085bd5af"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/3fb075789fb91f9ad9af537c4012d523085bd5af",
|
|
"reference": "3fb075789fb91f9ad9af537c4012d523085bd5af",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php81\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php81/tree/v1.30.0"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2024-06-19T12:30:46+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/process",
|
|
"version": "v7.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/process.git",
|
|
"reference": "febf90124323a093c7ee06fdb30e765ca3c20028"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/febf90124323a093c7ee06fdb30e765ca3c20028",
|
|
"reference": "febf90124323a093c7ee06fdb30e765ca3c20028",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Process\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Executes commands in sub-processes",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/process/tree/v7.1.1"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2024-05-31T14:57:53+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/service-contracts",
|
|
"version": "v3.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
|
"reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
|
|
"reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"psr/container": "^1.1|^2.0",
|
|
"symfony/deprecation-contracts": "^2.5|^3"
|
|
},
|
|
"conflict": {
|
|
"ext-psr": "<1.1|>=2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "3.5-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/contracts",
|
|
"url": "https://github.com/symfony/contracts"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Contracts\\Service\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Test/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Generic abstractions related to writing services",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"abstractions",
|
|
"contracts",
|
|
"decoupling",
|
|
"interfaces",
|
|
"interoperability",
|
|
"standards"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2024-04-18T09:32:20+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/stopwatch",
|
|
"version": "v7.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/stopwatch.git",
|
|
"reference": "5b75bb1ac2ba1b9d05c47fc4b3046a625377d23d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/5b75bb1ac2ba1b9d05c47fc4b3046a625377d23d",
|
|
"reference": "5b75bb1ac2ba1b9d05c47fc4b3046a625377d23d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"symfony/service-contracts": "^2.5|^3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Stopwatch\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides a way to profile code",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/stopwatch/tree/v7.1.1"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2024-05-31T14:57:53+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/string",
|
|
"version": "v7.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/string.git",
|
|
"reference": "14221089ac66cf82e3cf3d1c1da65de305587ff8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/string/zipball/14221089ac66cf82e3cf3d1c1da65de305587ff8",
|
|
"reference": "14221089ac66cf82e3cf3d1c1da65de305587ff8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
"symfony/polyfill-intl-grapheme": "~1.0",
|
|
"symfony/polyfill-intl-normalizer": "~1.0",
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/translation-contracts": "<2.5"
|
|
},
|
|
"require-dev": {
|
|
"symfony/emoji": "^7.1",
|
|
"symfony/error-handler": "^6.4|^7.0",
|
|
"symfony/http-client": "^6.4|^7.0",
|
|
"symfony/intl": "^6.4|^7.0",
|
|
"symfony/translation-contracts": "^2.5|^3.0",
|
|
"symfony/var-exporter": "^6.4|^7.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"Resources/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Component\\String\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"grapheme",
|
|
"i18n",
|
|
"string",
|
|
"unicode",
|
|
"utf-8",
|
|
"utf8"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/string/tree/v7.1.2"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"time": "2024-06-28T09:27:18+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "dev",
|
|
"stability-flags": {
|
|
"danog/madelineproto": 20,
|
|
"amphp/dns": 20
|
|
},
|
|
"prefer-stable": true,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": "^8.2",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*"
|
|
},
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.6.0"
|
|
}
|