454 lines
14 KiB
JSON
454 lines
14 KiB
JSON
[
|
|
{
|
|
"name": "pclzip/pclzip",
|
|
"version": "2.8.2",
|
|
"version_normalized": "2.8.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ivanlanin/pclzip.git",
|
|
"reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
|
|
"reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
|
|
"shasum": ""
|
|
},
|
|
"time": "2014-06-05T11:42:24+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"classmap": [
|
|
"pclzip.lib.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Vincent Blavet"
|
|
}
|
|
],
|
|
"description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
|
|
"homepage": "http://www.phpconcept.net/pclzip",
|
|
"keywords": [
|
|
"php",
|
|
"zip"
|
|
]
|
|
},
|
|
{
|
|
"name": "phpoffice/common",
|
|
"version": "0.2.9",
|
|
"version_normalized": "0.2.9.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPOffice/Common.git",
|
|
"reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPOffice/Common/zipball/edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
|
|
"reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"pclzip/pclzip": "^2.8",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpdocumentor/phpdocumentor": "2.*",
|
|
"phploc/phploc": "2.*",
|
|
"phpmd/phpmd": "2.*",
|
|
"phpunit/phpunit": "^4.8.36 || ^7.0",
|
|
"sebastian/phpcpd": "2.*",
|
|
"squizlabs/php_codesniffer": "2.*"
|
|
},
|
|
"time": "2018-07-13T14:12:34+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpOffice\\Common\\": "src/Common/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mark Baker"
|
|
},
|
|
{
|
|
"name": "Franck Lefevre",
|
|
"homepage": "http://rootslabs.net"
|
|
}
|
|
],
|
|
"description": "PHPOffice Common",
|
|
"homepage": "http://phpoffice.github.io",
|
|
"keywords": [
|
|
"common",
|
|
"component",
|
|
"office",
|
|
"php"
|
|
]
|
|
},
|
|
{
|
|
"name": "phpoffice/phpword",
|
|
"version": "0.17.0",
|
|
"version_normalized": "0.17.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPOffice/PHPWord.git",
|
|
"reference": "b8346af548d399acd9e30fc76ab0c55c2fec03a5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/b8346af548d399acd9e30fc76ab0c55c2fec03a5",
|
|
"reference": "b8346af548d399acd9e30fc76ab0c55c2fec03a5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-xml": "*",
|
|
"php": "^5.3.3 || ^7.0",
|
|
"phpoffice/common": "^0.2.9",
|
|
"zendframework/zend-escaper": "^2.2"
|
|
},
|
|
"require-dev": {
|
|
"dompdf/dompdf": "0.8.*",
|
|
"ext-gd": "*",
|
|
"ext-zip": "*",
|
|
"friendsofphp/php-cs-fixer": "^2.2",
|
|
"mpdf/mpdf": "5.7.4 || 6.* || 7.*",
|
|
"php-coveralls/php-coveralls": "1.1.0 || ^2.0",
|
|
"phploc/phploc": "2.* || 3.* || 4.*",
|
|
"phpmd/phpmd": "2.*",
|
|
"phpunit/phpunit": "^4.8.36 || ^7.0",
|
|
"squizlabs/php_codesniffer": "^2.9",
|
|
"tecnickcom/tcpdf": "6.*"
|
|
},
|
|
"suggest": {
|
|
"dompdf/dompdf": "Allows writing PDF",
|
|
"ext-gd2": "Allows adding images",
|
|
"ext-xmlwriter": "Allows writing OOXML and ODF",
|
|
"ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
|
|
"ext-zip": "Allows writing OOXML and ODF"
|
|
},
|
|
"time": "2019-10-01T20:43:33+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-develop": "0.18-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpOffice\\PhpWord\\": "src/PhpWord"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Mark Baker"
|
|
},
|
|
{
|
|
"name": "Gabriel Bull",
|
|
"email": "me@gabrielbull.com",
|
|
"homepage": "http://gabrielbull.com/"
|
|
},
|
|
{
|
|
"name": "Franck Lefevre",
|
|
"homepage": "https://rootslabs.net/blog/"
|
|
},
|
|
{
|
|
"name": "Ivan Lanin",
|
|
"homepage": "http://ivan.lanin.org"
|
|
},
|
|
{
|
|
"name": "Roman Syroeshko",
|
|
"homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
|
|
},
|
|
{
|
|
"name": "Antoine de Troostembergh"
|
|
}
|
|
],
|
|
"description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
|
|
"homepage": "http://phpoffice.github.io",
|
|
"keywords": [
|
|
"ISO IEC 29500",
|
|
"OOXML",
|
|
"Office Open XML",
|
|
"OpenDocument",
|
|
"OpenXML",
|
|
"PhpOffice",
|
|
"PhpWord",
|
|
"Rich Text Format",
|
|
"WordprocessingML",
|
|
"doc",
|
|
"docx",
|
|
"html",
|
|
"odf",
|
|
"odt",
|
|
"office",
|
|
"pdf",
|
|
"php",
|
|
"reader",
|
|
"rtf",
|
|
"template",
|
|
"template processor",
|
|
"word",
|
|
"writer"
|
|
]
|
|
},
|
|
{
|
|
"name": "zendframework/zend-escaper",
|
|
"version": "2.6.1",
|
|
"version_normalized": "2.6.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zendframework/zend-escaper.git",
|
|
"reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
|
|
"reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.6 || ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
|
|
"zendframework/zend-coding-standard": "~1.0.0"
|
|
},
|
|
"time": "2019-09-05T20:03:20+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.6.x-dev",
|
|
"dev-develop": "2.7.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Zend\\Escaper\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
|
|
"keywords": [
|
|
"ZendFramework",
|
|
"escaper",
|
|
"zf"
|
|
],
|
|
"abandoned": "laminas/laminas-escaper"
|
|
},
|
|
{
|
|
"name": "dompdf/dompdf",
|
|
"version": "v0.8.5",
|
|
"version_normalized": "0.8.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/dompdf/dompdf.git",
|
|
"reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/6782abfc090b132134cd6cea0ec6d76f0fce2c56",
|
|
"reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-mbstring": "*",
|
|
"phenx/php-font-lib": "^0.5.1",
|
|
"phenx/php-svg-lib": "^0.3.3",
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.5",
|
|
"squizlabs/php_codesniffer": "^3.5"
|
|
},
|
|
"suggest": {
|
|
"ext-gd": "Needed to process images",
|
|
"ext-gmagick": "Improves image processing performance",
|
|
"ext-imagick": "Improves image processing performance"
|
|
},
|
|
"time": "2020-02-20T03:52:51+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-develop": "0.7-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Dompdf\\": "src/"
|
|
},
|
|
"classmap": [
|
|
"lib/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Ménager",
|
|
"email": "fabien.menager@gmail.com"
|
|
},
|
|
{
|
|
"name": "Brian Sweeney",
|
|
"email": "eclecticgeek@gmail.com"
|
|
},
|
|
{
|
|
"name": "Gabriel Bull",
|
|
"email": "me@gabrielbull.com"
|
|
}
|
|
],
|
|
"description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
|
|
"homepage": "https://github.com/dompdf/dompdf"
|
|
},
|
|
{
|
|
"name": "phenx/php-font-lib",
|
|
"version": "0.5.2",
|
|
"version_normalized": "0.5.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PhenX/php-font-lib.git",
|
|
"reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8",
|
|
"reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7"
|
|
},
|
|
"time": "2020-03-08T15:31:32+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FontLib\\": "src/FontLib"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Ménager",
|
|
"email": "fabien.menager@gmail.com"
|
|
}
|
|
],
|
|
"description": "A library to read, parse, export and make subsets of different types of font files.",
|
|
"homepage": "https://github.com/PhenX/php-font-lib"
|
|
},
|
|
{
|
|
"name": "phenx/php-svg-lib",
|
|
"version": "v0.3.3",
|
|
"version_normalized": "0.3.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PhenX/php-svg-lib.git",
|
|
"reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
|
|
"reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"sabberworm/php-css-parser": "^8.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.5|^6.5"
|
|
},
|
|
"time": "2019-09-11T20:02:13+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Svg\\": "src/Svg"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Ménager",
|
|
"email": "fabien.menager@gmail.com"
|
|
}
|
|
],
|
|
"description": "A library to read, parse and export to PDF SVG files.",
|
|
"homepage": "https://github.com/PhenX/php-svg-lib"
|
|
},
|
|
{
|
|
"name": "sabberworm/php-css-parser",
|
|
"version": "8.3.1",
|
|
"version_normalized": "8.3.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
|
|
"reference": "d217848e1396ef962fb1997cf3e2421acba7f796"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/d217848e1396ef962fb1997cf3e2421acba7f796",
|
|
"reference": "d217848e1396ef962fb1997cf3e2421acba7f796",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"codacy/coverage": "^1.4",
|
|
"phpunit/phpunit": "~4.8"
|
|
},
|
|
"time": "2020-06-01T09:10:00+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sabberworm\\CSS": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Raphael Schweikert"
|
|
}
|
|
],
|
|
"description": "Parser for CSS Files written in PHP",
|
|
"homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
|
|
"keywords": [
|
|
"css",
|
|
"parser",
|
|
"stylesheet"
|
|
]
|
|
}
|
|
]
|