-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
46 lines (46 loc) · 1.03 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
45
46
{
"name": "alfredoramos/share",
"type": "phpbb-extension",
"description": "Share Links extension for phpBB",
"homepage": "https://github.com/AlfredoRamos/phpbb-ext-share",
"version": "0.2.0-dev",
"time": "2021-01-07",
"keywords": ["phpbb", "extension", "share-link", "share-buttons"],
"license": "GPL-2.0-only",
"authors": [
{
"name": "Alfredo Ramos",
"email": "alfredo.ramos@protonmail.com",
"homepage": "https://alfredoramos.mx",
"role": "Lead Developer"
}
],
"require": {
"php": "^7.1.3 || ^8.0.0",
"composer/installers": "^2.2.0"
},
"require-dev": {
"phing/phing": "^2.16.0",
"pear/archive_tar": "^1.4.0"
},
"suggest": {
"alfredoramos/seometadata": "To add meta data for social media"
},
"extra": {
"display-name": "Share Links",
"soft-require": {
"phpbb/phpbb": "~3.3.0"
},
"version-check": {
"host": "alfredoramos.mx",
"directory": "/phpbb-extensions/versions",
"filename": "share.json",
"ssl": true
}
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}