mirror of
https://github.com/mashirozx/sakura.git
synced 2024-11-13 10:28:13 +08:00
49e94b0f4c
Bumps [ritaswc/zx-ip-address](https://github.com/ritaswc/zx-ip-address) from 2.0.59 to 2.0.62. - [Release notes](https://github.com/ritaswc/zx-ip-address/releases) - [Commits](https://github.com/ritaswc/zx-ip-address/compare/2.0.59...2.0.62) --- updated-dependencies: - dependency-name: ritaswc/zx-ip-address dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1168 lines
40 KiB
JSON
1168 lines
40 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": "dd4a236da0f61e7da11c075674917001",
|
||
"packages": [
|
||
{
|
||
"name": "composer/ca-bundle",
|
||
"version": "1.2.10",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/composer/ca-bundle.git",
|
||
"reference": "9fdb22c2e97a614657716178093cd1da90a64aa8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/9fdb22c2e97a614657716178093cd1da90a64aa8",
|
||
"reference": "9fdb22c2e97a614657716178093cd1da90a64aa8",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-openssl": "*",
|
||
"ext-pcre": "*",
|
||
"php": "^5.3.2 || ^7.0 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"phpstan/phpstan": "^0.12.55",
|
||
"psr/log": "^1.0",
|
||
"symfony/phpunit-bridge": "^4.2 || ^5",
|
||
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Composer\\CaBundle\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Jordi Boggiano",
|
||
"email": "j.boggiano@seld.be",
|
||
"homepage": "http://seld.be"
|
||
}
|
||
],
|
||
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
|
||
"keywords": [
|
||
"cabundle",
|
||
"cacert",
|
||
"certificate",
|
||
"ssl",
|
||
"tls"
|
||
],
|
||
"support": {
|
||
"irc": "irc://irc.freenode.org/composer",
|
||
"issues": "https://github.com/composer/ca-bundle/issues",
|
||
"source": "https://github.com/composer/ca-bundle/tree/1.2.10"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://packagist.com",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/composer",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2021-06-07T13:58:28+00:00"
|
||
},
|
||
{
|
||
"name": "filp/whoops",
|
||
"version": "2.14.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/filp/whoops.git",
|
||
"reference": "fdf92f03e150ed84d5967a833ae93abffac0315b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/filp/whoops/zipball/fdf92f03e150ed84d5967a833ae93abffac0315b",
|
||
"reference": "fdf92f03e150ed84d5967a833ae93abffac0315b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^5.5.9 || ^7.0 || ^8.0",
|
||
"psr/log": "^1.0.1"
|
||
},
|
||
"require-dev": {
|
||
"mockery/mockery": "^0.9 || ^1.0",
|
||
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
|
||
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
|
||
},
|
||
"suggest": {
|
||
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
|
||
"whoops/soap": "Formats errors as SOAP responses"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "2.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Whoops\\": "src/Whoops/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Filipe Dobreira",
|
||
"homepage": "https://github.com/filp",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "php error handling for cool kids",
|
||
"homepage": "https://filp.github.io/whoops/",
|
||
"keywords": [
|
||
"error",
|
||
"exception",
|
||
"handling",
|
||
"library",
|
||
"throwable",
|
||
"whoops"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/filp/whoops/issues",
|
||
"source": "https://github.com/filp/whoops/tree/2.14.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/denis-sokolov",
|
||
"type": "github"
|
||
}
|
||
],
|
||
"time": "2021-07-13T12:00:00+00:00"
|
||
},
|
||
{
|
||
"name": "geoip2/geoip2",
|
||
"version": "v2.11.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/maxmind/GeoIP2-php.git",
|
||
"reference": "d01be5894a5c1a3381c58c9b1795cd07f96c30f7"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/d01be5894a5c1a3381c58c9b1795cd07f96c30f7",
|
||
"reference": "d01be5894a5c1a3381c58c9b1795cd07f96c30f7",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"maxmind-db/reader": "~1.8",
|
||
"maxmind/web-service-common": "~0.8",
|
||
"php": ">=7.2"
|
||
},
|
||
"require-dev": {
|
||
"friendsofphp/php-cs-fixer": "2.*",
|
||
"phpunit/phpunit": "^8.0 || ^9.0",
|
||
"squizlabs/php_codesniffer": "3.*"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GeoIp2\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Gregory J. Oschwald",
|
||
"email": "goschwald@maxmind.com",
|
||
"homepage": "https://www.maxmind.com/"
|
||
}
|
||
],
|
||
"description": "MaxMind GeoIP2 PHP API",
|
||
"homepage": "https://github.com/maxmind/GeoIP2-php",
|
||
"keywords": [
|
||
"IP",
|
||
"geoip",
|
||
"geoip2",
|
||
"geolocation",
|
||
"maxmind"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/maxmind/GeoIP2-php/issues",
|
||
"source": "https://github.com/maxmind/GeoIP2-php/tree/v2.11.0"
|
||
},
|
||
"time": "2020-10-01T18:48:34+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/guzzle",
|
||
"version": "7.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/guzzle.git",
|
||
"reference": "7008573787b430c1c1f650e3722d9bba59967628"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628",
|
||
"reference": "7008573787b430c1c1f650e3722d9bba59967628",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"guzzlehttp/promises": "^1.4",
|
||
"guzzlehttp/psr7": "^1.7 || ^2.0",
|
||
"php": "^7.2.5 || ^8.0",
|
||
"psr/http-client": "^1.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"
|
||
},
|
||
"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.3-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/functions_include.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "Márk Sági-Kazár",
|
||
"email": "mark.sagikazar@gmail.com",
|
||
"homepage": "https://sagikazarmark.hu"
|
||
}
|
||
],
|
||
"description": "Guzzle is a PHP HTTP client library",
|
||
"homepage": "http://guzzlephp.org/",
|
||
"keywords": [
|
||
"client",
|
||
"curl",
|
||
"framework",
|
||
"http",
|
||
"http client",
|
||
"psr-18",
|
||
"psr-7",
|
||
"rest",
|
||
"web service"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/guzzle/guzzle/issues",
|
||
"source": "https://github.com/guzzle/guzzle/tree/7.3.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://github.com/Nyholm",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://github.com/alexeyshockov",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://github.com/gmponos",
|
||
"type": "github"
|
||
}
|
||
],
|
||
"time": "2021-03-23T11:33:13+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/promises",
|
||
"version": "1.4.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/promises.git",
|
||
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
|
||
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.5"
|
||
},
|
||
"require-dev": {
|
||
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.4-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Promise\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/functions_include.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
}
|
||
],
|
||
"description": "Guzzle promises library",
|
||
"keywords": [
|
||
"promise"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/guzzle/promises/issues",
|
||
"source": "https://github.com/guzzle/promises/tree/1.4.1"
|
||
},
|
||
"time": "2021-03-07T09:25:29+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/psr7",
|
||
"version": "1.8.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/psr7.git",
|
||
"reference": "dc960a912984efb74d0a90222870c72c87f10c91"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
|
||
"reference": "dc960a912984efb74d0a90222870c72c87f10c91",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4.0",
|
||
"psr/http-message": "~1.0",
|
||
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
|
||
},
|
||
"provide": {
|
||
"psr/http-message-implementation": "1.0"
|
||
},
|
||
"require-dev": {
|
||
"ext-zlib": "*",
|
||
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
|
||
},
|
||
"suggest": {
|
||
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"GuzzleHttp\\Psr7\\": "src/"
|
||
},
|
||
"files": [
|
||
"src/functions_include.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "Tobias Schultze",
|
||
"homepage": "https://github.com/Tobion"
|
||
}
|
||
],
|
||
"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",
|
||
"source": "https://github.com/guzzle/psr7/tree/1.8.2"
|
||
},
|
||
"time": "2021-04-26T09:17:50+00:00"
|
||
},
|
||
{
|
||
"name": "maxmind-db/reader",
|
||
"version": "v1.10.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
|
||
"reference": "569bd44d97d30a4ec12c7793a33004a76d4caf18"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/569bd44d97d30a4ec12c7793a33004a76d4caf18",
|
||
"reference": "569bd44d97d30a4ec12c7793a33004a76d4caf18",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2"
|
||
},
|
||
"conflict": {
|
||
"ext-maxminddb": "<1.10.1,>=2.0.0"
|
||
},
|
||
"require-dev": {
|
||
"friendsofphp/php-cs-fixer": "*",
|
||
"php-coveralls/php-coveralls": "^2.1",
|
||
"phpstan/phpstan": "*",
|
||
"phpunit/phpcov": ">=6.0.0",
|
||
"phpunit/phpunit": ">=8.0.0,<10.0.0",
|
||
"squizlabs/php_codesniffer": "3.*"
|
||
},
|
||
"suggest": {
|
||
"ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
|
||
"ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
|
||
"ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"MaxMind\\Db\\": "src/MaxMind/Db"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Gregory J. Oschwald",
|
||
"email": "goschwald@maxmind.com",
|
||
"homepage": "https://www.maxmind.com/"
|
||
}
|
||
],
|
||
"description": "MaxMind DB Reader API",
|
||
"homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
|
||
"keywords": [
|
||
"database",
|
||
"geoip",
|
||
"geoip2",
|
||
"geolocation",
|
||
"maxmind"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues",
|
||
"source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.10.1"
|
||
},
|
||
"time": "2021-04-14T17:49:35+00:00"
|
||
},
|
||
{
|
||
"name": "maxmind/web-service-common",
|
||
"version": "v0.8.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/maxmind/web-service-common-php.git",
|
||
"reference": "32f274051c543fc865e5a84d3a2c703913641ea8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/32f274051c543fc865e5a84d3a2c703913641ea8",
|
||
"reference": "32f274051c543fc865e5a84d3a2c703913641ea8",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"composer/ca-bundle": "^1.0.3",
|
||
"ext-curl": "*",
|
||
"ext-json": "*",
|
||
"php": ">=7.2"
|
||
},
|
||
"require-dev": {
|
||
"friendsofphp/php-cs-fixer": "2.*",
|
||
"phpunit/phpunit": "^8.0 || ^9.0",
|
||
"squizlabs/php_codesniffer": "3.*"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"MaxMind\\Exception\\": "src/Exception",
|
||
"MaxMind\\WebService\\": "src/WebService"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Gregory Oschwald",
|
||
"email": "goschwald@maxmind.com"
|
||
}
|
||
],
|
||
"description": "Internal MaxMind Web Service API",
|
||
"homepage": "https://github.com/maxmind/web-service-common-php",
|
||
"support": {
|
||
"issues": "https://github.com/maxmind/web-service-common-php/issues",
|
||
"source": "https://github.com/maxmind/web-service-common-php/tree/v0.8.1"
|
||
},
|
||
"time": "2020-11-02T17:00:53+00:00"
|
||
},
|
||
{
|
||
"name": "psr/cache",
|
||
"version": "1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/cache.git",
|
||
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
||
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Cache\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "http://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for caching libraries",
|
||
"keywords": [
|
||
"cache",
|
||
"psr",
|
||
"psr-6"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/php-fig/cache/tree/master"
|
||
},
|
||
"time": "2016-08-06T20:24:11+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"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/php-fig/http-client/tree/master"
|
||
},
|
||
"time": "2020-06-29T06:28:15+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": "ritaswc/zx-ip-address",
|
||
"version": "2.0.62",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/ritaswc/zx-ip-address.git",
|
||
"reference": "1d66b0181c4c9dff06fd8f0441e949a17da55947"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/ritaswc/zx-ip-address/zipball/1d66b0181c4c9dff06fd8f0441e949a17da55947",
|
||
"reference": "1d66b0181c4c9dff06fd8f0441e949a17da55947",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.6"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "*"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Ritaswc\\ZxIPAddress\\": "src/ZxIPAddress"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Charles",
|
||
"email": "ritaswc@163.com"
|
||
}
|
||
],
|
||
"description": "IPv4/IPv6 offline address database.IPv4/IPv6双栈地址离线数据库。IPv4 by 纯真网络,IPv6 by ZX Inc.",
|
||
"support": {
|
||
"issues": "https://github.com/ritaswc/zx-ip-address/issues",
|
||
"source": "https://github.com/ritaswc/zx-ip-address/tree/2.0.62"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://blog.yinghualuo.cn/blog/2020/11/sponsor.png",
|
||
"type": "custom"
|
||
}
|
||
],
|
||
"time": "2021-07-29T03:01:20+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-ctype",
|
||
"version": "v1.23.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
|
||
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"suggest": {
|
||
"ext-ctype": "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\\Ctype\\": ""
|
||
},
|
||
"files": [
|
||
"bootstrap.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Gert de Pagter",
|
||
"email": "BackEndTea@gmail.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony polyfill for ctype functions",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"ctype",
|
||
"polyfill",
|
||
"portable"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.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": "2021-02-19T12:13:01+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-mbstring",
|
||
"version": "v1.23.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||
"reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
|
||
"reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"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": {
|
||
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.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": "2021-05-27T09:27:20+00:00"
|
||
},
|
||
{
|
||
"name": "twig/twig",
|
||
"version": "v3.3.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/twigphp/Twig.git",
|
||
"reference": "21578f00e83d4a82ecfa3d50752b609f13de6790"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/twigphp/Twig/zipball/21578f00e83d4a82ecfa3d50752b609f13de6790",
|
||
"reference": "21578f00e83d4a82ecfa3d50752b609f13de6790",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.5",
|
||
"symfony/polyfill-ctype": "^1.8",
|
||
"symfony/polyfill-mbstring": "^1.3"
|
||
},
|
||
"require-dev": {
|
||
"psr/container": "^1.0",
|
||
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "3.3-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Twig\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"BSD-3-Clause"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com",
|
||
"homepage": "http://fabien.potencier.org",
|
||
"role": "Lead Developer"
|
||
},
|
||
{
|
||
"name": "Twig Team",
|
||
"role": "Contributors"
|
||
},
|
||
{
|
||
"name": "Armin Ronacher",
|
||
"email": "armin.ronacher@active-4.com",
|
||
"role": "Project Founder"
|
||
}
|
||
],
|
||
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
||
"homepage": "https://twig.symfony.com",
|
||
"keywords": [
|
||
"templating"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/twigphp/Twig/issues",
|
||
"source": "https://github.com/twigphp/Twig/tree/v3.3.2"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2021-05-16T12:14:13+00:00"
|
||
},
|
||
{
|
||
"name": "whichbrowser/parser",
|
||
"version": "v2.1.2",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/WhichBrowser/Parser-PHP.git",
|
||
"reference": "bcf642a1891032de16a5ab976fd352753dd7f9a0"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/WhichBrowser/Parser-PHP/zipball/bcf642a1891032de16a5ab976fd352753dd7f9a0",
|
||
"reference": "bcf642a1891032de16a5ab976fd352753dd7f9a0",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4.0",
|
||
"psr/cache": "^1.0"
|
||
},
|
||
"require-dev": {
|
||
"cache/array-adapter": "^1.1",
|
||
"icomefromthenet/reverse-regex": "0.0.6.3",
|
||
"php-coveralls/php-coveralls": "^2.0",
|
||
"phpunit/php-code-coverage": "^5.0 || ^7.0",
|
||
"phpunit/phpunit": "^6.0 || ^8.0",
|
||
"squizlabs/php_codesniffer": "^3.5",
|
||
"symfony/yaml": "~3.4 || ~4.0"
|
||
},
|
||
"suggest": {
|
||
"cache/array-adapter": "Allows testing of the caching functionality"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"WhichBrowser\\": [
|
||
"src/",
|
||
"tests/src/"
|
||
]
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Niels Leenheer",
|
||
"email": "niels@leenheer.nl",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "Useragent sniffing library for PHP",
|
||
"homepage": "http://whichbrowser.net",
|
||
"keywords": [
|
||
"browser",
|
||
"sniffing",
|
||
"ua",
|
||
"useragent"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/WhichBrowser/Parser-PHP/issues",
|
||
"source": "https://github.com/WhichBrowser/Parser-PHP/tree/v2.1.2"
|
||
},
|
||
"time": "2021-05-10T10:18:11+00:00"
|
||
}
|
||
],
|
||
"packages-dev": [],
|
||
"aliases": [],
|
||
"minimum-stability": "stable",
|
||
"stability-flags": [],
|
||
"prefer-stable": false,
|
||
"prefer-lowest": false,
|
||
"platform": [],
|
||
"platform-dev": [],
|
||
"plugin-api-version": "2.1.0"
|
||
}
|