-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 826 Bytes
/
composer.json
File metadata and controls
41 lines (41 loc) · 826 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
37
38
39
40
41
{
"name": "phpbbde/pastebin",
"type": "phpbb-extension",
"description": "Provides a pastebin including syntax highlighting",
"homepage": "https://www.phpbb.de/community/",
"version": "2.0.7",
"time": "2023-10-03",
"license": "GPL-2.0-only",
"authors": [
{
"name": "Martin Beckmann",
"email": "gn#36@phpbb.de",
"homepage": "https://www.phpbb.de/",
"role": "Lead Developer"
},
{
"name": "Christian Schnegelberger",
"email": "crizzo@phpbb.de",
"homepage": "https://www.phpbb.de/",
"role": "Developer"
}
],
"require": {
"php": ">=7.2, <=8.2",
"easybook/geshi": ">=1.0.8.4"
},
"require-dev": {
"phpbb/epv": "0.0.11"
},
"extra": {
"display-name": "Pastebin",
"soft-require": {
"phpbb/phpbb": ">=3.2.4,<3.4.0@dev"
}
},
"config": {
"platform":{
"php":"5.6"
}
}
}