mobilebackend/composer.lock

755 lines
26 KiB
Plaintext
Raw Normal View History

2020-10-17 17:11:44 +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"
],
2023-06-08 11:06:29 +00:00
"content-hash": "66b20b0c80323eda5d8a10d1db681323",
2020-10-17 17:11:44 +00:00
"packages": [
{
"name": "guzzlehttp/guzzle",
2023-06-08 11:06:29 +00:00
"version": "7.5.0",
2020-10-17 17:11:44 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2023-06-08 11:06:29 +00:00
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
2020-10-17 17:11:44 +00:00
},
"dist": {
"type": "zip",
2023-06-08 11:06:29 +00:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
2020-10-17 17:11:44 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
2023-06-08 11:06:29 +00:00
"guzzlehttp/promises": "^1.5",
"guzzlehttp/psr7": "^1.9 || ^2.4",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
2020-10-17 17:11:44 +00:00
},
"provide": {
"psr/http-client-implementation": "1.0"
},
"require-dev": {
2023-06-08 11:06:29 +00:00
"bamarni/composer-bin-plugin": "^1.8.1",
2020-10-17 17:11:44 +00:00
"ext-curl": "*",
2023-06-08 11:06:29 +00:00
"php-http/client-integration-tests": "^3.0",
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
"psr/log": "^1.1 || ^2.0 || ^3.0"
2020-10-17 17:11:44 +00:00
},
"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": {
2023-06-08 11:06:29 +00:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
},
2020-10-17 17:11:44 +00:00
"branch-alias": {
2023-06-08 11:06:29 +00:00
"dev-master": "7.5-dev"
2020-10-17 17:11:44 +00:00
}
},
"autoload": {
"files": [
"src/functions_include.php"
2023-06-08 11:06:29 +00:00
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
2020-10-17 17:11:44 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2023-06-08 11:06:29 +00:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2020-10-17 17:11:44 +00:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
2023-06-08 11:06:29 +00:00
{
"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"
},
2020-10-17 17:11:44 +00:00
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
2023-06-08 11:06:29 +00:00
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
2020-10-17 17:11:44 +00:00
}
],
"description": "Guzzle is a PHP HTTP client library",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"psr-18",
"psr-7",
"rest",
"web service"
],
2023-06-08 11:06:29 +00:00
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.5.0"
},
2020-10-17 17:11:44 +00:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
2023-06-08 11:06:29 +00:00
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
"type": "tidelift"
2020-10-17 17:11:44 +00:00
}
],
2023-06-08 11:06:29 +00:00
"time": "2022-08-28T15:39:27+00:00"
2020-10-17 17:11:44 +00:00
},
{
"name": "guzzlehttp/promises",
2023-06-08 11:06:29 +00:00
"version": "1.5.2",
2020-10-17 17:11:44 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2023-06-08 11:06:29 +00:00
"reference": "b94b2807d85443f9719887892882d0329d1e2598"
2020-10-17 17:11:44 +00:00
},
"dist": {
"type": "zip",
2023-06-08 11:06:29 +00:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
"reference": "b94b2807d85443f9719887892882d0329d1e2598",
2020-10-17 17:11:44 +00:00
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.1"
},
"type": "library",
"extra": {
"branch-alias": {
2023-06-08 11:06:29 +00:00
"dev-master": "1.5-dev"
2020-10-17 17:11:44 +00:00
}
},
"autoload": {
"files": [
"src/functions_include.php"
2023-06-08 11:06:29 +00:00
],
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
2020-10-17 17:11:44 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2023-06-08 11:06:29 +00:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2020-10-17 17:11:44 +00:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2023-06-08 11:06:29 +00:00
},
{
"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"
2020-10-17 17:11:44 +00:00
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2023-06-08 11:06:29 +00:00
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/1.5.2"
},
"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": "2022-08-28T14:55:35+00:00"
2020-10-17 17:11:44 +00:00
},
{
"name": "guzzlehttp/psr7",
2023-06-08 11:06:29 +00:00
"version": "2.4.3",
2020-10-17 17:11:44 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2023-06-08 11:06:29 +00:00
"reference": "67c26b443f348a51926030c83481b85718457d3d"
2020-10-17 17:11:44 +00:00
},
"dist": {
"type": "zip",
2023-06-08 11:06:29 +00:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
"reference": "67c26b443f348a51926030c83481b85718457d3d",
2020-10-17 17:11:44 +00:00
"shasum": ""
},
"require": {
2023-06-08 11:06:29 +00:00
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"ralouphie/getallheaders": "^3.0"
2020-10-17 17:11:44 +00:00
},
"provide": {
2023-06-08 11:06:29 +00:00
"psr/http-factory-implementation": "1.0",
2020-10-17 17:11:44 +00:00
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2023-06-08 11:06:29 +00:00
"bamarni/composer-bin-plugin": "^1.8.1",
"http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
2020-10-17 17:11:44 +00:00
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
2023-06-08 11:06:29 +00:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
},
2020-10-17 17:11:44 +00:00
"branch-alias": {
2023-06-08 11:06:29 +00:00
"dev-master": "2.4-dev"
2020-10-17 17:11:44 +00:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
2023-06-08 11:06:29 +00:00
}
2020-10-17 17:11:44 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2023-06-08 11:06:29 +00:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2020-10-17 17:11:44 +00:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
2023-06-08 11:06:29 +00:00
{
"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"
},
2020-10-17 17:11:44 +00:00
{
"name": "Tobias Schultze",
2023-06-08 11:06:29 +00:00
"email": "webmaster@tubo-world.de",
2020-10-17 17:11:44 +00:00
"homepage": "https://github.com/Tobion"
2023-06-08 11:06:29 +00:00
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
2020-10-17 17:11:44 +00:00
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
2023-06-08 11:06:29 +00:00
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/2.4.3"
},
"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"
}
],
"time": "2022-10-26T14:07:24+00:00"
2020-10-17 17:11:44 +00:00
},
{
"name": "phpmailer/phpmailer",
2023-06-08 11:06:29 +00:00
"version": "v6.8.0",
2020-10-17 17:11:44 +00:00
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
2023-06-08 11:06:29 +00:00
"reference": "df16b615e371d81fb79e506277faea67a1be18f1"
2020-10-17 17:11:44 +00:00
},
"dist": {
"type": "zip",
2023-06-08 11:06:29 +00:00
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/df16b615e371d81fb79e506277faea67a1be18f1",
"reference": "df16b615e371d81fb79e506277faea67a1be18f1",
2020-10-17 17:11:44 +00:00
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-filter": "*",
2023-06-08 11:06:29 +00:00
"ext-hash": "*",
2020-10-17 17:11:44 +00:00
"php": ">=5.5.0"
},
"require-dev": {
2023-06-08 11:06:29 +00:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"doctrine/annotations": "^1.2.6 || ^1.13.3",
"php-parallel-lint/php-console-highlighter": "^1.0.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpcompatibility/php-compatibility": "^9.3.5",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.7.1",
"yoast/phpunit-polyfills": "^1.0.4"
2020-10-17 17:11:44 +00:00
},
"suggest": {
2023-06-08 11:06:29 +00:00
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
"ext-openssl": "Needed for secure SMTP sending and DKIM signing",
"greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
2020-10-17 17:11:44 +00:00
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
"psr/log": "For optional PSR-3 debug logging",
2023-06-08 11:06:29 +00:00
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
"thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
2020-10-17 17:11:44 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"PHPMailer\\PHPMailer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1-only"
],
"authors": [
{
"name": "Marcus Bointon",
"email": "phpmailer@synchromedia.co.uk"
},
{
"name": "Jim Jagielski",
"email": "jimjag@gmail.com"
},
{
"name": "Andy Prevost",
"email": "codeworxtech@users.sourceforge.net"
},
{
"name": "Brent R. Matzelle"
}
],
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
2023-06-08 11:06:29 +00:00
"support": {
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.8.0"
},
2020-10-17 17:11:44 +00:00
"funding": [
{
2023-06-08 11:06:29 +00:00
"url": "https://github.com/Synchro",
2020-10-17 17:11:44 +00:00
"type": "github"
}
],
2023-06-08 11:06:29 +00:00
"time": "2023-03-06T14:43:22+00:00"
2020-10-17 17:11:44 +00:00
},
{
"name": "psr/http-client",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
2023-06-08 11:06:29 +00:00
"support": {
"source": "https://github.com/php-fig/http-client/tree/master"
},
2020-10-17 17:11:44 +00:00
"time": "2020-06-29T06:28:15+00:00"
},
2023-06-08 11:06:29 +00:00
{
"name": "psr/http-factory",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.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 interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-factory/tree/master"
},
"time": "2019-04-30T12:38:16+00:00"
},
2020-10-17 17:11:44 +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"
],
2023-06-08 11:06:29 +00:00
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
2020-10-17 17:11:44 +00:00
"time": "2016-08-06T14:39:51+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.",
2023-06-08 11:06:29 +00:00
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
2020-10-17 17:11:44 +00:00
"time": "2019-03-08T08:55:37+00:00"
},
2023-06-08 11:06:29 +00:00
{
"name": "symfony/deprecation-contracts",
"version": "v3.2.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
"reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.3-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
"function.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": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.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"
}
],
"time": "2023-03-01T10:25:55+00:00"
},
2020-10-17 17:11:44 +00:00
{
"name": "twilio/sdk",
2023-06-08 11:06:29 +00:00
"version": "6.44.4",
2020-10-17 17:11:44 +00:00
"source": {
"type": "git",
2023-06-08 11:06:29 +00:00
"url": "git@github.com:twilio/twilio-php.git",
"reference": "08aad5f377e2245b9cd7508e7762d95e7392fa4d"
2020-10-17 17:11:44 +00:00
},
"dist": {
"type": "zip",
2023-06-08 11:06:29 +00:00
"url": "https://api.github.com/repos/twilio/twilio-php/zipball/08aad5f377e2245b9cd7508e7762d95e7392fa4d",
"reference": "08aad5f377e2245b9cd7508e7762d95e7392fa4d",
2020-10-17 17:11:44 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.3 || ^7.0",
2023-06-08 11:06:29 +00:00
"phpunit/phpunit": ">=7.0 < 10"
2020-10-17 17:11:44 +00:00
},
"suggest": {
"guzzlehttp/guzzle": "An HTTP client to execute the API requests"
},
"type": "library",
"autoload": {
"psr-4": {
"Twilio\\": "src/Twilio/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Twilio API Team",
"email": "api@twilio.com"
}
],
"description": "A PHP wrapper for Twilio's API",
2023-06-08 11:06:29 +00:00
"homepage": "https://github.com/twilio/twilio-php",
2020-10-17 17:11:44 +00:00
"keywords": [
"api",
"sms",
"twilio"
],
2023-06-08 11:06:29 +00:00
"time": "2023-02-22T19:59:53+00:00"
2020-10-17 17:11:44 +00:00
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
2023-06-08 11:06:29 +00:00
"platform": {
"ext-json": "*",
"ext-mysqli": "*",
"ext-curl": "*"
},
2020-10-17 17:11:44 +00:00
"platform-dev": [],
2023-06-08 11:06:29 +00:00
"plugin-api-version": "2.3.0"
2020-10-17 17:11:44 +00:00
}