{ "_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": "71ec7a8e897b76cbd795747b8733c732", "packages": [ { "name": "codeigniter/framework", "version": "3.1.6", "source": { "type": "git", "url": "https://github.com/bcit-ci/CodeIgniter.git", "reference": "7e4f63cd4b792e7dc2dc4b8b0183a6072a3f9462" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bcit-ci/CodeIgniter/zipball/7e4f63cd4b792e7dc2dc4b8b0183a6072a3f9462", "reference": "7e4f63cd4b792e7dc2dc4b8b0183a6072a3f9462", "shasum": "" }, "require": { "php": ">=5.3.7" }, "require-dev": { "mikey179/vfsstream": "1.1.*", "phpunit/phpunit": "4.* || 5.*" }, "suggest": { "paragonie/random_compat": "Provides better randomness in PHP 5.x" }, "type": "project", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "The CodeIgniter framework", "homepage": "https://codeigniter.com", "time": "2017-09-25T16:43:58+00:00" }, { "name": "guzzle/guzzle", "version": "v3.9.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle3.git", "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3.3", "symfony/event-dispatcher": "~2.1" }, "replace": { "guzzle/batch": "self.version", "guzzle/cache": "self.version", "guzzle/common": "self.version", "guzzle/http": "self.version", "guzzle/inflection": "self.version", "guzzle/iterator": "self.version", "guzzle/log": "self.version", "guzzle/parser": "self.version", "guzzle/plugin": "self.version", "guzzle/plugin-async": "self.version", "guzzle/plugin-backoff": "self.version", "guzzle/plugin-cache": "self.version", "guzzle/plugin-cookie": "self.version", "guzzle/plugin-curlauth": "self.version", "guzzle/plugin-error-response": "self.version", "guzzle/plugin-history": "self.version", "guzzle/plugin-log": "self.version", "guzzle/plugin-md5": "self.version", "guzzle/plugin-mock": "self.version", "guzzle/plugin-oauth": "self.version", "guzzle/service": "self.version", "guzzle/stream": "self.version" }, "require-dev": { "doctrine/cache": "~1.3", "monolog/monolog": "~1.0", "phpunit/phpunit": "3.7.*", "psr/log": "~1.0", "symfony/class-loader": "~2.1", "zendframework/zend-cache": "2.*,<2.3", "zendframework/zend-log": "2.*,<2.3" }, "suggest": { "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.9-dev" } }, "autoload": { "psr-0": { "Guzzle": "src/", "Guzzle\\Tests": "tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Guzzle Community", "homepage": "https://github.com/guzzle/guzzle/contributors" } ], "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "abandoned": "guzzlehttp/guzzle", "time": "2015-03-18T18:23:50+00:00" }, { "name": "ircmaxell/password-compat", "version": "v1.0.4", "source": { "type": "git", "url": "https://github.com/ircmaxell/password_compat.git", "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", "shasum": "" }, "require-dev": { "phpunit/phpunit": "4.*" }, "type": "library", "autoload": { "files": [ "lib/password.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthony Ferrara", "email": "ircmaxell@php.net", "homepage": "http://blog.ircmaxell.com" } ], "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", "homepage": "https://github.com/ircmaxell/password_compat", "keywords": [ "hashing", "password" ], "time": "2014-11-20T16:49:30+00:00" }, { "name": "mpdf/mpdf", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/InvoicePlane/mpdf.git", "reference": "efc51fdfdc960f64385321de34ec7998cf4dc9e7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/InvoicePlane/mpdf/zipball/efc51fdfdc960f64385321de34ec7998cf4dc9e7", "reference": "efc51fdfdc960f64385321de34ec7998cf4dc9e7", "shasum": "" }, "require": { "ext-gd": "*", "ext-mbstring": "*", "paragonie/random_compat": "^1.4|^2.0", "php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0", "psr/log": "^1.0", "setasign/fpdi": "1.6.*" }, "require-dev": { "mockery/mockery": "^0.9.5", "phpunit/phpunit": "^5.0", "squizlabs/php_codesniffer": "^2.7.0", "tracy/tracy": "^2.4" }, "suggest": { "ext-bcmath": "Needed for generation of some types of barcodes", "ext-xml": "Needed mainly for SVG manipulation", "ext-zlib": "Needed for compression of embedded resources, such as fonts" }, "type": "library", "extra": { "branch-alias": { "dev-development": "7.0-dev" } }, "autoload": { "psr-4": { "Mpdf\\": "src/" } }, "autoload-dev": { "psr-4": { "Mpdf\\": "tests/Mpdf" }, "files": [ "src/functions-dev.php" ] }, "scripts": { "post-install-cmd": [ "php -r \"chmod('./tmp', 0777);\"" ] }, "license": [ "GPL-2.0" ], "authors": [ { "name": "Matěj Humpál", "role": "Developer, maintainer" }, { "name": "Ian Back", "role": "Developer (retired)" } ], "description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support", "homepage": "https://mpdf.github.io", "keywords": [ "pdf", "php", "utf-8" ], "support": { "issues": "https://github.com/mpdf/mpdf/issues", "source": "https://github.com/mpdf/mpdf", "docs": "http://mpdf.github.io" }, "time": "2018-01-28T11:44:57+00:00" }, { "name": "omnipay/2checkout", "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-2checkout.git", "reference": "31394ce58d5999b6f49b321cb3547747837c1297" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-2checkout/zipball/31394ce58d5999b6f49b321cb3547747837c1297", "reference": "31394ce58d5999b6f49b321cb3547747837c1297", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\TwoCheckout\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-2checkout/contributors" } ], "description": "2Checkout driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-2checkout", "keywords": [ "2checkout", "2co", "gateway", "merchant", "omnipay", "pay", "payment", "twocheckout" ], "time": "2014-09-17T00:35:37+00:00" }, { "name": "omnipay/authorizenet", "version": "2.5.1", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-authorizenet.git", "reference": "ac173a125d9eb8492e9bc4c2521e621fae1c7ee1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-authorizenet/zipball/ac173a125d9eb8492e9bc4c2521e621fae1c7ee1", "reference": "ac173a125d9eb8492e9bc4c2521e621fae1c7ee1", "shasum": "" }, "require": { "omnipay/common": "~2.2" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\AuthorizeNet\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-authorizenet/contributors" } ], "description": "Authorize.Net gateway for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-authorizenet", "keywords": [ "authorize", "authorize net", "authorize.net", "gateway", "merchant", "omnipay", "pay", "payment" ], "time": "2018-01-08T10:25:08+00:00" }, { "name": "omnipay/buckaroo", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-buckaroo.git", "reference": "b1d74b4121a9c889fe8cc77715e6cffb14b8833c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-buckaroo/zipball/b1d74b4121a9c889fe8cc77715e6cffb14b8833c", "reference": "b1d74b4121a9c889fe8cc77715e6cffb14b8833c", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\Buckaroo\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-buckaroo/contributors" } ], "description": "Buckaroo driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-buckaroo", "keywords": [ "buckaroo", "gateway", "merchant", "omnipay", "pay", "payment" ], "time": "2017-05-30T09:43:42+00:00" }, { "name": "omnipay/cardsave", "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-cardsave.git", "reference": "368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-cardsave/zipball/368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04", "reference": "368fb2f56adb5be2ffcb3c29a7ddcd585cb41a04", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\CardSave\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-cardsave/contributors" } ], "description": "CardSave driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-cardsave", "keywords": [ "card save", "cardsave", "gateway", "merchant", "omnipay", "pay", "payment" ], "time": "2014-09-21T02:27:16+00:00" }, { "name": "omnipay/coinbase", "version": "v2.0.4", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-coinbase.git", "reference": "69c4f07d88ef3bdb2b42cd90234b358b641dfa29" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-coinbase/zipball/69c4f07d88ef3bdb2b42cd90234b358b641dfa29", "reference": "69c4f07d88ef3bdb2b42cd90234b358b641dfa29", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\Coinbase\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-coinbase/contributors" } ], "description": "Coinbase driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-coinbase", "keywords": [ "coinbase", "gateway", "merchant", "omnipay", "pay", "payment" ], "time": "2015-03-06T05:35:39+00:00" }, { "name": "omnipay/common", "version": "v2.3.4", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-common.git", "reference": "fcd5a606713d11536c89315a5ae02d965a737c21" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/fcd5a606713d11536c89315a5ae02d965a737c21", "reference": "fcd5a606713d11536c89315a5ae02d965a737c21", "shasum": "" }, "require": { "guzzle/guzzle": "~3.9", "php": ">=5.3.2", "symfony/http-foundation": "~2.1" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" }, "gateways": [ "AuthorizeNet_AIM", "AuthorizeNet_SIM", "Buckaroo", "Buckaroo_Ideal", "Buckaroo_PayPal", "CardSave", "Coinbase", "Dummy", "Eway_Rapid", "FirstData_Connect", "GoCardless", "Manual", "Migs_ThreeParty", "Migs_TwoParty", "Mollie", "MultiSafepay", "Netaxept", "NetBanx", "PayFast", "Payflow_Pro", "PaymentExpress_PxPay", "PaymentExpress_PxPost", "PayPal_Express", "PayPal_Pro", "Pin", "SagePay_Direct", "SagePay_Server", "SecurePay_DirectPost", "Stripe", "TargetPay_Directebanking", "TargetPay_Ideal", "TargetPay_Mrcash", "TwoCheckout", "WorldPay", "Alipay Bank", "AliPay Dual Func", "Alipay Express", "Alipay Mobile Express", "Alipay Secured", "Alipay Wap Express", "Cybersource", "DataCash", "Ecopayz", "Neteller", "Pacnet", "PaymentSense", "Realex Remote", "SecPay (PayPoint.net)", "Sisow", "Skrill", "YandexMoney", "YandexMoneyIndividual" ] }, "autoload": { "psr-0": { "Omnipay\\Common\\": "src/" }, "classmap": [ "src/Omnipay/Omnipay.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-common/contributors" } ], "description": "Common components for Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-common", "keywords": [ "gateway", "merchant", "omnipay", "pay", "payment", "purchase" ], "time": "2015-03-30T14:34:46+00:00" }, { "name": "omnipay/dummy", "version": "v2.1.2", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-dummy.git", "reference": "8232954c15a24b848057c30ef25470d10dcfc956" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-dummy/zipball/8232954c15a24b848057c30ef25470d10dcfc956", "reference": "8232954c15a24b848057c30ef25470d10dcfc956", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\Dummy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-dummy/contributors" } ], "description": "Dummy driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-dummy", "keywords": [ "Dummy", "gateway", "merchant", "omnipay", "pay", "payment" ], "time": "2016-07-30T04:18:49+00:00" }, { "name": "omnipay/eway", "version": "v2.2.2", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-eway.git", "reference": "480153441ad2e7aff9c26cf55e398c88da3e7eb1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-eway/zipball/480153441ad2e7aff9c26cf55e398c88da3e7eb1", "reference": "480153441ad2e7aff9c26cf55e398c88da3e7eb1", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\Eway\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-eway/contributors" } ], "description": "eWay driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-eway", "keywords": [ "eway", "gateway", "merchant", "omnipay", "pay", "payment" ], "time": "2017-05-12T08:17:12+00:00" }, { "name": "omnipay/firstdata", "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-firstdata.git", "reference": "c0123a03bec861e0c00fa19772582dc3639fbb6e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-firstdata/zipball/c0123a03bec861e0c00fa19772582dc3639fbb6e", "reference": "c0123a03bec861e0c00fa19772582dc3639fbb6e", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\FirstData\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-firstdata/contributors" } ], "description": "First Data driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-firstdata", "keywords": [ "first data", "firstdata", "gateway", "merchant", "omnipay", "pay", "payment" ], "time": "2017-07-14T09:26:59+00:00" }, { "name": "omnipay/gocardless", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-gocardless.git", "reference": "1c0bebdcc32d89fd243e1183028d2d50316e8bb1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-gocardless/zipball/1c0bebdcc32d89fd243e1183028d2d50316e8bb1", "reference": "1c0bebdcc32d89fd243e1183028d2d50316e8bb1", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\GoCardless\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-gocardless/contributors" } ], "description": "GoCardless driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-gocardless", "keywords": [ "gateway", "go cardless", "gocardless", "merchant", "omnipay", "pay", "payment" ], "time": "2015-09-24T14:44:29+00:00" }, { "name": "omnipay/manual", "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-manual.git", "reference": "d896909093422f25a9deec13232b31ea69a72994" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-manual/zipball/d896909093422f25a9deec13232b31ea69a72994", "reference": "d896909093422f25a9deec13232b31ea69a72994", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\Manual\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-manual/contributors" } ], "description": "Manual driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-manual", "keywords": [ "gateway", "manual", "merchant", "omnipay", "pay", "payment" ], "time": "2016-12-28T03:02:15+00:00" }, { "name": "omnipay/migs", "version": "v2.2.2", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-migs.git", "reference": "0f79c818a150e73497efbe5e097ac4377d8f9717" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-migs/zipball/0f79c818a150e73497efbe5e097ac4377d8f9717", "reference": "0f79c818a150e73497efbe5e097ac4377d8f9717", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\Migs\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-migs/contributors" } ], "description": "MIGS driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-migs", "keywords": [ "gateway", "mastercard internet gateway service", "merchant", "migs", "omnipay", "pay", "payment" ], "time": "2017-06-07T07:52:47+00:00" }, { "name": "omnipay/mollie", "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-mollie.git", "reference": "8a81a9980a3de726e6badb2ca0edc3728bba6c95" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-mollie/zipball/8a81a9980a3de726e6badb2ca0edc3728bba6c95", "reference": "8a81a9980a3de726e6badb2ca0edc3728bba6c95", "shasum": "" }, "require": { "omnipay/common": "~2.2" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\Mollie\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-mollie/contributors" } ], "description": "Mollie driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-mollie", "keywords": [ "gateway", "merchant", "mollie", "omnipay", "pay", "payment" ], "time": "2016-10-11T09:44:09+00:00" }, { "name": "omnipay/multisafepay", "version": "v2.3.6", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-multisafepay.git", "reference": "6d7a6d64fa0e124b90767e505ea105f4c3ecbadd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-multisafepay/zipball/6d7a6d64fa0e124b90767e505ea105f4c3ecbadd", "reference": "6d7a6d64fa0e124b90767e505ea105f4c3ecbadd", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\MultiSafepay\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-multisafepay/contributors" } ], "description": "MultiSafepay driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-multisafepay", "keywords": [ "gateway", "merchant", "multi safepay", "multisafepay", "omnipay", "pay", "payment" ], "time": "2017-05-28T06:28:10+00:00" }, { "name": "omnipay/netaxept", "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-netaxept.git", "reference": "a15ab75a338726536880b9ac0c1e6071a81342f9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-netaxept/zipball/a15ab75a338726536880b9ac0c1e6071a81342f9", "reference": "a15ab75a338726536880b9ac0c1e6071a81342f9", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\Netaxept\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-netaxept/contributors" } ], "description": "Netaxept driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-netaxept", "keywords": [ "gateway", "merchant", "netaxept", "omnipay", "pay", "payment" ], "time": "2015-05-08T15:13:17+00:00" }, { "name": "omnipay/netbanx", "version": "v2.2", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-netbanx.git", "reference": "3684bbbf0dbdb977c1484d7252d776d81c68c813" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-netbanx/zipball/3684bbbf0dbdb977c1484d7252d776d81c68c813", "reference": "3684bbbf0dbdb977c1484d7252d776d81c68c813", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\NetBanx\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-netbanx/contributors" } ], "description": "NetBanx driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-netbanx", "keywords": [ "gateway", "merchant", "netbanx", "omnipay", "pay", "payment" ], "time": "2016-09-21T10:52:03+00:00" }, { "name": "omnipay/omnipay", "version": "2.3.2", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay.git", "reference": "e9e6d95a2e7c3641ba31c985334d82e39dbd6078" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay/zipball/e9e6d95a2e7c3641ba31c985334d82e39dbd6078", "reference": "e9e6d95a2e7c3641ba31c985334d82e39dbd6078", "shasum": "" }, "require": { "omnipay/2checkout": "~2.0", "omnipay/authorizenet": "~2.0", "omnipay/buckaroo": "~2.0", "omnipay/cardsave": "~2.0", "omnipay/coinbase": "~2.0", "omnipay/common": "~2.3.0", "omnipay/dummy": "~2.0", "omnipay/eway": "~2.0", "omnipay/firstdata": "~2.0", "omnipay/gocardless": "~2.0", "omnipay/manual": "~2.0", "omnipay/migs": "~2.0", "omnipay/mollie": "~3.0", "omnipay/multisafepay": "~2.0", "omnipay/netaxept": "~2.0", "omnipay/netbanx": "~2.0", "omnipay/payfast": "~2.0", "omnipay/payflow": "~2.0", "omnipay/paymentexpress": "~2.0", "omnipay/paypal": "~2.0", "omnipay/pin": "~2.0", "omnipay/sagepay": "~2.0", "omnipay/securepay": "~2.0", "omnipay/stripe": "~2.0", "omnipay/targetpay": "~2.0", "omnipay/worldpay": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "metapackage", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Community", "homepage": "https://github.com/thephpleague/omnipay/graphs/contributors" } ], "description": "Includes Omnipay payment processing library and all officially supported gateways", "homepage": "https://github.com/thephpleague/omnipay", "keywords": [ "2checkout", "2co", "auth.net", "authorize", "authorize.net", "buckaroo", "cardsave", "coinbase", "commweb", "dps", "egate", "eway", "express", "first data", "firstdata", "gateway", "gocardless", "ideal", "merchant", "migs", "mollie", "multisafepay", "netaxept", "netbanx", "pay", "payfast", "payflow", "payment", "paymentexpress", "paypal", "pin", "purchase", "rapid", "sagepay", "securepay", "stripe", "tala", "tala-payments", "targetpay", "twocheckout", "worldpay" ], "time": "2014-12-10T13:55:00+00:00" }, { "name": "omnipay/payfast", "version": "v2.2", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-payfast.git", "reference": "c3ff0de9d02c5ac1b502eefb29e6aa6f12a374d2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-payfast/zipball/c3ff0de9d02c5ac1b502eefb29e6aa6f12a374d2", "reference": "c3ff0de9d02c5ac1b502eefb29e6aa6f12a374d2", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\PayFast\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-payfast/contributors" } ], "description": "PayFast driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-payfast", "keywords": [ "gateway", "merchant", "omnipay", "pay", "payfast", "payment" ], "time": "2018-02-02T17:02:45+00:00" }, { "name": "omnipay/payflow", "version": "v2.3", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-payflow.git", "reference": "2348f82f7eda1e9fb991767d61a3534e4935e9ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-payflow/zipball/2348f82f7eda1e9fb991767d61a3534e4935e9ba", "reference": "2348f82f7eda1e9fb991767d61a3534e4935e9ba", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\Payflow\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-payflow/contributors" } ], "description": "Payflow driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-payflow", "keywords": [ "gateway", "merchant", "omnipay", "pay", "payflow", "payment" ], "time": "2017-11-10T08:14:36+00:00" }, { "name": "omnipay/paymentexpress", "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-paymentexpress.git", "reference": "b97178ba0f0da85c6d0873c3da24f5677d557b3f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-paymentexpress/zipball/b97178ba0f0da85c6d0873c3da24f5677d557b3f", "reference": "b97178ba0f0da85c6d0873c3da24f5677d557b3f", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\PaymentExpress\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-paymentexpress/contributors" } ], "description": "Payment Express (DPS) driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-paymentexpress", "keywords": [ "direct payment solutions", "dps", "gateway", "merchant", "omnipay", "pay", "payment", "payment express", "paymentexpress", "pxaccess", "pxpay", "pxpost" ], "time": "2017-05-12T08:22:36+00:00" }, { "name": "omnipay/paypal", "version": "v2.6.4", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-paypal.git", "reference": "9e44c31a7038d4a23232b3739b602e8842106c4e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-paypal/zipball/9e44c31a7038d4a23232b3739b602e8842106c4e", "reference": "9e44c31a7038d4a23232b3739b602e8842106c4e", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\PayPal\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-paypal/contributors" } ], "description": "PayPal gateway for Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-paypal", "keywords": [ "gateway", "merchant", "omnipay", "pay", "payment", "paypal", "purchase" ], "time": "2017-11-10T08:10:43+00:00" }, { "name": "omnipay/pin", "version": "v2.2.2", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-pin.git", "reference": "8c859bc71de8def70623eacd1b3ec6da1829a445" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-pin/zipball/8c859bc71de8def70623eacd1b3ec6da1829a445", "reference": "8c859bc71de8def70623eacd1b3ec6da1829a445", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\Pin\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-pin/contributors" } ], "description": "Pin Payments driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-pin", "keywords": [ "gateway", "merchant", "omnipay", "pay", "payment", "pin" ], "time": "2016-03-25T18:06:33+00:00" }, { "name": "omnipay/sagepay", "version": "2.4.1", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-sagepay.git", "reference": "8e14e235caf6530ee9afcbbb8cd6a54ad160a0f0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-sagepay/zipball/8e14e235caf6530ee9afcbbb8cd6a54ad160a0f0", "reference": "8e14e235caf6530ee9afcbbb8cd6a54ad160a0f0", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\SagePay\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-sagepay/contributors" } ], "description": "Sage Pay driver for the Omnipay PHP payment processing library", "homepage": "https://github.com/thephpleague/omnipay-sagepay", "keywords": [ "gateway", "merchant", "omnipay", "pay", "payment", "purchase", "sage pay", "sagepay" ], "time": "2017-09-05T15:31:15+00:00" }, { "name": "omnipay/securepay", "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-securepay.git", "reference": "e68954d455edc8337bb30e6c579d32b6e691d29a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-securepay/zipball/e68954d455edc8337bb30e6c579d32b6e691d29a", "reference": "e68954d455edc8337bb30e6c579d32b6e691d29a", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\SecurePay\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-securepay/contributors" } ], "description": "SecurePay driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-securepay", "keywords": [ "gateway", "merchant", "omnipay", "pay", "payment", "securepay" ], "time": "2016-11-09T04:52:42+00:00" }, { "name": "omnipay/stripe", "version": "V2.4.7", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-stripe.git", "reference": "26a33414a75939af75064022112005d5e51fc9ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/26a33414a75939af75064022112005d5e51fc9ea", "reference": "26a33414a75939af75064022112005d5e51fc9ea", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\Stripe\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-stripe/contributors" } ], "description": "Stripe driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-stripe", "keywords": [ "gateway", "merchant", "omnipay", "pay", "payment", "stripe" ], "time": "2017-07-14T09:22:01+00:00" }, { "name": "omnipay/targetpay", "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-targetpay.git", "reference": "fc74d5d0f7929ce86298faec9e195985d7d4afe0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-targetpay/zipball/fc74d5d0f7929ce86298faec9e195985d7d4afe0", "reference": "fc74d5d0f7929ce86298faec9e195985d7d4afe0", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\TargetPay\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-targetpay/contributors" } ], "description": "TargetPay driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-targetpay", "keywords": [ "gateway", "merchant", "omnipay", "pay", "payment", "targetpay" ], "time": "2014-09-17T00:38:39+00:00" }, { "name": "omnipay/worldpay", "version": "v2.2.2", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-worldpay.git", "reference": "522fbac76b1baa65cb62192fedff227fe37a8cf0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/omnipay-worldpay/zipball/522fbac76b1baa65cb62192fedff227fe37a8cf0", "reference": "522fbac76b1baa65cb62192fedff227fe37a8cf0", "shasum": "" }, "require": { "omnipay/common": "~2.0" }, "require-dev": { "omnipay/tests": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Omnipay\\WorldPay\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-worldpay/contributors" } ], "description": "WorldPay driver for the Omnipay payment processing library", "homepage": "https://github.com/thephpleague/omnipay-worldpay", "keywords": [ "gateway", "merchant", "omnipay", "pay", "payment", "worldpay" ], "time": "2017-10-23T08:31:50+00:00" }, { "name": "paragonie/random_compat", "version": "v2.0.11", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8", "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "4.*|5.*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "autoload": { "files": [ "lib/random.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "pseudorandom", "random" ], "time": "2017-09-27T21:40:39+00:00" }, { "name": "phpmailer/phpmailer", "version": "v6.0.3", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6", "reference": "44d49bab5ab1fef721d3ee07e75dc0865ddf4cc6", "shasum": "" }, "require": { "ext-ctype": "*", "ext-filter": "*", "php": ">=5.5.0" }, "require-dev": { "doctrine/annotations": "1.2.*", "friendsofphp/php-cs-fixer": "^2.2", "phpdocumentor/phpdocumentor": "2.*", "phpunit/phpunit": "^4.8 || ^5.7", "zendframework/zend-eventmanager": "3.0.*", "zendframework/zend-i18n": "2.7.3", "zendframework/zend-serializer": "2.7.*" }, "suggest": { "ext-mbstring": "Needed to send email in multibyte encoding charset", "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", "league/oauth2-google": "Needed for Google XOAUTH2 authentication", "psr/log": "For optional PSR-3 debug logging", "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" }, "type": "library", "autoload": { "psr-4": { "PHPMailer\\PHPMailer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1" ], "authors": [ { "name": "Jim Jagielski", "email": "jimjag@gmail.com" }, { "name": "Marcus Bointon", "email": "phpmailer@synchromedia.co.uk" }, { "name": "Andy Prevost", "email": "codeworxtech@users.sourceforge.net" }, { "name": "Brent R. Matzelle" } ], "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "time": "2018-01-05T13:19:58+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": "setasign/fpdf", "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/Setasign/FPDF.git", "reference": "2c68c9e6c034ac3187d25968790139a73184cdb1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Setasign/FPDF/zipball/2c68c9e6c034ac3187d25968790139a73184cdb1", "reference": "2c68c9e6c034ac3187d25968790139a73184cdb1", "shasum": "" }, "type": "library", "autoload": { "classmap": [ "fpdf.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "no usage restriction" ], "authors": [ { "name": "Olivier Plathey", "email": "oliver@fpdf.org", "homepage": "http://fpdf.org/" } ], "description": "FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.", "homepage": "http://www.fpdf.org", "keywords": [ "fpdf", "pdf" ], "time": "2016-01-01T17:47:15+00:00" }, { "name": "setasign/fpdi", "version": "1.6.2", "source": { "type": "git", "url": "https://github.com/Setasign/FPDI.git", "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea", "reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea", "shasum": "" }, "suggest": { "setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.", "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.", "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF." }, "type": "library", "autoload": { "classmap": [ "filters/", "fpdi.php", "fpdf_tpl.php", "fpdi_pdf_parser.php", "pdf_context.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jan Slabon", "email": "jan.slabon@setasign.com", "homepage": "https://www.setasign.com" } ], "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.", "homepage": "https://www.setasign.com/fpdi", "keywords": [ "fpdf", "fpdi", "pdf" ], "time": "2017-05-11T14:25:49+00:00" }, { "name": "setasign/fpdi-fpdf", "version": "1.6.2", "source": { "type": "git", "url": "https://github.com/Setasign/FPDI-FPDF.git", "reference": "a5dda72b78253c0e9e4d644e6e3af4b94662e27e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Setasign/FPDI-FPDF/zipball/a5dda72b78253c0e9e4d644e6e3af4b94662e27e", "reference": "a5dda72b78253c0e9e4d644e6e3af4b94662e27e", "shasum": "" }, "require": { "setasign/fpdf": "1.8.1", "setasign/fpdi": "1.6.2" }, "type": "library", "autoload": { "classmap": [ "fpdi_bridge.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jan Slabon", "email": "jan.slabon@setasign.com", "homepage": "https://www.setasign.com" } ], "description": "Kind of metadata package for dependencies of the latest versions of FPDI and FPDF.", "homepage": "https://www.setasign.com/fpdi", "keywords": [ "fpdf", "fpdi", "pdf" ], "time": "2017-05-11T14:57:54+00:00" }, { "name": "symfony/event-dispatcher", "version": "v2.8.35", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "f5d2d7dcc33b89e20c2696ea9afcbddf6540081c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f5d2d7dcc33b89e20c2696ea9afcbddf6540081c", "reference": "f5d2d7dcc33b89e20c2696ea9afcbddf6540081c", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "^2.0.5|~3.0.0", "symfony/dependency-injection": "~2.6|~3.0.0", "symfony/expression-language": "~2.6|~3.0.0", "symfony/stopwatch": "~2.3|~3.0.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "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": "2018-02-11T16:53:59+00:00" }, { "name": "symfony/http-foundation", "version": "v2.8.35", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", "reference": "fedc2f9f618e865c00716201491f52d135d1e854" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/fedc2f9f618e865c00716201491f52d135d1e854", "reference": "fedc2f9f618e865c00716201491f52d135d1e854", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-mbstring": "~1.1", "symfony/polyfill-php54": "~1.0", "symfony/polyfill-php55": "~1.0" }, "require-dev": { "symfony/expression-language": "~2.4|~3.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "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 HttpFoundation Component", "homepage": "https://symfony.com", "time": "2018-02-19T16:23:47+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b", "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "time": "2018-01-30T19:27:44+00:00" }, { "name": "symfony/polyfill-php54", "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php54.git", "reference": "84e2b616c197ef400c6d0556a0606cee7c9e21d5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/84e2b616c197ef400c6d0556a0606cee7c9e21d5", "reference": "84e2b616c197ef400c6d0556a0606cee7c9e21d5", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php54\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "time": "2018-01-30T19:27:44+00:00" }, { "name": "symfony/polyfill-php55", "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php55.git", "reference": "168371cb3dfb10e0afde96e7c2688be02470d143" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/168371cb3dfb10e0afde96e7c2688be02470d143", "reference": "168371cb3dfb10e0afde96e7c2688be02470d143", "shasum": "" }, "require": { "ircmaxell/password-compat": "~1.0", "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php55\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "time": "2018-01-30T19:27:44+00:00" }, { "name": "vlucas/phpdotenv", "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c", "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4-dev" } }, "autoload": { "psr-4": { "Dotenv\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause-Attribution" ], "authors": [ { "name": "Vance Lucas", "email": "vance@vancelucas.com", "homepage": "http://www.vancelucas.com" } ], "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", "keywords": [ "dotenv", "env", "environment" ], "time": "2016-09-01T10:05:43+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "mpdf/mpdf": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }