-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
26 lines (26 loc) · 1.01 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
{
"name": "erdman/replydiff",
"type": "phpbb-extension",
"description": "Enhances phpBB forum moderation by enabling moderators to redirect replies to a different, specified topic. This extension adds a new module to the Moderator Control Panel, allowing for seamless redirection of posts to maintain organized and topic-specific discussions. Ideal for managing main threads and associated sister threads, it streamlines the process of keeping forums tidy and discussions relevant.",
"version": "1.0.4",
"time": "2023-12-27",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Erd Man",
"email": "[email protected]",
"homepage": "https://github.com/erdman1/",
"role": "Developer"
}
],
"require": {
"php": ">=7.1.3",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Reply in Different Topic",
"soft-require": {
"phpbb/phpbb": ">=3.3.0,<4.0.0@dev"
}
}
}