Skip to content

Commit 1f4c995

Browse files
committed
Prep for RC 1
1 parent bfe868d commit 1f4c995

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "davidiq/phpbbasic",
33
"type": "phpbb-extension",
4-
"description": "Simplifies phpBB to a single forum where all posts are shown on the main forum page.",
4+
"description": "Simplifies phpBB to a single forum where all posts are shown on the main index page.",
55
"homepage": "https://www.phpbb.com/customise/db/extension/phpbbasic/",
6-
"version": "2.0.0-alpha",
6+
"version": "2.0.0-RC1",
77
"keywords": ["phpbb", "extension", "basic", "singleforum"],
88
"license": "GPL-2.0",
99
"authors": [
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=5.3.3",
18+
"php": ">=5.4",
1919
"composer/installers": "~1.0"
2020
},
2121
"require-dev": {
@@ -24,7 +24,7 @@
2424
"extra": {
2525
"display-name": "phpBBasic",
2626
"soft-require": {
27-
"phpbb/phpbb": ">=3.1.3,<3.2.*@dev"
27+
"phpbb/phpbb": ">=3.2.0,<3.3"
2828
},
2929
"version-check": {
3030
"host": "www.phpbb.com",

0 commit comments

Comments
 (0)