Skip to content

Commit

Permalink
Released Horde_SessionHandler-2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 20, 2015
1 parent c73159c commit 9812476
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions framework/SessionHandler/composer.json
Expand Up @@ -21,16 +21,16 @@
"role": "lead"
}
],
"version": "2.2.4",
"time": "2013-08-27",
"version": "2.2.5",
"time": "2015-10-20",
"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_Support": ">=2.0.0@stable,<=3.0.0alpha1@stable"
},
Expand Down
4 changes: 2 additions & 2 deletions framework/SessionHandler/package.xml
Expand Up @@ -22,7 +22,7 @@
<email>slusarz@horde.org</email>
<active>yes</active>
</lead>
<date>2014-03-03</date>
<date>2015-10-20</date>
<version>
<release>2.2.5</release>
<api>2.2.0</api>
Expand Down Expand Up @@ -574,7 +574,7 @@ Initial release as a PEAR package
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2014-03-03</date>
<date>2015-10-20</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Catch possible exceptions in shutdown methods.
Expand Down

0 comments on commit 9812476

Please sign in to comment.