-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·30 lines (30 loc) · 932 Bytes
/
composer.json
File metadata and controls
executable file
·30 lines (30 loc) · 932 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
{
"name": "mauricius/wireframe-blade-renderer",
"type": "pw-module",
"description": "Blade renderer for the Wireframe output framework.",
"keywords": [ "laravel blade", "template", "framework", "processwire" ],
"homepage": "https://wireframe-framework.com",
"license": "MPL-2.0",
"authors": [
{
"name": "Maurizio Bonani",
"homepage": "https://github.com/mauricius/WireframeRendererBlade",
"email": "maurizio.bonani@gmail.com"
}
],
"require": {
"php": ">=8.1",
"wireframe-framework/processwire-composer-installer": "^1.0.0",
"jenssegers/blade": "^2.0",
"phpunit/phpunit": "^9.4"
},
"autoload": {
"files" : ["helpers.php"]
},
"config": {
"allow-plugins": {
"hari/pw-module": true,
"wireframe-framework/processwire-composer-installer": true
}
}
}