set required php version to 5.0
authorHidde Boomsma <hidde@hostnet.nl>
Mon, 13 May 2013 07:02:38 +0000 (09:02 +0200)
committerRobert Treat <rob@xzilla.net>
Tue, 4 Mar 2014 02:51:54 +0000 (21:51 -0500)
composer.json

index cf41eaa47c1ae13789dc85fad36fc9152083282e..d25bfc18b84a1b4d994c97247f67c879ee437102 100644 (file)
@@ -4,7 +4,7 @@
     "type": "Application",
     "license": "GPL-2.0+",
     "require": {
-        "php": ">=5.3"
+        "php": ">=5.0"
     },
     "minimum-stability": "stable",
     "autoload": {