397 lines
14 KiB
Plaintext
397 lines
14 KiB
Plaintext
|
{
|
||
|
"_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#composer-lock-the-lock-file",
|
||
|
"This file is @generated automatically"
|
||
|
],
|
||
|
"content-hash": "41dfdd5cc44f13ac7c1263825209cec7",
|
||
|
"packages": [
|
||
|
{
|
||
|
"name": "cocur/background-process",
|
||
|
"version": "v0.7",
|
||
|
"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"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2017-02-11T12:41:41+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "monolog/monolog",
|
||
|
"version": "1.23.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"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2017-06-19T01:22:40+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "pacificsec/cpe",
|
||
|
"version": "1.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/pacificsec/cpe.git",
|
||
|
"reference": "3d78d66fc4ea249b6f353a7c48f426835a792d11"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/pacificsec/cpe/zipball/3d78d66fc4ea249b6f353a7c48f426835a792d11",
|
||
|
"reference": "3d78d66fc4ea249b6f353a7c48f426835a792d11",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"type": "library",
|
||
|
"notification-url": "https://packagist.org/downloads/"
|
||
|
},
|
||
|
{
|
||
|
"name": "phpoffice/phpspreadsheet",
|
||
|
"version": "1.1.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"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2018-01-28T12:37:15+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/log",
|
||
|
"version": "1.0.2",
|
||
|
"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"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2016-10-10T12:19:37+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/simple-cache",
|
||
|
"version": "1.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"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2017-01-02T13:31:39+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "tecnickcom/tcpdf",
|
||
|
"version": "6.2.17",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/tecnickcom/TCPDF.git",
|
||
|
"reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/64fc19439863e1b1314487a72a74d9bfd0b55a53",
|
||
|
"reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"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"
|
||
|
],
|
||
|
"time": "2018-02-24T11:48:20+00:00"
|
||
|
}
|
||
|
],
|
||
|
"packages-dev": [],
|
||
|
"aliases": [],
|
||
|
"minimum-stability": "stable",
|
||
|
"stability-flags": [],
|
||
|
"prefer-stable": false,
|
||
|
"prefer-lowest": false,
|
||
|
"platform": [],
|
||
|
"platform-dev": []
|
||
|
}
|