517 lines
17 KiB
JSON
517 lines
17 KiB
JSON
[
|
|
{
|
|
"name": "cocur/background-process",
|
|
"version": "v0.7",
|
|
"version_normalized": "0.7.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/cocur/background-process.git",
|
|
"reference": "9ae2902922f02ec5544d723756758eb7304c6869"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/cocur/background-process/zipball/9ae2902922f02ec5544d723756758eb7304c6869",
|
|
"reference": "9ae2902922f02ec5544d723756758eb7304c6869",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8|~5.1"
|
|
},
|
|
"time": "2017-02-11T12:41:41+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Cocur\\BackgroundProcess\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Start processes in the background that continue running when the PHP process exists.",
|
|
"keywords": [
|
|
"background",
|
|
"process",
|
|
"unix"
|
|
]
|
|
},
|
|
{
|
|
"name": "markbaker/complex",
|
|
"version": "1.4.6",
|
|
"version_normalized": "1.4.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/MarkBaker/PHPComplex.git",
|
|
"reference": "a78d82ae4e682c3809fc3023d1b0ce654f6ab12b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/a78d82ae4e682c3809fc3023d1b0ce654f6ab12b",
|
|
"reference": "a78d82ae4e682c3809fc3023d1b0ce654f6ab12b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6.0|^7.0.0"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
|
|
"phpcompatibility/php-compatibility": "^8.0",
|
|
"phpdocumentor/phpdocumentor": "2.*",
|
|
"phploc/phploc": "2.*",
|
|
"phpmd/phpmd": "2.*",
|
|
"phpunit/phpunit": "^4.8.35|^5.4.0",
|
|
"sebastian/phpcpd": "2.*",
|
|
"squizlabs/php_codesniffer": "^3.3.0"
|
|
},
|
|
"time": "2018-07-31T08:38:40+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Complex\\": "classes/src/"
|
|
},
|
|
"files": [
|
|
"classes/src/functions/abs.php",
|
|
"classes/src/functions/acos.php",
|
|
"classes/src/functions/acosh.php",
|
|
"classes/src/functions/acot.php",
|
|
"classes/src/functions/acoth.php",
|
|
"classes/src/functions/acsc.php",
|
|
"classes/src/functions/acsch.php",
|
|
"classes/src/functions/argument.php",
|
|
"classes/src/functions/asec.php",
|
|
"classes/src/functions/asech.php",
|
|
"classes/src/functions/asin.php",
|
|
"classes/src/functions/asinh.php",
|
|
"classes/src/functions/atan.php",
|
|
"classes/src/functions/atanh.php",
|
|
"classes/src/functions/conjugate.php",
|
|
"classes/src/functions/cos.php",
|
|
"classes/src/functions/cosh.php",
|
|
"classes/src/functions/cot.php",
|
|
"classes/src/functions/coth.php",
|
|
"classes/src/functions/csc.php",
|
|
"classes/src/functions/csch.php",
|
|
"classes/src/functions/exp.php",
|
|
"classes/src/functions/inverse.php",
|
|
"classes/src/functions/ln.php",
|
|
"classes/src/functions/log2.php",
|
|
"classes/src/functions/log10.php",
|
|
"classes/src/functions/negative.php",
|
|
"classes/src/functions/pow.php",
|
|
"classes/src/functions/rho.php",
|
|
"classes/src/functions/sec.php",
|
|
"classes/src/functions/sech.php",
|
|
"classes/src/functions/sin.php",
|
|
"classes/src/functions/sinh.php",
|
|
"classes/src/functions/sqrt.php",
|
|
"classes/src/functions/tan.php",
|
|
"classes/src/functions/tanh.php",
|
|
"classes/src/functions/theta.php",
|
|
"classes/src/operations/add.php",
|
|
"classes/src/operations/subtract.php",
|
|
"classes/src/operations/multiply.php",
|
|
"classes/src/operations/divideby.php",
|
|
"classes/src/operations/divideinto.php"
|
|
]
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "monolog/monolog",
|
|
"version": "1.23.0",
|
|
"version_normalized": "1.23.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/monolog.git",
|
|
"reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
|
|
"reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"provide": {
|
|
"psr/log-implementation": "1.0.0"
|
|
},
|
|
"require-dev": {
|
|
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
|
"doctrine/couchdb": "~1.0@dev",
|
|
"graylog2/gelf-php": "~1.0",
|
|
"jakub-onderka/php-parallel-lint": "0.9",
|
|
"php-amqplib/php-amqplib": "~2.4",
|
|
"php-console/php-console": "^3.1.3",
|
|
"phpunit/phpunit": "~4.5",
|
|
"phpunit/phpunit-mock-objects": "2.3.0",
|
|
"ruflin/elastica": ">=0.90 <3.0",
|
|
"sentry/sentry": "^0.13",
|
|
"swiftmailer/swiftmailer": "^5.3|^6.0"
|
|
},
|
|
"suggest": {
|
|
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
|
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
|
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
|
"ext-mongo": "Allow sending log messages to a MongoDB server",
|
|
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
|
|
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
|
"php-console/php-console": "Allow sending log messages to Google Chrome",
|
|
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
|
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
|
|
"sentry/sentry": "Allow sending log messages to a Sentry server"
|
|
},
|
|
"time": "2017-06-19T01:22:40+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Monolog\\": "src/Monolog"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
}
|
|
],
|
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
"homepage": "http://github.com/Seldaek/monolog",
|
|
"keywords": [
|
|
"log",
|
|
"logging",
|
|
"psr-3"
|
|
]
|
|
},
|
|
{
|
|
"name": "pacificsec/cpe",
|
|
"version": "1.0.1",
|
|
"version_normalized": "1.0.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pacificsec/cpe.git",
|
|
"reference": "52cc49e04388ba00493be634287f6ce3efb30afc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pacificsec/cpe/zipball/52cc49e04388ba00493be634287f6ce3efb30afc",
|
|
"reference": "52cc49e04388ba00493be634287f6ce3efb30afc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"time": "2018-08-22T17:55:09+00:00",
|
|
"type": "library",
|
|
"installation-source": "source",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PacificSec\\CPE\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Antonio Franco",
|
|
"email": "antonio.franco@pacificsec.com"
|
|
}
|
|
],
|
|
"description": "CPE: Common Platform Enumeration for PHP",
|
|
"homepage": "https://github.com/pacificsec/cpe",
|
|
"keywords": [
|
|
"cpe",
|
|
"cve",
|
|
"pacificsec",
|
|
"security"
|
|
]
|
|
},
|
|
{
|
|
"name": "phpoffice/phpspreadsheet",
|
|
"version": "1.4.0",
|
|
"version_normalized": "1.4.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
|
|
"reference": "125f462a718956f37d81305ca0df4f17cef0f3b9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/125f462a718956f37d81305ca0df4f17cef0f3b9",
|
|
"reference": "125f462a718956f37d81305ca0df4f17cef0f3b9",
|
|
"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": "*",
|
|
"markbaker/complex": "^1.4.1",
|
|
"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": "^3.3",
|
|
"tecnickcom/tcpdf": "^6.2"
|
|
},
|
|
"suggest": {
|
|
"dompdf/dompdf": "Option for rendering PDF with PDF Writer",
|
|
"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-08-06T02:58:06+00:00",
|
|
"type": "library",
|
|
"installation-source": "source",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1-or-later"
|
|
],
|
|
"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/log",
|
|
"version": "1.0.2",
|
|
"version_normalized": "1.0.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
|
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"time": "2016-10-10T12:19:37+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.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": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
]
|
|
},
|
|
{
|
|
"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": ""
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "tecnickcom/tcpdf",
|
|
"version": "6.2.22",
|
|
"version_normalized": "6.2.22.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/tecnickcom/TCPDF.git",
|
|
"reference": "ac6e92fccc7d9383dfd787056831349621b1aca2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/ac6e92fccc7d9383dfd787056831349621b1aca2",
|
|
"reference": "ac6e92fccc7d9383dfd787056831349621b1aca2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"time": "2018-09-14T15:26:29+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"
|
|
],
|
|
"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"
|
|
]
|
|
}
|
|
]
|