composer.json
{
"name" : "pluf/elearn",
"description" : "Elearning module for Pluf servers",
"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"
}
],
"minimum-stability" : "stable",
"require" : {
"pluf/core" : "6.0.x",
"pluf/cms" : "6.0.x",
"pluf/user" : "6.0.x"
},
"require-dev" : {
"pluf/test" : "^5.9"
},
"include-path" : [
"src/"
],
"homepage" : "https://github.com/pluf/elearn",
"support" : {
"email" : "info@pluf.ir",
"issues" : "https://github.com/pluf/elearn/issues",
"wiki" : "https://github.com/pluf/elearn/wiki",
"source" : "https://github.com/pluf/elearn"
},
"keywords" : [
"pluf",
"pluf-module",
"elearn",
"php"
]
}