{ "_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": "9916e3656f269824dee3cf3cc2b97153", "packages": [ { "name": "amphp/amp", "version": "v3.1.1", "source": { "type": "git", "url": "https://github.com/amphp/amp.git", "reference": "fa0ab33a6f47a82929c38d03ca47ebb71086a93f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/amp/zipball/fa0ab33a6f47a82929c38d03ca47ebb71086a93f", "reference": "fa0ab33a6f47a82929c38d03ca47ebb71086a93f", "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.1.1" }, "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2025-08-27T21:42:00+00:00" }, { "name": "amphp/byte-stream", "version": "v2.1.2", "source": { "type": "git", "url": "https://github.com/amphp/byte-stream.git", "reference": "55a6bd071aec26fa2a3e002618c20c35e3df1b46" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/byte-stream/zipball/55a6bd071aec26fa2a3e002618c20c35e3df1b46", "reference": "55a6bd071aec26fa2a3e002618c20c35e3df1b46", "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.2" }, "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2025-03-16T17:10:27+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": "v2.4.0", "source": { "type": "git", "url": "https://github.com/amphp/dns.git", "reference": "78eb3db5fc69bf2fc0cb503c4fcba667bc223c71" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/dns/zipball/78eb3db5fc69bf2fc0cb503c4fcba667bc223c71", "reference": "78eb3db5fc69bf2fc0cb503c4fcba667bc223c71", "shasum": "" }, "require": { "amphp/amp": "^3", "amphp/byte-stream": "^2", "amphp/cache": "^2", "amphp/parser": "^1", "amphp/process": "^2", "daverandom/libdns": "^2.0.2", "ext-filter": "*", "ext-json": "*", "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" }, "type": "library", "autoload": { "files": [ "src/functions.php" ], "psr-4": { "Amp\\Dns\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "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": { "issues": "https://github.com/amphp/dns/issues", "source": "https://github.com/amphp/dns/tree/v2.4.0" }, "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2025-01-19T15:43:40+00:00" }, { "name": "amphp/file", "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/amphp/file.git", "reference": "28b38a805d2c235bb581d24415e78a42cd03aedc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/file/zipball/28b38a805d2c235bb581d24415e78a42cd03aedc", "reference": "28b38a805d2c235bb581d24415e78a42cd03aedc", "shasum": "" }, "require": { "amphp/amp": "^3", "amphp/byte-stream": "^2", "amphp/cache": "^2", "amphp/parallel": "^2.3", "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.2.0" }, "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2024-12-06T23:39:02+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.2", "source": { "type": "git", "url": "https://github.com/amphp/http.git", "reference": "3680d80bd38b5d6f3c2cef2214ca6dd6cef26588" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/http/zipball/3680d80bd38b5d6f3c2cef2214ca6dd6cef26588", "reference": "3680d80bd38b5d6f3c2cef2214ca6dd6cef26588", "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.26.1" }, "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.2" }, "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2024-11-23T14:57:26+00:00" }, { "name": "amphp/http-client", "version": "v5.3.4", "source": { "type": "git", "url": "https://github.com/amphp/http-client.git", "reference": "75ad21574fd632594a2dd914496647816d5106bc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/http-client/zipball/75ad21574fd632594a2dd914496647816d5106bc", "reference": "75ad21574fd632594a2dd914496647816d5106bc", "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": "^7", "league/uri-components": "^7", "league/uri-interfaces": "^7.1", "php": ">=8.1", "psr/http-message": "^1 | ^2", "revolt/event-loop": "^1" }, "conflict": { "amphp/file": "<3 | >=5" }, "require-dev": { "amphp/file": "^3 | ^4", "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.3.4" }, "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2025-08-16T20:41:23+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.4.4", "source": { "type": "git", "url": "https://github.com/amphp/http-server.git", "reference": "8dc32cc6a65c12a3543276305796b993c56b76ef" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/http-server/zipball/8dc32cc6a65c12a3543276305796b993c56b76ef", "reference": "8dc32cc6a65c12a3543276305796b993c56b76ef", "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.2", "league/uri": "^7.1", "league/uri-interfaces": "^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": "^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.4.4" }, "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2026-02-08T18:16:29+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.1", "source": { "type": "git", "url": "https://github.com/amphp/mysql.git", "reference": "bef63fda61eefca601be54aa1d983a6a31b4a50f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/mysql/zipball/bef63fda61eefca601be54aa1d983a6a31b4a50f", "reference": "bef63fda61eefca601be54aa1d983a6a31b4a50f", "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.1" }, "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2025-11-08T22:59:09+00:00" }, { "name": "amphp/parallel", "version": "v2.3.3", "source": { "type": "git", "url": "https://github.com/amphp/parallel.git", "reference": "296b521137a54d3a02425b464e5aee4c93db2c60" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/parallel/zipball/296b521137a54d3a02425b464e5aee4c93db2c60", "reference": "296b521137a54d3a02425b464e5aee4c93db2c60", "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.3.3" }, "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2025-11-15T06:23:42+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.3", "source": { "type": "git", "url": "https://github.com/amphp/pipeline.git", "reference": "7b52598c2e9105ebcddf247fc523161581930367" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/pipeline/zipball/7b52598c2e9105ebcddf247fc523161581930367", "reference": "7b52598c2e9105ebcddf247fc523161581930367", "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.3" }, "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2025-03-16T16:33:53+00:00" }, { "name": "amphp/postgres", "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/amphp/postgres.git", "reference": "b68c4d5929d0ec1701781dbbb0bb81dd8d0a42d7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/postgres/zipball/b68c4d5929d0ec1701781dbbb0bb81dd8d0a42d7", "reference": "b68c4d5929d0ec1701781dbbb0bb81dd8d0a42d7", "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": "6.15.1" }, "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.2.1" }, "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2026-02-25T04:47:18+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.4", "source": { "type": "git", "url": "https://github.com/amphp/redis.git", "reference": "964bcf6c2574645058371925a3668240a622bdab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/redis/zipball/964bcf6c2574645058371925a3668240a622bdab", "reference": "964bcf6c2574645058371925a3668240a622bdab", "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": "^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.22" }, "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.4" }, "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2026-03-03T20:52:26+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.1.1", "source": { "type": "git", "url": "https://github.com/amphp/sql.git", "reference": "258bafe5ecf8a0491d86681f2a2af1dee2933a69" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/sql/zipball/258bafe5ecf8a0491d86681f2a2af1dee2933a69", "reference": "258bafe5ecf8a0491d86681f2a2af1dee2933a69", "shasum": "" }, "require": { "amphp/amp": "^3", "php": ">=8.1" }, "require-dev": { "amphp/php-cs-fixer-config": "^2", "phpunit/phpunit": "^9", "psalm/phar": "6.15.1" }, "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.1.1" }, "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2026-02-25T04:44:15+00:00" }, { "name": "amphp/sql-common", "version": "v2.0.4", "source": { "type": "git", "url": "https://github.com/amphp/sql-common.git", "reference": "735da17ef0a66e7139c9f7584af5c3f9827f83c0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/sql-common/zipball/735da17ef0a66e7139c9f7584af5c3f9827f83c0", "reference": "735da17ef0a66e7139c9f7584af5c3f9827f83c0", "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.4" }, "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2025-12-11T20:05:29+00:00" }, { "name": "amphp/sync", "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/amphp/sync.git", "reference": "217097b785130d77cfcc58ff583cf26cd1770bf1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/sync/zipball/217097b785130d77cfcc58ff583cf26cd1770bf1", "reference": "217097b785130d77cfcc58ff583cf26cd1770bf1", "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.3.0" }, "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2024-08-03T19:31:26+00:00" }, { "name": "amphp/websocket", "version": "v2.0.4", "source": { "type": "git", "url": "https://github.com/amphp/websocket.git", "reference": "963904b6a883c4b62d9222d1d9749814fac96a3b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/websocket/zipball/963904b6a883c4b62d9222d1d9749814fac96a3b", "reference": "963904b6a883c4b62d9222d1d9749814fac96a3b", "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.4" }, "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2024-10-28T21:28:45+00:00" }, { "name": "amphp/websocket-client", "version": "v2.0.2", "source": { "type": "git", "url": "https://github.com/amphp/websocket-client.git", "reference": "dc033fdce0af56295a23f63ac4f579b34d470d6c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amphp/websocket-client/zipball/dc033fdce0af56295a23f63ac4f579b34d470d6c", "reference": "dc033fdce0af56295a23f63ac4f579b34d470d6c", "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": "^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.26.1", "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.2" }, "funding": [ { "url": "https://github.com/amphp", "type": "github" } ], "time": "2025-08-24T17:25:34+00:00" }, { "name": "bacon/bacon-qr-code", "version": "v3.0.3", "source": { "type": "git", "url": "https://github.com/Bacon/BaconQrCode.git", "reference": "36a1cb2b81493fa5b82e50bf8068bf84d1542563" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/36a1cb2b81493fa5b82e50bf8068bf84d1542563", "reference": "36a1cb2b81493fa5b82e50bf8068bf84d1542563", "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", "spatie/pixelmatch-php": "^1.2.0", "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.3" }, "time": "2025-11-19T17:15:36+00:00" }, { "name": "danog/async-orm", "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/danog/AsyncOrm.git", "reference": "495f335d8ddb9dae8b773025911191f31c45e9ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/danog/AsyncOrm/zipball/495f335d8ddb9dae8b773025911191f31c45e9ea", "reference": "495f335d8ddb9dae8b773025911191f31c45e9ea", "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", "symfony/polyfill-php83": "^1.32" }, "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.1.4" }, "funding": [ { "url": "https://github.com/danog", "type": "github" } ], "time": "2025-07-12T18:39:01+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.1", "source": { "type": "git", "url": "https://github.com/danog/dns-over-https.git", "reference": "142b8d439e7a582d66b13d9f1119820dd3110884" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/danog/dns-over-https/zipball/142b8d439e7a582d66b13d9f1119820dd3110884", "reference": "142b8d439e7a582d66b13d9f1119820dd3110884", "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.1" }, "time": "2024-12-02T16:42:09+00:00" }, { "name": "danog/ipc", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/danog/ipc.git", "reference": "505e672b76af6ec623f7ef78efb2416f62ef8e29" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/danog/ipc/zipball/505e672b76af6ec623f7ef78efb2416f62ef8e29", "reference": "505e672b76af6ec623f7ef78efb2416f62ef8e29", "shasum": "" }, "require": { "amphp/byte-stream": "^2.1.2", "amphp/parallel": "^2.3.1", "amphp/parser": "^1.1.1", "php": ">=8.1" }, "require-dev": { "amphp/amp": "v3.x-dev", "amphp/php-cs-fixer-config": "v2.x-dev", "amphp/phpunit-util": "v3.x-dev", "phpunit/phpunit": "^9.6.22", "psalm/phar": "^5.26.1" }, "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.1" }, "time": "2025-04-18T14:42:00+00:00" }, { "name": "danog/libdns-json", "version": "0.2.1", "source": { "type": "git", "url": "https://github.com/danog/LibDNSJson.git", "reference": "cd2981a386a32ff62d447a9553e203384651ba90" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/danog/LibDNSJson/zipball/cd2981a386a32ff62d447a9553e203384651ba90", "reference": "cd2981a386a32ff62d447a9553e203384651ba90", "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.1" }, "time": "2024-12-02T16:40:37+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": "8.6.4", "source": { "type": "git", "url": "https://github.com/danog/MadelineProto.git", "reference": "b7acfdd9fe3728e0a920d0009dd07e659fa4b76f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/danog/MadelineProto/zipball/b7acfdd9fe3728e0a920d0009dd07e659fa4b76f", "reference": "b7acfdd9fe3728e0a920d0009dd07e659fa4b76f", "shasum": "" }, "require": { "amphp/amp": "^3.1.1", "amphp/byte-stream": "^2.1.2", "amphp/dns": "^2.4.0", "amphp/file": "^3.2.0", "amphp/http": "^2.1.2", "amphp/http-client": "^5.3.4", "amphp/http-client-cookies": "^2", "amphp/http-server": "^3.4.3", "amphp/log": "^2", "amphp/mysql": "^3", "amphp/postgres": "^2.1.1", "amphp/redis": "^2.0.3", "amphp/socket": "^2.3.1", "amphp/websocket-client": "^2.0.2", "bacon/bacon-qr-code": "^3.0.1", "danog/async-orm": "^1.1.4", "danog/better-prometheus": "^0.1.1", "danog/dns-over-https": "^1.0.1", "danog/ipc": "^1.0.1", "danog/loop": "^1.1.1", "danog/primemodule": "^1.0.13", "danog/telegram-entities": "^1.0.5", "danog/tg-dialog-id": "^2", "danog/tg-file-decoder": "^1.0.2", "ext-dom": "*", "ext-fileinfo": "*", "ext-filter": "*", "ext-hash": "*", "ext-json": "*", "ext-xml": "*", "ext-zlib": "*", "league/uri": "^7.5.1", "nikic/php-parser": "^5.6.2", "php-64bit": ">=8.2", "phpseclib/phpseclib": "^3.0.47", "psr/http-factory": "^1.1.0", "psr/log": "^3.0.2", "revolt/event-loop": "^1.0.7", "symfony/polyfill-mbstring": ">=1.32", "symfony/polyfill-php83": "^1.32", "webmozart/assert": "^1.12.1" }, "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.29", "quasarstream/webrtc": "^1.0", "revolt/event-loop-adapter-react": "^1.1.1", "symfony/yaml": "^6.4.26", "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/8.6.4" }, "funding": [ { "url": "https://github.com/danog", "type": "github" } ], "time": "2026-03-03T10:07:45+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.5", "source": { "type": "git", "url": "https://github.com/danog/telegram-entities.git", "reference": "19ab8a48bc4b9519c4493e2c62eb171fba8b58b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/danog/telegram-entities/zipball/19ab8a48bc4b9519c4493e2c62eb171fba8b58b4", "reference": "19ab8a48bc4b9519c4493e2c62eb171fba8b58b4", "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.5" }, "funding": [ { "url": "https://github.com/danog", "type": "github" } ], "time": "2025-06-22T12:27:39+00:00" }, { "name": "danog/tg-dialog-id", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/danog/tg-dialog-id.git", "reference": "d03c653b2dad43d739675c83a6e8fa14b3b43636" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/danog/tg-dialog-id/zipball/d03c653b2dad43d739675c83a6e8fa14b3b43636", "reference": "d03c653b2dad43d739675c83a6e8fa14b3b43636", "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/2.0.0" }, "funding": [ { "url": "https://github.com/danog", "type": "github" } ], "time": "2025-06-28T15:36:24+00:00" }, { "name": "danog/tg-file-decoder", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/danog/tg-file-decoder.git", "reference": "f4da78c28d47b658c4596249f1d6595956f3b796" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/danog/tg-file-decoder/zipball/f4da78c28d47b658c4596249f1d6595956f3b796", "reference": "f4da78c28d47b658c4596249f1d6595956f3b796", "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.2" }, "funding": [ { "url": "https://github.com/danog", "type": "github" } ], "time": "2025-05-31T15:14:35+00:00" }, { "name": "dasprid/enum", "version": "1.0.7", "source": { "type": "git", "url": "https://github.com/DASPRiD/Enum.git", "reference": "b5874fa9ed0043116c72162ec7f4fb50e02e7cce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/b5874fa9ed0043116c72162ec7f4fb50e02e7cce", "reference": "b5874fa9ed0043116c72162ec7f4fb50e02e7cce", "shasum": "" }, "require": { "php": ">=7.1 <9.0" }, "require-dev": { "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11", "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.7" }, "time": "2025-09-16T12:23:56+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": "graham-campbell/result-type", "version": "v1.1.4", "source": { "type": "git", "url": "https://github.com/GrahamCampbell/Result-Type.git", "reference": "e01f4a821471308ba86aa202fed6698b6b695e3b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/e01f4a821471308ba86aa202fed6698b6b695e3b", "reference": "e01f4a821471308ba86aa202fed6698b6b695e3b", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "phpoption/phpoption": "^1.9.5" }, "require-dev": { "phpunit/phpunit": "^8.5.41 || ^9.6.22 || ^10.5.45 || ^11.5.7" }, "type": "library", "autoload": { "psr-4": { "GrahamCampbell\\ResultType\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" } ], "description": "An Implementation Of The Result Type", "keywords": [ "Graham Campbell", "GrahamCampbell", "Result Type", "Result-Type", "result" ], "support": { "issues": "https://github.com/GrahamCampbell/Result-Type/issues", "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.4" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type", "type": "tidelift" } ], "time": "2025-12-27T19:43:20+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.8.0", "source": { "type": "git", "url": "https://github.com/thephpleague/uri.git", "reference": "4436c6ec8d458e4244448b069cc572d088230b76" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/uri/zipball/4436c6ec8d458e4244448b069cc572d088230b76", "reference": "4436c6ec8d458e4244448b069cc572d088230b76", "shasum": "" }, "require": { "league/uri-interfaces": "^7.8", "php": "^8.1", "psr/http-factory": "^1" }, "conflict": { "league/uri-schemes": "^1.0" }, "suggest": { "ext-bcmath": "to improve IPV4 host parsing", "ext-dom": "to convert the URI into an HTML anchor tag", "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-uri": "to use the PHP native URI class", "jeremykendall/php-domain-parser": "to further parse the URI host and resolve its Public Suffix and Top Level Domain", "league/uri-components": "to provide additional tools to manipulate URI objects components", "league/uri-polyfill": "to backport the PHP URI extension for older versions of PHP", "php-64bit": "to improve IPV4 host parsing", "rowbot/url": "to handle URLs using the WHATWG URL Living Standard specification", "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": [ "URN", "data-uri", "file-uri", "ftp", "hostname", "http", "https", "middleware", "parse_str", "parse_url", "psr-7", "query-string", "querystring", "rfc2141", "rfc3986", "rfc3987", "rfc6570", "rfc8141", "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.8.0" }, "funding": [ { "url": "https://github.com/sponsors/nyamsprod", "type": "github" } ], "time": "2026-01-14T17:24:56+00:00" }, { "name": "league/uri-components", "version": "7.8.0", "source": { "type": "git", "url": "https://github.com/thephpleague/uri-components.git", "reference": "8b5ffcebcc0842b76eb80964795bd56a8333b2ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/uri-components/zipball/8b5ffcebcc0842b76eb80964795bd56a8333b2ba", "reference": "8b5ffcebcc0842b76eb80964795bd56a8333b2ba", "shasum": "" }, "require": { "league/uri": "^7.8", "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 further parse the URI host and resolve its Public Suffix and Top Level Domain", "league/uri-polyfill": "to backport the PHP URI extension for older versions of PHP", "php-64bit": "to improve IPV4 host parsing", "rowbot/url": "to handle URLs using the WHATWG URL Living Standard specification", "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.8.0" }, "funding": [ { "url": "https://github.com/nyamsprod", "type": "github" } ], "time": "2026-01-14T17:24:56+00:00" }, { "name": "league/uri-interfaces", "version": "7.8.0", "source": { "type": "git", "url": "https://github.com/thephpleague/uri-interfaces.git", "reference": "c5c5cd056110fc8afaba29fa6b72a43ced42acd4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/c5c5cd056110fc8afaba29fa6b72a43ced42acd4", "reference": "c5c5cd056110fc8afaba29fa6b72a43ced42acd4", "shasum": "" }, "require": { "ext-filter": "*", "php": "^8.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", "rowbot/url": "to handle URLs using the WHATWG URL Living Standard specification", "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 tools for parsing and resolving RFC3987/RFC3986 URI", "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.8.0" }, "funding": [ { "url": "https://github.com/sponsors/nyamsprod", "type": "github" } ], "time": "2026-01-15T06:54:53+00:00" }, { "name": "monolog/monolog", "version": "3.10.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/b321dd6749f0bf7189444158a3ce785cc16d69b0", "reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0", "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 || ^2.0", "php-amqplib/php-amqplib": "~2.4 || ^3", "php-console/php-console": "^3.1.8", "phpstan/phpstan": "^2", "phpstan/phpstan-deprecation-rules": "^2", "phpstan/phpstan-strict-rules": "^2", "phpunit/phpunit": "^10.5.17 || ^11.0.7", "predis/predis": "^1.1 || ^2", "rollbar/rollbar": "^4.0", "ruflin/elastica": "^7 || ^8", "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.10.0" }, "funding": [ { "url": "https://github.com/Seldaek", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", "type": "tidelift" } ], "time": "2026-01-02T08:56:05+00:00" }, { "name": "nikic/php-parser", "version": "v5.7.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82", "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82", "shasum": "" }, "require": { "ext-ctype": "*", "ext-json": "*", "ext-tokenizer": "*", "php": ">=7.4" }, "require-dev": { "ircmaxell/php-yacc": "^0.0.7", "phpunit/phpunit": "^9.0" }, "bin": [ "bin/php-parse" ], "type": "library", "extra": { "branch-alias": { "dev-master": "5.x-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.7.0" }, "time": "2025-12-06T11:56:16+00:00" }, { "name": "paragonie/constant_time_encoding", "version": "v3.1.3", "source": { "type": "git", "url": "https://github.com/paragonie/constant_time_encoding.git", "reference": "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77", "reference": "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77", "shasum": "" }, "require": { "php": "^8" }, "require-dev": { "infection/infection": "^0", "nikic/php-fuzzer": "^0", "phpunit/phpunit": "^9|^10|^11", "vimeo/psalm": "^4|^5|^6" }, "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": "2025-09-24T15:06:41+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.5", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", "reference": "75365b91986c2405cf5e1e012c5595cd487a98be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/75365b91986c2405cf5e1e012c5595cd487a98be", "reference": "75365b91986c2405cf5e1e012c5595cd487a98be", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "phpunit/phpunit": "^8.5.44 || ^9.6.25 || ^10.5.53 || ^11.5.34" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false }, "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.5" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", "type": "tidelift" } ], "time": "2025-12-27T19:41:33+00:00" }, { "name": "phpseclib/phpseclib", "version": "3.0.49", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "6233a1e12584754e6b5daa69fe1289b47775c1b9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/6233a1e12584754e6b5daa69fe1289b47775c1b9", "reference": "6233a1e12584754e6b5daa69fe1289b47775c1b9", "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.49" }, "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": "2026-01-27T09:17:28+00:00" }, { "name": "promphp/prometheus_client_php", "version": "v2.14.1", "source": { "type": "git", "url": "https://github.com/PromPHP/prometheus_client_php.git", "reference": "a283aea8269287dc35313a0055480d950c59ac1f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PromPHP/prometheus_client_php/zipball/a283aea8269287dc35313a0055480d950c59ac1f", "reference": "a283aea8269287dc35313a0055480d950c59ac1f", "shasum": "" }, "require": { "ext-json": "*", "php": "^7.4|^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-pdo": "Required if using PDO.", "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.14.1" }, "time": "2025-04-14T07:59:43+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.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "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.2" }, "time": "2024-09-11T13:17:53+00:00" }, { "name": "revolt/event-loop", "version": "v1.0.8", "source": { "type": "git", "url": "https://github.com/revoltphp/event-loop.git", "reference": "b6fc06dce8e9b523c9946138fa5e62181934f91c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/revoltphp/event-loop/zipball/b6fc06dce8e9b523c9946138fa5e62181934f91c", "reference": "b6fc06dce8e9b523c9946138fa5e62181934f91c", "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.8" }, "time": "2025-08-27T21:33:23+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", "shasum": "" }, "require": { "php": ">=7.2" }, "provide": { "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "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.33.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493", "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493", "shasum": "" }, "require": { "ext-iconv": "*", "php": ">=7.2" }, "provide": { "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "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.33.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2024-12-23T08:48:59+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608", "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608", "shasum": "" }, "require": { "php": ">=7.2" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "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.33.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-01-02T08:10:11+00:00" }, { "name": "symfony/polyfill-php83", "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php83.git", "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5", "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5", "shasum": "" }, "require": { "php": ">=7.2" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php83\\": "" }, "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.3+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php83/tree/v1.33.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2025-07-08T02:45:35+00:00" }, { "name": "vlucas/phpdotenv", "version": "v5.6.3", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", "reference": "955e7815d677a3eaa7075231212f2110983adecc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/955e7815d677a3eaa7075231212f2110983adecc", "reference": "955e7815d677a3eaa7075231212f2110983adecc", "shasum": "" }, "require": { "ext-pcre": "*", "graham-campbell/result-type": "^1.1.4", "php": "^7.2.5 || ^8.0", "phpoption/phpoption": "^1.9.5", "symfony/polyfill-ctype": "^1.26", "symfony/polyfill-mbstring": "^1.26", "symfony/polyfill-php80": "^1.26" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "ext-filter": "*", "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" }, "suggest": { "ext-filter": "Required to use the boolean validator." }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false }, "branch-alias": { "dev-master": "5.6-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/v5.6.3" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv", "type": "tidelift" } ], "time": "2025-12-27T19:49:13+00:00" }, { "name": "webmozart/assert", "version": "1.12.1", "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", "reference": "9be6926d8b485f55b9229203f962b51ed377ba68" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozarts/assert/zipball/9be6926d8b485f55b9229203f962b51ed377ba68", "reference": "9be6926d8b485f55b9229203f962b51ed377ba68", "shasum": "" }, "require": { "ext-ctype": "*", "ext-date": "*", "ext-filter": "*", "php": "^7.2 || ^8.0" }, "suggest": { "ext-intl": "", "ext-simplexml": "", "ext-spl": "" }, "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.12.1" }, "time": "2025-10-29T15:56:20+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=8.1" }, "platform-dev": {}, "plugin-api-version": "2.9.0" }