-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathcomposer.json
More file actions
56 lines (56 loc) · 1.42 KB
/
Copy pathcomposer.json
File metadata and controls
56 lines (56 loc) · 1.42 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "romanpitak/nginx-config-processor",
"type": "library",
"description": "Nginx configuration files processor.",
"keywords": [
"nginx",
"conf",
"conf file",
"config",
"config file",
"configuration",
"configuration file",
"processor",
"parser",
"create",
"creator",
"manager",
"php"
],
"homepage": "https://github.com/romanpitak/Nginx-Config-Processor",
"license": "MIT",
"authors": [
{
"name": "Roman Piták",
"email": "roman@pitak.net",
"homepage": "http://pitak.net",
"role": "Developer"
}
],
"support": {
"email": "roman@pitak.net",
"issues": "https://github.com/romanpitak/Nginx-Config-Processor/issues",
"source": "https://github.com/romanpitak/Nginx-Config-Processor"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/romanpitak/Nginx-Config-Processor.git"
}
],
"bugs": {
"url": "https://github.com/romanpitak/Nginx-Config-Processor/issues"
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"codeclimate/php-test-reporter": "dev-master",
"codacy/coverage": "dev-master"
},
"autoload": {
"psr-4": {
"RomanPitak\\Nginx\\Config\\": "src/"
}
}
}