{ "packages": [ { "name": "lampol/phpmail", "version": "1.0", "version_normalized": "1.0.0.0", "source": { "type": "git", "url": "https://github.com/lampol/phpmail.git", "reference": "2aa6a69636702548bf684071ffbc8d1cafb85bbc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/lampol/phpmail/zipball/2aa6a69636702548bf684071ffbc8d1cafb85bbc", "reference": "2aa6a69636702548bf684071ffbc8d1cafb85bbc", "shasum": "" }, "time": "2017-10-31T15:29:14+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "lampol\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "lampol", "email": "807968192@qq.com" } ], "description": "this is send mail library", "support": { "issues": "https://github.com/lampol/phpmail/issues", "source": "https://github.com/lampol/phpmail/tree/master" }, "install-path": "../lampol/phpmail" }, { "name": "phpmailer/phpmailer", "version": "v6.5.1", "version_normalized": "6.5.1.0", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", "reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/dd803df5ad7492e1b40637f7ebd258fee5ca7355", "reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355", "shasum": "" }, "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", "phpcompatibility/php-compatibility": "^9.3.5", "roave/security-advisories": "dev-latest", "squizlabs/php_codesniffer": "^3.6.0", "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": "2021-08-18T09:14:16+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.5.1" }, "funding": [ { "url": "https://github.com/Synchro", "type": "github" } ], "install-path": "../phpmailer/phpmailer" }, { "name": "phpoffice/phpexcel", "version": "1.8.2", "version_normalized": "1.8.2.0", "source": { "type": "git", "url": "https://github.com/PHPOffice/PHPExcel.git", "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870", "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870", "shasum": "" }, "require": { "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", "php": "^5.2|^7.0" }, "require-dev": { "squizlabs/php_codesniffer": "2.*" }, "time": "2018-11-22T23:07:24+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "PHPExcel": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1" ], "authors": [ { "name": "Maarten Balliauw", "homepage": "http://blog.maartenballiauw.be" }, { "name": "Erik Tilt" }, { "name": "Franck Lefevre", "homepage": "http://rootslabs.net" }, { "name": "Mark Baker", "homepage": "http://markbakeruk.net" } ], "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine", "homepage": "https://github.com/PHPOffice/PHPExcel", "keywords": [ "OpenXML", "excel", "php", "spreadsheet", "xls", "xlsx" ], "support": { "issues": "https://github.com/PHPOffice/PHPExcel/issues", "source": "https://github.com/PHPOffice/PHPExcel/tree/master" }, "abandoned": "phpoffice/phpspreadsheet", "install-path": "../phpoffice/phpexcel" }, { "name": "tecnickcom/tcpdf", "version": "6.4.2", "version_normalized": "6.4.2.0", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", "reference": "172540dcbfdf8dc983bc2fe78feff48ff7ec1c76" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/172540dcbfdf8dc983bc2fe78feff48ff7ec1c76", "reference": "172540dcbfdf8dc983bc2fe78feff48ff7ec1c76", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2021-07-20T14:43:20+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "config", "include", "tcpdf.php", "tcpdf_parser.php", "tcpdf_import.php", "tcpdf_barcodes_1d.php", "tcpdf_barcodes_2d.php", "include/tcpdf_colors.php", "include/tcpdf_filters.php", "include/tcpdf_font_data.php", "include/tcpdf_fonts.php", "include/tcpdf_images.php", "include/tcpdf_static.php", "include/barcodes/datamatrix.php", "include/barcodes/pdf417.php", "include/barcodes/qrcode.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-only" ], "authors": [ { "name": "Nicola Asuni", "email": "info@tecnick.com", "role": "lead" } ], "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", "homepage": "http://www.tcpdf.org/", "keywords": [ "PDFD32000-2008", "TCPDF", "barcodes", "datamatrix", "pdf", "pdf417", "qrcode" ], "support": { "issues": "https://github.com/tecnickcom/TCPDF/issues", "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.2" }, "funding": [ { "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project", "type": "custom" } ], "install-path": "../tecnickcom/tcpdf" }, { "name": "topthink/framework", "version": "v5.0.24", "version_normalized": "5.0.24.0", "source": { "type": "git", "url": "https://github.com/top-think/framework.git", "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/top-think/framework/zipball/c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be", "reference": "c255c22b2f5fa30f320ecf6c1d29f7740eb3e8be", "shasum": "" }, "require": { "php": ">=5.4.0", "topthink/think-installer": "~1.0" }, "require-dev": { "johnkary/phpunit-speedtrap": "^1.0", "mikey179/vfsstream": "~1.6", "phpdocumentor/reflection-docblock": "^2.0", "phploc/phploc": "2.*", "phpunit/phpunit": "4.8.*", "sebastian/phpcpd": "2.*" }, "time": "2019-01-11T08:04:58+00:00", "type": "think-framework", "installation-source": "dist", "autoload": { "psr-4": { "think\\": "library/think" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "liu21st", "email": "liu21st@gmail.com" } ], "description": "the new 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/master" }, "install-path": "../../thinkphp" }, { "name": "topthink/think-captcha", "version": "v1.0.8", "version_normalized": "1.0.8.0", "source": { "type": "git", "url": "https://github.com/top-think/think-captcha.git", "reference": "1d64363c814c92f6086c4fa5e3223fe7e23db09d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/top-think/think-captcha/zipball/1d64363c814c92f6086c4fa5e3223fe7e23db09d", "reference": "1d64363c814c92f6086c4fa5e3223fe7e23db09d", "shasum": "", "mirrors": [ { "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "topthink/framework": "~5.0.0", "topthink/think-installer": ">=1.0.10" }, "time": "2019-01-28T04:48:36+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "think\\captcha\\": "src/" }, "files": [ "src/helper.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "yunwuxin", "email": "448901948@qq.com" } ], "description": "captcha package for thinkphp5", "install-path": "../topthink/think-captcha" }, { "name": "topthink/think-helper", "version": "v3.0.0", "version_normalized": "3.0.0.0", "source": { "type": "git", "url": "https://github.com/top-think/think-helper.git", "reference": "8ba5f66e68106369fcc3211e7d2dbaf7bc9ce455" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/top-think/think-helper/zipball/8ba5f66e68106369fcc3211e7d2dbaf7bc9ce455", "reference": "8ba5f66e68106369fcc3211e7d2dbaf7bc9ce455", "shasum": "" }, "time": "2019-03-14T09:28:59+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "think\\helper\\": "src" }, "files": [ "src/helper.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "yunwuxin", "email": "448901948@qq.com" } ], "description": "The ThinkPHP5 Helper Package", "support": { "issues": "https://github.com/top-think/think-helper/issues", "source": "https://github.com/top-think/think-helper/tree/3.0" }, "install-path": "../topthink/think-helper" }, { "name": "topthink/think-installer", "version": "v1.0.14", "version_normalized": "1.0.14.0", "source": { "type": "git", "url": "https://github.com/top-think/think-installer.git", "reference": "eae1740ac264a55c06134b6685dfb9f837d004d1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/top-think/think-installer/zipball/eae1740ac264a55c06134b6685dfb9f837d004d1", "reference": "eae1740ac264a55c06134b6685dfb9f837d004d1", "shasum": "" }, "require": { "composer-plugin-api": "^1.0||^2.0" }, "require-dev": { "composer/composer": "^1.0||^2.0" }, "time": "2021-03-25T08:34:02+00:00", "type": "composer-plugin", "extra": { "class": "think\\composer\\Plugin" }, "installation-source": "dist", "autoload": { "psr-4": { "think\\composer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "yunwuxin", "email": "448901948@qq.com" } ], "support": { "issues": "https://github.com/top-think/think-installer/issues", "source": "https://github.com/top-think/think-installer/tree/v1.0.14" }, "install-path": "../topthink/think-installer" }, { "name": "topthink/think-queue", "version": "v1.1.4", "version_normalized": "1.1.4.0", "source": { "type": "git", "url": "https://github.com/top-think/think-queue.git", "reference": "ad709611d516e13d6760234bc98e91faa901cae8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/top-think/think-queue/zipball/ad709611d516e13d6760234bc98e91faa901cae8", "reference": "ad709611d516e13d6760234bc98e91faa901cae8", "shasum": "" }, "require": { "topthink/think-helper": ">=1.0.4", "topthink/think-installer": ">=1.0.10" }, "time": "2017-06-25T00:49:56+00:00", "type": "think-extend", "extra": { "think-config": { "queue": "src/config.php" } }, "installation-source": "dist", "autoload": { "psr-4": { "think\\": "src" }, "files": [ "src/common.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "yunwuxin", "email": "448901948@qq.com" } ], "description": "The ThinkPHP5 Queue Package", "support": { "issues": "https://github.com/top-think/think-queue/issues", "source": "https://github.com/top-think/think-queue/tree/master" }, "install-path": "../topthink/think-queue" }, { "name": "weiwei/api-doc", "version": "1.6.2", "version_normalized": "1.6.2.0", "source": { "type": "git", "url": "https://github.com/zhangweiwei0326/api-doc.git", "reference": "6c2c3c03ce1139275cc5a5057677175ed8691e19" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zhangweiwei0326/api-doc/zipball/6c2c3c03ce1139275cc5a5057677175ed8691e19", "reference": "6c2c3c03ce1139275cc5a5057677175ed8691e19", "shasum": "" }, "require": { "topthink/think-helper": ">=1.0.4 <=3.0.4", "topthink/think-installer": ">=1.0.10" }, "time": "2020-04-02T07:30:02+00:00", "type": "think-extend", "extra": { "think-config": { "doc": "src/config.php" } }, "installation-source": "dist", "autoload": { "psr-4": { "Api\\Doc\\": "src" }, "files": [ "src/helper.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "weiwei", "email": "1763692101@qq.com" } ], "description": "The ThinkPHP5 Api Doc Package", "support": { "issues": "https://github.com/zhangweiwei0326/api-doc/issues", "source": "https://github.com/zhangweiwei0326/api-doc/tree/master" }, "install-path": "../weiwei/api-doc" } ], "dev": true, "dev-package-names": [] }