-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
35 lines (35 loc) · 1003 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
32
33
34
35
{
"name": "tas2580/socialbuttons",
"type": "phpbb-extension",
"description": "Displays social media buttons at topic pages and at the forum index. The number of shares is retrieved from the server to protect the privacy.",
"homepage": "https://tas2580.net/downloads/phpbb-social-media-buttons/",
"version": "1.0.0-RC3",
"keywords": ["phpbb", "extension", "social", "topics","facebook","twitter","google","linkedin","socialmedia"],
"license": "GPL-2.0",
"authors": [
{
"name": "tas2580",
"homepage": "https://tas2580.net",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3",
"composer/installers": "~1.0"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "tas2580 Social Media Buttons",
"soft-require": {
"phpbb/phpbb": ">=3.1.4-RC1,<3.2.*@dev"
},
"version-check": {
"host": "phpbb-versionscheck.cf",
"directory": "/tas2580/socialbuttons/master",
"filename": "version-check.json"
}
}
}