0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.12.150.240


Current Path : /var/www/html/collportal/phpword/vendor/composer/
Upload File :
Current File : /var/www/html/collportal/phpword/vendor/composer/installed.json

{
    "packages": [
        {
            "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"
            ],
            "support": {
                "issues": "https://github.com/ivanlanin/pclzip/issues",
                "source": "https://github.com/ivanlanin/pclzip/tree/master"
            },
            "install-path": "../pclzip/pclzip"
        },
        {
            "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"
            ],
            "support": {
                "issues": "https://github.com/PHPOffice/Common/issues",
                "source": "https://github.com/PHPOffice/Common/tree/master"
            },
            "install-path": "../phpoffice/common"
        },
        {
            "name": "phpoffice/phpword",
            "version": "v0.13.0",
            "version_normalized": "0.13.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPOffice/PHPWord.git",
                "reference": "0a3f873972defb304de4fa2f5f53156558c11a7a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/0a3f873972defb304de4fa2f5f53156558c11a7a",
                "reference": "0a3f873972defb304de4fa2f5f53156558c11a7a",
                "shasum": ""
            },
            "require": {
                "ext-xml": "*",
                "php": ">=5.3.3",
                "phpoffice/common": "0.2.*",
                "zendframework/zend-escaper": "2.4.*",
                "zendframework/zend-stdlib": "2.4.*",
                "zendframework/zend-validator": "2.4.*"
            },
            "require-dev": {
                "dompdf/dompdf": "0.6.*",
                "mpdf/mpdf": "5.*",
                "phpdocumentor/phpdocumentor": "2.*",
                "phploc/phploc": "2.*",
                "phpmd/phpmd": "2.*",
                "phpunit/phpunit": "3.7.*",
                "squizlabs/php_codesniffer": "1.*",
                "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": "2016-07-31T08:53:39+00:00",
            "type": "library",
            "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": "Franck Lefevre",
                    "homepage": "http://blog.rootslabs.net"
                },
                {
                    "name": "Gabriel Bull",
                    "email": "me@gabrielbull.com",
                    "homepage": "http://gabrielbull.com/"
                },
                {
                    "name": "Ivan Lanin",
                    "homepage": "http://ivan.lanin.org"
                },
                {
                    "name": "Roman Syroeshko",
                    "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
                }
            ],
            "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"
            ],
            "support": {
                "issues": "https://github.com/PHPOffice/PHPWord/issues",
                "source": "https://github.com/PHPOffice/PHPWord/tree/develop"
            },
            "install-path": "../phpoffice/phpword"
        },
        {
            "name": "zendframework/zend-escaper",
            "version": "2.4.13",
            "version_normalized": "2.4.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-escaper.git",
                "reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
                "reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.23"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0",
                "satooshi/php-coveralls": "dev-master"
            },
            "time": "2015-05-07T14:55:31+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev",
                    "dev-develop": "2.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Zend\\Escaper\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://github.com/zendframework/zend-escaper",
            "keywords": [
                "escaper",
                "zf2"
            ],
            "support": {
                "issues": "https://github.com/zendframework/zend-escaper/issues",
                "source": "https://github.com/zendframework/zend-escaper/tree/release-2.4.2"
            },
            "abandoned": "laminas/laminas-escaper",
            "install-path": "../zendframework/zend-escaper"
        },
        {
            "name": "zendframework/zend-stdlib",
            "version": "2.4.13",
            "version_normalized": "2.4.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-stdlib.git",
                "reference": "d8ecb629a72da9f91bd95c5af006384823560b42"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/d8ecb629a72da9f91bd95c5af006384823560b42",
                "reference": "d8ecb629a72da9f91bd95c5af006384823560b42",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.23"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0",
                "satooshi/php-coveralls": "dev-master",
                "zendframework/zend-eventmanager": "self.version",
                "zendframework/zend-filter": "self.version",
                "zendframework/zend-serializer": "self.version",
                "zendframework/zend-servicemanager": "self.version"
            },
            "suggest": {
                "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
                "zendframework/zend-filter": "To support naming strategy hydrator usage",
                "zendframework/zend-serializer": "Zend\\Serializer component",
                "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
            },
            "time": "2015-07-21T13:55:46+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev",
                    "dev-develop": "2.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Zend\\Stdlib\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "homepage": "https://github.com/zendframework/zend-stdlib",
            "keywords": [
                "stdlib",
                "zf2"
            ],
            "support": {
                "issues": "https://github.com/zendframework/zend-stdlib/issues",
                "source": "https://github.com/zendframework/zend-stdlib/tree/release-2.4.4"
            },
            "abandoned": "laminas/laminas-stdlib",
            "install-path": "../zendframework/zend-stdlib"
        },
        {
            "name": "zendframework/zend-validator",
            "version": "2.4.13",
            "version_normalized": "2.4.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/zend-validator.git",
                "reference": "81415511fe729e6de19a61936313cef43c80d337"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/81415511fe729e6de19a61936313cef43c80d337",
                "reference": "81415511fe729e6de19a61936313cef43c80d337",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.23",
                "zendframework/zend-stdlib": "~2.4.0"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "1.7.*",
                "phpunit/phpunit": "~4.0",
                "satooshi/php-coveralls": "dev-master",
                "zendframework/zend-config": "~2.4.0",
                "zendframework/zend-db": "~2.4.0",
                "zendframework/zend-filter": "~2.4.0",
                "zendframework/zend-i18n": "~2.4.0",
                "zendframework/zend-math": "~2.4.0",
                "zendframework/zend-servicemanager": "~2.4.0",
                "zendframework/zend-session": "~2.4.0",
                "zendframework/zend-uri": "~2.4.0"
            },
            "suggest": {
                "zendframework/zend-db": "Zend\\Db component",
                "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
                "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages as well as to use the various Date validators",
                "zendframework/zend-math": "Zend\\Math component",
                "zendframework/zend-resources": "Translations of validator messages",
                "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
                "zendframework/zend-session": "Zend\\Session component",
                "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
            },
            "time": "2015-09-08T21:04:17+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev",
                    "dev-develop": "2.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Zend\\Validator\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "provides a set of commonly needed validators",
            "homepage": "https://github.com/zendframework/zend-validator",
            "keywords": [
                "validator",
                "zf2"
            ],
            "support": {
                "issues": "https://github.com/zendframework/zend-validator/issues",
                "source": "https://github.com/zendframework/zend-validator/tree/release-2.4.8"
            },
            "abandoned": "laminas/laminas-validator",
            "install-path": "../zendframework/zend-validator"
        }
    ],
    "dev": true,
    "dev-package-names": []
}