From 1f4c99520d1ce9aebd12079d26e3a9f5c3d1062e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Col=C3=B3n?= Date: Fri, 3 Feb 2017 01:21:25 -0500 Subject: [PATCH] Prep for RC 1 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 498fc4e..99f1c70 100644 --- a/composer.json +++ b/composer.json @@ -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": [ @@ -15,7 +15,7 @@ } ], "require": { - "php": ">=5.3.3", + "php": ">=5.4", "composer/installers": "~1.0" }, "require-dev": { @@ -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",