264 lines
9.7 KiB
JSON
264 lines
9.7 KiB
JSON
|
|
{
|
||
|
|
"packages": [
|
||
|
|
{
|
||
|
|
"name": "composer/ca-bundle",
|
||
|
|
"version": "1.5.12",
|
||
|
|
"version_normalized": "1.5.12.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/composer/ca-bundle.git",
|
||
|
|
"reference": "00a2f4201641d5c53f7fc0195e6c8d9fcc321a78"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/00a2f4201641d5c53f7fc0195e6c8d9fcc321a78",
|
||
|
|
"reference": "00a2f4201641d5c53f7fc0195e6c8d9fcc321a78",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-openssl": "*",
|
||
|
|
"ext-pcre": "*",
|
||
|
|
"php": "^7.2 || ^8.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpstan/phpstan": "^1.10",
|
||
|
|
"phpunit/phpunit": "^8 || ^9",
|
||
|
|
"psr/log": "^1.0 || ^2.0 || ^3.0",
|
||
|
|
"symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
||
|
|
},
|
||
|
|
"time": "2026-05-19T11:26:22+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-main": "1.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"installation-source": "dist",
|
||
|
|
"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.5.12"
|
||
|
|
},
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://packagist.com",
|
||
|
|
"type": "custom"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://github.com/composer",
|
||
|
|
"type": "github"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"install-path": "./ca-bundle"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "geoip2/geoip2",
|
||
|
|
"version": "v2.13.0",
|
||
|
|
"version_normalized": "2.13.0.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/maxmind/GeoIP2-php.git",
|
||
|
|
"reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/6a41d8fbd6b90052bc34dff3b4252d0f88067b23",
|
||
|
|
"reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-json": "*",
|
||
|
|
"maxmind-db/reader": "~1.8",
|
||
|
|
"maxmind/web-service-common": "~0.8",
|
||
|
|
"php": ">=7.2"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"friendsofphp/php-cs-fixer": "3.*",
|
||
|
|
"phpstan/phpstan": "*",
|
||
|
|
"phpunit/phpunit": "^8.0 || ^9.0",
|
||
|
|
"squizlabs/php_codesniffer": "3.*"
|
||
|
|
},
|
||
|
|
"time": "2022-08-05T20:32:58+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"installation-source": "dist",
|
||
|
|
"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.13.0"
|
||
|
|
},
|
||
|
|
"install-path": "../geoip2/geoip2"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "maxmind-db/reader",
|
||
|
|
"version": "v1.13.1",
|
||
|
|
"version_normalized": "1.13.1.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
|
||
|
|
"reference": "2194f58d0f024ce923e685cdf92af3daf9951908"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/2194f58d0f024ce923e685cdf92af3daf9951908",
|
||
|
|
"reference": "2194f58d0f024ce923e685cdf92af3daf9951908",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.2"
|
||
|
|
},
|
||
|
|
"conflict": {
|
||
|
|
"ext-maxminddb": "<1.11.1 || >=2.0.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"friendsofphp/php-cs-fixer": "3.*",
|
||
|
|
"phpstan/phpstan": "*",
|
||
|
|
"phpunit/phpunit": ">=8.0.0,<10.0.0",
|
||
|
|
"squizlabs/php_codesniffer": "4.*"
|
||
|
|
},
|
||
|
|
"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",
|
||
|
|
"maxmind-db/reader-ext": "C extension for significantly faster IP lookups (install via PIE: pie install maxmind-db/reader-ext)"
|
||
|
|
},
|
||
|
|
"time": "2025-11-21T22:24:26+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"installation-source": "dist",
|
||
|
|
"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.13.1"
|
||
|
|
},
|
||
|
|
"install-path": "../maxmind-db/reader"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "maxmind/web-service-common",
|
||
|
|
"version": "v0.11.1",
|
||
|
|
"version_normalized": "0.11.1.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/maxmind/web-service-common-php.git",
|
||
|
|
"reference": "c309236b5a5555b96cf560089ec3cead12d845d2"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/c309236b5a5555b96cf560089ec3cead12d845d2",
|
||
|
|
"reference": "c309236b5a5555b96cf560089ec3cead12d845d2",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"composer/ca-bundle": "^1.0.3",
|
||
|
|
"ext-curl": "*",
|
||
|
|
"ext-json": "*",
|
||
|
|
"php": ">=8.1"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"friendsofphp/php-cs-fixer": "3.*",
|
||
|
|
"phpstan/phpstan": "*",
|
||
|
|
"phpunit/phpunit": "^10.0",
|
||
|
|
"squizlabs/php_codesniffer": "4.*"
|
||
|
|
},
|
||
|
|
"time": "2026-01-13T17:56:03+00:00",
|
||
|
|
"type": "library",
|
||
|
|
"installation-source": "dist",
|
||
|
|
"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.11.1"
|
||
|
|
},
|
||
|
|
"install-path": "../maxmind/web-service-common"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"dev": false,
|
||
|
|
"dev-package-names": []
|
||
|
|
}
|