-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 814 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 814 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
{
"name": "wireframe-framework/wireframe-twig-renderer",
"type": "pw-module",
"description": "Twig renderer for the Wireframe output framework.",
"keywords": [ "twig", "template", "framework", "processwire" ],
"homepage": "https://wireframe-framework.com",
"license": "MPL-2.0",
"authors": [
{
"name": "Teppo Koivula",
"homepage": "https://wireframe-framework.com",
"email": "teppo@wireframe-framework.com"
}
],
"require": {
"php": ">=7.2.5",
"wireframe-framework/processwire-composer-installer": "^1.0.0",
"twig/twig": "^3.0"
},
"config": {
"allow-plugins": {
"hari/pw-module": true,
"wireframe-framework/processwire-composer-installer": true
}
}
}