-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
41 lines (41 loc) · 1.16 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
{
"name": "portrino/px_hybrid_auth",
"description": "Adds social sign-in via HybridAuth to TYPO3-Login and -Logout. (by portrino GmbH)",
"type": "typo3-cms-extension",
"keywords": [
"TYPO3",
"CMS",
"HybridAuth",
"SocialAuth",
"typo3",
"portrino"
],
"homepage": "http://typo3.org",
"license": "GPL-2.0+",
"authors": [
{
"name": "Andre Wuttig",
"email": "[email protected]",
"homepage": "http://www.portrino.de",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://forge.typo3.org/projects/extension-px_hybrid_auth/issues",
"source": "https://github.com/portrino/px_hybrid_auth"
},
"require": {
"typo3/cms-core": ">=7.6.2,<8.0",
"hybridauth/hybridauth": "2.9.1"
},
"autoload": {
"psr-4": {
"Portrino\\PxHybridAuth\\": "Classes"
},
"classmap": ["Resources/Public/Php/hybridauth/additional-providers/hybridauth-xing/Providers"]
},
"replace": {
"typo3-ter/px_hybrid_auth": "self.version"
}
}