-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
27 lines (27 loc) · 1005 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
{
"name": "wireframe-framework/site-wireframe-docs",
"type": "pw-site-profile",
"description": "ProcessWire site profile based on the documentation site for the wireframe output framework.",
"keywords": [ "site-profile", "framework", "processwire" ],
"homepage": "https://wireframe-framework.com",
"license": "MPL-2.0",
"authors": [
{
"name": "Teppo Koivula",
"homepage": "https://wireframe-framework.com",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.1",
"wireframe-framework/processwire-composer-installer": "^1.0",
"teppokoivula/markup-menu": "^0.6.2",
"teppokoivula/textformatter-code-blocks": "^1.0",
"wireframe-framework/wireframe": "^0.18.0",
"teppokoivula/search-engine": "^0.11.0",
"teppokoivula/admin-bar": "^2.0",
"adrianbj/tracy-debugger": "^4.21"
},
"minimum-stability": "dev",
"prefer-stable": true
}