Skip to content

Commit

Permalink
Released passwd-5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Sep 21, 2017
1 parent a0a0825 commit 2a198ce
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 20 deletions.
37 changes: 23 additions & 14 deletions passwd/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,42 @@
"role": "lead"
}
],
"version": "5.0.6",
"time": "2016-12-16",
"version": "5.0.7",
"time": "2017-09-21",
"repositories": [
{
"type": "pear",
"url": "http://pear.horde.org"
}
],
"require": {
"php": ">=5.3.0,<=6.0.0alpha1",
"pear-pear.horde.org/horde": ">=5.0.0@stable,<=6.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Auth": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Core": ">=2.11.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Exception": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Injector": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Util": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_View": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"php": "^5.3 || ^7",
"pear-pear.horde.org/horde": "^5@stable",
"pear-pear.horde.org/Horde_Auth": "^2@stable",
"pear-pear.horde.org/Horde_Core": "^2.3@stable",
"pear-pear.horde.org/Horde_Exception": "^2@stable",
"pear-pear.horde.org/Horde_Injector": "^2@stable",
"pear-pear.horde.org/Horde_Util": "^2@stable",
"pear-pear.horde.org/Horde_View": "^2@stable",
"ext-gettext": "*"
},
"suggest": {
"pear-pear.horde.org/Horde_Db": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Http": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Ldap": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Vfs": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Db": "^2@stable",
"pear-pear.horde.org/Horde_Http": "^2@stable",
"pear-pear.horde.org/Horde_Ldap": "^2@stable",
"pear-pear.horde.org/Horde_Vfs": "^2@stable",
"pear-pear.php.net/Crypt_CHAP": "*",
"ext-com": "*",
"ext-ldap": "*",
"ext-soap": "*"
},
"replace": {
"pear-pear.horde.org/passwd": "5.*",
"pear-horde/passwd": "5.*"
},
"autoload": {
"psr-0": {
"Passwd": "lib/"
}
}
}
6 changes: 3 additions & 3 deletions passwd/docs/CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
----------
v5.0.7-git
----------
------
v5.0.7
------

[jan] SECURITY: Fix open redirects.
[jan] Officially support PHP 7.
Expand Down
2 changes: 1 addition & 1 deletion passwd/lib/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ class Passwd_Application extends Horde_Registry_Application
/**
* The version of passwd as shown in the admin view
*/
public $version = 'H5 (5.0.7-git)';
public $version = 'H5 (5.0.7)';
}
4 changes: 2 additions & 2 deletions passwd/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<email>slusarz@horde.org</email>
<active>yes</active>
</lead>
<date>2016-12-16</date>
<date>2017-09-21</date>
<version>
<release>5.0.7</release>
<api>5.0.0</api>
Expand Down Expand Up @@ -781,7 +781,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2016-12-16</date>
<date>2017-09-21</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Officially support PHP 7.
Expand Down

0 comments on commit 2a198ce

Please sign in to comment.