Skip to content

Commit

Permalink
Prep for RC 1
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidIQ committed Feb 3, 2017
1 parent bfe868d commit 1f4c995
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "davidiq/phpbbasic",
"type": "phpbb-extension",
"description": "Simplifies phpBB to a single forum where all posts are shown on the main forum page.",
"description": "Simplifies phpBB to a single forum where all posts are shown on the main index page.",
"homepage": "https://www.phpbb.com/customise/db/extension/phpbbasic/",
"version": "2.0.0-alpha",
"version": "2.0.0-RC1",
"keywords": ["phpbb", "extension", "basic", "singleforum"],
"license": "GPL-2.0",
"authors": [
Expand All @@ -15,7 +15,7 @@
}
],
"require": {
"php": ">=5.3.3",
"php": ">=5.4",
"composer/installers": "~1.0"
},
"require-dev": {
Expand All @@ -24,7 +24,7 @@
"extra": {
"display-name": "phpBBasic",
"soft-require": {
"phpbb/phpbb": ">=3.1.3,<3.2.*@dev"
"phpbb/phpbb": ">=3.2.0,<3.3"
},
"version-check": {
"host": "www.phpbb.com",
Expand Down

0 comments on commit 1f4c995

Please sign in to comment.