2577 lines
89 KiB
JSON
2577 lines
89 KiB
JSON
{
|
|
"_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": "1a2453d93bd48c4f513f4ca4f61dc6f1",
|
|
"packages": [
|
|
{
|
|
"name": "codeigniter/framework",
|
|
"version": "3.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bcit-ci/CodeIgniter.git",
|
|
"reference": "873608df8be83420474e3cf9fc749a8ed12a6c09"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bcit-ci/CodeIgniter/zipball/873608df8be83420474e3cf9fc749a8ed12a6c09",
|
|
"reference": "873608df8be83420474e3cf9fc749a8ed12a6c09",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"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-03-20T15:51:08+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-development",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/InvoicePlane/mpdf.git",
|
|
"reference": "b36767b45d615ef4cfea80ee31c103ae62227af6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/InvoicePlane/mpdf/zipball/b36767b45d615ef4cfea80ee31c103ae62227af6",
|
|
"reference": "b36767b45d615ef4cfea80ee31c103ae62227af6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-gd": "*",
|
|
"ext-mbstring": "*",
|
|
"php": "^5.6 || ~7.0.0 || ~7.1.0",
|
|
"psr/log": "^1.0",
|
|
"setasign/fpdi": "1.6.*"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "^0.9.5",
|
|
"paragonie/random_compat": "^2.0",
|
|
"phpunit/phpunit": "^5.0",
|
|
"squizlabs/php_codesniffer": "^2.7.0"
|
|
},
|
|
"suggest": {
|
|
"ext-bcmath": "Needed for generation of some types of barcodes",
|
|
"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/"
|
|
},
|
|
"files": [
|
|
"src/functions.php"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"php -r \"chmod('./tmp', 0777);\""
|
|
]
|
|
},
|
|
"license": [
|
|
"GPL-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ian Back",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "A PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support",
|
|
"homepage": "http://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": "2017-02-20 13:36:14"
|
|
},
|
|
{
|
|
"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.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/omnipay-authorizenet.git",
|
|
"reference": "229bdb205384f2e3bf844cdf258927895b4858d5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/omnipay-authorizenet/zipball/229bdb205384f2e3bf844cdf258927895b4858d5",
|
|
"reference": "229bdb205384f2e3bf844cdf258927895b4858d5",
|
|
"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": "2017-03-07T14:00:14+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.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/omnipay-eway.git",
|
|
"reference": "1c953630f7097bfdeed200b17a847015a4df5607"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/omnipay-eway/zipball/1c953630f7097bfdeed200b17a847015a4df5607",
|
|
"reference": "1c953630f7097bfdeed200b17a847015a4df5607",
|
|
"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": "2016-03-22T01:11:02+00:00"
|
|
},
|
|
{
|
|
"name": "omnipay/firstdata",
|
|
"version": "v2.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/omnipay-firstdata.git",
|
|
"reference": "e33826821db88d90886cad6c81a29452d3cf91a2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/omnipay-firstdata/zipball/e33826821db88d90886cad6c81a29452d3cf91a2",
|
|
"reference": "e33826821db88d90886cad6c81a29452d3cf91a2",
|
|
"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": "2016-01-14T06:24:28+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.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/omnipay-migs.git",
|
|
"reference": "c15be0960ae578d60cabc7c0a2895da41430821f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/omnipay-migs/zipball/c15be0960ae578d60cabc7c0a2895da41430821f",
|
|
"reference": "c15be0960ae578d60cabc7c0a2895da41430821f",
|
|
"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": "2016-09-22T01:58:30+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.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/omnipay-multisafepay.git",
|
|
"reference": "9c086904894c98277e01826445660d849033cef0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/omnipay-multisafepay/zipball/9c086904894c98277e01826445660d849033cef0",
|
|
"reference": "9c086904894c98277e01826445660d849033cef0",
|
|
"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-04-09T10:57:36+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.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/omnipay-payfast.git",
|
|
"reference": "f352e89e5901756e861ddcadaed9b8693aaaa239"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/omnipay-payfast/zipball/f352e89e5901756e861ddcadaed9b8693aaaa239",
|
|
"reference": "f352e89e5901756e861ddcadaed9b8693aaaa239",
|
|
"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": "2014-09-29T01:07:03+00:00"
|
|
},
|
|
{
|
|
"name": "omnipay/payflow",
|
|
"version": "v2.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/omnipay-payflow.git",
|
|
"reference": "8dbfaf9accc1c2b388c9ab89c4b30176396c973a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/omnipay-payflow/zipball/8dbfaf9accc1c2b388c9ab89c4b30176396c973a",
|
|
"reference": "8dbfaf9accc1c2b388c9ab89c4b30176396c973a",
|
|
"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-05-12T08:10:23+00:00"
|
|
},
|
|
{
|
|
"name": "omnipay/paymentexpress",
|
|
"version": "v2.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/omnipay-paymentexpress.git",
|
|
"reference": "5707f016cd2a6fa735f325c40ff3b5fbe29452ea"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/omnipay-paymentexpress/zipball/5707f016cd2a6fa735f325c40ff3b5fbe29452ea",
|
|
"reference": "5707f016cd2a6fa735f325c40ff3b5fbe29452ea",
|
|
"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": "2016-05-02T13:46:54+00:00"
|
|
},
|
|
{
|
|
"name": "omnipay/paypal",
|
|
"version": "v2.6.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/omnipay-paypal.git",
|
|
"reference": "e06c8814deacc793715bb9fd3fcae5995b5d8d6b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/omnipay-paypal/zipball/e06c8814deacc793715bb9fd3fcae5995b5d8d6b",
|
|
"reference": "e06c8814deacc793715bb9fd3fcae5995b5d8d6b",
|
|
"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": "2016-12-22T12:35:25+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.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/omnipay-sagepay.git",
|
|
"reference": "4ca4847935bc31dbcdd627e92377b5c3cf709e9b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/omnipay-sagepay/zipball/4ca4847935bc31dbcdd627e92377b5c3cf709e9b",
|
|
"reference": "4ca4847935bc31dbcdd627e92377b5c3cf709e9b",
|
|
"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-01-12T23:36:01+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.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/omnipay-stripe.git",
|
|
"reference": "a88b94d6b2228ec29ab8dcef84050ffaaccc4fac"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/a88b94d6b2228ec29ab8dcef84050ffaaccc4fac",
|
|
"reference": "a88b94d6b2228ec29ab8dcef84050ffaaccc4fac",
|
|
"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-05-28T07:05:31+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",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/omnipay-worldpay.git",
|
|
"reference": "26ead4ca2c6ec45c9a3b3dad0be8880e0b1df083"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/omnipay-worldpay/zipball/26ead4ca2c6ec45c9a3b3dad0be8880e0b1df083",
|
|
"reference": "26ead4ca2c6ec45c9a3b3dad0be8880e0b1df083",
|
|
"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": "2016-01-28T12:55:58+00:00"
|
|
},
|
|
{
|
|
"name": "paragonie/random_compat",
|
|
"version": "v2.0.10",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paragonie/random_compat.git",
|
|
"reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
|
|
"reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
|
|
"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-03-13T16:27:32+00:00"
|
|
},
|
|
{
|
|
"name": "phpmailer/phpmailer",
|
|
"version": "v5.2.23",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
"reference": "7115df4a6f76281109ebe352900c42403b728bb4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/7115df4a6f76281109ebe352900c42403b728bb4",
|
|
"reference": "7115df4a6f76281109ebe352900c42403b728bb4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.0.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "1.2.*",
|
|
"jms/serializer": "0.16.*",
|
|
"phpdocumentor/phpdocumentor": "2.*",
|
|
"phpunit/phpunit": "4.8.*",
|
|
"symfony/debug": "2.8.*",
|
|
"symfony/filesystem": "2.8.*",
|
|
"symfony/translation": "2.8.*",
|
|
"symfony/yaml": "2.8.*",
|
|
"zendframework/zend-cache": "2.5.1",
|
|
"zendframework/zend-config": "2.5.1",
|
|
"zendframework/zend-eventmanager": "2.5.1",
|
|
"zendframework/zend-filter": "2.5.1",
|
|
"zendframework/zend-i18n": "2.5.1",
|
|
"zendframework/zend-json": "2.5.1",
|
|
"zendframework/zend-math": "2.5.1",
|
|
"zendframework/zend-serializer": "2.5.*",
|
|
"zendframework/zend-servicemanager": "2.5.*",
|
|
"zendframework/zend-stdlib": "2.5.1"
|
|
},
|
|
"suggest": {
|
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"class.phpmailer.php",
|
|
"class.phpmaileroauth.php",
|
|
"class.phpmaileroauthgoogle.php",
|
|
"class.smtp.php",
|
|
"class.pop3.php",
|
|
"extras/EasyPeasyICS.php",
|
|
"extras/ntlm_sasl_client.php"
|
|
]
|
|
},
|
|
"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": "2017-03-15T19:32:56+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.22",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
|
"reference": "1377400fd641d7d1935981546aaef780ecd5bf6d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1377400fd641d7d1935981546aaef780ecd5bf6d",
|
|
"reference": "1377400fd641d7d1935981546aaef780ecd5bf6d",
|
|
"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": "2017-06-02T07:47:27+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/http-foundation",
|
|
"version": "v2.8.22",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/http-foundation.git",
|
|
"reference": "de8d8e83b9ec898e14ef8db84cee5919753b2ae5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/de8d8e83b9ec898e14ef8db84cee5919753b2ae5",
|
|
"reference": "de8d8e83b9ec898e14ef8db84cee5919753b2ae5",
|
|
"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": "2017-06-01T20:52:29+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "f29dca382a6485c3cbe6379f0c61230167681937"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
|
|
"reference": "f29dca382a6485c3cbe6379f0c61230167681937",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4-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": "2017-06-09T14:24:12+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php54",
|
|
"version": "v1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php54.git",
|
|
"reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
|
|
"reference": "7dd1a8b9f0442273fdfeb1c4f5eaff6890a82789",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4-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": "2017-06-09T08:25:21+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php55",
|
|
"version": "v1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php55.git",
|
|
"reference": "94566239a7720cde0820f15f0cc348ddb51ba51d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/94566239a7720cde0820f15f0cc348ddb51ba51d",
|
|
"reference": "94566239a7720cde0820f15f0cc348ddb51ba51d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ircmaxell/password-compat": "~1.0",
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.4-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": "2017-06-09T08:25:21+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": []
|
|
}
|