-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 955 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name" : "pluf/book",
"description" : "Content management system fo pluf",
"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" : "^5.9",
"pluf/user" : "^5.9"
},
"require-dev" : {
"pluf/test" : "^5.9"
},
"include-path" : [
"src/"
],
"homepage" : "https://github.com/pluf/book",
"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",
"book"
]
}