Skip to content

Commit

Permalink
Released Horde_Stream-1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Dec 3, 2014
1 parent 1cdf0fb commit a528afd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions framework/Stream/composer.json
Expand Up @@ -11,16 +11,16 @@
"role": "lead"
}
],
"version": "1.6.1",
"time": "2014-02-12",
"version": "1.6.2",
"time": "2014-12-03",
"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"
},
"suggest": {
Expand Down
4 changes: 2 additions & 2 deletions framework/Stream/package.xml
Expand Up @@ -10,7 +10,7 @@
<email>slusarz@horde.org</email>
<active>yes</active>
</lead>
<date>2014-02-12</date>
<date>2014-12-03</date>
<version>
<release>1.6.2</release>
<api>1.6.0</api>
Expand Down Expand Up @@ -282,7 +282,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2014-02-12</date>
<date>2014-12-03</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Throw InvalidArgumentException if passing incorrect arguments to constructors.
Expand Down

0 comments on commit a528afd

Please sign in to comment.