telegram-bot-api-versions/composer.lock

1788 lines
62 KiB
Plaintext
Raw Normal View History

{
"_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"
],
2022-04-16 18:18:56 +02:00
"content-hash": "52f40b4bf93298343e6f0740cb5e7dd3",
"packages": [
{
"name": "guzzlehttp/guzzle",
2022-06-21 23:29:40 +02:00
"version": "7.4.5",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2022-06-21 23:29:40 +02:00
"reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82"
},
"dist": {
"type": "zip",
2022-06-21 23:29:40 +02:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
"reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^1.5",
2022-06-21 23:29:40 +02:00
"guzzlehttp/psr7": "^1.9 || ^2.4",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
2022-04-16 18:18:56 +02:00
"symfony/deprecation-contracts": "^2.2 || ^3.0"
},
"provide": {
"psr/http-client-implementation": "1.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"ext-curl": "*",
"php-http/client-integration-tests": "^3.0",
"phpunit/phpunit": "^8.5.5 || ^9.3.5",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"suggest": {
"ext-curl": "Required for CURL handler support",
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "7.4-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
2022-04-16 18:18:56 +02:00
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
"description": "Guzzle is a PHP HTTP client library",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"psr-18",
"psr-7",
"rest",
"web service"
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
2022-06-21 23:29:40 +02:00
"source": "https://github.com/guzzle/guzzle/tree/7.4.5"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
"type": "tidelift"
}
],
2022-06-21 23:29:40 +02:00
"time": "2022-06-20T22:16:13+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "1.5.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.5-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
2022-04-16 18:18:56 +02:00
],
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/1.5.1"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
"type": "tidelift"
}
],
"time": "2021-10-22T20:56:57+00:00"
},
{
"name": "guzzlehttp/psr7",
2022-06-21 23:29:40 +02:00
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2022-06-21 23:29:40 +02:00
"reference": "13388f00956b1503577598873fffb5ae994b5737"
},
"dist": {
"type": "zip",
2022-06-21 23:29:40 +02:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/13388f00956b1503577598873fffb5ae994b5737",
"reference": "13388f00956b1503577598873fffb5ae994b5737",
"shasum": ""
},
"require": {
2022-04-16 18:18:56 +02:00
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"ralouphie/getallheaders": "^3.0"
},
"provide": {
2022-04-16 18:18:56 +02:00
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2022-04-16 18:18:56 +02:00
"bamarni/composer-bin-plugin": "^1.4.1",
"http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^8.5.8 || ^9.3.10"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
"branch-alias": {
2022-06-21 23:29:40 +02:00
"dev-master": "2.4-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
2022-04-16 18:18:56 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
2022-04-16 18:18:56 +02:00
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
2022-06-21 23:29:40 +02:00
"source": "https://github.com/guzzle/psr7/tree/2.4.0"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
"type": "tidelift"
}
],
2022-06-21 23:29:40 +02:00
"time": "2022-06-20T21:43:11+00:00"
},
{
"name": "nette/php-generator",
2022-06-21 23:29:40 +02:00
"version": "v4.0.2",
"source": {
"type": "git",
"url": "https://github.com/nette/php-generator.git",
2022-06-21 23:29:40 +02:00
"reference": "f19b7975c7c4d729be5b64fce7eb72f0d4aac6fc"
},
"dist": {
"type": "zip",
2022-06-21 23:29:40 +02:00
"url": "https://api.github.com/repos/nette/php-generator/zipball/f19b7975c7c4d729be5b64fce7eb72f0d4aac6fc",
"reference": "f19b7975c7c4d729be5b64fce7eb72f0d4aac6fc",
"shasum": ""
},
"require": {
2022-04-16 18:18:56 +02:00
"nette/utils": "^3.2.7 || ^4.0",
"php": ">=8.0 <8.2"
},
"require-dev": {
"nette/tester": "^2.4",
"nikic/php-parser": "^4.13",
2022-04-16 18:18:56 +02:00
"phpstan/phpstan": "^1.0",
"tracy/tracy": "^2.8"
},
"suggest": {
2022-04-16 18:18:56 +02:00
"nikic/php-parser": "to use ClassType::from(withBodies: true) & ClassType::fromCode()"
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-16 18:18:56 +02:00
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.1 features.",
"homepage": "https://nette.org",
"keywords": [
"code",
"nette",
"php",
"scaffolding"
],
"support": {
"issues": "https://github.com/nette/php-generator/issues",
2022-06-21 23:29:40 +02:00
"source": "https://github.com/nette/php-generator/tree/v4.0.2"
},
2022-06-21 23:29:40 +02:00
"time": "2022-06-17T12:20:08+00:00"
},
{
"name": "nette/utils",
2022-04-16 18:18:56 +02:00
"version": "v3.2.7",
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
2022-04-16 18:18:56 +02:00
"reference": "0af4e3de4df9f1543534beab255ccf459e7a2c99"
},
"dist": {
"type": "zip",
2022-04-16 18:18:56 +02:00
"url": "https://api.github.com/repos/nette/utils/zipball/0af4e3de4df9f1543534beab255ccf459e7a2c99",
"reference": "0af4e3de4df9f1543534beab255ccf459e7a2c99",
"shasum": ""
},
"require": {
"php": ">=7.2 <8.2"
},
"conflict": {
"nette/di": "<3.0.6"
},
"require-dev": {
"nette/tester": "~2.0",
2022-04-16 18:18:56 +02:00
"phpstan/phpstan": "^1.0",
"tracy/tracy": "^2.3"
},
"suggest": {
"ext-gd": "to use Image",
"ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
"ext-json": "to use Nette\\Utils\\Json",
"ext-mbstring": "to use Strings::lower() etc...",
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
"ext-xml": "to use Strings::length() etc. when mbstring is not available"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
"homepage": "https://nette.org",
"keywords": [
"array",
"core",
"datetime",
"images",
"json",
"nette",
"paginator",
"password",
"slugify",
"string",
"unicode",
"utf-8",
"utility",
"validation"
],
"support": {
"issues": "https://github.com/nette/utils/issues",
2022-04-16 18:18:56 +02:00
"source": "https://github.com/nette/utils/tree/v3.2.7"
},
2022-04-16 18:18:56 +02:00
"time": "2022-01-24T11:29:14+00:00"
},
{
2022-04-16 18:18:56 +02:00
"name": "psr/container",
"version": "2.0.2",
"source": {
"type": "git",
2022-04-16 18:18:56 +02:00
"url": "https://github.com/php-fig/container.git",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
},
"dist": {
"type": "zip",
2022-04-16 18:18:56 +02:00
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"shasum": ""
},
"require": {
2022-04-16 18:18:56 +02:00
"php": ">=7.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-16 18:18:56 +02:00
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
2022-04-16 18:18:56 +02:00
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-04-16 18:18:56 +02:00
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
2022-04-16 18:18:56 +02:00
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
2022-04-16 18:18:56 +02:00
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"support": {
2022-04-16 18:18:56 +02:00
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/2.0.2"
},
2022-04-16 18:18:56 +02:00
"time": "2021-11-05T16:47:00+00:00"
},
{
2022-04-16 18:18:56 +02:00
"name": "psr/http-client",
"version": "1.0.1",
"source": {
"type": "git",
2022-04-16 18:18:56 +02:00
"url": "https://github.com/php-fig/http-client.git",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
},
"dist": {
"type": "zip",
2022-04-16 18:18:56 +02:00
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"shasum": ""
},
"require": {
2022-04-16 18:18:56 +02:00
"php": "^7.0 || ^8.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-16 18:18:56 +02:00
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
2022-04-16 18:18:56 +02:00
"Psr\\Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2022-04-16 18:18:56 +02:00
"homepage": "http://www.php-fig.org/"
}
],
2022-04-16 18:18:56 +02:00
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
2022-04-16 18:18:56 +02:00
"http",
"http-client",
"psr",
"psr-18"
],
"support": {
2022-04-16 18:18:56 +02:00
"source": "https://github.com/php-fig/http-client/tree/master"
},
2022-04-16 18:18:56 +02:00
"time": "2020-06-29T06:28:15+00:00"
},
{
2022-04-16 18:18:56 +02:00
"name": "psr/http-factory",
"version": "1.0.1",
"source": {
"type": "git",
2022-04-16 18:18:56 +02:00
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist": {
"type": "zip",
2022-04-16 18:18:56 +02:00
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
2022-04-16 18:18:56 +02:00
"php": ">=7.0.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
2022-04-16 18:18:56 +02:00
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
2022-04-16 18:18:56 +02:00
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
2022-04-16 18:18:56 +02:00
"factory",
"http",
2022-04-16 18:18:56 +02:00
"message",
"psr",
2022-04-16 18:18:56 +02:00
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
2022-04-16 18:18:56 +02:00
"source": "https://github.com/php-fig/http-factory/tree/master"
},
2022-04-16 18:18:56 +02:00
"time": "2019-04-30T12:38:16+00:00"
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.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": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "psr/log",
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"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/1.1.4"
},
"time": "2021-05-03T11:20:27+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "symfony/console",
2022-08-12 16:56:11 +02:00
"version": "v6.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2022-08-12 16:56:11 +02:00
"reference": "43fcb5c5966b43c56bcfa481368d90d748936ab8"
},
"dist": {
"type": "zip",
2022-08-12 16:56:11 +02:00
"url": "https://api.github.com/repos/symfony/console/zipball/43fcb5c5966b43c56bcfa481368d90d748936ab8",
"reference": "43fcb5c5966b43c56bcfa481368d90d748936ab8",
"shasum": ""
},
"require": {
2022-06-21 23:29:40 +02:00
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-mbstring": "~1.0",
2022-04-16 18:18:56 +02:00
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/string": "^5.4|^6.0"
},
"conflict": {
2022-04-16 18:18:56 +02:00
"symfony/dependency-injection": "<5.4",
"symfony/dotenv": "<5.4",
"symfony/event-dispatcher": "<5.4",
"symfony/lock": "<5.4",
"symfony/process": "<5.4"
},
"provide": {
2022-04-16 18:18:56 +02:00
"psr/log-implementation": "1.0|2.0|3.0"
},
"require-dev": {
2022-04-16 18:18:56 +02:00
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/lock": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
"keywords": [
"cli",
"command line",
"console",
"terminal"
],
"support": {
2022-08-12 16:56:11 +02:00
"source": "https://github.com/symfony/console/tree/v6.1.3"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-08-12 16:56:11 +02:00
"time": "2022-07-22T14:17:57+00:00"
},
{
2022-04-16 18:18:56 +02:00
"name": "symfony/css-selector",
2022-08-12 16:56:11 +02:00
"version": "v6.1.3",
"source": {
"type": "git",
2022-04-16 18:18:56 +02:00
"url": "https://github.com/symfony/css-selector.git",
2022-08-12 16:56:11 +02:00
"reference": "0dd5e36b80e1de97f8f74ed7023ac2b837a36443"
},
"dist": {
"type": "zip",
2022-08-12 16:56:11 +02:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/0dd5e36b80e1de97f8f74ed7023ac2b837a36443",
"reference": "0dd5e36b80e1de97f8f74ed7023ac2b837a36443",
"shasum": ""
},
"require": {
2022-06-21 23:29:40 +02:00
"php": ">=8.1"
},
"type": "library",
2022-04-16 18:18:56 +02:00
"autoload": {
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
},
2022-04-16 18:18:56 +02:00
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-04-16 18:18:56 +02:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2022-04-16 18:18:56 +02:00
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
"support": {
2022-08-12 16:56:11 +02:00
"source": "https://github.com/symfony/css-selector/tree/v6.1.3"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-08-12 16:56:11 +02:00
"time": "2022-06-27T17:24:16+00:00"
},
{
2022-04-16 18:18:56 +02:00
"name": "symfony/deprecation-contracts",
2022-08-12 16:56:11 +02:00
"version": "v3.1.1",
"source": {
"type": "git",
2022-04-16 18:18:56 +02:00
"url": "https://github.com/symfony/deprecation-contracts.git",
2022-06-21 23:29:40 +02:00
"reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918"
},
"dist": {
"type": "zip",
2022-06-21 23:29:40 +02:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
"reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918",
"shasum": ""
},
"require": {
2022-06-21 23:29:40 +02:00
"php": ">=8.1"
},
"type": "library",
"extra": {
"branch-alias": {
2022-06-21 23:29:40 +02:00
"dev-main": "3.1-dev"
},
"thanks": {
2022-04-16 18:18:56 +02:00
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
2022-04-16 18:18:56 +02:00
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-04-16 18:18:56 +02:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2022-04-16 18:18:56 +02:00
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
2022-08-12 16:56:11 +02:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-06-21 23:29:40 +02:00
"time": "2022-02-25T11:15:52+00:00"
},
{
2022-04-16 18:18:56 +02:00
"name": "symfony/polyfill-ctype",
2022-06-21 23:29:40 +02:00
"version": "v1.26.0",
"source": {
"type": "git",
2022-04-16 18:18:56 +02:00
"url": "https://github.com/symfony/polyfill-ctype.git",
2022-06-21 23:29:40 +02:00
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
},
"dist": {
"type": "zip",
2022-06-21 23:29:40 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
2022-04-16 18:18:56 +02:00
"provide": {
"ext-ctype": "*"
},
"suggest": {
2022-04-16 18:18:56 +02:00
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2022-06-21 23:29:40 +02:00
"dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-04-16 18:18:56 +02:00
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-04-16 18:18:56 +02:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2022-04-16 18:18:56 +02:00
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2022-04-16 18:18:56 +02:00
"ctype",
"polyfill",
2022-04-16 18:18:56 +02:00
"portable"
],
"support": {
2022-06-21 23:29:40 +02:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-06-21 23:29:40 +02:00
"time": "2022-05-24T11:49:31+00:00"
},
{
2022-04-16 18:18:56 +02:00
"name": "symfony/polyfill-intl-grapheme",
2022-06-21 23:29:40 +02:00
"version": "v1.26.0",
"source": {
"type": "git",
2022-04-16 18:18:56 +02:00
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2022-06-21 23:29:40 +02:00
"reference": "433d05519ce6990bf3530fba6957499d327395c2"
},
"dist": {
"type": "zip",
2022-06-21 23:29:40 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
"reference": "433d05519ce6990bf3530fba6957499d327395c2",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2022-06-21 23:29:40 +02:00
"dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-04-16 18:18:56 +02:00
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2022-04-16 18:18:56 +02:00
"description": "Symfony polyfill for intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2022-04-16 18:18:56 +02:00
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
"support": {
2022-06-21 23:29:40 +02:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-06-21 23:29:40 +02:00
"time": "2022-05-24T11:49:31+00:00"
},
{
2022-04-16 18:18:56 +02:00
"name": "symfony/polyfill-intl-normalizer",
2022-06-21 23:29:40 +02:00
"version": "v1.26.0",
"source": {
"type": "git",
2022-04-16 18:18:56 +02:00
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2022-06-21 23:29:40 +02:00
"reference": "219aa369ceff116e673852dce47c3a41794c14bd"
},
"dist": {
"type": "zip",
2022-06-21 23:29:40 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
"reference": "219aa369ceff116e673852dce47c3a41794c14bd",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
2022-04-16 18:18:56 +02:00
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2022-06-21 23:29:40 +02:00
"dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-04-16 18:18:56 +02:00
],
"psr-4": {
2022-04-16 18:18:56 +02:00
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2022-04-16 18:18:56 +02:00
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2022-04-16 18:18:56 +02:00
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
"support": {
2022-06-21 23:29:40 +02:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-06-21 23:29:40 +02:00
"time": "2022-05-24T11:49:31+00:00"
},
{
2022-04-16 18:18:56 +02:00
"name": "symfony/polyfill-mbstring",
2022-06-21 23:29:40 +02:00
"version": "v1.26.0",
"source": {
"type": "git",
2022-04-16 18:18:56 +02:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
2022-06-21 23:29:40 +02:00
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
},
"dist": {
"type": "zip",
2022-06-21 23:29:40 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
2022-04-16 18:18:56 +02:00
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2022-06-21 23:29:40 +02:00
"dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-04-16 18:18:56 +02:00
"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"
}
],
2022-04-16 18:18:56 +02:00
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2022-04-16 18:18:56 +02:00
"mbstring",
"polyfill",
"portable",
"shim"
],
"support": {
2022-06-21 23:29:40 +02:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-06-21 23:29:40 +02:00
"time": "2022-05-24T11:49:31+00:00"
},
{
"name": "symfony/service-contracts",
2022-08-12 16:56:11 +02:00
"version": "v3.1.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2022-08-12 16:56:11 +02:00
"reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239"
},
"dist": {
"type": "zip",
2022-08-12 16:56:11 +02:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/925e713fe8fcacf6bc05e936edd8dd5441a21239",
"reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239",
"shasum": ""
},
"require": {
2022-06-21 23:29:40 +02:00
"php": ">=8.1",
2022-04-16 18:18:56 +02:00
"psr/container": "^2.0"
},
"conflict": {
"ext-psr": "<1.1|>=2"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2022-06-21 23:29:40 +02:00
"dev-main": "3.1-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
2022-06-21 23:29:40 +02:00
},
"exclude-from-classmap": [
"/Test/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
2022-08-12 16:56:11 +02:00
"source": "https://github.com/symfony/service-contracts/tree/v3.1.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-08-12 16:56:11 +02:00
"time": "2022-05-30T19:18:58+00:00"
},
{
"name": "symfony/string",
2022-08-12 16:56:11 +02:00
"version": "v6.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
2022-08-12 16:56:11 +02:00
"reference": "f35241f45c30bcd9046af2bb200a7086f70e1d6b"
},
"dist": {
"type": "zip",
2022-08-12 16:56:11 +02:00
"url": "https://api.github.com/repos/symfony/string/zipball/f35241f45c30bcd9046af2bb200a7086f70e1d6b",
"reference": "f35241f45c30bcd9046af2bb200a7086f70e1d6b",
"shasum": ""
},
"require": {
2022-06-21 23:29:40 +02:00
"php": ">=8.1",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
2022-04-16 18:18:56 +02:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/translation-contracts": "<2.0"
},
"require-dev": {
2022-04-16 18:18:56 +02:00
"symfony/error-handler": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0",
"symfony/translation-contracts": "^2.0|^3.0",
"symfony/var-exporter": "^5.4|^6.0"
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
2022-04-16 18:18:56 +02:00
"psr-4": {
"Symfony\\Component\\String\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
"support": {
2022-08-12 16:56:11 +02:00
"source": "https://github.com/symfony/string/tree/v6.1.3"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-08-12 16:56:11 +02:00
"time": "2022-07-27T15:50:51+00:00"
},
{
"name": "symfony/yaml",
2022-08-12 16:56:11 +02:00
"version": "v6.1.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2022-08-12 16:56:11 +02:00
"reference": "cc48dd42ae1201abced04ae38284e23ce2d2d8f3"
},
"dist": {
"type": "zip",
2022-08-12 16:56:11 +02:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/cc48dd42ae1201abced04ae38284e23ce2d2d8f3",
"reference": "cc48dd42ae1201abced04ae38284e23ce2d2d8f3",
"shasum": ""
},
"require": {
2022-06-21 23:29:40 +02:00
"php": ">=8.1",
2022-04-16 18:18:56 +02:00
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
2022-04-16 18:18:56 +02:00
"symfony/console": "<5.4"
},
"require-dev": {
2022-04-16 18:18:56 +02:00
"symfony/console": "^5.4|^6.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"bin": [
"Resources/bin/yaml-lint"
],
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
2022-08-12 16:56:11 +02:00
"source": "https://github.com/symfony/yaml/tree/v6.1.3"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-08-12 16:56:11 +02:00
"time": "2022-07-20T14:45:06+00:00"
},
{
"name": "sysbot/tgscraper",
2022-08-12 16:56:11 +02:00
"version": "4.0.3",
"source": {
"type": "git",
"url": "https://github.com/Sysbot-org/tgscraper.git",
2022-08-12 16:56:11 +02:00
"reference": "a94711cb06f80f4ddbb49121e0c4a00b7f85b6e0"
},
"dist": {
"type": "zip",
2022-08-12 16:56:11 +02:00
"url": "https://api.github.com/repos/Sysbot-org/tgscraper/zipball/a94711cb06f80f4ddbb49121e0c4a00b7f85b6e0",
"reference": "a94711cb06f80f4ddbb49121e0c4a00b7f85b6e0",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2.0",
"ext-json": "*",
2022-04-16 18:18:56 +02:00
"guzzlehttp/guzzle": "^7.0",
"nette/php-generator": "^4.0",
"php": ">=8.0",
"psr/log": "^1.1",
2022-04-16 18:18:56 +02:00
"symfony/console": "^6.0",
"symfony/yaml": "^6.0",
"voku/simple_html_dom": "^4.7"
},
"require-dev": {
"phpstan/phpstan": "^1.2",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.15"
},
"suggest": {
"sysbot/tgscraper-cache": "To speed up schema fetching and generation."
},
"bin": [
"bin/tgscraper"
],
"type": "library",
"autoload": {
"psr-4": {
"TgScraper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "sys-001",
"email": "sys@sys001.ml",
"homepage": "https://sys001.ml",
"role": "Developer"
}
],
"description": "Utility to extract scheme from Telegram Bot API webpage.",
"support": {
"issues": "https://github.com/Sysbot-org/tgscraper/issues",
2022-08-12 16:56:11 +02:00
"source": "https://github.com/Sysbot-org/tgscraper/tree/4.0.3"
},
2022-08-12 16:56:11 +02:00
"time": "2022-08-12T14:46:33+00:00"
},
{
"name": "sysbot/tgscraper-cache",
2022-08-12 16:56:11 +02:00
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/Sysbot-org/tgscraper-cache.git",
2022-08-12 16:56:11 +02:00
"reference": "96e427ee29281155da3efa0903c867c273777c32"
},
"dist": {
"type": "zip",
2022-08-12 16:56:11 +02:00
"url": "https://api.github.com/repos/Sysbot-org/tgscraper-cache/zipball/96e427ee29281155da3efa0903c867c273777c32",
"reference": "96e427ee29281155da3efa0903c867c273777c32",
"shasum": ""
},
"require": {
"php": ">=8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"TgScraper\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "sys-001",
"email": "sys@sys001.ml",
"homepage": "https://sys001.ml",
"role": "Developer"
}
],
2022-04-16 18:18:56 +02:00
"description": "Cache package containing all available webpage snapshots for Telegram bot API.",
"support": {
2022-08-12 16:56:11 +02:00
"source": "https://github.com/Sysbot-org/tgscraper-cache/tree/1.1.4"
2022-04-16 18:18:56 +02:00
},
2022-08-12 16:56:11 +02:00
"time": "2022-08-12T14:39:33+00:00"
2022-04-16 18:18:56 +02:00
},
{
"name": "voku/simple_html_dom",
2022-06-21 23:29:40 +02:00
"version": "4.8.6",
2022-04-16 18:18:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/voku/simple_html_dom.git",
2022-06-21 23:29:40 +02:00
"reference": "1df7e9844eddbe190450c87f281e87bbd8d7f645"
2022-04-16 18:18:56 +02:00
},
"dist": {
"type": "zip",
2022-06-21 23:29:40 +02:00
"url": "https://api.github.com/repos/voku/simple_html_dom/zipball/1df7e9844eddbe190450c87f281e87bbd8d7f645",
"reference": "1df7e9844eddbe190450c87f281e87bbd8d7f645",
2022-04-16 18:18:56 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"php": ">=7.0.0",
"symfony/css-selector": "~3.0 || ~4.0 || ~5.0 || ~6.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
},
"suggest": {
"voku/portable-utf8": "If you need e.g. UTF-8 fixed output."
},
"type": "library",
"autoload": {
"psr-4": {
"voku\\helper\\": "src/voku/helper/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "dimabdc",
"email": "support@titor.ru",
"homepage": "http://github.com/dimabdc",
"role": "Developer"
},
{
"name": "Lars Moelleken",
"homepage": "http://www.moelleken.org/",
"role": "Developer"
}
],
"description": "Simple HTML DOM package.",
"homepage": "http://simplehtmldom.sourceforge.net/",
"keywords": [
"HTML Parser",
"dom",
"php dom"
],
"support": {
2022-04-16 18:18:56 +02:00
"issues": "https://github.com/voku/simple_html_dom/issues",
2022-06-21 23:29:40 +02:00
"source": "https://github.com/voku/simple_html_dom/tree/4.8.6"
},
2022-04-16 18:18:56 +02:00
"funding": [
{
"url": "https://www.paypal.me/moelleken",
"type": "custom"
},
{
"url": "https://github.com/voku",
"type": "github"
},
{
"url": "https://www.patreon.com/voku",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/voku/simple_html_dom",
"type": "tidelift"
}
],
2022-06-21 23:29:40 +02:00
"time": "2022-06-09T05:48:45+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
2022-04-16 18:18:56 +02:00
"plugin-api-version": "2.3.0"
}