-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 746 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 746 Bytes
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
{
"name": "davidiq/EnableRegEmailNotify",
"type": "phpbb-extension",
"description": "Automatically enables e-mail notifications when users register.",
"homepage": "https://github.com/DavidIQ/phpBB-EnableRegEmailNotify",
"version": "1.0.0-dev",
"time": "2016-09-15",
"license": "GPL-2.0",
"authors": [
{
"name": "David Col??n",
"email": "davidiq@phpbb.com",
"homepage": "http://www.davidiq.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3"
},
"extra": {
"display-name": "Enable e-mail notifications on registration",
"soft-require": {
"phpbb/phpbb": ">=3.1.4,<3.2.0@dev"
}
}
}