-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
27 lines (27 loc) · 879 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/processwire-composer-installer",
"type": "composer-plugin",
"description": "Custom Composer installer for the ProcessWire CMS/CMF modules and site profiles.",
"keywords": [ "composer", "processwire", "installer" ],
"homepage": "https://wireframe-framework.com/docs/processwire-composer-installer/",
"license": "MPL-2.0",
"authors": [
{
"name": "Teppo Koivula",
"homepage": "https://wireframe-framework.com",
"email": "[email protected]"
}
],
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
"hari/pw-module": "^1.0.0"
},
"autoload": {
"psr-4": {
"wireframe\\ComposerInstaller\\": "src/ComposerInstaller/"
}
},
"extra": {
"class": "wireframe\\ComposerInstaller\\Plugin"
}
}