-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
44 lines (44 loc) · 1.13 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "josephcrowell/wn-passage-plugin",
"type": "winter-plugin",
"description": "Fast, Efficient permission system for controlling access to your website resources",
"keywords": [
"winter",
"cms",
"wintercms",
"user",
"authentication",
"permission",
"passage",
"override",
"group"
],
"homepage": "https://www.computerlink.com.au",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Kurt Jensen",
"email": "[email protected]",
"homepage": "https://firemankurt.com",
"role": "Original Author"
},
{
"name": "Joseph Crowell",
"email": "[email protected]",
"homepage": "https://computerlink.com.au",
"role": "Author"
}
],
"autoload": {
"psr-4": {
"JosephCrowell\\Passage\\": ""
}
},
"require": {
"php": ">=7.0",
"composer/installers": "~1.0",
"winter/wn-user-plugin": "^2.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}