{ "_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": "9c5441f5ce4c51ed3a8cc326693cd904", "packages": [ { "name": "civicrm/civicrm-cxn-rpc", "version": "v0.17.07.01", "source": { "type": "git", "url": "https://github.com/civicrm/civicrm-cxn-rpc.git", "reference": "2d934d45e65e907f4b0cabc67979b5f3f2b27135" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/2d934d45e65e907f4b0cabc67979b5f3f2b27135", "reference": "2d934d45e65e907f4b0cabc67979b5f3f2b27135", "shasum": "" }, "require": { "phpseclib/phpseclib": "1.0.*", "psr/log": "~1.0.0" }, "type": "library", "autoload": { "psr-4": { "Civi\\Cxn\\Rpc\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Tim Otten", "email": "totten@civicrm.org" } ], "description": "RPC library for CiviConnect", "time": "2017-07-18T04:02:44+00:00" }, { "name": "civicrm/civicrm-setup", "version": "v0.2.0", "source": { "type": "git", "url": "https://github.com/civicrm/civicrm-setup.git", "reference": "e7991aff516c3fff952bed8f90832804a134358a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/civicrm/civicrm-setup/zipball/e7991aff516c3fff952bed8f90832804a134358a", "reference": "e7991aff516c3fff952bed8f90832804a134358a", "shasum": "" }, "require": { "psr/log": "~1.0", "symfony/event-dispatcher": "^2.6.13 || ~3.0" }, "type": "library", "autoload": { "files": [ "civicrm-setup-autoload.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "CiviCRM LLC", "email": "info@civicrm.org" } ], "description": "CiviCRM installation library", "time": "2018-01-23T06:26:55+00:00" }, { "name": "dompdf/dompdf", "version": "v0.8.0", "source": { "type": "git", "url": "https://github.com/dompdf/dompdf.git", "reference": "0f418c6b58fdeafc2a0e80eb1fa5e644e185089c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dompdf/dompdf/zipball/0f418c6b58fdeafc2a0e80eb1fa5e644e185089c", "reference": "0f418c6b58fdeafc2a0e80eb1fa5e644e185089c", "shasum": "" }, "require": { "ext-dom": "*", "ext-gd": "*", "ext-mbstring": "*", "phenx/php-font-lib": "0.5.*", "phenx/php-svg-lib": "0.2.*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "4.8.*", "squizlabs/php_codesniffer": "2.*" }, "type": "library", "extra": { "branch-alias": { "dev-develop": "0.7-dev" } }, "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", "time": "2017-02-16T02:40:40+00:00" }, { "name": "electrolinux/phpquery", "version": "0.9.6", "source": { "type": "git", "url": "https://github.com/electrolinux/phpquery.git", "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a", "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a", "shasum": "" }, "type": "library", "autoload": { "classmap": [ "phpQuery/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Tobiasz Cudnik", "email": "tobiasz.cudnik@gmail.com", "homepage": "https://github.com/TobiaszCudnik", "role": "Developer" }, { "name": "didier Belot", "role": "Packager" } ], "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library", "homepage": "http://code.google.com/p/phpquery/", "time": "2013-03-21T12:39:33+00:00" }, { "name": "guzzlehttp/guzzle", "version": "6.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", "shasum": "" }, "require": { "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.4", "php": ">=5.5" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.0 || ^5.0", "psr/log": "^1.0" }, "suggest": { "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.2-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle is a PHP HTTP client library", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "time": "2017-06-22T18:50:49+00:00" }, { "name": "guzzlehttp/promises", "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": "^4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "time": "2016-12-20T10:07:11+00:00" }, { "name": "guzzlehttp/psr7", "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Schultze", "homepage": "https://github.com/Tobion" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "request", "response", "stream", "uri", "url" ], "time": "2017-03-20T17:10:46+00:00" }, { "name": "marcj/topsort", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/marcj/topsort.php.git", "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/marcj/topsort.php/zipball/387086c2db60ee0a27ac5df588c0f0b30c6bdc4b", "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "codeclimate/php-test-reporter": "dev-master", "phpunit/phpunit": "~4.0", "symfony/console": "~2.5" }, "type": "library", "autoload": { "psr-4": { "MJS\\TopSort\\": "src/", "MJS\\TopSort\\Tests\\": "tests/Tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marc J. Schmidt", "email": "marc@marcjschmidt.de" } ], "description": "High-Performance TopSort/Dependency resolving algorithm", "keywords": [ "dependency resolving", "topological sort", "topsort" ], "time": "2016-11-19T14:58:11+00:00" }, { "name": "pclzip/pclzip", "version": "2.8.2", "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": "" }, "type": "library", "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" ], "time": "2014-06-05T11:42:24+00:00" }, { "name": "pear/auth_sasl", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/pear/Auth_SASL.git", "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Auth_SASL/zipball/db1ead3dc0bf986d2bab0dbc04d114800cf91dee", "reference": "db1ead3dc0bf986d2bab0dbc04d114800cf91dee", "shasum": "" }, "require": { "pear/pear_exception": "@stable" }, "require-dev": { "phpunit/phpunit": "@stable" }, "type": "library", "autoload": { "psr-0": { "Auth": "./" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "./" ], "license": [ "BSD" ], "authors": [ { "name": "Anish Mistry", "email": "amistry@am-productions.biz", "role": "Lead" }, { "name": "Richard Heyes", "email": "richard@php.net", "role": "Lead" }, { "name": "Michael Bretterklieber", "email": "michael@bretterklieber.com", "role": "Lead" } ], "description": "Abstraction of various SASL mechanism responses", "time": "2017-03-07T14:37:05+00:00" }, { "name": "pear/net_smtp", "version": "1.6.3", "source": { "type": "git", "url": "https://github.com/pear/Net_SMTP.git", "reference": "7b6240761adf6ee245098e238a25d5c35650d82c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Net_SMTP/zipball/7b6240761adf6ee245098e238a25d5c35650d82c", "reference": "7b6240761adf6ee245098e238a25d5c35650d82c", "shasum": "" }, "require": { "pear/net_socket": "*", "pear/pear_exception": "*", "php": ">=4.0.5" }, "require-dev": { "phpunit/phpunit": "*" }, "suggest": { "pear/auth_sasl": "Install optionally via your project's composer.json" }, "type": "library", "autoload": { "psr-0": { "Net": "./" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "./" ], "license": [ "PHP License" ], "authors": [ { "name": "Jon Parise", "email": "jon@php.net", "homepage": "http://www.indelible.org", "role": "Lead" }, { "name": "Chuck Hagenbuch", "email": "chuck@horde.org", "role": "Lead" } ], "description": "An implementation of the SMTP protocol", "homepage": "http://pear.github.io/Net_SMTP/", "keywords": [ "email", "mail", "smtp" ], "time": "2015-08-02T17:20:17+00:00" }, { "name": "pear/net_socket", "version": "1.0.14", "source": { "type": "git", "url": "https://github.com/pear/Net_Socket.git", "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Net_Socket/zipball/fcd33efd77e4b35ce85489141ab9145343579fe8", "reference": "fcd33efd77e4b35ce85489141ab9145343579fe8", "shasum": "" }, "require": { "pear/pear_exception": "*" }, "require-dev": { "phpunit/phpunit": "*" }, "type": "library", "autoload": { "psr-0": { "Net": "./" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "./" ], "license": [ "PHP License" ], "authors": [ { "name": "Chuck Hagenbuch", "email": "chuck@horde.org", "role": "Lead" }, { "name": "Aleksander Machniak", "email": "alec@php.net", "role": "Lead" }, { "name": "Stig Bakken", "email": "stig@php.net", "role": "Lead" } ], "description": "More info available on: http://pear.php.net/package/Net_Socket", "time": "2014-02-20T19:27:06+00:00" }, { "name": "pear/pear_exception", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/pear/PEAR_Exception.git", "reference": "8c18719fdae000b690e3912be401c76e406dd13b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b", "reference": "8c18719fdae000b690e3912be401c76e406dd13b", "shasum": "" }, "require": { "php": ">=4.4.0" }, "require-dev": { "phpunit/phpunit": "*" }, "type": "class", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "PEAR": "" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "." ], "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Helgi Thormar", "email": "dufuz@php.net" }, { "name": "Greg Beaver", "email": "cellog@php.net" } ], "description": "The PEAR Exception base class.", "homepage": "https://github.com/pear/PEAR_Exception", "keywords": [ "exception" ], "time": "2015-02-10T20:07:52+00:00" }, { "name": "pear/validate_finance_creditcard", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/pear/Validate_Finance_CreditCard.git", "reference": "a74da657d7a6f24b7e669294b32812e9a947519f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Validate_Finance_CreditCard/zipball/a74da657d7a6f24b7e669294b32812e9a947519f", "reference": "a74da657d7a6f24b7e669294b32812e9a947519f", "shasum": "" }, "require": { "pear/pear_exception": "*", "php": ">=5.2.1" }, "require-dev": { "phpunit/phpunit": "*" }, "type": "library", "autoload": { "psr-0": { "Validate": "./" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "./" ], "license": [ "New BSD" ], "authors": [ { "name": "Philippe Jausions", "email": "Philippe.Jausions@11abacus.com", "role": "Lead" } ], "description": "Validation class for credit cards.", "time": "2016-09-12T08:01:21+00:00" }, { "name": "phenx/php-font-lib", "version": "0.5", "source": { "type": "git", "url": "https://github.com/PhenX/php-font-lib.git", "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/19ad2bebc35be028fcc0221025fcbf3d436a3962", "reference": "19ad2bebc35be028fcc0221025fcbf3d436a3962", "shasum": "" }, "require-dev": { "phpunit/phpunit": "^4.8" }, "type": "library", "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", "time": "2017-02-11T10:58:43+00:00" }, { "name": "phenx/php-svg-lib", "version": "v0.2", "source": { "type": "git", "url": "https://github.com/PhenX/php-svg-lib.git", "reference": "de291bec8449b89acfe85691b5c71434797959dc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/de291bec8449b89acfe85691b5c71434797959dc", "reference": "de291bec8449b89acfe85691b5c71434797959dc", "shasum": "" }, "require": { "sabberworm/php-css-parser": "6.0.*" }, "type": "library", "autoload": { "psr-0": { "Svg\\": "src/" } }, "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", "time": "2016-12-13T20:25:45+00:00" }, { "name": "phpoffice/common", "version": "v0.2.6", "source": { "type": "git", "url": "https://github.com/PHPOffice/Common.git", "reference": "c9be70c80637c28c728be78e66aad4878a34f8dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPOffice/Common/zipball/c9be70c80637c28c728be78e66aad4878a34f8dd", "reference": "c9be70c80637c28c728be78e66aad4878a34f8dd", "shasum": "" }, "require": { "pclzip/pclzip": "^2.8", "php": ">=5.3.0" }, "require-dev": { "phpdocumentor/phpdocumentor": "2.*", "phploc/phploc": "2.*", "phpmd/phpmd": "2.*", "phpunit/phpunit": "3.7.*", "sebastian/phpcpd": "2.*", "squizlabs/php_codesniffer": "2.*" }, "type": "library", "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" ], "time": "2016-07-07T17:26:55+00:00" }, { "name": "phpoffice/phpword", "version": "v0.14.0", "source": { "type": "git", "url": "https://github.com/PHPOffice/PHPWord.git", "reference": "b614497ae6dd44280be1c2dda56772198bcd25ae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/b614497ae6dd44280be1c2dda56772198bcd25ae", "reference": "b614497ae6dd44280be1c2dda56772198bcd25ae", "shasum": "" }, "require": { "ext-xml": "*", "php": "^5.3.3 || ^7.0", "phpoffice/common": "^0.2", "zendframework/zend-escaper": "^2.2", "zendframework/zend-stdlib": "^2.2 || ^3.0" }, "require-dev": { "dompdf/dompdf": "0.8.*", "friendsofphp/php-cs-fixer": "^2.0", "mpdf/mpdf": "5.* || 6.* || 7.*", "phpdocumentor/phpdocumentor": "2.*", "phploc/phploc": "2.* || 3.* || 4.*", "phpmd/phpmd": "2.*", "phpunit/phpunit": "^4.8.36 || ^5.0", "squizlabs/php_codesniffer": "^2.7", "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" }, "type": "library", "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": "Ivan Lanin", "homepage": "http://ivan.lanin.org" }, { "name": "Roman Syroeshko", "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/" }, { "name": "Franck Lefevre", "homepage": "https://rootslabs.net/blog/" }, { "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" ], "time": "2017-12-29T01:30:53+00:00" }, { "name": "phpseclib/phpseclib", "version": "1.0.7", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/0bb6c9b974cada100cad40f72ef186a199274f9b", "reference": "0bb6c9b974cada100cad40f72ef186a199274f9b", "shasum": "" }, "require": { "php": ">=5.0.0" }, "require-dev": { "phing/phing": "~2.7", "phpunit/phpunit": "~4.0", "sami/sami": "~2.0", "squizlabs/php_codesniffer": "~2.0" }, "suggest": { "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.", "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 5.0.0." }, "type": "library", "autoload": { "psr-0": { "Crypt": "phpseclib/", "File": "phpseclib/", "Math": "phpseclib/", "Net": "phpseclib/", "System": "phpseclib/" }, "files": [ "phpseclib/bootstrap.php", "phpseclib/Crypt/Random.php" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "phpseclib/" ], "license": [ "MIT" ], "authors": [ { "name": "Jim Wigginton", "email": "terrafrost@php.net", "role": "Lead Developer" }, { "name": "Patrick Monnerat", "email": "pm@datasphere.ch", "role": "Developer" }, { "name": "Andreas Fischer", "email": "bantu@phpbb.com", "role": "Developer" }, { "name": "Hans-Jürgen Petrich", "email": "petrich@tronic-media.com", "role": "Developer" }, { "name": "Graham Campbell", "email": "graham@alt-three.com", "role": "Developer" } ], "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", "homepage": "http://phpseclib.sourceforge.net", "keywords": [ "BigInteger", "aes", "asn.1", "asn1", "blowfish", "crypto", "cryptography", "encryption", "rsa", "security", "sftp", "signature", "signing", "ssh", "twofish", "x.509", "x509" ], "time": "2017-06-05T06:30:30+00:00" }, { "name": "psr/http-message", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", "shasum": "" }, "type": "library", "autoload": { "psr-0": { "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", "keywords": [ "log", "psr", "psr-3" ], "time": "2012-12-21T11:40:51+00:00" }, { "name": "sabberworm/php-css-parser", "version": "6.0.1", "source": { "type": "git", "url": "https://github.com/sabberworm/PHP-CSS-Parser.git", "reference": "9ea4b00c569b19f731d0c2e0e802055877ff40c2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/9ea4b00c569b19f731d0c2e0e802055877ff40c2", "reference": "9ea4b00c569b19f731d0c2e0e802055877ff40c2", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "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" ], "time": "2015-08-24T08:48:52+00:00" }, { "name": "symfony/config", "version": "v2.6.13", "target-dir": "Symfony/Component/Config", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "0ca496cbe208fc37c4cf3415ebb3056e0963115b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/0ca496cbe208fc37c4cf3415ebb3056e0963115b", "reference": "0ca496cbe208fc37c4cf3415ebb3056e0963115b", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/filesystem": "~2.3" }, "require-dev": { "symfony/phpunit-bridge": "~2.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Config\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Config Component", "homepage": "https://symfony.com", "time": "2015-07-08T05:59:48+00:00" }, { "name": "symfony/dependency-injection", "version": "v2.6.13", "target-dir": "Symfony/Component/DependencyInjection", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", "reference": "d9fe6837d74aed11e5ee741cd6b6dfe45e0af78e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d9fe6837d74aed11e5ee741cd6b6dfe45e0af78e", "reference": "d9fe6837d74aed11e5ee741cd6b6dfe45e0af78e", "shasum": "" }, "require": { "php": ">=5.3.3" }, "conflict": { "symfony/expression-language": "<2.6" }, "require-dev": { "symfony/config": "~2.2", "symfony/expression-language": "~2.6", "symfony/phpunit-bridge": "~2.7", "symfony/yaml": "~2.1" }, "suggest": { "symfony/config": "", "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\DependencyInjection\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", "time": "2015-07-22T10:08:40+00:00" }, { "name": "symfony/event-dispatcher", "version": "v2.6.13", "target-dir": "Symfony/Component/EventDispatcher", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/672593bc4b0043a0acf91903bb75a1c82d8f2e02", "reference": "672593bc4b0043a0acf91903bb75a1c82d8f2e02", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.0,>=2.0.5", "symfony/dependency-injection": "~2.6", "symfony/expression-language": "~2.6", "symfony/phpunit-bridge": "~2.7", "symfony/stopwatch": "~2.3" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\EventDispatcher\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", "time": "2015-05-02T15:18:45+00:00" }, { "name": "symfony/filesystem", "version": "v2.6.13", "target-dir": "Symfony/Component/Filesystem", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "823c035b1a5c13a4924e324d016eb07e70f94735" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/823c035b1a5c13a4924e324d016eb07e70f94735", "reference": "823c035b1a5c13a4924e324d016eb07e70f94735", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/phpunit-bridge": "~2.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Filesystem\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", "time": "2015-07-08T05:59:48+00:00" }, { "name": "symfony/finder", "version": "v2.6.13", "target-dir": "Symfony/Component/Finder", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "203a10f928ae30176deeba33512999233181dd28" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/203a10f928ae30176deeba33512999233181dd28", "reference": "203a10f928ae30176deeba33512999233181dd28", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/phpunit-bridge": "~2.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Finder\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", "time": "2015-07-09T16:02:48+00:00" }, { "name": "symfony/process", "version": "v2.6.13", "target-dir": "Symfony/Component/Process", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "57f1e88bb5dafa449b83f9f265b11d52d517b3e9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/57f1e88bb5dafa449b83f9f265b11d52d517b3e9", "reference": "57f1e88bb5dafa449b83f9f265b11d52d517b3e9", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/phpunit-bridge": "~2.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Process\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Process Component", "homepage": "https://symfony.com", "time": "2015-06-30T16:10:16+00:00" }, { "name": "tecnickcom/tcpdf", "version": "6.2.13", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", "reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/95c5938aafe4b20df1454dbddb3e5005c0b26f64", "reference": "95c5938aafe4b20df1454dbddb3e5005c0b26f64", "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": [ "LGPLv3" ], "authors": [ { "name": "Nicola Asuni", "email": "info@tecnick.com", "homepage": "http://nicolaasuni.tecnick.com" } ], "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": "2017-04-26T08:14:48+00:00" }, { "name": "totten/ca-config", "version": "v17.05.0", "source": { "type": "git", "url": "https://github.com/totten/ca_config.git", "reference": "461cf05f932897c37ca87e9a85283d4963b49f09" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/totten/ca_config/zipball/461cf05f932897c37ca87e9a85283d4963b49f09", "reference": "461cf05f932897c37ca87e9a85283d4963b49f09", "shasum": "" }, "require": { "php": ">=5.2" }, "type": "library", "autoload": { "psr-0": { "CA_Config": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Tim Otten", "email": "to-git@think.hm" } ], "description": "Default configuration for certificate authorities", "homepage": "https://github.com/totten/ca_config", "time": "2017-05-10T20:08:17+00:00" }, { "name": "zendframework/zend-escaper", "version": "2.4.13", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4-dev", "dev-develop": "2.5-dev" } }, "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" ], "time": "2015-05-07T14:55:31+00:00" }, { "name": "zendframework/zend-stdlib", "version": "2.4.13", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4-dev", "dev-develop": "2.5-dev" } }, "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" ], "time": "2015-07-21T13:55:46+00:00" }, { "name": "zendframework/zend-validator", "version": "2.4.13", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4-dev", "dev-develop": "2.5-dev" } }, "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" ], "time": "2015-09-08T21:04:17+00:00" }, { "name": "zetacomponents/base", "version": "1.7", "source": { "type": "git", "url": "https://github.com/zetacomponents/Base.git", "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zetacomponents/Base/zipball/2612ee3ce88902632d45b93e379277e9d46b70a7", "reference": "2612ee3ce88902632d45b93e379277e9d46b70a7", "shasum": "" }, "type": "library", "autoload": { "classmap": [ "src" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "apache2" ], "authors": [ { "name": "Sergey Alexeev" }, { "name": "Sebastian Bergmann" }, { "name": "Jan Borsodi" }, { "name": "Raymond Bosman" }, { "name": "Frederik Holljen" }, { "name": "Kore Nordmann" }, { "name": "Derick Rethans" }, { "name": "Vadym Savchuk" }, { "name": "Tobias Schlitt" }, { "name": "Alexandru Stanoi" } ], "description": "The Base package provides the basic infrastructure that all packages rely on. Therefore every component relies on this package.", "homepage": "https://github.com/zetacomponents", "time": "2009-06-29T10:47:39+00:00" }, { "name": "zetacomponents/mail", "version": "dev-1.7-civi", "source": { "type": "git", "url": "https://github.com/civicrm/zetacomponents-mail.git", "reference": "e0feff0e1860f16fa2b3c42795c0351db58120a0" }, "type": "library", "autoload": { "classmap": [ "src" ] }, "license": [ "apache2" ], "authors": [ { "name": "Sergey Alexeev" }, { "name": "Sebastian Bergmann" }, { "name": "Jan Borsodi" }, { "name": "Raymond Bosman" }, { "name": "Frederik Holljen" }, { "name": "Kore Nordmann" }, { "name": "Derick Rethans" }, { "name": "Vadym Savchuk" }, { "name": "Tobias Schlitt" }, { "name": "Alexandru Stanoi" }, { "name": "Sinisa Dukaric" }, { "name": "Mikko Koppanen" }, { "name": "Christian Michel" } ], "description": "The component allows you construct and/or parse Mail messages conforming to the mail standard. It has support for attachments, multipart messages and HTML mail. It also interfaces with SMTP to send mail or IMAP, POP3 or mbox to retrieve e-mail.", "homepage": "https://github.com/zetacomponents", "time": "2017-03-14T06:51:24+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "zetacomponents/mail": 20, "pear/validate_finance_creditcard": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }