-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 922 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 922 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
{
"name": "phpnomad/documentation",
"description": "Static site generator using PHPNomad",
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"PHPNomad\\Static\\": "src/"
}
},
"authors": [
{
"name": "Alex Standiford",
"email": "alex@standiford.us"
}
],
"require": {
"phpnomad/di": "^1.0",
"phpnomad/loader": "^1.0",
"phpnomad/config": "^1.0",
"phpnomad/array-json-config": "^1.0",
"phpnomad/event": "^1.0",
"filp/whoops": "^2.16",
"phpnomad/http": "^1.0",
"phpnomad/template": "^1.0",
"symfony/finder": "^7.2",
"phpnomad/utils": "^1.0",
"nikic/fast-route": "^1.3",
"league/commonmark": "^2.6",
"phpnomad/symfony-event-dispatcher-integration": "^1.0",
"phpnomad/twig-integration": "^1.0"
}
}