Skip to content

Commit

Permalink
Update composer and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Crizz0 committed Aug 18, 2020
1 parent 7fa6db1 commit 2d0e60a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# phpBB 3.2 Extension - phpBB.de Pastebin
# phpBB 3.2/3.3 Extension - phpBB.de Pastebin

## Installation

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"type": "phpbb-extension",
"description": "Provides a pastebin including syntax highlighting",
"homepage": "https://www.phpbb.de/community/",
"version": "2.0.1",
"time": "2020-01-24",
"version": "2.0.2",
"time": "2020-08-18",
"license": "GPL-2.0-only",
"authors": [
{
Expand All @@ -30,7 +30,7 @@
"extra": {
"display-name": "phpBB.de - Pastebin",
"soft-require": {
"phpbb/phpbb": ">=3.2.4,<3.3@dev"
"phpbb/phpbb": ">=3.2.4,<4.0.0@dev"
}
}
}

0 comments on commit 2d0e60a

Please sign in to comment.