-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
executable file
·35 lines (35 loc) · 979 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": "phpbbservices/smartfeed",
"type": "phpbb-extension",
"description": "Provides RSS 1.0, RSS 2.0 or Atom 1.0 customized newsfeeds. Users select forums they want, including protected forums if they can access them. There are myriad options to customize the feed.",
"homepage": "https://www.phpbbservices.com/my-software/smartfeed_wp/",
"version": "3.0.17",
"time": "2022-03-04",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Mark D. Hamill",
"email": "[email protected]",
"homepage": "https://www.phpbbservices.com/",
"role": "Developer"
}
],
"require": {
"php": ">=7.1.3,<=8.1",
"composer/installers": "~1.0",
"simplepie/simplepie": ">= 1.5,<1.6",
"ext-openssl": "*"
},
"extra": {
"display-name": "Smartfeed",
"soft-require": {
"phpbb/phpbb": ">=3.3.0,<4.0"
},
"version-check": {
"host": "www.phpbbservices.com",
"directory": "/smartfeed/updatecheck/",
"filename": "3.3.json",
"ssl": true
}
}
}