Skip to content

Commit 9173fcc

Browse files
committed
Remove easybook and add tempest/highlight
1 parent 4c24fbd commit 9173fcc

2 files changed

Lines changed: 43 additions & 39 deletions

File tree

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"type": "phpbb-extension",
44
"description": "Provides a pastebin including syntax highlighting",
55
"homepage": "https://www.phpbb.de/community/",
6-
"version": "2.0.7",
7-
"time": "2023-10-03",
6+
"version": "2.1.0-dev",
7+
"time": "2024-04-02",
88
"license": "GPL-2.0-only",
99
"authors": [
1010
{
@@ -21,21 +21,21 @@
2121
}
2222
],
2323
"require": {
24-
"php": ">=7.2, <=8.2",
25-
"easybook/geshi": ">=1.0.8.4"
24+
"php": ">=8.3",
25+
"tempest/highlight": "^1.2"
2626
},
2727
"require-dev": {
2828
"phpbb/epv": "0.0.11"
2929
},
3030
"extra": {
3131
"display-name": "Pastebin",
3232
"soft-require": {
33-
"phpbb/phpbb": ">=3.2.4,<3.4.0@dev"
34-
}
35-
},
36-
"config": {
33+
"phpbb/phpbb": ">=3.3.11,<3.4.0@dev"
34+
},
35+
"config": {
3736
"platform":{
38-
"php":"5.6"
37+
"php":"8.3"
3938
}
4039
}
40+
}
4141
}

composer.lock

Lines changed: 34 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)