652 lines
23 KiB
JSON
652 lines
23 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "5c6b3247dd4d2f94f65a47d2eb39717a",
|
|
"packages": [
|
|
{
|
|
"name": "bramus/router",
|
|
"version": "1.6.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bramus/router.git",
|
|
"reference": "55657b76da8a0a509250fb55b9dd24e1aa237eba"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bramus/router/zipball/55657b76da8a0a509250fb55b9dd24e1aa237eba",
|
|
"reference": "55657b76da8a0a509250fb55b9dd24e1aa237eba",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "~2.14",
|
|
"phpunit/php-code-coverage": "~2.0",
|
|
"phpunit/phpunit": "~4.8"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Bramus": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bram(us) Van Damme",
|
|
"email": "bramus@bram.us",
|
|
"homepage": "http://www.bram.us"
|
|
}
|
|
],
|
|
"description": "A lightweight and simple object oriented PHP Router",
|
|
"homepage": "https://github.com/bramus/router",
|
|
"keywords": [
|
|
"router",
|
|
"routing"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/bramus/router/issues",
|
|
"source": "https://github.com/bramus/router/tree/1.6.1"
|
|
},
|
|
"time": "2021-11-18T19:24:07+00:00"
|
|
},
|
|
{
|
|
"name": "josegonzalez/dotenv",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/josegonzalez/php-dotenv.git",
|
|
"reference": "f6d2fb63610f98b7ae859031566228dbade1a79c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/josegonzalez/php-dotenv/zipball/f6d2fb63610f98b7ae859031566228dbade1a79c",
|
|
"reference": "f6d2fb63610f98b7ae859031566228dbade1a79c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"m1/env": "2.*",
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"php-mock/php-mock-phpunit": "^1.1",
|
|
"satooshi/php-coveralls": "1.*",
|
|
"squizlabs/php_codesniffer": "2.*"
|
|
},
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"josegonzalez\\Dotenv": [
|
|
"src",
|
|
"tests"
|
|
]
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jose Diaz-Gonzalez",
|
|
"email": "dotenv@josegonzalez.com",
|
|
"homepage": "http://josediazgonzalez.com",
|
|
"role": "Maintainer"
|
|
}
|
|
],
|
|
"description": "dotenv file parsing for PHP",
|
|
"homepage": "https://github.com/josegonzalez/php-dotenv",
|
|
"keywords": [
|
|
"configuration",
|
|
"dotenv",
|
|
"php"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/josegonzalez/php-dotenv/issues",
|
|
"source": "https://github.com/josegonzalez/php-dotenv/tree/master"
|
|
},
|
|
"time": "2019-07-07T21:21:39+00:00"
|
|
},
|
|
{
|
|
"name": "latte/latte",
|
|
"version": "v2.11.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/latte.git",
|
|
"reference": "89e647e51213af8a270fe9903b8735a2f6c83ad1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/latte/zipball/89e647e51213af8a270fe9903b8735a2f6c83ad1",
|
|
"reference": "89e647e51213af8a270fe9903b8735a2f6c83ad1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-tokenizer": "*",
|
|
"php": ">=7.1 <8.2"
|
|
},
|
|
"conflict": {
|
|
"nette/application": "<2.4.1"
|
|
},
|
|
"require-dev": {
|
|
"nette/php-generator": "^3.3.4",
|
|
"nette/tester": "^2.0",
|
|
"nette/utils": "^3.0",
|
|
"phpstan/phpstan": "^1",
|
|
"tracy/tracy": "^2.3"
|
|
},
|
|
"suggest": {
|
|
"ext-fileinfo": "to use filter |datastream",
|
|
"ext-iconv": "to use filters |reverse, |substring",
|
|
"ext-mbstring": "to use filters like lower, upper, capitalize, ...",
|
|
"nette/php-generator": "to use tag {templatePrint}",
|
|
"nette/utils": "to use filter |webalize"
|
|
},
|
|
"bin": [
|
|
"bin/latte-lint"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.11-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": "☕ Latte: the intuitive and fast template engine for those who want the most secure PHP sites. Introduces context-sensitive escaping.",
|
|
"homepage": "https://latte.nette.org",
|
|
"keywords": [
|
|
"context-sensitive",
|
|
"engine",
|
|
"escaping",
|
|
"html",
|
|
"nette",
|
|
"security",
|
|
"template",
|
|
"twig"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/nette/latte/issues",
|
|
"source": "https://github.com/nette/latte/tree/v2.11.5"
|
|
},
|
|
"time": "2022-06-26T10:12:18+00:00"
|
|
},
|
|
{
|
|
"name": "m1/env",
|
|
"version": "2.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/m1/Env.git",
|
|
"reference": "5c296e3e13450a207e12b343f3af1d7ab569f6f3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/m1/Env/zipball/5c296e3e13450a207e12b343f3af1d7ab569f6f3",
|
|
"reference": "5c296e3e13450a207e12b343f3af1d7ab569f6f3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*",
|
|
"scrutinizer/ocular": "~1.1",
|
|
"squizlabs/php_codesniffer": "^2.3"
|
|
},
|
|
"suggest": {
|
|
"josegonzalez/dotenv": "For loading of .env",
|
|
"m1/vars": "For loading of configs"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"M1\\Env\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Miles Croxford",
|
|
"email": "hello@milescroxford.com",
|
|
"homepage": "http://milescroxford.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Env is a lightweight library bringing .env file parser compatibility to PHP. In short - it enables you to read .env files with PHP.",
|
|
"homepage": "https://github.com/m1/Env",
|
|
"keywords": [
|
|
".env",
|
|
"config",
|
|
"dotenv",
|
|
"env",
|
|
"loader",
|
|
"m1",
|
|
"parser",
|
|
"support"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/m1/Env/issues",
|
|
"source": "https://github.com/m1/Env/tree/2.2.0"
|
|
},
|
|
"time": "2020-02-19T09:02:13+00:00"
|
|
},
|
|
{
|
|
"name": "pablouser1/tikscraper",
|
|
"version": "v2.1.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pablouser1/TikScraperPHP.git",
|
|
"reference": "1d330412c4767e3e4f9131ff54ccde18e60407c5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pablouser1/TikScraperPHP/zipball/1d330412c4767e3e4f9131ff54ccde18e60407c5",
|
|
"reference": "1d330412c4767e3e4f9131ff54ccde18e60407c5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-xml": "*",
|
|
"php": ">=7.4|^8.0",
|
|
"php-webdriver/webdriver": "^1.12",
|
|
"sapistudio/seleniumstealth": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TikScraper\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Pablo Ferreiro"
|
|
}
|
|
],
|
|
"description": "Get data from TikTok API",
|
|
"support": {
|
|
"issues": "https://github.com/pablouser1/TikScraperPHP/issues",
|
|
"source": "https://github.com/pablouser1/TikScraperPHP/tree/v2.1.0.2"
|
|
},
|
|
"time": "2022-06-16T09:17:37+00:00"
|
|
},
|
|
{
|
|
"name": "php-webdriver/webdriver",
|
|
"version": "1.12.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-webdriver/php-webdriver.git",
|
|
"reference": "b27ddf458d273c7d4602106fcaf978aa0b7fe15a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/b27ddf458d273c7d4602106fcaf978aa0b7fe15a",
|
|
"reference": "b27ddf458d273c7d4602106fcaf978aa0b7fe15a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-zip": "*",
|
|
"php": "^5.6 || ~7.0 || ^8.0",
|
|
"symfony/polyfill-mbstring": "^1.12",
|
|
"symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0 || ^6.0"
|
|
},
|
|
"replace": {
|
|
"facebook/webdriver": "*"
|
|
},
|
|
"require-dev": {
|
|
"ondram/ci-detector": "^2.1 || ^3.5 || ^4.0",
|
|
"php-coveralls/php-coveralls": "^2.4",
|
|
"php-mock/php-mock-phpunit": "^1.1 || ^2.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.2",
|
|
"phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"symfony/var-dumper": "^3.3 || ^4.0 || ^5.0 || ^6.0"
|
|
},
|
|
"suggest": {
|
|
"ext-SimpleXML": "For Firefox profile creation"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"lib/Exception/TimeoutException.php"
|
|
],
|
|
"psr-4": {
|
|
"Facebook\\WebDriver\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
|
|
"homepage": "https://github.com/php-webdriver/php-webdriver",
|
|
"keywords": [
|
|
"Chromedriver",
|
|
"geckodriver",
|
|
"php",
|
|
"selenium",
|
|
"webdriver"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-webdriver/php-webdriver/issues",
|
|
"source": "https://github.com/php-webdriver/php-webdriver/tree/1.12.1"
|
|
},
|
|
"time": "2022-05-03T12:16:34+00:00"
|
|
},
|
|
{
|
|
"name": "sapistudio/seleniumstealth",
|
|
"version": "1.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Sapistudio/SeleniumStealth.git",
|
|
"reference": "4b392077e3d609fed564b78ae2e8becb98f01957"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Sapistudio/SeleniumStealth/zipball/4b392077e3d609fed564b78ae2e8becb98f01957",
|
|
"reference": "4b392077e3d609fed564b78ae2e8becb98f01957",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SapiStudio\\SeleniumStealth\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Sapistudio/SeleniumStealth/issues",
|
|
"source": "https://github.com/Sapistudio/SeleniumStealth/tree/1.0.3"
|
|
},
|
|
"time": "2022-01-10T20:04:41+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
|
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"provide": {
|
|
"ext-mbstring": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"mbstring",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.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"
|
|
}
|
|
],
|
|
"time": "2022-05-24T11:49:31+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php80",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
|
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php80\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ion Bazan",
|
|
"email": "ion.bazan@gmail.com"
|
|
},
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.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"
|
|
}
|
|
],
|
|
"time": "2022-05-10T07:21:04+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/process",
|
|
"version": "v5.4.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/process.git",
|
|
"reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
|
|
"reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Process\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Executes commands in sub-processes",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/process/tree/v5.4.8"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-04-08T05:07:18+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"josegonzalez/dotenv": 20
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=7.4|^8.0",
|
|
"ext-redis": "^5.3.2",
|
|
"ext-mbstring": "*"
|
|
},
|
|
"platform-dev": [],
|
|
"platform-overrides": {
|
|
"php": "7.4"
|
|
},
|
|
"plugin-api-version": "2.3.0"
|
|
}
|