Current File : /home/users/barii/public_html/finansenl.com.pl/system.fotomagnesy.pl/payu/composer.json |
{
"name": "openpayu/openpayu_php_sdk",
"type": "library",
"license": "LGPL-3.0",
"description": "OpenPayU PHP Library",
"version": "2.2.2",
"extra": [
{
"engine": "PHP SDK"
}
],
"minimum-stability": "stable",
"authors": [
{
"name": "OpenPayU",
"homepage": "http://developers.payu.com"
}
],
"require": {
"php": ">=5.3.0",
"ext-curl": "*",
"ext-hash": "*"
},
"require-dev": {
"phpunit/phpunit": "^5.3"
},
"support": {
"issues": "https://github.com/PayU/openpayu_php/issues"
},
"autoload": {
"classmap": [
"lib/"
]
}
}