proxitok/composer.lock

773 lines
26 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-30 23:42:20 +00:00
"content-hash": "bf98cf536ad098372082ff5899967548",
2022-01-01 19:14:57 +00:00
"packages": [
2022-01-28 14:54:09 +00:00
{
"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"
},
{
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-30 23:42:20 +00:00
{
"name": "mibe/feedwriter",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/mibe/FeedWriter.git",
"reference": "f4cc748ad8700e36663f08cfeebe7fd39b00eea2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mibe/FeedWriter/zipball/f4cc748ad8700e36663f08cfeebe7fd39b00eea2",
"reference": "f4cc748ad8700e36663f08cfeebe7fd39b00eea2",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"FeedWriter\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0"
],
"authors": [
{
"name": "Michael Bemmerl",
"email": "mail@mx-server.de"
},
{
"name": "Phil Freo"
},
{
"name": "Paul Ferrett"
},
{
"name": "Brennen Bearnes"
},
{
"name": "Michael Robinson",
"email": "mike@pagesofinterest.net"
},
{
"name": "Baptiste Fontaine"
},
{
"name": "Kristián Valentín"
},
{
"name": "Brandtley McMinn"
},
{
"name": "Julian Bogdani"
},
{
"name": "Anis Uddin Ahmad",
"email": "anis.programmer@gmail.com"
},
{
"name": "Cedric Gampert"
},
{
"name": "Yamek"
},
{
"name": "thielj"
},
{
"name": "Pavel Khakhlou"
},
{
"name": "Daniel"
},
{
"name": "Tino Goratsch"
}
],
"description": "Generate feeds in either RSS 1.0, RSS 2.0 or ATOM formats",
"homepage": "https://github.com/mibe/FeedWriter",
"keywords": [
"RSS 1.0",
"atom",
"feed",
"rss",
"rss 2.0",
"rss2"
],
"support": {
"issues": "https://github.com/mibe/FeedWriter/issues",
"source": "https://github.com/mibe/FeedWriter/tree/master"
},
"time": "2016-11-19T20:47:44+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": "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": {
2022-01-30 23:42:20 +00:00
"ssovit/tiktok-api": 20
2022-01-13 15:51:45 +00:00
},
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
}