Skip to content

Commit 33c4d9c

Browse files
committed
Update for 3.2.x icons
1 parent 0bc21b7 commit 33c4d9c

6 files changed

Lines changed: 886 additions & 122 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"type": "phpbb-extension",
44
"description": "Provides a pastebin including syntax highlighting",
55
"homepage": "https://www.phpbb.de/community/",
6-
"version": "1.0.0-dev",
7-
"time": "2015-01-03",
8-
"license": "GPL-2.0",
6+
"version": "2.0.0-dev",
7+
"time": "2019-10-04",
8+
"license": "GPL-2.0-only",
99
"authors": [
1010
{
1111
"name": "Martin Beckmann",
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=5.3.3",
18+
"php": ">=5.4.7",
1919
"easybook/geshi": ">=1.0.8.4"
2020
},
2121
"require-dev": {
@@ -24,7 +24,7 @@
2424
"extra": {
2525
"display-name": "phpBB.de - Pastebin",
2626
"soft-require": {
27-
"phpbb/phpbb": ">=3.1.2,<3.2@dev"
27+
"phpbb/phpbb": ">=3.2.1,<3.3@dev"
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)