1209 lines
43 KiB
JSON
1209 lines
43 KiB
JSON
{
|
|
"packages": [
|
|
{
|
|
"name": "catfan/medoo",
|
|
"version": "v2.2.0",
|
|
"version_normalized": "2.2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/catfan/Medoo.git",
|
|
"reference": "347515fe63339387738c5c1c93d1d6726cc9774a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/catfan/Medoo/zipball/347515fe63339387738c5c1c93d1d6726cc9774a",
|
|
"reference": "347515fe63339387738c5c1c93d1d6726cc9774a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pdo": "*",
|
|
"php": ">=7.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.0"
|
|
},
|
|
"suggest": {
|
|
"ext-pdo_dblib": "For MSSQL or Sybase database on Linux/UNIX platform",
|
|
"ext-pdo_mysql": "For MySQL or MariaDB database",
|
|
"ext-pdo_oci": "For Oracle database",
|
|
"ext-pdo_pqsql": "For PostgreSQL database",
|
|
"ext-pdo_sqlite": "For SQLite database",
|
|
"ext-pdo_sqlsrv": "For MSSQL database on both Window/Liunx platform"
|
|
},
|
|
"time": "2025-03-31T07:37:23+00:00",
|
|
"type": "framework",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Medoo\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Angel Lai",
|
|
"email": "angel@medoo.in"
|
|
}
|
|
],
|
|
"description": "The lightweight PHP database framework to accelerate development",
|
|
"homepage": "https://medoo.in",
|
|
"keywords": [
|
|
"database",
|
|
"database library",
|
|
"lightweight",
|
|
"mariadb",
|
|
"mssql",
|
|
"mysql",
|
|
"oracle",
|
|
"php framework",
|
|
"postgresql",
|
|
"sql",
|
|
"sqlite"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/catfan/Medoo/issues",
|
|
"source": "https://github.com/catfan/Medoo"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://paypal.me/AngelaonLai",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://opencollective.com/medoo",
|
|
"type": "open_collective"
|
|
}
|
|
],
|
|
"install-path": "../catfan/medoo"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/guzzle",
|
|
"version": "7.10.0",
|
|
"version_normalized": "7.10.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
"reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
|
|
"reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"guzzlehttp/promises": "^2.3",
|
|
"guzzlehttp/psr7": "^2.8",
|
|
"php": "^7.2.5 || ^8.0",
|
|
"psr/http-client": "^1.0",
|
|
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-client-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
|
"ext-curl": "*",
|
|
"guzzle/client-integration-tests": "3.0.2",
|
|
"php-http/message-factory": "^1.1",
|
|
"phpunit/phpunit": "^8.5.39 || ^9.6.20",
|
|
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
|
},
|
|
"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"
|
|
},
|
|
"time": "2025-08-23T22:36:01+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"bamarni-bin": {
|
|
"bin-links": true,
|
|
"forward-command": false
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"GuzzleHttp\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "hello@gjcampbell.co.uk",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com",
|
|
"homepage": "https://github.com/sagikazarmark"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"email": "webmaster@tubo-world.de",
|
|
"homepage": "https://github.com/Tobion"
|
|
}
|
|
],
|
|
"description": "Guzzle is a PHP HTTP client library",
|
|
"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.10.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/Nyholm",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"install-path": "../guzzlehttp/guzzle"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/promises",
|
|
"version": "2.3.0",
|
|
"version_normalized": "2.3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/promises.git",
|
|
"reference": "481557b130ef3790cf82b713667b43030dc9c957"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
|
|
"reference": "481557b130ef3790cf82b713667b43030dc9c957",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
|
"phpunit/phpunit": "^8.5.44 || ^9.6.25"
|
|
},
|
|
"time": "2025-08-22T14:34:08+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"bamarni-bin": {
|
|
"bin-links": true,
|
|
"forward-command": false
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Promise\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "hello@gjcampbell.co.uk",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
],
|
|
"description": "Guzzle promises library",
|
|
"keywords": [
|
|
"promise"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/promises/issues",
|
|
"source": "https://github.com/guzzle/promises/tree/2.3.0"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"install-path": "../guzzlehttp/promises"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/psr7",
|
|
"version": "2.8.0",
|
|
"version_normalized": "2.8.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
"reference": "21dc724a0583619cd1652f673303492272778051"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051",
|
|
"reference": "21dc724a0583619cd1652f673303492272778051",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5 || ^8.0",
|
|
"psr/http-factory": "^1.0",
|
|
"psr/http-message": "^1.1 || ^2.0",
|
|
"ralouphie/getallheaders": "^3.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-factory-implementation": "1.0",
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
|
"http-interop/http-factory-tests": "0.9.0",
|
|
"phpunit/phpunit": "^8.5.44 || ^9.6.25"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
},
|
|
"time": "2025-08-23T21:21:41+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"bamarni-bin": {
|
|
"bin-links": true,
|
|
"forward-command": false
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "hello@gjcampbell.co.uk",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"email": "webmaster@tubo-world.de",
|
|
"homepage": "https://github.com/Tobion"
|
|
},
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com",
|
|
"homepage": "https://sagikazarmark.hu"
|
|
}
|
|
],
|
|
"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/2.8.0"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"install-path": "../guzzlehttp/psr7"
|
|
},
|
|
{
|
|
"name": "kornrunner/keccak",
|
|
"version": "1.1.0",
|
|
"version_normalized": "1.1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/kornrunner/php-keccak.git",
|
|
"reference": "433749d28e117fb97baf9f2631b92b5d9ab3c890"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/kornrunner/php-keccak/zipball/433749d28e117fb97baf9f2631b92b5d9ab3c890",
|
|
"reference": "433749d28e117fb97baf9f2631b92b5d9ab3c890",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.3",
|
|
"symfony/polyfill-mbstring": "^1.8"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.2"
|
|
},
|
|
"time": "2020-12-07T15:40:44+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"kornrunner\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Boris Momcilovic",
|
|
"homepage": "https://github.com/kornrunner/php-keccak"
|
|
}
|
|
],
|
|
"description": "Pure PHP implementation of Keccak",
|
|
"keywords": [
|
|
"keccak",
|
|
"sha-3",
|
|
"sha3-256"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/kornrunner/php-keccak/issues",
|
|
"source": "https://github.com/kornrunner/php-keccak/tree/1.1.0"
|
|
},
|
|
"install-path": "../kornrunner/keccak"
|
|
},
|
|
{
|
|
"name": "psr/http-client",
|
|
"version": "1.0.3",
|
|
"version_normalized": "1.0.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-client.git",
|
|
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
|
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0 || ^8.0",
|
|
"psr/http-message": "^1.0 || ^2.0"
|
|
},
|
|
"time": "2023-09-23T14:17:50+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Client\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://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"
|
|
},
|
|
"install-path": "../psr/http-client"
|
|
},
|
|
{
|
|
"name": "psr/http-factory",
|
|
"version": "1.1.0",
|
|
"version_normalized": "1.1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-factory.git",
|
|
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
|
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"psr/http-message": "^1.0 || ^2.0"
|
|
},
|
|
"time": "2024-04-15T12:06:14+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Message\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "PSR-17: 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"
|
|
},
|
|
"install-path": "../psr/http-factory"
|
|
},
|
|
{
|
|
"name": "psr/http-message",
|
|
"version": "2.0",
|
|
"version_normalized": "2.0.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
|
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"time": "2023-04-04T09:54:51+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Message\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://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/2.0"
|
|
},
|
|
"install-path": "../psr/http-message"
|
|
},
|
|
{
|
|
"name": "ralouphie/getallheaders",
|
|
"version": "3.0.3",
|
|
"version_normalized": "3.0.3.0",
|
|
"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"
|
|
},
|
|
"time": "2019-03-08T08:55:37+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"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"
|
|
},
|
|
"install-path": "../ralouphie/getallheaders"
|
|
},
|
|
{
|
|
"name": "simplito/bigint-wrapper-php",
|
|
"version": "1.0.0",
|
|
"version_normalized": "1.0.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplito/bigint-wrapper-php.git",
|
|
"reference": "cf21ec76d33f103add487b3eadbd9f5033a25930"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplito/bigint-wrapper-php/zipball/cf21ec76d33f103add487b3eadbd9f5033a25930",
|
|
"reference": "cf21ec76d33f103add487b3eadbd9f5033a25930",
|
|
"shasum": ""
|
|
},
|
|
"time": "2018-02-27T12:38:08+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"BI\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Simplito Team",
|
|
"email": "s.smyczynski@simplito.com",
|
|
"homepage": "https://simplito.com"
|
|
}
|
|
],
|
|
"description": "Common interface for php_gmp and php_bcmath modules",
|
|
"support": {
|
|
"issues": "https://github.com/simplito/bigint-wrapper-php/issues",
|
|
"source": "https://github.com/simplito/bigint-wrapper-php/tree/1.0.0"
|
|
},
|
|
"install-path": "../simplito/bigint-wrapper-php"
|
|
},
|
|
{
|
|
"name": "simplito/bn-php",
|
|
"version": "1.1.4",
|
|
"version_normalized": "1.1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplito/bn-php.git",
|
|
"reference": "83446756a81720eacc2ffb87ff97958431451fd6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplito/bn-php/zipball/83446756a81720eacc2ffb87ff97958431451fd6",
|
|
"reference": "83446756a81720eacc2ffb87ff97958431451fd6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"simplito/bigint-wrapper-php": "~1.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*"
|
|
},
|
|
"time": "2024-01-10T16:16:59+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"BN\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Simplito Team",
|
|
"email": "s.smyczynski@simplito.com",
|
|
"homepage": "https://simplito.com"
|
|
}
|
|
],
|
|
"description": "Big number implementation compatible with bn.js",
|
|
"support": {
|
|
"issues": "https://github.com/simplito/bn-php/issues",
|
|
"source": "https://github.com/simplito/bn-php/tree/1.1.4"
|
|
},
|
|
"install-path": "../simplito/bn-php"
|
|
},
|
|
{
|
|
"name": "simplito/elliptic-php",
|
|
"version": "1.0.12",
|
|
"version_normalized": "1.0.12.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplito/elliptic-php.git",
|
|
"reference": "be321666781be2be2c89c79c43ffcac834bc8868"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplito/elliptic-php/zipball/be321666781be2be2c89c79c43ffcac834bc8868",
|
|
"reference": "be321666781be2be2c89c79c43ffcac834bc8868",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-gmp": "*",
|
|
"simplito/bn-php": "~1.1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpbench/phpbench": "@dev",
|
|
"phpunit/phpunit": "*"
|
|
},
|
|
"time": "2024-01-09T14:57:04+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Elliptic\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Simplito Team",
|
|
"email": "s.smyczynski@simplito.com",
|
|
"homepage": "https://simplito.com"
|
|
}
|
|
],
|
|
"description": "Fast elliptic curve cryptography",
|
|
"homepage": "https://github.com/simplito/elliptic-php",
|
|
"keywords": [
|
|
"Curve25519",
|
|
"ECDSA",
|
|
"Ed25519",
|
|
"EdDSA",
|
|
"cryptography",
|
|
"curve",
|
|
"curve25519-weier",
|
|
"ecc",
|
|
"ecdh",
|
|
"elliptic",
|
|
"nistp192",
|
|
"nistp224",
|
|
"nistp256",
|
|
"nistp384",
|
|
"nistp521",
|
|
"secp256k1"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/simplito/elliptic-php/issues",
|
|
"source": "https://github.com/simplito/elliptic-php/tree/1.0.12"
|
|
},
|
|
"install-path": "../simplito/elliptic-php"
|
|
},
|
|
{
|
|
"name": "symfony/deprecation-contracts",
|
|
"version": "v3.0.2",
|
|
"version_normalized": "3.0.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
"reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
|
|
"reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.2"
|
|
},
|
|
"time": "2022-01-02T09:55:41+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"url": "https://github.com/symfony/contracts",
|
|
"name": "symfony/contracts"
|
|
},
|
|
"branch-alias": {
|
|
"dev-main": "3.0-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"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.0.2"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"install-path": "../symfony/deprecation-contracts"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.33.0",
|
|
"version_normalized": "1.33.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
|
|
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-iconv": "*",
|
|
"php": ">=7.2"
|
|
},
|
|
"provide": {
|
|
"ext-mbstring": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"time": "2024-12-23T08:48:59+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"url": "https://github.com/symfony/polyfill",
|
|
"name": "symfony/polyfill"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
}
|
|
},
|
|
"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.33.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/nicolas-grekas",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"install-path": "../symfony/polyfill-mbstring"
|
|
},
|
|
{
|
|
"name": "workerman/globaldata",
|
|
"version": "v1.0.6",
|
|
"version_normalized": "1.0.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/walkor/GlobalData.git",
|
|
"reference": "9f5082ad712d98c0deedfbfe244661dce151926f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/walkor/GlobalData/zipball/9f5082ad712d98c0deedfbfe244661dce151926f",
|
|
"reference": "9f5082ad712d98c0deedfbfe244661dce151926f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"workerman/workerman": ">=3.3.0"
|
|
},
|
|
"time": "2024-12-27T12:40:16+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GlobalData\\": "./src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"homepage": "http://www.workerman.net",
|
|
"support": {
|
|
"issues": "https://github.com/walkor/GlobalData/issues",
|
|
"source": "https://github.com/walkor/GlobalData/tree/v1.0.6"
|
|
},
|
|
"install-path": "../workerman/globaldata"
|
|
},
|
|
{
|
|
"name": "workerman/http-client",
|
|
"version": "v2.2.9",
|
|
"version_normalized": "2.2.9.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/workerman-php/http-client.git",
|
|
"reference": "d26b4b16feb8089df132ce6befce28cb7ff467b6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/workerman-php/http-client/zipball/d26b4b16feb8089df132ce6befce28cb7ff467b6",
|
|
"reference": "d26b4b16feb8089df132ce6befce28cb7ff467b6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"workerman/psr7": ">=1.4.3",
|
|
"workerman/workerman": "^4.1.0||^5.0.0||dev-master"
|
|
},
|
|
"time": "2025-01-19T12:22:04+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Workerman\\Http\\": "./src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"homepage": "http://www.workerman.net",
|
|
"support": {
|
|
"issues": "https://github.com/workerman-php/http-client/issues",
|
|
"source": "https://github.com/workerman-php/http-client/tree/v2.2.9"
|
|
},
|
|
"install-path": "../workerman/http-client"
|
|
},
|
|
{
|
|
"name": "workerman/psr7",
|
|
"version": "v2.0.2",
|
|
"version_normalized": "2.0.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/walkor/psr7.git",
|
|
"reference": "5f5b65e2462cd408f738cc967a80d8c15f9b57f3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/walkor/psr7/zipball/5f5b65e2462cd408f738cc967a80d8c15f9b57f3",
|
|
"reference": "5f5b65e2462cd408f738cc967a80d8c15f9b57f3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.0",
|
|
"psr/http-message": "~2.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"time": "2025-03-06T12:00:37+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"Workerman\\Psr7\\": "src/"
|
|
}
|
|
},
|
|
"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",
|
|
"request",
|
|
"response",
|
|
"stream",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/walkor/psr7/tree/v2.0.2"
|
|
},
|
|
"install-path": "../workerman/psr7"
|
|
},
|
|
{
|
|
"name": "workerman/workerman",
|
|
"version": "v4.2.1",
|
|
"version_normalized": "4.2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/walkor/workerman.git",
|
|
"reference": "cafb5a43d93d7d30a16b32a57948581cca993562"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/walkor/workerman/zipball/cafb5a43d93d7d30a16b32a57948581cca993562",
|
|
"reference": "cafb5a43d93d7d30a16b32a57948581cca993562",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.0"
|
|
},
|
|
"suggest": {
|
|
"ext-event": "For better performance. "
|
|
},
|
|
"time": "2024-11-24T11:45:37+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Workerman\\": "./"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "walkor",
|
|
"email": "walkor@workerman.net",
|
|
"homepage": "http://www.workerman.net",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
|
|
"homepage": "http://www.workerman.net",
|
|
"keywords": [
|
|
"asynchronous",
|
|
"event-loop"
|
|
],
|
|
"support": {
|
|
"email": "walkor@workerman.net",
|
|
"forum": "http://wenda.workerman.net/",
|
|
"issues": "https://github.com/walkor/workerman/issues",
|
|
"source": "https://github.com/walkor/workerman",
|
|
"wiki": "http://doc.workerman.net/"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://opencollective.com/workerman",
|
|
"type": "open_collective"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/walkor",
|
|
"type": "patreon"
|
|
}
|
|
],
|
|
"install-path": "../workerman/workerman"
|
|
}
|
|
],
|
|
"dev": true,
|
|
"dev-package-names": []
|
|
}
|