diff --git a/framework/Group/composer.json b/framework/Group/composer.json index 40e43ed9464..78228255da0 100644 --- a/framework/Group/composer.json +++ b/framework/Group/composer.json @@ -16,8 +16,8 @@ "role": "lead" } ], - "version": "2.0.3", - "time": "2013-03-05", + "version": "2.0.4", + "time": "2014-06-17", "repositories": [ { "type": "pear", @@ -25,7 +25,7 @@ } ], "require": { - "php": ">=5.3.0", + "php": ">=5.3.0,<=6.0.0alpha1", "pear-pear.horde.org/Horde_Exception": ">=2.0.0@stable,<=3.0.0alpha1@stable", "pear-pear.horde.org/Horde_Util": ">=2.0.0@stable,<=3.0.0alpha1@stable" }, diff --git a/framework/Group/package.xml b/framework/Group/package.xml index e577d67e947..780bd727a8e 100644 --- a/framework/Group/package.xml +++ b/framework/Group/package.xml @@ -17,7 +17,7 @@ chuck@horde.org yes - 2014-03-03 + 2014-06-17 2.0.4 1.0.0 @@ -458,7 +458,7 @@ Initial release as a PEAR package stable stable - 2014-03-03 + 2014-06-17 LGPL-2.1 * [jan] Check for read-only LDAP configurations in removeUser() (skhorde@smail.inf.fh-bonn-rhein-sieg.de, Bug #13247).