-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
35 lines (35 loc) · 1.07 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
{
"name" : "mlocati-concrete5-packages/login_logout_block",
"description" : "A package for ConcreteCMS to add a login/logout block to pages",
"type" : "concrete5-package",
"keywords": [
"concrete5",
"Concrete",
"ConcreteCMS",
"Concrete CMS",
"package",
"login",
"logout",
"block"
],
"homepage": "https://github.com/concrete5-community/login_logout_block",
"license" : "MIT",
"authors" : [
{
"name" : "Michele Locati",
"email" : "[email protected]",
"homepage" : "https://mlocati.github.io",
"role" : "Author"
}
],
"support": {
"issues": "https://github.com/concrete5-community/login_logout_block/issues",
"source": "https://github.com/concrete5-community/login_logout_block"
},
"config": {
"optimize-autoloader": true,
"prepend-autoloader": false,
"sort-packages": true
},
"$schema": "https://raw.githubusercontent.com/composer/composer/main/res/composer-schema.json"
}