Skip to content

Commit

Permalink
Released Horde_Ldap-2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed May 21, 2014
1 parent 749b93b commit da1da69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions framework/Ldap/composer.json
Expand Up @@ -16,16 +16,16 @@
"role": "lead"
}
],
"version": "2.0.3",
"time": "2013-01-29",
"version": "2.0.5",
"time": "2014-05-21",
"repositories": [
{
"type": "pear",
"url": "http://pear.horde.org"
}
],
"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",
"ext-ldap": "*"
Expand Down
4 changes: 2 additions & 2 deletions framework/Ldap/package.xml
Expand Up @@ -17,7 +17,7 @@
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<date>2014-04-03</date>
<date>2014-05-21</date>
<version>
<release>2.0.5</release>
<api>1.1.0</api>
Expand Down Expand Up @@ -414,7 +414,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2014-04-03</date>
<date>2014-05-21</date>
<license uri="http://opensource.org/licenses/lgpl-3.0.html">LGPL-3.0</license>
<notes>
* [jan] Fix creating filters with the less (&lt;) operator (Bug #13154).
Expand Down

0 comments on commit da1da69

Please sign in to comment.