composer.json

Summary

Maintainability
Test Coverage
{
    "name" : "pluf/bank",
    "version" : "6.0.20",
    "description" : "A pluf module to pay and manage online payments",
    "type" : "library",
    "license" : "MIT",
    "authors" : [{
            "name" : "Mostafa Barmshory",
            "email" : "mostafa.barmshory@dpq.co.ir",
            "homepage" : "http://dpq.co.ir",
            "role" : "developer"
        }, {
            "name" : "Mohammad Hadi Mansouri",
            "email" : "mohammad.hadi.mansouri@dpq.co.ir",
            "homepage" : "http://dpq.co.ir",
            "role" : "developer"
        }, {
            "name" : "MahdiIsComing",
            "role" : "developer",
            "email" : "mahdi.ar@dpq.co.ir"
        }
    ],
    "minimum-stability" : "stable",
    "require" : {
        "pluf/core" : "6.x",
        "pluf/user" : "6.x",
        "pluf/monitor" : "6.x",
        "zarinpal/zarinpal" : "^1.1.0",
        "paypal/rest-api-sdk-php" : "*",
        "mustache/mustache" : "2.12.x"
    },
    "require-dev" : {
        "pluf/test" : "6.x"
    },
    "include-path" : [
        "src/"
    ],
    "autoload" : {
        "psr-0" : {
            "" : "src"
        },
        "psr-4" : {
            "Pluf\\Bank\\" : "src6/"
        }
    },
    "autoload-dev" : {
        "psr-4" : {
            "Pluf\\Test\\" : "tests"
        }
    },
    "homepage" : "https://github.com/pluf/sdp",
    "support" : {
        "email" : "info@pluf.ir",
        "issues" : "https://github.com/pluf/cms/issues",
        "forum" : "https://github.com/pluf/cms",
        "wiki" : "https://github.com/pluf/cms/wiki",
        "source" : "https://github.com/pluf/cms"
    },
    "keywords" : [
        "pluf",
        "php",
        "pluf-module"
    ],
    "repositories~" : [{
            "type" : "path",
            "url" : "../core",
            "name" : "pluf/core",
            "options" : {
                "symlink" : true
            }
        }, {
            "type" : "path",
            "url" : "../test",
            "name" : "pluf/test",
            "options" : {
                "symlink" : true
            }
        }, {
            "type" : "path",
            "url" : "../user",
            "name" : "pluf/user",
            "options" : {
                "symlink" : true
            }
        }, {
            "type" : "path",
            "url" : "../monitor",
            "name" : "pluf/monitor",
            "options" : {
                "symlink" : true
            }
        }
    ]
}