-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 984 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
{
"name": "scalephp/website",
"description": "Scalable PHP website",
"homepage": "https://scalephp.github.io/website/",
"keywords": ["php", "mvc", "framework"],
"license": "MIT",
"authors": [
{
"name": "Scale PHP Website",
"role": "maintainer",
"homepage": "https://scalephp.github.io/framework/"
}
],
"support": {
"issues": "https://github.com/scalephp/website/issues",
"source": "https://github.com/scalephp/website"
},
"autoload": {
"psr-4": {
"App\\": "classes/"
}
},
"require": {
"php": ">=5.4.0",
"scalephp/kernel": "dev-master",
"scalephp/cli": "dev-4.0/master",
"scalephp/http": "dev-master",
"cyrrill/closure": "dev-master",
"cyrrill/loader": "dev-master"
}
}