composer.json

Summary

Maintainability
Test Coverage
{
    "name" : "pluf/shop",
    "version" : "6.0.20",
    "description" : "Simple online shop and service",
    "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/tenant" : "6.x",
        "pluf/bank" : "6.x",
        "pluf/monitor" : "6.x"
    },
    "require-dev" : {
        "pluf/test" : "6.x"
    },
    "homepage" : "https://gitlab.com/microshop/shop",
    "support" : {
        "email" : "info@pluf.ir",
        "issues" : "https://github.com/pluf/shop/issues",
        "wiki" : "https://github.com/pluf/shop/wiki",
        "source" : "https://github.com/pluf/shop"
    },
    "keywords" : [
        "pluf",
        "shop",
        "sell",
        "service"
    ],
    "include-path" : [
        "src/"
    ],
    "autoload" : {
        "psr-4" : {
            "Pluf\\Shop\\" : "src6"
        },
        "psr-0" : {
            "" : "src"
        }
    },
    "autoload-dev" : {
        "psr-4" : {
            "Pluf\\Test\\" : "tests"
        }
    },
    "repositories~" : [{
            "type" : "path",
            "url" : "../core",
            "name" : "pluf/core",
            "options" : {
                "symlink" : true
            }
        }, {
            "type" : "path",
            "url" : "../test",
            "name" : "pluf/test",
            "options" : {
                "symlink" : true
            }
        }, {
            "type" : "path",
            "url" : "../http2",
            "name" : "pluf/http2",
            "options" : {
                "symlink" : true
            }
        }, {
            "type" : "path",
            "url" : "../user",
            "name" : "pluf/user",
            "options" : {
                "symlink" : true
            }
        }, {
            "type" : "path",
            "url" : "../workflow",
            "name" : "pluf/workflow",
            "options" : {
                "symlink" : true
            }
        }, {
            "type" : "path",
            "url" : "../discount",
            "name" : "pluf/discount",
            "options" : {
                "symlink" : true
            }
        }, {
            "type" : "path",
            "url" : "../bank",
            "name" : "pluf/bank",
            "options" : {
                "symlink" : true
            }
        }, {
            "type" : "path",
            "url" : "../monitor",
            "name" : "pluf/monitor",
            "options" : {
                "symlink" : true
            }
        }, {
            "type" : "path",
            "url" : "../tenant",
            "name" : "pluf/tenant",
            "options" : {
                "symlink" : true
            }
        }
    ]
}