-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
composer.json
31 lines (31 loc) · 835 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
28
29
30
31
{
"name": "sebi.dev/app-api",
"description": "Module to create an App API with ProcessWire",
"type": "pw-module",
"keywords": [ "processwire", "module" ],
"homepage": "http://modules.processwire.com",
"require": {
"hari/pw-module": "^1.0",
"nikic/fast-route": "^1.3",
"firebase/php-jwt": "^6.10",
"paragonie/sodium_compat": "^2.0"
},
"license": "MIT",
"authors": [
{
"name": "Sebastian Schendel",
"email": "[email protected]",
"homepage": "https://www.sebi.dev"
},
{
"name": "Thomas Aull",
"email": "[email protected]",
"homepage": "https://www.thomasaull.de"
}
],
"config": {
"allow-plugins": {
"hari/pw-module": true
}
}
}