-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 958 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
{
"name": "poodev/poo",
"description": "Poo PHP Application Platform based on Yii2 Framework",
"keywords": [
"yii2",
"poo",
"poodev",
"framework",
"bap",
"platform"
],
"homepage": "http://www.poodev.com/",
"type": "library",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Agus Suhartono",
"email": "[email protected]",
"homepage": "http://www.binexa.com/",
"role": "Founder and project lead"
}
],
"support": {
"issues": "https://github.com/poodev/poo/issues?state=open",
"forum": "http://www.poodev.com/forum/",
"wiki": "http://www.poodev.com/wiki/",
"source": "https://github.com/poodev/poo"
},
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
"poo\\": "src/"
}
}
}