211 lines
7.0 KiB
JSON
211 lines
7.0 KiB
JSON
|
[
|
||
|
{
|
||
|
"name": "phpmailer/phpmailer",
|
||
|
"version": "v6.0.3",
|
||
|
"version_normalized": "6.0.3.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
||
|
"reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6",
|
||
|
"reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-ctype": "*",
|
||
|
"ext-filter": "*",
|
||
|
"php": ">=5.5.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"doctrine/annotations": "1.2.*",
|
||
|
"friendsofphp/php-cs-fixer": "^2.2",
|
||
|
"phpdocumentor/phpdocumentor": "2.*",
|
||
|
"phpunit/phpunit": "^4.8 || ^5.7",
|
||
|
"zendframework/zend-eventmanager": "3.0.*",
|
||
|
"zendframework/zend-i18n": "2.7.3",
|
||
|
"zendframework/zend-serializer": "2.7.*"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-mbstring": "Needed to send email in multibyte encoding charset",
|
||
|
"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": "2018-01-05T13:19:58+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"PHPMailer\\PHPMailer\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"LGPL-2.1"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Jim Jagielski",
|
||
|
"email": "jimjag@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Marcus Bointon",
|
||
|
"email": "phpmailer@synchromedia.co.uk"
|
||
|
},
|
||
|
{
|
||
|
"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"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpoffice/phpspreadsheet",
|
||
|
"version": "1.1.0",
|
||
|
"version_normalized": "1.1.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
|
||
|
"reference": "a2771e562e3a17c0d512d2009e38fd628beece90"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/a2771e562e3a17c0d512d2009e38fd628beece90",
|
||
|
"reference": "a2771e562e3a17c0d512d2009e38fd628beece90",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-ctype": "*",
|
||
|
"ext-dom": "*",
|
||
|
"ext-gd": "*",
|
||
|
"ext-iconv": "*",
|
||
|
"ext-libxml": "*",
|
||
|
"ext-mbstring": "*",
|
||
|
"ext-simplexml": "*",
|
||
|
"ext-xml": "*",
|
||
|
"ext-xmlreader": "*",
|
||
|
"ext-xmlwriter": "*",
|
||
|
"ext-zip": "*",
|
||
|
"ext-zlib": "*",
|
||
|
"php": "^5.6|^7.0",
|
||
|
"psr/simple-cache": "^1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"dompdf/dompdf": "^0.8.0",
|
||
|
"friendsofphp/php-cs-fixer": "@stable",
|
||
|
"jpgraph/jpgraph": "^4.0",
|
||
|
"mpdf/mpdf": "^7.0.0",
|
||
|
"phpunit/phpunit": "^5.7",
|
||
|
"squizlabs/php_codesniffer": "^2.7",
|
||
|
"tecnickcom/tcpdf": "^6.2"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"dompdf/dompdf": "Option for rendering PDF with PDF Writer",
|
||
|
"ext-dom": "Option to read and write HTML files",
|
||
|
"ext-gd": "Required for exact column width autocalculation",
|
||
|
"jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
|
||
|
"mpdf/mpdf": "Option for rendering PDF with PDF Writer",
|
||
|
"tecnick.com/tcpdf": "Option for rendering PDF with PDF Writer"
|
||
|
},
|
||
|
"time": "2018-01-28T12:37:15+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
|
||
|
}
|
||
|
},
|
||
|
"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": "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"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/simple-cache",
|
||
|
"version": "1.0.0",
|
||
|
"version_normalized": "1.0.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/simple-cache.git",
|
||
|
"reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
|
||
|
"reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"time": "2017-01-02T13:31:39+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"
|
||
|
]
|
||
|
}
|
||
|
]
|