Skip to content

Commit 5648fe8

Browse files
Merge pull request beechit#56 from beechit/frans-beech-it-patch-1
[TASK] Update some metadata
2 parents dd02295 + 81aba22 commit 5648fe8

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

composer.json

+15-4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
"description": "Secure download of assets. Makes it possible to secure FE use of assets/files by setting permissions to folders/files for fe_groups.",
44
"type": "typo3-cms-extension",
55
"version": "1.1.0",
6+
"keywords": ["typo3", "TYPO3 CMS", "FAL", "secure download"],
7+
"authors": [
8+
{
9+
"name": "Frans Saris",
10+
"email": "t3ext@beech.it",
11+
"homepage": "http://www.beech.it",
12+
"role": "Lead Developer"
13+
}
14+
],
15+
"homepage": "https://github.com/beechit/fal_securedownload/",
16+
"support": {
17+
"email": "t3ext@beech.it",
18+
"issues": "https://github.com/beechit/fal_securedownload/issues",
19+
"source": "https://github.com/beechit/fal_securedownload"
20+
},
621
"require": {
722
"typo3/cms-core": ">=6.2.2,<8.0"
823
},
@@ -17,9 +32,5 @@
1732
"psr-4": {
1833
"BeechIt\\FalSecuredownload\\": "Classes/"
1934
}
20-
},
21-
"homepage": "https://github.com/beechit/fal_securedownload/",
22-
"support": {
23-
"issues": "https://github.com/beechit/fal_securedownload/issues/"
2435
}
2536
}

ext_emconf.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'title' => 'FAL Secure Download',
99
'description' => 'Secure download of assets. Makes it possible to secure FE use of assets/files by setting permissions to folders/files for fe_groups.',
1010
'category' => 'plugin',
11-
'author' => 'Frans Saris',
11+
'author' => 'Frans Saris (Beech.it)',
1212
'author_email' => 't3ext@beech.it',
1313
'author_company' => 'Beech.it',
1414
'shy' => '',

0 commit comments

Comments
 (0)