We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33c4d9c commit 28d2705Copy full SHA for 28d2705
2 files changed
README.md
@@ -1,4 +1,4 @@
1
-# phpBB 3.1 Extension - phpBB.de Pastebin
+# phpBB 3.2 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.0-dev",
7
- "time": "2019-10-04",
+ "version": "2.0.0",
+ "time": "2019-10-24",
8
"license": "GPL-2.0-only",
9
"authors": [
10
{
@@ -24,7 +24,7 @@
24
"extra": {
25
"display-name": "phpBB.de - Pastebin",
26
"soft-require": {
27
- "phpbb/phpbb": ">=3.2.1,<3.3@dev"
+ "phpbb/phpbb": ">=3.2.4,<3.3@dev"
28
}
29
30
0 commit comments