mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-11-29 10:29:27 +08:00
2206 lines
78 KiB
JSON
2206 lines
78 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": "488a15ecdb2eb51131f6b3b2476951a4",
|
|
"packages": [
|
|
{
|
|
"name": "maennchen/zipstream-php",
|
|
"version": "2.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/maennchen/ZipStream-PHP.git",
|
|
"reference": "3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3",
|
|
"reference": "3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"myclabs/php-enum": "^1.5",
|
|
"php": "^8.0",
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-zip": "*",
|
|
"friendsofphp/php-cs-fixer": "^3.9",
|
|
"guzzlehttp/guzzle": "^6.5.3 || ^7.2.0",
|
|
"mikey179/vfsstream": "^1.6",
|
|
"php-coveralls/php-coveralls": "^2.4",
|
|
"phpunit/phpunit": "^8.5.8 || ^9.4.2",
|
|
"vimeo/psalm": "^5.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ZipStream\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paul Duncan",
|
|
"email": "pabs@pablotron.org"
|
|
},
|
|
{
|
|
"name": "Jonatan Männchen",
|
|
"email": "jonatan@maennchen.ch"
|
|
},
|
|
{
|
|
"name": "Jesse Donat",
|
|
"email": "donatj@gmail.com"
|
|
},
|
|
{
|
|
"name": "András Kolesár",
|
|
"email": "kolesar@kolesar.hu"
|
|
}
|
|
],
|
|
"description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
|
|
"keywords": [
|
|
"stream",
|
|
"zip"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/maennchen/ZipStream-PHP/issues",
|
|
"source": "https://github.com/maennchen/ZipStream-PHP/tree/2.4.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/maennchen",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://opencollective.com/zipstream",
|
|
"type": "open_collective"
|
|
}
|
|
],
|
|
"time": "2022-12-08T12:29:14+00:00"
|
|
},
|
|
{
|
|
"name": "markbaker/complex",
|
|
"version": "3.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/MarkBaker/PHPComplex.git",
|
|
"reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
|
|
"reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
|
|
"phpcompatibility/php-compatibility": "^9.3",
|
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
|
"squizlabs/php_codesniffer": "^3.7"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Complex\\": "classes/src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mark Baker",
|
|
"email": "mark@lange.demon.co.uk"
|
|
}
|
|
],
|
|
"description": "PHP Class for working with complex numbers",
|
|
"homepage": "https://github.com/MarkBaker/PHPComplex",
|
|
"keywords": [
|
|
"complex",
|
|
"mathematics"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/MarkBaker/PHPComplex/issues",
|
|
"source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
|
|
},
|
|
"time": "2022-12-06T16:21:08+00:00"
|
|
},
|
|
{
|
|
"name": "markbaker/matrix",
|
|
"version": "3.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/MarkBaker/PHPMatrix.git",
|
|
"reference": "728434227fe21be27ff6d86621a1b13107a2562c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
|
|
"reference": "728434227fe21be27ff6d86621a1b13107a2562c",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
|
|
"phpcompatibility/php-compatibility": "^9.3",
|
|
"phpdocumentor/phpdocumentor": "2.*",
|
|
"phploc/phploc": "^4.0",
|
|
"phpmd/phpmd": "2.*",
|
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
|
"sebastian/phpcpd": "^4.0",
|
|
"squizlabs/php_codesniffer": "^3.7"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Matrix\\": "classes/src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mark Baker",
|
|
"email": "mark@demon-angel.eu"
|
|
}
|
|
],
|
|
"description": "PHP Class for working with matrices",
|
|
"homepage": "https://github.com/MarkBaker/PHPMatrix",
|
|
"keywords": [
|
|
"mathematics",
|
|
"matrix",
|
|
"vector"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/MarkBaker/PHPMatrix/issues",
|
|
"source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
|
|
},
|
|
"time": "2022-12-02T22:17:43+00:00"
|
|
},
|
|
{
|
|
"name": "myclabs/php-enum",
|
|
"version": "1.8.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/myclabs/php-enum.git",
|
|
"reference": "a867478eae49c9f59ece437ae7f9506bfaa27483"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483",
|
|
"reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": "^7.3 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5",
|
|
"squizlabs/php_codesniffer": "1.*",
|
|
"vimeo/psalm": "^4.6.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MyCLabs\\Enum\\": "src/"
|
|
},
|
|
"classmap": [
|
|
"stubs/Stringable.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP Enum contributors",
|
|
"homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "PHP Enum implementation",
|
|
"homepage": "http://github.com/myclabs/php-enum",
|
|
"keywords": [
|
|
"enum"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/myclabs/php-enum/issues",
|
|
"source": "https://github.com/myclabs/php-enum/tree/1.8.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/mnapoli",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-08-04T09:53:51+00:00"
|
|
},
|
|
{
|
|
"name": "overtrue/pinyin",
|
|
"version": "5.3.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/overtrue/pinyin.git",
|
|
"reference": "8255ee3233a698a13ef049870b3a70a9fc723af5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/overtrue/pinyin/zipball/8255ee3233a698a13ef049870b3a70a9fc723af5",
|
|
"reference": "8255ee3233a698a13ef049870b3a70a9fc723af5",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.2"
|
|
},
|
|
"require-dev": {
|
|
"brainmaestro/composer-git-hooks": "^2.7",
|
|
"friendsofphp/php-cs-fixer": "^3.2",
|
|
"laravel/pint": "^1.10",
|
|
"nunomaduro/termwind": "^1.13",
|
|
"phpunit/phpunit": "^10.1"
|
|
},
|
|
"bin": [
|
|
"bin/pinyin"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"hooks": {
|
|
"pre-commit": [
|
|
"composer pint",
|
|
"composer test"
|
|
],
|
|
"pre-push": [
|
|
"composer pint",
|
|
"composer test"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Overtrue\\Pinyin\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "overtrue",
|
|
"email": "anzhengchao@gmail.com",
|
|
"homepage": "http://github.com/overtrue"
|
|
}
|
|
],
|
|
"description": "Chinese to pinyin translator.",
|
|
"homepage": "https://github.com/overtrue/pinyin",
|
|
"keywords": [
|
|
"Chinese",
|
|
"Pinyin",
|
|
"cn2pinyin"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/overtrue/pinyin/issues",
|
|
"source": "https://github.com/overtrue/pinyin/tree/5.3.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/overtrue",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-03-19T08:31:46+00:00"
|
|
},
|
|
{
|
|
"name": "phpmailer/phpmailer",
|
|
"version": "v6.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
"reference": "039de174cd9c17a8389754d3b877a2ed22743e18"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/039de174cd9c17a8389754d3b877a2ed22743e18",
|
|
"reference": "039de174cd9c17a8389754d3b877a2ed22743e18",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"ext-filter": "*",
|
|
"ext-hash": "*",
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
|
"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.2",
|
|
"yoast/phpunit-polyfills": "^1.0.4"
|
|
},
|
|
"suggest": {
|
|
"decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
|
|
"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",
|
|
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
|
"psr/log": "For optional PSR-3 debug logging",
|
|
"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"
|
|
},
|
|
"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",
|
|
"support": {
|
|
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
|
|
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/Synchro",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2023-11-25T22:23:28+00:00"
|
|
},
|
|
{
|
|
"name": "phpoffice/phpspreadsheet",
|
|
"version": "2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
|
|
"reference": "4a77798f835119754961a97714f135826a323caa"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/4a77798f835119754961a97714f135826a323caa",
|
|
"reference": "4a77798f835119754961a97714f135826a323caa",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"ext-dom": "*",
|
|
"ext-fileinfo": "*",
|
|
"ext-gd": "*",
|
|
"ext-iconv": "*",
|
|
"ext-libxml": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-simplexml": "*",
|
|
"ext-xml": "*",
|
|
"ext-xmlreader": "*",
|
|
"ext-xmlwriter": "*",
|
|
"ext-zip": "*",
|
|
"ext-zlib": "*",
|
|
"maennchen/zipstream-php": "^2.1 || ^3.0",
|
|
"markbaker/complex": "^3.0",
|
|
"markbaker/matrix": "^3.0",
|
|
"php": "^8.0",
|
|
"psr/http-client": "^1.0",
|
|
"psr/http-factory": "^1.0",
|
|
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
|
|
"voku/anti-xss": "^4.1"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "dev-main",
|
|
"dompdf/dompdf": "^2.0",
|
|
"friendsofphp/php-cs-fixer": "^3.2",
|
|
"mitoteam/jpgraph": "^10.3",
|
|
"mpdf/mpdf": "^8.1.1",
|
|
"phpcompatibility/php-compatibility": "^9.3",
|
|
"phpstan/phpstan": "^1.1",
|
|
"phpstan/phpstan-phpunit": "^1.0",
|
|
"phpunit/phpunit": "^9.6",
|
|
"squizlabs/php_codesniffer": "^3.7",
|
|
"tecnickcom/tcpdf": "^6.5"
|
|
},
|
|
"suggest": {
|
|
"dompdf/dompdf": "Option for rendering PDF with PDF Writer",
|
|
"ext-intl": "PHP Internationalization Functions",
|
|
"mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
|
|
"mpdf/mpdf": "Option for rendering PDF with PDF Writer",
|
|
"tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Maarten Balliauw",
|
|
"homepage": "https://blog.maartenballiauw.be"
|
|
},
|
|
{
|
|
"name": "Mark Baker",
|
|
"homepage": "https://markbakeruk.net"
|
|
},
|
|
{
|
|
"name": "Franck Lefevre",
|
|
"homepage": "https://rootslabs.net"
|
|
},
|
|
{
|
|
"name": "Erik Tilt"
|
|
},
|
|
{
|
|
"name": "Adrien Crivelli"
|
|
}
|
|
],
|
|
"description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
|
|
"homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
|
|
"keywords": [
|
|
"OpenXML",
|
|
"excel",
|
|
"gnumeric",
|
|
"ods",
|
|
"php",
|
|
"spreadsheet",
|
|
"xls",
|
|
"xlsx"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
|
|
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/2.0.0"
|
|
},
|
|
"time": "2024-01-24T10:41:42+00:00"
|
|
},
|
|
{
|
|
"name": "picqer/php-barcode-generator",
|
|
"version": "v2.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/picqer/php-barcode-generator.git",
|
|
"reference": "4cec18909dffd86e14beb69b1040f2520c2e1bb1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/picqer/php-barcode-generator/zipball/4cec18909dffd86e14beb69b1040f2520c2e1bb1",
|
|
"reference": "4cec18909dffd86e14beb69b1040f2520c2e1bb1",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"php": "^7.3|^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.10",
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"suggest": {
|
|
"ext-bcmath": "Barcode IMB (Intelligent Mail Barcode) needs bcmath extension",
|
|
"ext-gd": "For JPG and PNG generators, GD or Imagick is required",
|
|
"ext-imagick": "For JPG and PNG generators, GD or Imagick is required"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Picqer\\Barcode\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicola Asuni",
|
|
"email": "info@tecnick.com",
|
|
"homepage": "http://nicolaasuni.tecnick.com"
|
|
},
|
|
{
|
|
"name": "Casper Bakker",
|
|
"email": "info@picqer.com",
|
|
"homepage": "https://picqer.com"
|
|
}
|
|
],
|
|
"description": "An easy to use, non-bloated, barcode generator in PHP. Creates SVG, PNG, JPG and HTML images from the most used 1D barcode standards.",
|
|
"homepage": "https://github.com/picqer/php-barcode-generator",
|
|
"keywords": [
|
|
"CODABAR",
|
|
"Code11",
|
|
"Code93",
|
|
"EAN13",
|
|
"KIX",
|
|
"KIXCODE",
|
|
"MSI",
|
|
"POSTNET",
|
|
"Pharma",
|
|
"Standard 2 of 5",
|
|
"barcode",
|
|
"barcode generator",
|
|
"code128",
|
|
"code39",
|
|
"ean",
|
|
"html",
|
|
"jpeg",
|
|
"jpg",
|
|
"php",
|
|
"png",
|
|
"svg",
|
|
"upc"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/picqer/php-barcode-generator/issues",
|
|
"source": "https://github.com/picqer/php-barcode-generator/tree/v2.4.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/casperbakker",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2023-09-16T08:58:52+00:00"
|
|
},
|
|
{
|
|
"name": "psr/container",
|
|
"version": "2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/container.git",
|
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=7.4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Container\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
"homepage": "https://github.com/php-fig/container",
|
|
"keywords": [
|
|
"PSR-11",
|
|
"container",
|
|
"container-interface",
|
|
"container-interop",
|
|
"psr"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/container/issues",
|
|
"source": "https://github.com/php-fig/container/tree/2.0.2"
|
|
},
|
|
"time": "2021-11-05T16:47:00+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-client",
|
|
"version": "1.0.3",
|
|
"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": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": "^7.0 || ^8.0",
|
|
"psr/http-message": "^1.0 || ^2.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": "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"
|
|
},
|
|
"time": "2023-09-23T14:17:50+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-factory",
|
|
"version": "1.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-factory.git",
|
|
"reference": "e616d01114759c4c489f93b099585439f795fe35"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
|
|
"reference": "e616d01114759c4c489f93b099585439f795fe35",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.0",
|
|
"psr/http-message": "^1.0 || ^2.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": "https://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/1.0.2"
|
|
},
|
|
"time": "2023-04-10T20:10:41+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-message",
|
|
"version": "1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
|
|
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.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/1.1"
|
|
},
|
|
"time": "2023-04-04T09:50:52+00:00"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "src"
|
|
}
|
|
},
|
|
"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/3.0.0"
|
|
},
|
|
"time": "2021-07-14T16:46:02+00:00"
|
|
},
|
|
{
|
|
"name": "psr/simple-cache",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/simple-cache.git",
|
|
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
|
|
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\SimpleCache\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interfaces for simple caching",
|
|
"keywords": [
|
|
"cache",
|
|
"caching",
|
|
"psr",
|
|
"psr-16",
|
|
"simple-cache"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
|
|
},
|
|
"time": "2021-10-29T13:26:27+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-iconv",
|
|
"version": "v1.29.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-iconv.git",
|
|
"reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f",
|
|
"reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"provide": {
|
|
"ext-iconv": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-iconv": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Iconv\\": ""
|
|
}
|
|
},
|
|
"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 Iconv extension",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"iconv",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.29.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": "2024-01-29T20:11:03+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-grapheme",
|
|
"version": "v1.29.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
|
"reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
|
|
"reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
|
}
|
|
},
|
|
"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 intl's grapheme_* functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"grapheme",
|
|
"intl",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.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": "2024-01-29T20:11:03+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-normalizer",
|
|
"version": "v1.28.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
"reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
|
|
"reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.28-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"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 intl's Normalizer class and related functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"intl",
|
|
"normalizer",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.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": "2023-01-26T09:26:14+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.28.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "42292d99c55abe617799667f454222c54c60e229"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
|
|
"reference": "42292d99c55abe617799667f454222c54c60e229",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"provide": {
|
|
"ext-mbstring": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.28-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"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.28.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": "2023-07-28T09:04:16+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php72",
|
|
"version": "v1.29.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
|
"reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
|
|
"reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php72\\": ""
|
|
}
|
|
},
|
|
"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 backporting some PHP 7.2+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php72/tree/v1.29.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": "2024-01-29T20:11:03+00:00"
|
|
},
|
|
{
|
|
"name": "topthink/framework",
|
|
"version": "v8.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/top-think/framework.git",
|
|
"reference": "5e59fb1e2bcb400c6f82e99d1a40dd058afc8563"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/top-think/framework/zipball/5e59fb1e2bcb400c6f82e99d1a40dd058afc8563",
|
|
"reference": "5e59fb1e2bcb400c6f82e99d1a40dd058afc8563",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"php": ">=8.0.0",
|
|
"psr/container": "^2.0",
|
|
"psr/http-message": "^1.0",
|
|
"psr/log": "^1.0|^2.0|^3.0",
|
|
"psr/simple-cache": "^1.0|^2.0|^3.0",
|
|
"topthink/think-helper": "^3.1",
|
|
"topthink/think-orm": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"guzzlehttp/psr7": "^2.1.0",
|
|
"mikey179/vfsstream": "^1.6",
|
|
"mockery/mockery": "^1.2",
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [],
|
|
"psr-4": {
|
|
"think\\": "src/think/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "liu21st",
|
|
"email": "liu21st@gmail.com"
|
|
},
|
|
{
|
|
"name": "yunwuxin",
|
|
"email": "448901948@qq.com"
|
|
}
|
|
],
|
|
"description": "The ThinkPHP Framework.",
|
|
"homepage": "http://thinkphp.cn/",
|
|
"keywords": [
|
|
"framework",
|
|
"orm",
|
|
"thinkphp"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/top-think/framework/issues",
|
|
"source": "https://github.com/top-think/framework/tree/v8.0.3"
|
|
},
|
|
"time": "2023-10-17T08:31:52+00:00"
|
|
},
|
|
{
|
|
"name": "topthink/think-helper",
|
|
"version": "v3.1.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/top-think/think-helper.git",
|
|
"reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
|
|
"reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=7.1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/helper.php"
|
|
],
|
|
"psr-4": {
|
|
"think\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "yunwuxin",
|
|
"email": "448901948@qq.com"
|
|
}
|
|
],
|
|
"description": "The ThinkPHP6 Helper Package",
|
|
"support": {
|
|
"issues": "https://github.com/top-think/think-helper/issues",
|
|
"source": "https://github.com/top-think/think-helper/tree/v3.1.6"
|
|
},
|
|
"time": "2021-12-15T04:27:55+00:00"
|
|
},
|
|
{
|
|
"name": "topthink/think-multi-app",
|
|
"version": "v1.0.17",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/top-think/think-multi-app.git",
|
|
"reference": "4055a6187296ac16c0bc7bbab4ed5d92f82f791c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/top-think/think-multi-app/zipball/4055a6187296ac16c0bc7bbab4ed5d92f82f791c",
|
|
"reference": "4055a6187296ac16c0bc7bbab4ed5d92f82f791c",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=7.1.0",
|
|
"topthink/framework": "^6.0|^8.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"think": {
|
|
"services": [
|
|
"think\\app\\Service"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"think\\app\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "liu21st",
|
|
"email": "liu21st@gmail.com"
|
|
}
|
|
],
|
|
"description": "thinkphp multi app support",
|
|
"support": {
|
|
"issues": "https://github.com/top-think/think-multi-app/issues",
|
|
"source": "https://github.com/top-think/think-multi-app/tree/v1.0.17"
|
|
},
|
|
"time": "2023-03-29T02:04:29+00:00"
|
|
},
|
|
{
|
|
"name": "topthink/think-orm",
|
|
"version": "v3.0.14",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/top-think/think-orm.git",
|
|
"reference": "7b0b8ea6ca5e020217f6ba7ae34d547e148a675b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/top-think/think-orm/zipball/7b0b8ea6ca5e020217f6ba7ae34d547e148a675b",
|
|
"reference": "7b0b8ea6ca5e020217f6ba7ae34d547e148a675b",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-pdo": "*",
|
|
"php": ">=8.0.0",
|
|
"psr/log": ">=1.0",
|
|
"psr/simple-cache": ">=1.0",
|
|
"topthink/think-helper": "^3.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8|^9.5|^10"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"stubs/load_stubs.php"
|
|
],
|
|
"psr-4": {
|
|
"think\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "liu21st",
|
|
"email": "liu21st@gmail.com"
|
|
}
|
|
],
|
|
"description": "the PHP Database&ORM Framework",
|
|
"keywords": [
|
|
"database",
|
|
"orm"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/top-think/think-orm/issues",
|
|
"source": "https://github.com/top-think/think-orm/tree/v3.0.14"
|
|
},
|
|
"time": "2023-09-24T13:15:07+00:00"
|
|
},
|
|
{
|
|
"name": "topthink/think-template",
|
|
"version": "v3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/top-think/think-template.git",
|
|
"reference": "4352d2cf627abfb8b49f830686c25c02f59c23f2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/top-think/think-template/zipball/4352d2cf627abfb8b49f830686c25c02f59c23f2",
|
|
"reference": "4352d2cf627abfb8b49f830686c25c02f59c23f2",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.0",
|
|
"psr/simple-cache": ">=1.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"think\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "liu21st",
|
|
"email": "liu21st@gmail.com"
|
|
}
|
|
],
|
|
"description": "the php template engine",
|
|
"support": {
|
|
"issues": "https://github.com/top-think/think-template/issues",
|
|
"source": "https://github.com/top-think/think-template/tree/v3.0.0"
|
|
},
|
|
"time": "2023-02-25T12:11:14+00:00"
|
|
},
|
|
{
|
|
"name": "topthink/think-view",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/top-think/think-view.git",
|
|
"reference": "d2a076011c96d2edd8016703a827fb54b2683c62"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/top-think/think-view/zipball/d2a076011c96d2edd8016703a827fb54b2683c62",
|
|
"reference": "d2a076011c96d2edd8016703a827fb54b2683c62",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.0",
|
|
"topthink/think-template": "^3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"think\\view\\driver\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "liu21st",
|
|
"email": "liu21st@gmail.com"
|
|
}
|
|
],
|
|
"description": "thinkphp template driver",
|
|
"support": {
|
|
"issues": "https://github.com/top-think/think-view/issues",
|
|
"source": "https://github.com/top-think/think-view/tree/v2.0.0"
|
|
},
|
|
"time": "2023-02-25T12:18:09+00:00"
|
|
},
|
|
{
|
|
"name": "voku/anti-xss",
|
|
"version": "4.1.42",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/voku/anti-xss.git",
|
|
"reference": "bca1f8607e55a3c5077483615cd93bd8f11bd675"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/voku/anti-xss/zipball/bca1f8607e55a3c5077483615cd93bd8f11bd675",
|
|
"reference": "bca1f8607e55a3c5077483615cd93bd8f11bd675",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.0",
|
|
"voku/portable-utf8": "~6.0.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"voku\\helper\\": "src/voku/helper/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "EllisLab Dev Team",
|
|
"homepage": "http://ellislab.com/"
|
|
},
|
|
{
|
|
"name": "Lars Moelleken",
|
|
"email": "lars@moelleken.org",
|
|
"homepage": "https://www.moelleken.org/"
|
|
}
|
|
],
|
|
"description": "anti xss-library",
|
|
"homepage": "https://github.com/voku/anti-xss",
|
|
"keywords": [
|
|
"anti-xss",
|
|
"clean",
|
|
"security",
|
|
"xss"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/voku/anti-xss/issues",
|
|
"source": "https://github.com/voku/anti-xss/tree/4.1.42"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.paypal.me/moelleken",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/voku",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://opencollective.com/anti-xss",
|
|
"type": "open_collective"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/voku",
|
|
"type": "patreon"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/voku/anti-xss",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2023-07-03T14:40:46+00:00"
|
|
},
|
|
{
|
|
"name": "voku/portable-ascii",
|
|
"version": "2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/voku/portable-ascii.git",
|
|
"reference": "b56450eed252f6801410d810c8e1727224ae0743"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
|
|
"reference": "b56450eed252f6801410d810c8e1727224ae0743",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "Use Intl for transliterator_transliterate() support"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"voku\\": "src/voku/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Lars Moelleken",
|
|
"homepage": "http://www.moelleken.org/"
|
|
}
|
|
],
|
|
"description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
|
|
"homepage": "https://github.com/voku/portable-ascii",
|
|
"keywords": [
|
|
"ascii",
|
|
"clean",
|
|
"php"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/voku/portable-ascii/issues",
|
|
"source": "https://github.com/voku/portable-ascii/tree/2.0.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.paypal.me/moelleken",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/voku",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://opencollective.com/portable-ascii",
|
|
"type": "open_collective"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/voku",
|
|
"type": "patreon"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-03-08T17:03:00+00:00"
|
|
},
|
|
{
|
|
"name": "voku/portable-utf8",
|
|
"version": "6.0.13",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/voku/portable-utf8.git",
|
|
"reference": "b8ce36bf26593e5c2e81b1850ef0ffb299d2043f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/voku/portable-utf8/zipball/b8ce36bf26593e5c2e81b1850ef0ffb299d2043f",
|
|
"reference": "b8ce36bf26593e5c2e81b1850ef0ffb299d2043f",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.0",
|
|
"symfony/polyfill-iconv": "~1.0",
|
|
"symfony/polyfill-intl-grapheme": "~1.0",
|
|
"symfony/polyfill-intl-normalizer": "~1.0",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/polyfill-php72": "~1.0",
|
|
"voku/portable-ascii": "~2.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "1.9.*@dev",
|
|
"phpstan/phpstan-strict-rules": "1.4.*@dev",
|
|
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0",
|
|
"thecodingmachine/phpstan-strict-rules": "1.0.*@dev",
|
|
"voku/phpstan-rules": "3.1.*@dev"
|
|
},
|
|
"suggest": {
|
|
"ext-ctype": "Use Ctype for e.g. hexadecimal digit detection",
|
|
"ext-fileinfo": "Use Fileinfo for better binary file detection",
|
|
"ext-iconv": "Use iconv for best performance",
|
|
"ext-intl": "Use Intl for best performance",
|
|
"ext-json": "Use JSON for string detection",
|
|
"ext-mbstring": "Use Mbstring for best performance"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"voku\\": "src/voku/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"(Apache-2.0 or GPL-2.0)"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Hamid Sarfraz",
|
|
"homepage": "http://pageconfig.com/"
|
|
},
|
|
{
|
|
"name": "Lars Moelleken",
|
|
"homepage": "http://www.moelleken.org/"
|
|
}
|
|
],
|
|
"description": "Portable UTF-8 library - performance optimized (unicode) string functions for php.",
|
|
"homepage": "https://github.com/voku/portable-utf8",
|
|
"keywords": [
|
|
"UTF",
|
|
"clean",
|
|
"php",
|
|
"unicode",
|
|
"utf-8",
|
|
"utf8"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/voku/portable-utf8/issues",
|
|
"source": "https://github.com/voku/portable-utf8/tree/6.0.13"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.paypal.me/moelleken",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/voku",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://opencollective.com/portable-utf8",
|
|
"type": "open_collective"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/voku",
|
|
"type": "patreon"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/voku/portable-utf8",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2023-03-08T08:35:38+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "symfony/var-dumper",
|
|
"version": "v6.0.19",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/var-dumper.git",
|
|
"reference": "eb980457fa6899840fe1687e8627a03a7d8a3d52"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/eb980457fa6899840fe1687e8627a03a7d8a3d52",
|
|
"reference": "eb980457fa6899840fe1687e8627a03a7d8a3d52",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.2",
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"phpunit/phpunit": "<5.4.3",
|
|
"symfony/console": "<5.4"
|
|
},
|
|
"require-dev": {
|
|
"ext-iconv": "*",
|
|
"symfony/console": "^5.4|^6.0",
|
|
"symfony/process": "^5.4|^6.0",
|
|
"symfony/uid": "^5.4|^6.0",
|
|
"twig/twig": "^2.13|^3.0.4"
|
|
},
|
|
"suggest": {
|
|
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
|
|
"ext-intl": "To show region name in time zone dump",
|
|
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
|
|
},
|
|
"bin": [
|
|
"Resources/bin/var-dump-server"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"Resources/functions/dump.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Component\\VarDumper\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"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": "Provides mechanisms for walking through any arbitrary PHP variable",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"debug",
|
|
"dump"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/var-dumper/tree/v6.0.19"
|
|
},
|
|
"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-01-20T17:44:14+00:00"
|
|
},
|
|
{
|
|
"name": "topthink/think-trace",
|
|
"version": "v1.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/top-think/think-trace.git",
|
|
"reference": "136cd5d97e8bdb780e4b5c1637c588ed7ca3e142"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/top-think/think-trace/zipball/136cd5d97e8bdb780e4b5c1637c588ed7ca3e142",
|
|
"reference": "136cd5d97e8bdb780e4b5c1637c588ed7ca3e142",
|
|
"shasum": "",
|
|
"mirrors": [
|
|
{
|
|
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
"preferred": true
|
|
}
|
|
]
|
|
},
|
|
"require": {
|
|
"php": ">=7.1.0",
|
|
"topthink/framework": "^6.0|^8.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"think": {
|
|
"services": [
|
|
"think\\trace\\Service"
|
|
],
|
|
"config": {
|
|
"trace": "src/config.php"
|
|
}
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"think\\trace\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "liu21st",
|
|
"email": "liu21st@gmail.com"
|
|
}
|
|
],
|
|
"description": "thinkphp debug trace",
|
|
"support": {
|
|
"issues": "https://github.com/top-think/think-trace/issues",
|
|
"source": "https://github.com/top-think/think-trace/tree/v1.6"
|
|
},
|
|
"time": "2023-02-07T08:36:32+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=8.0.0"
|
|
},
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.3.0"
|
|
}
|