proxitok/composer.lock

664 lines
23 KiB
Plaintext
Raw Normal View History

2022-01-01 19:14:57 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
2022-01-17 20:11:40 +00:00
"content-hash": "2c6e8300b7f0672000799c44a5fd19a3",
2022-01-01 19:14:57 +00:00
"packages": [
{
2022-01-03 12:43:22 +00:00
"name": "graham-campbell/result-type",
"version": "v1.0.4",
"source": {
"type": "git",
2022-01-03 12:43:22 +00:00
"url": "https://github.com/GrahamCampbell/Result-Type.git",
"reference": "0690bde05318336c7221785f2a932467f98b64ca"
},
"dist": {
"type": "zip",
2022-01-03 12:43:22 +00:00
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/0690bde05318336c7221785f2a932467f98b64ca",
"reference": "0690bde05318336c7221785f2a932467f98b64ca",
"shasum": ""
},
"require": {
2022-01-03 12:43:22 +00:00
"php": "^7.0 || ^8.0",
"phpoption/phpoption": "^1.8"
},
"require-dev": {
2022-01-03 12:43:22 +00:00
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
2022-01-01 19:14:57 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2022-01-03 12:43:22 +00:00
"GrahamCampbell\\ResultType\\": "src/"
2022-01-01 19:14:57 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-01-03 12:43:22 +00:00
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
2022-01-01 19:14:57 +00:00
}
],
2022-01-03 12:43:22 +00:00
"description": "An Implementation Of The Result Type",
2022-01-01 19:14:57 +00:00
"keywords": [
2022-01-03 12:43:22 +00:00
"Graham Campbell",
"GrahamCampbell",
"Result Type",
"Result-Type",
"result"
2022-01-01 19:14:57 +00:00
],
"support": {
2022-01-03 12:43:22 +00:00
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.4"
2022-01-01 19:14:57 +00:00
},
"funding": [
{
2022-01-03 12:43:22 +00:00
"url": "https://github.com/GrahamCampbell",
2022-01-01 19:14:57 +00:00
"type": "github"
},
{
2022-01-03 12:43:22 +00:00
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
"type": "tidelift"
2022-01-01 19:14:57 +00:00
}
],
2022-01-03 12:43:22 +00:00
"time": "2021-11-21T21:41:47+00:00"
2022-01-01 19:14:57 +00:00
},
{
2022-01-03 12:43:22 +00:00
"name": "latte/latte",
2022-01-08 15:03:57 +00:00
"version": "v2.10.8",
2022-01-01 19:14:57 +00:00
"source": {
"type": "git",
2022-01-03 12:43:22 +00:00
"url": "https://github.com/nette/latte.git",
2022-01-08 15:03:57 +00:00
"reference": "596b28bf098ebb852732d60b00538139a009c4db"
2022-01-01 19:14:57 +00:00
},
"dist": {
"type": "zip",
2022-01-08 15:03:57 +00:00
"url": "https://api.github.com/repos/nette/latte/zipball/596b28bf098ebb852732d60b00538139a009c4db",
"reference": "596b28bf098ebb852732d60b00538139a009c4db",
2022-01-01 19:14:57 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
2022-01-03 12:43:22 +00:00
"ext-tokenizer": "*",
"php": ">=7.1 <8.2"
},
"conflict": {
"nette/application": "<2.4.1"
2022-01-01 19:14:57 +00:00
},
"require-dev": {
2022-01-03 12:43:22 +00:00
"nette/php-generator": "^3.3.4",
"nette/tester": "~2.0",
"nette/utils": "^3.0",
"phpstan/phpstan": "^0.12",
"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"
2022-01-01 19:14:57 +00:00
},
"bin": [
2022-01-03 12:43:22 +00:00
"bin/latte-lint"
2022-01-01 19:14:57 +00:00
],
"type": "library",
"extra": {
"branch-alias": {
2022-01-03 12:43:22 +00:00
"dev-master": "2.10-dev"
2022-01-01 19:14:57 +00:00
}
},
"autoload": {
2022-01-03 12:43:22 +00:00
"classmap": [
"src/"
]
2022-01-01 19:14:57 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2022-01-03 12:43:22 +00:00
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only"
2022-01-01 19:14:57 +00:00
],
"authors": [
{
2022-01-03 12:43:22 +00:00
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
2022-01-01 19:14:57 +00:00
},
{
2022-01-03 12:43:22 +00:00
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
2022-01-01 19:14:57 +00:00
}
],
2022-01-03 12:43:22 +00:00
"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",
2022-01-01 19:14:57 +00:00
"keywords": [
2022-01-03 12:43:22 +00:00
"context-sensitive",
"engine",
"escaping",
"html",
"nette",
"security",
"template",
"twig"
2022-01-01 19:14:57 +00:00
],
"support": {
2022-01-03 12:43:22 +00:00
"issues": "https://github.com/nette/latte/issues",
2022-01-08 15:03:57 +00:00
"source": "https://github.com/nette/latte/tree/v2.10.8"
2022-01-01 19:14:57 +00:00
},
2022-01-08 15:03:57 +00:00
"time": "2022-01-04T14:13:28+00:00"
2022-01-01 19:14:57 +00:00
},
{
2022-01-03 12:43:22 +00:00
"name": "phpoption/phpoption",
"version": "1.8.1",
2022-01-01 19:14:57 +00:00
"source": {
"type": "git",
2022-01-03 12:43:22 +00:00
"url": "https://github.com/schmittjoh/php-option.git",
"reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15"
2022-01-01 19:14:57 +00:00
},
"dist": {
"type": "zip",
2022-01-03 12:43:22 +00:00
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
"reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
2022-01-01 19:14:57 +00:00
"shasum": ""
},
"require": {
2022-01-03 12:43:22 +00:00
"php": "^7.0 || ^8.0"
2022-01-01 19:14:57 +00:00
},
2022-01-03 12:43:22 +00:00
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
2022-01-01 19:14:57 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-01-03 12:43:22 +00:00
"dev-master": "1.8-dev"
2022-01-01 19:14:57 +00:00
}
},
"autoload": {
"psr-4": {
2022-01-03 12:43:22 +00:00
"PhpOption\\": "src/PhpOption/"
2022-01-01 19:14:57 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2022-01-03 12:43:22 +00:00
"Apache-2.0"
2022-01-01 19:14:57 +00:00
],
"authors": [
{
2022-01-03 12:43:22 +00:00
"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"
2022-01-01 19:14:57 +00:00
}
],
2022-01-03 12:43:22 +00:00
"description": "Option Type for PHP",
2022-01-01 19:14:57 +00:00
"keywords": [
2022-01-03 12:43:22 +00:00
"language",
"option",
"php",
"type"
2022-01-01 19:14:57 +00:00
],
"support": {
2022-01-03 12:43:22 +00:00
"issues": "https://github.com/schmittjoh/php-option/issues",
"source": "https://github.com/schmittjoh/php-option/tree/1.8.1"
2022-01-01 19:14:57 +00:00
},
2022-01-03 12:43:22 +00:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
"type": "tidelift"
}
],
"time": "2021-12-04T23:24:31+00:00"
2022-01-01 19:14:57 +00:00
},
{
"name": "ssovit/tiktok-api",
2022-01-13 15:51:45 +00:00
"version": "dev-rework",
2022-01-01 19:14:57 +00:00
"source": {
"type": "git",
2022-01-13 15:51:45 +00:00
"url": "https://github.com/pablouser1/TikTok-API-PHP.git",
2022-01-22 19:38:29 +00:00
"reference": "672e26d461804923324782c40c4e2d650fd01c6a"
2022-01-01 19:14:57 +00:00
},
"dist": {
"type": "zip",
2022-01-22 19:38:29 +00:00
"url": "https://api.github.com/repos/pablouser1/TikTok-API-PHP/zipball/672e26d461804923324782c40c4e2d650fd01c6a",
"reference": "672e26d461804923324782c40c4e2d650fd01c6a",
2022-01-01 19:14:57 +00:00
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Sovit\\": "lib"
}
},
2022-01-13 15:51:45 +00:00
"archive": {
"exclude": [
"/example",
"/.github",
"/.editorconfig"
]
},
2022-01-01 19:14:57 +00:00
"license": [
"MIT"
],
"authors": [
{
"name": "Sovit Tamrakar",
"email": "sovit.tamrakar@gmail.com",
"homepage": "https://github.com/ssovit/",
"role": "Developer"
}
],
"description": "Unofficial TikTok API for PHP",
"homepage": "https://github.com/ssovit/TikTok-API-PHP",
"keywords": [
2022-01-13 15:51:45 +00:00
"tiktok",
2022-01-01 19:14:57 +00:00
"tiktok-api",
"tiktok-scraper"
],
"support": {
2022-01-13 15:51:45 +00:00
"source": "https://github.com/ssovit/TikTok-API-PHP",
2022-01-01 19:14:57 +00:00
"issues": "https://github.com/ssovit/TikTok-API-PHP/issues",
2022-01-13 15:51:45 +00:00
"email": "sovit.tamrakar@gmail.com"
2022-01-01 19:14:57 +00:00
},
2022-01-22 19:38:29 +00:00
"time": "2022-01-22T19:37:07+00:00"
2022-01-01 19:14:57 +00:00
},
{
2022-01-03 12:43:22 +00:00
"name": "steampixel/simple-php-router",
"version": "0.7.0",
2022-01-01 19:14:57 +00:00
"source": {
"type": "git",
2022-01-03 12:43:22 +00:00
"url": "https://github.com/steampixel/simplePHPRouter.git",
"reference": "91aec2d0bca3619c0552e2bfcebb8936e6f83bb9"
2022-01-01 19:14:57 +00:00
},
"dist": {
"type": "zip",
2022-01-03 12:43:22 +00:00
"url": "https://api.github.com/repos/steampixel/simplePHPRouter/zipball/91aec2d0bca3619c0552e2bfcebb8936e6f83bb9",
"reference": "91aec2d0bca3619c0552e2bfcebb8936e6f83bb9",
2022-01-01 19:14:57 +00:00
"shasum": ""
},
"type": "library",
"autoload": {
2022-01-03 12:43:22 +00:00
"psr-0": {
"Steampixel": "src/"
}
2022-01-01 19:14:57 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-01-03 12:43:22 +00:00
"name": "Christoph Stitz",
"email": "info@steampixel.de",
"homepage": "https://steampixel.de/"
2022-01-01 19:14:57 +00:00
},
{
2022-01-03 12:43:22 +00:00
"name": "Maximilian Götz",
"email": "contact@maxbits.net",
"homepage": "https://www.maxbits.net/"
2022-01-01 19:14:57 +00:00
}
],
2022-01-03 12:43:22 +00:00
"description": "This is a simple and small PHP router that can handel the whole url routing for your project.",
2022-01-01 19:14:57 +00:00
"support": {
2022-01-03 12:43:22 +00:00
"issues": "https://github.com/steampixel/simplePHPRouter/issues",
"source": "https://github.com/steampixel/simplePHPRouter/tree/0.7.0"
2022-01-01 19:14:57 +00:00
},
2022-01-03 12:43:22 +00:00
"time": "2021-03-22T08:11:59+00:00"
2022-01-01 19:14:57 +00:00
},
{
2022-01-03 12:43:22 +00:00
"name": "symfony/polyfill-ctype",
2022-01-08 15:03:57 +00:00
"version": "v1.24.0",
2022-01-01 19:14:57 +00:00
"source": {
"type": "git",
2022-01-03 12:43:22 +00:00
"url": "https://github.com/symfony/polyfill-ctype.git",
2022-01-08 15:03:57 +00:00
"reference": "30885182c981ab175d4d034db0f6f469898070ab"
2022-01-01 19:14:57 +00:00
},
"dist": {
"type": "zip",
2022-01-08 15:03:57 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
"reference": "30885182c981ab175d4d034db0f6f469898070ab",
2022-01-01 19:14:57 +00:00
"shasum": ""
},
"require": {
2022-01-03 12:43:22 +00:00
"php": ">=7.1"
},
2022-01-08 15:03:57 +00:00
"provide": {
"ext-ctype": "*"
},
2022-01-03 12:43:22 +00:00
"suggest": {
"ext-ctype": "For best performance"
2022-01-01 19:14:57 +00:00
},
"type": "library",
2022-01-03 12:43:22 +00:00
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
2022-01-01 19:14:57 +00:00
"autoload": {
"psr-4": {
2022-01-03 12:43:22 +00:00
"Symfony\\Polyfill\\Ctype\\": ""
2022-01-01 19:14:57 +00:00
},
2022-01-03 12:43:22 +00:00
"files": [
"bootstrap.php"
2022-01-01 19:14:57 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-01-03 12:43:22 +00:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2022-01-01 19:14:57 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2022-01-03 12:43:22 +00:00
"description": "Symfony polyfill for ctype functions",
2022-01-01 19:14:57 +00:00
"homepage": "https://symfony.com",
2022-01-03 12:43:22 +00:00
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2022-01-01 19:14:57 +00:00
"support": {
2022-01-08 15:03:57 +00:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
2022-01-01 19:14:57 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-01-08 15:03:57 +00:00
"time": "2021-10-20T20:35:02+00:00"
2022-01-01 19:14:57 +00:00
},
{
"name": "symfony/polyfill-mbstring",
2022-01-08 15:03:57 +00:00
"version": "v1.24.0",
2022-01-01 19:14:57 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2022-01-08 15:03:57 +00:00
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
2022-01-01 19:14:57 +00:00
},
"dist": {
"type": "zip",
2022-01-08 15:03:57 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
2022-01-01 19:14:57 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
2022-01-08 15:03:57 +00:00
"provide": {
"ext-mbstring": "*"
},
2022-01-01 19:14:57 +00:00
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"support": {
2022-01-08 15:03:57 +00:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
2022-01-01 19:14:57 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-01-08 15:03:57 +00:00
"time": "2021-11-30T18:21:41+00:00"
2022-01-01 19:14:57 +00:00
},
{
"name": "symfony/polyfill-php80",
2022-01-08 15:03:57 +00:00
"version": "v1.24.0",
2022-01-01 19:14:57 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
2022-01-08 15:03:57 +00:00
"reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
2022-01-01 19:14:57 +00:00
},
"dist": {
"type": "zip",
2022-01-08 15:03:57 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
"reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
2022-01-01 19:14:57 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"files": [
"bootstrap.php"
],
"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": {
2022-01-08 15:03:57 +00:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
2022-01-01 19:14:57 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-01-08 15:03:57 +00:00
"time": "2021-09-13T13:58:33+00:00"
2022-01-01 19:14:57 +00:00
},
{
2022-01-03 12:43:22 +00:00
"name": "vlucas/phpdotenv",
"version": "v5.4.1",
2022-01-01 19:14:57 +00:00
"source": {
"type": "git",
2022-01-03 12:43:22 +00:00
"url": "https://github.com/vlucas/phpdotenv.git",
"reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f"
2022-01-01 19:14:57 +00:00
},
"dist": {
"type": "zip",
2022-01-03 12:43:22 +00:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/264dce589e7ce37a7ba99cb901eed8249fbec92f",
"reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f",
2022-01-01 19:14:57 +00:00
"shasum": ""
},
"require": {
2022-01-03 12:43:22 +00:00
"ext-pcre": "*",
"graham-campbell/result-type": "^1.0.2",
"php": "^7.1.3 || ^8.0",
"phpoption/phpoption": "^1.8",
"symfony/polyfill-ctype": "^1.23",
"symfony/polyfill-mbstring": "^1.23.1",
"symfony/polyfill-php80": "^1.23.1"
2022-01-01 19:14:57 +00:00
},
"require-dev": {
2022-01-03 12:43:22 +00:00
"bamarni/composer-bin-plugin": "^1.4.1",
"ext-filter": "*",
"phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10"
2022-01-01 19:14:57 +00:00
},
"suggest": {
2022-01-03 12:43:22 +00:00
"ext-filter": "Required to use the boolean validator."
2022-01-01 19:14:57 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-01-03 12:43:22 +00:00
"dev-master": "5.4-dev"
2022-01-01 19:14:57 +00:00
}
},
"autoload": {
"psr-4": {
2022-01-03 12:43:22 +00:00
"Dotenv\\": "src/"
2022-01-01 19:14:57 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2022-01-03 12:43:22 +00:00
"BSD-3-Clause"
2022-01-01 19:14:57 +00:00
],
"authors": [
{
2022-01-03 12:43:22 +00:00
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
2022-01-01 19:14:57 +00:00
},
{
2022-01-03 12:43:22 +00:00
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "https://github.com/vlucas"
2022-01-01 19:14:57 +00:00
}
],
2022-01-03 12:43:22 +00:00
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2022-01-01 19:14:57 +00:00
"keywords": [
2022-01-03 12:43:22 +00:00
"dotenv",
"env",
"environment"
2022-01-01 19:14:57 +00:00
],
"support": {
2022-01-03 12:43:22 +00:00
"issues": "https://github.com/vlucas/phpdotenv/issues",
"source": "https://github.com/vlucas/phpdotenv/tree/v5.4.1"
2022-01-01 19:14:57 +00:00
},
"funding": [
{
2022-01-03 12:43:22 +00:00
"url": "https://github.com/GrahamCampbell",
2022-01-01 19:14:57 +00:00
"type": "github"
},
{
2022-01-03 12:43:22 +00:00
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
2022-01-01 19:14:57 +00:00
"type": "tidelift"
}
],
2022-01-03 12:43:22 +00:00
"time": "2021-12-12T23:22:04+00:00"
2022-01-01 19:14:57 +00:00
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
2022-01-13 15:51:45 +00:00
"stability-flags": {
"ssovit/tiktok-api": 20
},
2022-01-01 19:14:57 +00:00
"prefer-stable": false,
"prefer-lowest": false,
2022-01-02 00:09:56 +00:00
"platform": {
2022-01-17 20:11:40 +00:00
"ext-redis": "^5.3.2"
2022-01-02 00:09:56 +00:00
},
2022-01-01 19:14:57 +00:00
"platform-dev": [],
2022-01-08 15:03:57 +00:00
"plugin-api-version": "2.2.0"
2022-01-01 19:14:57 +00:00
}