Skip to content

Commit 2d0e60a

Browse files
committed
Update composer and readme
1 parent 7fa6db1 commit 2d0e60a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# phpBB 3.2 Extension - phpBB.de Pastebin
1+
# phpBB 3.2/3.3 Extension - phpBB.de Pastebin
22

33
## Installation
44

composer.json

Lines changed: 3 additions & 3 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.1",
7-
"time": "2020-01-24",
6+
"version": "2.0.2",
7+
"time": "2020-08-18",
88
"license": "GPL-2.0-only",
99
"authors": [
1010
{
@@ -30,7 +30,7 @@
3030
"extra": {
3131
"display-name": "phpBB.de - Pastebin",
3232
"soft-require": {
33-
"phpbb/phpbb": ">=3.2.4,<3.3@dev"
33+
"phpbb/phpbb": ">=3.2.4,<4.0.0@dev"
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)