-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 829 Bytes
/
Copy pathcomposer.json
File metadata and controls
36 lines (36 loc) · 829 Bytes
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
{
"name": "codemommy/viewphp",
"version": "0.0.1",
"description": "Render Page",
"keywords": [
"CodeMommy",
"ViewPHP",
"View",
"PHP"
],
"license": "Apache 2.0",
"homepage": "http://www.codemommy.com",
"support": {
"issues": "https://github.com/CodeMommy/ViewPHP/issues",
"source": "https://github.com/CodeMommy/ViewPHP"
},
"authors": [
{
"name": "Candison November",
"email": "kandisheng@163.com",
"homepage": "http://www.kandisheng.com"
}
],
"autoload": {
"psr-4": {
"CodeMommy\\ViewPHP\\": "source/"
}
},
"require-dev": {
"phpunit/phpunit": "*"
},
"require": {
"php": ">=5.3.0",
"smarty/smarty": "3.1.*"
}
}