From: Hidde Boomsma Date: Mon, 13 May 2013 07:02:38 +0000 (+0200) Subject: set required php version to 5.0 X-Git-Tag: REL_5-6-0~33 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=3d34d06a0089a5509cb0d3c1049528e21c75faf8;p=phppgadmin.git set required php version to 5.0 --- diff --git a/composer.json b/composer.json index cf41eaa4..d25bfc18 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "Application", "license": "GPL-2.0+", "require": { - "php": ">=5.3" + "php": ">=5.0" }, "minimum-stability": "stable", "autoload": {