-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcomposer.json
32 lines (32 loc) · 853 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
{
"name": "crizzo/aboutus",
"type": "phpbb-extension",
"description": "About us is an extension which adds to phpBB 3.2/3.3 an about us or legal notice-page, where you can add your contact details and more.",
"homepage": "https://github.com/Crizz0/phpbb3-about-us",
"version": "2.1.5",
"time": "2023-12-31",
"license": "GPL-2.0-only",
"authors": [{
"name": "Christian Schnegelberger",
"email": "[email protected]",
"homepage": "https://www.crizzo.de",
"role": "Developer/Founder"
}],
"require": {
"php": ">=7.2,<=8.3"
},
"require-dev": {
"phpbb/translation-validator": "1.5.*"
},
"extra": {
"display-name": "About us",
"soft-require": {
"phpbb/phpbb": ">=3.2.2, <4.0.0@dev"
},
"version-check": {
"host": "www.crizzo.de",
"directory": "/phpbbextversion",
"filename": "phpbb32-ext-aboutus.json"
}
}
}