We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa6db1 commit 2d0e60aCopy full SHA for 2d0e60a
README.md
@@ -1,4 +1,4 @@
1
-# phpBB 3.2 Extension - phpBB.de Pastebin
+# phpBB 3.2/3.3 Extension - phpBB.de Pastebin
2
3
## Installation
4
composer.json
@@ -3,8 +3,8 @@
"type": "phpbb-extension",
"description": "Provides a pastebin including syntax highlighting",
5
"homepage": "https://www.phpbb.de/community/",
6
- "version": "2.0.1",
7
- "time": "2020-01-24",
+ "version": "2.0.2",
+ "time": "2020-08-18",
8
"license": "GPL-2.0-only",
9
"authors": [
10
{
@@ -30,7 +30,7 @@
30
"extra": {
31
"display-name": "phpBB.de - Pastebin",
32
"soft-require": {
33
- "phpbb/phpbb": ">=3.2.4,<3.3@dev"
+ "phpbb/phpbb": ">=3.2.4,<4.0.0@dev"
34
}
35
36
0 commit comments