mirror of https://github.com/1099438829/apeblog
1846 lines
66 KiB
JSON
1846 lines
66 KiB
JSON
{
|
||
"packages": [
|
||
{
|
||
"name": "doctrine/annotations",
|
||
"version": "1.13.2",
|
||
"version_normalized": "1.13.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/annotations.git",
|
||
"reference": "5b668aef16090008790395c02c893b1ba13f7e08"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
|
||
"reference": "5b668aef16090008790395c02c893b1ba13f7e08",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"doctrine/lexer": "1.*",
|
||
"ext-tokenizer": "*",
|
||
"php": "^7.1 || ^8.0",
|
||
"psr/cache": "^1 || ^2 || ^3"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/cache": "^1.11 || ^2.0",
|
||
"doctrine/coding-standard": "^6.0 || ^8.1",
|
||
"phpstan/phpstan": "^0.12.20",
|
||
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
|
||
"symfony/cache": "^4.4 || ^5.2"
|
||
},
|
||
"time": "2021-08-05T19:00:23+00:00",
|
||
"type": "library",
|
||
"installation-source": "dist",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Guilherme Blanco",
|
||
"email": "guilhermeblanco@gmail.com"
|
||
},
|
||
{
|
||
"name": "Roman Borschel",
|
||
"email": "roman@code-factory.org"
|
||
},
|
||
{
|
||
"name": "Benjamin Eberlei",
|
||
"email": "kontakt@beberlei.de"
|
||
},
|
||
{
|
||
"name": "Jonathan Wage",
|
||
"email": "jonwage@gmail.com"
|
||
},
|
||
{
|
||
"name": "Johannes Schmitt",
|
||
"email": "schmittjoh@gmail.com"
|
||
}
|
||
],
|
||
"description": "Docblock Annotations Parser",
|
||
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
|
||
"keywords": [
|
||
"annotations",
|
||
"docblock",
|
||
"parser"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/doctrine/annotations/issues",
|
||
"source": "https://github.com/doctrine/annotations/tree/1.13.2"
|
||
},
|
||
"install-path": "../doctrine/annotations"
|
||
},
|
||
{
|
||
"name": "doctrine/lexer",
|
||
"version": "1.2.3",
|
||
"version_normalized": "1.2.3.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/doctrine/lexer.git",
|
||
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
|
||
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": "^7.1 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"doctrine/coding-standard": "^9.0",
|
||
"phpstan/phpstan": "^1.3",
|
||
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
||
"vimeo/psalm": "^4.11"
|
||
},
|
||
"time": "2022-02-28T11:07:21+00:00",
|
||
"type": "library",
|
||
"installation-source": "dist",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Guilherme Blanco",
|
||
"email": "guilhermeblanco@gmail.com"
|
||
},
|
||
{
|
||
"name": "Roman Borschel",
|
||
"email": "roman@code-factory.org"
|
||
},
|
||
{
|
||
"name": "Johannes Schmitt",
|
||
"email": "schmittjoh@gmail.com"
|
||
}
|
||
],
|
||
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
|
||
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
|
||
"keywords": [
|
||
"annotations",
|
||
"docblock",
|
||
"lexer",
|
||
"parser",
|
||
"php"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/doctrine/lexer/issues",
|
||
"source": "https://github.com/doctrine/lexer/tree/1.2.3"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://www.doctrine-project.org/sponsorship.html",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://www.patreon.com/phpdoctrine",
|
||
"type": "patreon"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"install-path": "../doctrine/lexer"
|
||
},
|
||
{
|
||
"name": "league/flysystem",
|
||
"version": "1.1.9",
|
||
"version_normalized": "1.1.9.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/flysystem.git",
|
||
"reference": "094defdb4a7001845300334e7c1ee2335925ef99"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/094defdb4a7001845300334e7c1ee2335925ef99",
|
||
"reference": "094defdb4a7001845300334e7c1ee2335925ef99",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"ext-fileinfo": "*",
|
||
"league/mime-type-detection": "^1.3",
|
||
"php": "^7.2.5 || ^8.0"
|
||
},
|
||
"conflict": {
|
||
"league/flysystem-sftp": "<1.0.6"
|
||
},
|
||
"require-dev": {
|
||
"phpspec/prophecy": "^1.11.1",
|
||
"phpunit/phpunit": "^8.5.8"
|
||
},
|
||
"suggest": {
|
||
"ext-ftp": "Allows you to use FTP server storage",
|
||
"ext-openssl": "Allows you to use FTPS server storage",
|
||
"league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
|
||
"league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
|
||
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
|
||
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
|
||
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
|
||
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
|
||
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
|
||
"league/flysystem-webdav": "Allows you to use WebDAV storage",
|
||
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
|
||
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
|
||
"srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
|
||
},
|
||
"time": "2021-12-09T09:40:50+00:00",
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1-dev"
|
||
}
|
||
},
|
||
"installation-source": "dist",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"League\\Flysystem\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Frank de Jonge",
|
||
"email": "info@frenky.net"
|
||
}
|
||
],
|
||
"description": "Filesystem abstraction: Many filesystems, one API.",
|
||
"keywords": [
|
||
"Cloud Files",
|
||
"WebDAV",
|
||
"abstraction",
|
||
"aws",
|
||
"cloud",
|
||
"copy.com",
|
||
"dropbox",
|
||
"file systems",
|
||
"files",
|
||
"filesystem",
|
||
"filesystems",
|
||
"ftp",
|
||
"rackspace",
|
||
"remote",
|
||
"s3",
|
||
"sftp",
|
||
"storage"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/thephpleague/flysystem/issues",
|
||
"source": "https://github.com/thephpleague/flysystem/tree/1.1.9"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://offset.earth/frankdejonge",
|
||
"type": "other"
|
||
}
|
||
],
|
||
"install-path": "../league/flysystem"
|
||
},
|
||
{
|
||
"name": "league/flysystem-cached-adapter",
|
||
"version": "1.1.0",
|
||
"version_normalized": "1.1.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
|
||
"reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
|
||
"reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"league/flysystem": "~1.0",
|
||
"psr/cache": "^1.0.0"
|
||
},
|
||
"require-dev": {
|
||
"mockery/mockery": "~0.9",
|
||
"phpspec/phpspec": "^3.4",
|
||
"phpunit/phpunit": "^5.7",
|
||
"predis/predis": "~1.0",
|
||
"tedivm/stash": "~0.12"
|
||
},
|
||
"suggest": {
|
||
"ext-phpredis": "Pure C implemented extension for PHP"
|
||
},
|
||
"time": "2020-07-25T15:56:04+00:00",
|
||
"type": "library",
|
||
"installation-source": "dist",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"League\\Flysystem\\Cached\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "frankdejonge",
|
||
"email": "info@frenky.net"
|
||
}
|
||
],
|
||
"description": "An adapter decorator to enable meta-data caching.",
|
||
"support": {
|
||
"issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues",
|
||
"source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master"
|
||
},
|
||
"install-path": "../league/flysystem-cached-adapter"
|
||
},
|
||
{
|
||
"name": "league/mime-type-detection",
|
||
"version": "1.11.0",
|
||
"version_normalized": "1.11.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/thephpleague/mime-type-detection.git",
|
||
"reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
|
||
"reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"ext-fileinfo": "*",
|
||
"php": "^7.2 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"friendsofphp/php-cs-fixer": "^3.2",
|
||
"phpstan/phpstan": "^0.12.68",
|
||
"phpunit/phpunit": "^8.5.8 || ^9.3"
|
||
},
|
||
"time": "2022-04-17T13:12:02+00:00",
|
||
"type": "library",
|
||
"installation-source": "dist",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"League\\MimeTypeDetection\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Frank de Jonge",
|
||
"email": "info@frankdejonge.nl"
|
||
}
|
||
],
|
||
"description": "Mime-type detection for Flysystem",
|
||
"support": {
|
||
"issues": "https://github.com/thephpleague/mime-type-detection/issues",
|
||
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/frankdejonge",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"install-path": "../league/mime-type-detection"
|
||
},
|
||
{
|
||
"name": "phpmailer/phpmailer",
|
||
"version": "v6.6.0",
|
||
"version_normalized": "6.6.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
||
"reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e43bac82edc26ca04b36143a48bde1c051cfd5b1",
|
||
"reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1",
|
||
"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": "^0.7.0",
|
||
"doctrine/annotations": "^1.2",
|
||
"php-parallel-lint/php-console-highlighter": "^0.5.0",
|
||
"php-parallel-lint/php-parallel-lint": "^1.3.1",
|
||
"phpcompatibility/php-compatibility": "^9.3.5",
|
||
"roave/security-advisories": "dev-latest",
|
||
"squizlabs/php_codesniffer": "^3.6.2",
|
||
"yoast/phpunit-polyfills": "^1.0.0"
|
||
},
|
||
"suggest": {
|
||
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
|
||
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
||
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
||
"psr/log": "For optional PSR-3 debug logging",
|
||
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
|
||
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
|
||
},
|
||
"time": "2022-02-28T15:31:21+00:00",
|
||
"type": "library",
|
||
"installation-source": "dist",
|
||
"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.6.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/Synchro",
|
||
"type": "github"
|
||
}
|
||
],
|
||
"install-path": "../phpmailer/phpmailer"
|
||
},
|
||
{
|
||
"name": "psr/cache",
|
||
"version": "1.0.1",
|
||
"version_normalized": "1.0.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/cache.git",
|
||
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
||
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"time": "2016-08-06T20:24:11+00:00",
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"installation-source": "dist",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Cache\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "http://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for caching libraries",
|
||
"keywords": [
|
||
"cache",
|
||
"psr",
|
||
"psr-6"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/php-fig/cache/tree/master"
|
||
},
|
||
"install-path": "../psr/cache"
|
||
},
|
||
{
|
||
"name": "psr/container",
|
||
"version": "1.1.2",
|
||
"version_normalized": "1.1.2.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/container.git",
|
||
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
|
||
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.4.0"
|
||
},
|
||
"time": "2021-11-05T16:50:12+00:00",
|
||
"type": "library",
|
||
"installation-source": "dist",
|
||
"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/1.1.2"
|
||
},
|
||
"install-path": "../psr/container"
|
||
},
|
||
{
|
||
"name": "psr/http-message",
|
||
"version": "1.0.1",
|
||
"version_normalized": "1.0.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/http-message.git",
|
||
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
||
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"time": "2016-08-06T14:39:51+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": "http://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for HTTP messages",
|
||
"homepage": "https://github.com/php-fig/http-message",
|
||
"keywords": [
|
||
"http",
|
||
"http-message",
|
||
"psr",
|
||
"psr-7",
|
||
"request",
|
||
"response"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/php-fig/http-message/tree/master"
|
||
},
|
||
"install-path": "../psr/http-message"
|
||
},
|
||
{
|
||
"name": "psr/log",
|
||
"version": "1.1.4",
|
||
"version_normalized": "1.1.4.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/log.git",
|
||
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
||
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"time": "2021-05-03T11:20:27+00:00",
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.1.x-dev"
|
||
}
|
||
},
|
||
"installation-source": "dist",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Log\\": "Psr/Log/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "https://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common interface for logging libraries",
|
||
"homepage": "https://github.com/php-fig/log",
|
||
"keywords": [
|
||
"log",
|
||
"psr",
|
||
"psr-3"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/php-fig/log/tree/1.1.4"
|
||
},
|
||
"install-path": "../psr/log"
|
||
},
|
||
{
|
||
"name": "psr/simple-cache",
|
||
"version": "1.0.1",
|
||
"version_normalized": "1.0.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/simple-cache.git",
|
||
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
||
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"time": "2017-10-23T01:57:42+00:00",
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.0.x-dev"
|
||
}
|
||
},
|
||
"installation-source": "dist",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\SimpleCache\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "http://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/master"
|
||
},
|
||
"install-path": "../psr/simple-cache"
|
||
},
|
||
{
|
||
"name": "spatie/macroable",
|
||
"version": "1.0.1",
|
||
"version_normalized": "1.0.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/spatie/macroable.git",
|
||
"reference": "7a99549fc001c925714b329220dea680c04bfa48"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/spatie/macroable/zipball/7a99549fc001c925714b329220dea680c04bfa48",
|
||
"reference": "7a99549fc001c925714b329220dea680c04bfa48",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": "^7.2|^8.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^8.0|^9.3"
|
||
},
|
||
"time": "2020-11-03T10:15:05+00:00",
|
||
"type": "library",
|
||
"installation-source": "dist",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Spatie\\Macroable\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Freek Van der Herten",
|
||
"email": "freek@spatie.be",
|
||
"homepage": "https://spatie.be",
|
||
"role": "Developer"
|
||
}
|
||
],
|
||
"description": "A trait to dynamically add methods to a class",
|
||
"homepage": "https://github.com/spatie/macroable",
|
||
"keywords": [
|
||
"macroable",
|
||
"spatie"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/spatie/macroable/issues",
|
||
"source": "https://github.com/spatie/macroable/tree/1.0.1"
|
||
},
|
||
"install-path": "../spatie/macroable"
|
||
},
|
||
{
|
||
"name": "symfony/deprecation-contracts",
|
||
"version": "v2.5.1",
|
||
"version_normalized": "2.5.1.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/deprecation-contracts.git",
|
||
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
||
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"time": "2022-01-02T09:53:40+00:00",
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "2.5-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/contracts",
|
||
"url": "https://github.com/symfony/contracts"
|
||
}
|
||
},
|
||
"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/v2.5.1"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"install-path": "../symfony/deprecation-contracts"
|
||
},
|
||
{
|
||
"name": "symfony/http-foundation",
|
||
"version": "v5.4.9",
|
||
"version_normalized": "5.4.9.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/http-foundation.git",
|
||
"reference": "6b0d0e4aca38d57605dcd11e2416994b38774522"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/6b0d0e4aca38d57605dcd11e2416994b38774522",
|
||
"reference": "6b0d0e4aca38d57605dcd11e2416994b38774522",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.5",
|
||
"symfony/deprecation-contracts": "^2.1|^3",
|
||
"symfony/polyfill-mbstring": "~1.1",
|
||
"symfony/polyfill-php80": "^1.16"
|
||
},
|
||
"require-dev": {
|
||
"predis/predis": "~1.0",
|
||
"symfony/cache": "^4.4|^5.0|^6.0",
|
||
"symfony/expression-language": "^4.4|^5.0|^6.0",
|
||
"symfony/mime": "^4.4|^5.0|^6.0"
|
||
},
|
||
"suggest": {
|
||
"symfony/mime": "To use the file extension guesser"
|
||
},
|
||
"time": "2022-05-17T15:07:29+00:00",
|
||
"type": "library",
|
||
"installation-source": "dist",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\HttpFoundation\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Tests/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Defines an object-oriented layer for the HTTP specification",
|
||
"homepage": "https://symfony.com",
|
||
"support": {
|
||
"source": "https://github.com/symfony/http-foundation/tree/v5.4.9"
|
||
},
|
||
"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/http-foundation"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-mbstring",
|
||
"version": "v1.26.0",
|
||
"version_normalized": "1.26.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
||
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
||
"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"
|
||
},
|
||
"time": "2022-05-24T11:49:31+00:00",
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.26-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/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.26.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"
|
||
}
|
||
],
|
||
"install-path": "../symfony/polyfill-mbstring"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-php72",
|
||
"version": "v1.26.0",
|
||
"version_normalized": "1.26.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-php72.git",
|
||
"reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
|
||
"reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"time": "2022-05-24T11:49:31+00:00",
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.26-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"installation-source": "dist",
|
||
"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.26.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"
|
||
}
|
||
],
|
||
"install-path": "../symfony/polyfill-php72"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-php80",
|
||
"version": "v1.26.0",
|
||
"version_normalized": "1.26.0.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-php80.git",
|
||
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
||
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"time": "2022-05-10T07:21:04+00:00",
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.26-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"installation-source": "dist",
|
||
"autoload": {
|
||
"files": [
|
||
"bootstrap.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Php80\\": ""
|
||
},
|
||
"classmap": [
|
||
"Resources/stubs"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Ion Bazan",
|
||
"email": "ion.bazan@gmail.com"
|
||
},
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"polyfill",
|
||
"portable",
|
||
"shim"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/polyfill-php80/tree/v1.26.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"
|
||
}
|
||
],
|
||
"install-path": "../symfony/polyfill-php80"
|
||
},
|
||
{
|
||
"name": "symfony/var-dumper",
|
||
"version": "v4.4.42",
|
||
"version_normalized": "4.4.42.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/var-dumper.git",
|
||
"reference": "742aab50ad097bcb62d91fccb613f66b8047d2ca"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/742aab50ad097bcb62d91fccb613f66b8047d2ca",
|
||
"reference": "742aab50ad097bcb62d91fccb613f66b8047d2ca",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.1.3",
|
||
"symfony/polyfill-mbstring": "~1.0",
|
||
"symfony/polyfill-php72": "~1.5",
|
||
"symfony/polyfill-php80": "^1.16"
|
||
},
|
||
"conflict": {
|
||
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
|
||
"symfony/console": "<3.4"
|
||
},
|
||
"require-dev": {
|
||
"ext-iconv": "*",
|
||
"symfony/console": "^3.4|^4.0|^5.0",
|
||
"symfony/process": "^4.4|^5.0",
|
||
"twig/twig": "^1.43|^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"
|
||
},
|
||
"time": "2022-05-21T10:00:54+00:00",
|
||
"bin": [
|
||
"Resources/bin/var-dump-server"
|
||
],
|
||
"type": "library",
|
||
"installation-source": "dist",
|
||
"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/v4.4.42"
|
||
},
|
||
"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/var-dumper"
|
||
},
|
||
{
|
||
"name": "topthink/framework",
|
||
"version": "v6.0.12",
|
||
"version_normalized": "6.0.12.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/top-think/framework.git",
|
||
"reference": "e478316ac843c1a884a3b3a7a94db17c4001ff5c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/top-think/framework/zipball/e478316ac843c1a884a3b3a7a94db17c4001ff5c",
|
||
"reference": "e478316ac843c1a884a3b3a7a94db17c4001ff5c",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"ext-mbstring": "*",
|
||
"league/flysystem": "^1.1.4",
|
||
"league/flysystem-cached-adapter": "^1.0",
|
||
"php": ">=7.2.5",
|
||
"psr/container": "~1.0",
|
||
"psr/http-message": "^1.0",
|
||
"psr/log": "~1.0",
|
||
"psr/simple-cache": "^1.0",
|
||
"topthink/think-helper": "^3.1.1",
|
||
"topthink/think-orm": "^2.0"
|
||
},
|
||
"require-dev": {
|
||
"guzzlehttp/psr7": "^2.1.0",
|
||
"mikey179/vfsstream": "^1.6",
|
||
"mockery/mockery": "^1.2",
|
||
"phpunit/phpunit": "^7.0"
|
||
},
|
||
"time": "2022-01-21T06:31:07+00:00",
|
||
"type": "library",
|
||
"installation-source": "dist",
|
||
"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/v6.0.12"
|
||
},
|
||
"install-path": "../topthink/framework"
|
||
},
|
||
{
|
||
"name": "topthink/think-captcha",
|
||
"version": "v3.0.7",
|
||
"version_normalized": "3.0.7.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/top-think/think-captcha.git",
|
||
"reference": "a450602932a5d9ba183e288b79921ba3b9a92331"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/top-think/think-captcha/zipball/a450602932a5d9ba183e288b79921ba3b9a92331",
|
||
"reference": "a450602932a5d9ba183e288b79921ba3b9a92331",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"topthink/framework": "^6.0.0"
|
||
},
|
||
"time": "2022-04-23T02:38:14+00:00",
|
||
"type": "library",
|
||
"extra": {
|
||
"think": {
|
||
"services": [
|
||
"think\\captcha\\CaptchaService"
|
||
],
|
||
"config": {
|
||
"captcha": "src/config.php"
|
||
}
|
||
}
|
||
},
|
||
"installation-source": "dist",
|
||
"autoload": {
|
||
"files": [
|
||
"src/helper.php"
|
||
],
|
||
"psr-4": {
|
||
"think\\captcha\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "yunwuxin",
|
||
"email": "448901948@qq.com"
|
||
}
|
||
],
|
||
"description": "captcha package for thinkphp",
|
||
"support": {
|
||
"issues": "https://github.com/top-think/think-captcha/issues",
|
||
"source": "https://github.com/top-think/think-captcha/tree/v3.0.7"
|
||
},
|
||
"install-path": "../topthink/think-captcha"
|
||
},
|
||
{
|
||
"name": "topthink/think-helper",
|
||
"version": "v3.1.6",
|
||
"version_normalized": "3.1.6.0",
|
||
"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"
|
||
},
|
||
"time": "2021-12-15T04:27:55+00:00",
|
||
"type": "library",
|
||
"installation-source": "dist",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"think\\": "src"
|
||
},
|
||
"files": [
|
||
"src/helper.php"
|
||
]
|
||
},
|
||
"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"
|
||
},
|
||
"install-path": "../topthink/think-helper"
|
||
},
|
||
{
|
||
"name": "topthink/think-multi-app",
|
||
"version": "v1.0.14",
|
||
"version_normalized": "1.0.14.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/top-think/think-multi-app.git",
|
||
"reference": "ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/top-think/think-multi-app/zipball/ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3",
|
||
"reference": "ccaad7c2d33f42cb1cc2a78d6610aaec02cea4c3",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.1.0",
|
||
"topthink/framework": "^6.0.0"
|
||
},
|
||
"time": "2020-07-12T13:50:37+00:00",
|
||
"type": "library",
|
||
"extra": {
|
||
"think": {
|
||
"services": [
|
||
"think\\app\\Service"
|
||
]
|
||
}
|
||
},
|
||
"installation-source": "dist",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"think\\app\\": "src"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "liu21st",
|
||
"email": "liu21st@gmail.com"
|
||
}
|
||
],
|
||
"description": "thinkphp6 multi app support",
|
||
"support": {
|
||
"issues": "https://github.com/top-think/think-multi-app/issues",
|
||
"source": "https://github.com/top-think/think-multi-app/tree/master"
|
||
},
|
||
"install-path": "../topthink/think-multi-app"
|
||
},
|
||
{
|
||
"name": "topthink/think-orm",
|
||
"version": "v2.0.52",
|
||
"version_normalized": "2.0.52.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/top-think/think-orm.git",
|
||
"reference": "407a60658f37fc57422ab95a9922c6f69af90f46"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/top-think/think-orm/zipball/407a60658f37fc57422ab95a9922c6f69af90f46",
|
||
"reference": "407a60658f37fc57422ab95a9922c6f69af90f46",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"ext-pdo": "*",
|
||
"php": ">=7.1.0",
|
||
"psr/log": "~1.0",
|
||
"psr/simple-cache": "^1.0",
|
||
"topthink/think-helper": "^3.1"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^7|^8|^9.5"
|
||
},
|
||
"time": "2022-01-25T06:00:05+00:00",
|
||
"type": "library",
|
||
"installation-source": "dist",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"think\\": "src"
|
||
},
|
||
"files": [
|
||
"stubs/load_stubs.php"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"Apache-2.0"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "liu21st",
|
||
"email": "liu21st@gmail.com"
|
||
}
|
||
],
|
||
"description": "think orm",
|
||
"keywords": [
|
||
"database",
|
||
"orm"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/top-think/think-orm/issues",
|
||
"source": "https://github.com/top-think/think-orm/tree/v2.0.52"
|
||
},
|
||
"install-path": "../topthink/think-orm"
|
||
},
|
||
{
|
||
"name": "topthink/think-template",
|
||
"version": "v2.0.8",
|
||
"version_normalized": "2.0.8.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/top-think/think-template.git",
|
||
"reference": "abfc293f74f9ef5127b5c416310a01fe42e59368"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/top-think/think-template/zipball/abfc293f74f9ef5127b5c416310a01fe42e59368",
|
||
"reference": "abfc293f74f9ef5127b5c416310a01fe42e59368",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.1.0",
|
||
"psr/simple-cache": "^1.0"
|
||
},
|
||
"time": "2020-12-10T07:52:03+00:00",
|
||
"type": "library",
|
||
"installation-source": "dist",
|
||
"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/v2.0.8"
|
||
},
|
||
"install-path": "../topthink/think-template"
|
||
},
|
||
{
|
||
"name": "topthink/think-view",
|
||
"version": "v1.0.14",
|
||
"version_normalized": "1.0.14.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/top-think/think-view.git",
|
||
"reference": "edce0ae2c9551ab65f9e94a222604b0dead3576d"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/top-think/think-view/zipball/edce0ae2c9551ab65f9e94a222604b0dead3576d",
|
||
"reference": "edce0ae2c9551ab65f9e94a222604b0dead3576d",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"php": ">=7.1.0",
|
||
"topthink/think-template": "^2.0"
|
||
},
|
||
"time": "2019-11-06T11:40:13+00:00",
|
||
"type": "library",
|
||
"installation-source": "dist",
|
||
"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/v1.0.14"
|
||
},
|
||
"install-path": "../topthink/think-view"
|
||
},
|
||
{
|
||
"name": "xaboy/form-builder",
|
||
"version": "2.0.19",
|
||
"version_normalized": "2.0.19.0",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/xaboy/form-builder.git",
|
||
"reference": "5cf3f5435a63954c1d11ba82c3cd4cfe3d145acf"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/xaboy/form-builder/zipball/5cf3f5435a63954c1d11ba82c3cd4cfe3d145acf",
|
||
"reference": "5cf3f5435a63954c1d11ba82c3cd4cfe3d145acf",
|
||
"shasum": "",
|
||
"mirrors": [
|
||
{
|
||
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
||
"preferred": true
|
||
}
|
||
]
|
||
},
|
||
"require": {
|
||
"doctrine/annotations": "^1.2.7",
|
||
"ext-json": "*",
|
||
"php": ">=5.4.0",
|
||
"symfony/http-foundation": ">=2.6"
|
||
},
|
||
"time": "2021-02-25T03:51:14+00:00",
|
||
"type": "library",
|
||
"installation-source": "dist",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"FormBuilder\\": "./src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "xaboy",
|
||
"email": "xaboy2005@qq.com"
|
||
}
|
||
],
|
||
"description": "PHP表单生成器,快速生成现代化的form表单。包含复选框、单选框、输入框、下拉选择框等元素以及,省市区三级联动,时间选择,日期选择,颜色选择,文件/图片上传等功能。",
|
||
"homepage": "https://github.com/xaboy/form-builder",
|
||
"keywords": [
|
||
"dynamic-form",
|
||
"element-ui",
|
||
"form",
|
||
"form-create",
|
||
"form-generator",
|
||
"iview"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/xaboy/form-builder/issues",
|
||
"source": "https://github.com/xaboy/form-builder"
|
||
},
|
||
"install-path": "../xaboy/form-builder"
|
||
}
|
||
],
|
||
"dev": true,
|
||
"dev-package-names": [
|
||
"symfony/polyfill-php72",
|
||
"symfony/var-dumper"
|
||
]
|
||
}
|