composer.json
{
"name" : "pluf/mall",
"description" : "A module to work with multiple shop",
"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/bank" : "6.x",
"pluf/shop" : "6.x"
},
"require-dev" : {
"pluf/test" : "6.x"
},
"homepage" : "https://gitlab.com/microshop/mall",
"support" : {
"email" : "info@pluf.ir",
"issues" : "https://gitlab.com/microshop/mall/issues",
"wiki" : "https://gitlab.com/microshop/mall/wikis/home",
"source" : "https://gitlab.com/microshop/mall"
},
"keywords" : [
"pluf",
"shop",
"sell",
"service"
],
"include-path" : [
"src/"
],
"autoload" : {
"psr-4" : {
"Pluf\\Mall\\" : "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
}
}, {
"type" : "path",
"url" : "../shop",
"name" : "pluf/shop",
"options" : {
"symlink" : true
}
}
]
}