-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
executable file
·38 lines (38 loc) · 996 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": "machy8/macdom",
"description": "The best, highly customizable HTML preprocessor with many amazing features.",
"keywords": ["macdom", "html", "preprocessor", "templating", "minification"],
"license": "BSD-3-Clause",
"require": {
"php": ">=7.0",
"machy8/xhtml-formatter": "^1.0"
},
"require-dev": {
"nette/tester": "^2.0",
"tracy/tracy": "^2.4"
},
"authors": [
{
"name": "Vladimír Macháček",
"email": "[email protected]"
}
],
"autoload": {
"classmap": ["src/"]
},
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
},
"composer-synchronizer": {
"nette2": {
"resources": {
"composer-synchronizer/nette2/": "%configDir%/macdom/"
},
"includes": [
"macdom/macdom.neon"
]
}
}
}
}