-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 806 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 806 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
27
28
29
30
31
32
33
34
35
36
{
"name": "phpbb/teamsecurity",
"type": "phpbb-extension",
"description": "Security measures to help watch over team member accounts.",
"homepage": "https://www.phpbb.com",
"version": "1.1.0-dev",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Michael Cullum",
"homepage": "http://michaelcullum.com",
"email": "michael@phpbb.com",
"role": "Extensions Team Consultant"
},
{
"name": "Matt Friedman",
"homepage": "https://imattpro.github.io",
"role": "Extensions Development Team Lead"
}
],
"require": {
"php": ">=8.1",
"composer/installers": "^1.0 || ^2.0"
},
"extra": {
"display-name": "Team Security Measures",
"soft-require": {
"phpbb/phpbb": ">=4.0.0@dev,<4.1.0@dev"
}
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}