@@ -23,7 +23,8 @@ | |||
"kartik-v/yii2-mpdf": "dev-master", | |||
"c006/yii2-paypal-ipn": "dev-master", | |||
"yurkinx/yii2-image": "dev-master", | |||
"dmstr/yii2-adminlte-asset": "^2.1" | |||
"dmstr/yii2-adminlte-asset": "^2.1", | |||
"payplug/payplug-php": "^2.5" | |||
}, | |||
"require-dev": { | |||
"yiisoft/yii2-codeception": "*", |
@@ -4,8 +4,8 @@ | |||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | |||
"This file is @generated automatically" | |||
], | |||
"hash": "2e9a6a86294d914308fbf7224eb6353e", | |||
"content-hash": "05a859eb0741bf9a3b81242b85b777c6", | |||
"hash": "5eae43b75a894cf9e05c0139af939cec", | |||
"content-hash": "24a00e67ce5bfd36a1a768c7a615e6a3", | |||
"packages": [ | |||
{ | |||
"name": "2amigos/yii2-chartjs-widget", | |||
@@ -939,6 +939,52 @@ | |||
], | |||
"time": "2016-12-12 10:42:18" | |||
}, | |||
{ | |||
"name": "payplug/payplug-php", | |||
"version": "2.5.1", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/payplug/payplug-php.git", | |||
"reference": "b382d15065284adb1e054b33e7e8ad5490a891fb" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/payplug/payplug-php/zipball/b382d15065284adb1e054b33e7e8ad5490a891fb", | |||
"reference": "b382d15065284adb1e054b33e7e8ad5490a891fb", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"ext-curl": "*", | |||
"ext-openssl": "*", | |||
"php": ">=5.3.0" | |||
}, | |||
"require-dev": { | |||
"phpdocumentor/phpdocumentor": "2.*", | |||
"phpunit/phpunit": "4.6.*" | |||
}, | |||
"type": "library", | |||
"autoload": { | |||
"psr-0": { | |||
"Payplug\\": "lib/" | |||
}, | |||
"psr-4": { | |||
"Payplug\\": "lib/Payplug" | |||
} | |||
}, | |||
"notification-url": "https://packagist.org/downloads/", | |||
"license": [ | |||
"MIT" | |||
], | |||
"authors": [ | |||
{ | |||
"name": "PayPlug", | |||
"email": "support@payplug.com" | |||
} | |||
], | |||
"description": "A simple PHP library for PayPlug public API.", | |||
"homepage": "https://www.payplug.com", | |||
"time": "2015-05-06 00:00:00" | |||
}, | |||
{ | |||
"name": "rmrevin/yii2-fontawesome", | |||
"version": "2.17.1", |
@@ -9,6 +9,7 @@ return array( | |||
'yii\\image\\' => array($vendorDir . '/yurkinx/yii2-image'), | |||
'cebe\\gravatar\\' => array($vendorDir . '/cebe/yii2-gravatar'), | |||
'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src'), | |||
'Payplug\\' => array($vendorDir . '/payplug/payplug-php/lib'), | |||
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'), | |||
'Diff' => array($vendorDir . '/phpspec/php-diff/lib'), | |||
'Behat\\Gherkin' => array($vendorDir . '/behat/gherkin/src'), |
@@ -35,6 +35,7 @@ return array( | |||
'Symfony\\Component\\BrowserKit\\' => array($vendorDir . '/symfony/browser-kit'), | |||
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'), | |||
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src'), | |||
'Payplug\\' => array($vendorDir . '/payplug/payplug-php/lib/Payplug'), | |||
'GuzzleHttp\\Psr7\\' => array($vendorDir . '/guzzlehttp/psr7/src'), | |||
'GuzzleHttp\\Promise\\' => array($vendorDir . '/guzzlehttp/promises/src'), | |||
'GuzzleHttp\\' => array($vendorDir . '/guzzlehttp/guzzle/src'), |
@@ -4352,5 +4352,53 @@ | |||
"theme", | |||
"yii2" | |||
] | |||
}, | |||
{ | |||
"name": "payplug/payplug-php", | |||
"version": "2.5.1", | |||
"version_normalized": "2.5.1.0", | |||
"source": { | |||
"type": "git", | |||
"url": "https://github.com/payplug/payplug-php.git", | |||
"reference": "b382d15065284adb1e054b33e7e8ad5490a891fb" | |||
}, | |||
"dist": { | |||
"type": "zip", | |||
"url": "https://api.github.com/repos/payplug/payplug-php/zipball/b382d15065284adb1e054b33e7e8ad5490a891fb", | |||
"reference": "b382d15065284adb1e054b33e7e8ad5490a891fb", | |||
"shasum": "" | |||
}, | |||
"require": { | |||
"ext-curl": "*", | |||
"ext-openssl": "*", | |||
"php": ">=5.3.0" | |||
}, | |||
"require-dev": { | |||
"phpdocumentor/phpdocumentor": "2.*", | |||
"phpunit/phpunit": "4.6.*" | |||
}, | |||
"time": "2015-05-06 00:00:00", | |||
"type": "library", | |||
"installation-source": "dist", | |||
"autoload": { | |||
"psr-0": { | |||
"Payplug\\": "lib/" | |||
}, | |||
"psr-4": { | |||
"Payplug\\": "lib/Payplug" | |||
} | |||
}, | |||
"notification-url": "https://packagist.org/downloads/", | |||
"license": [ | |||
"MIT" | |||
], | |||
"authors": [ | |||
{ | |||
"name": "PayPlug", | |||
"email": "support@payplug.com" | |||
} | |||
], | |||
"description": "A simple PHP library for PayPlug public API.", | |||
"homepage": "https://www.payplug.com" | |||
} | |||
] |