Skip to content

Commit

Permalink
Released Horde_Support-2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Feb 27, 2017
1 parent 6da10d2 commit 0d52a1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions framework/Support/composer.json
Expand Up @@ -21,12 +21,12 @@
"role": "developer"
}
],
"version": "2.1.5",
"time": "2016-02-02",
"version": "2.2.0",
"time": "2017-02-27",
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
"url": "http://pear.horde.org"
}
],
"require": {
Expand Down
6 changes: 4 additions & 2 deletions framework/Support/package.xml
Expand Up @@ -22,7 +22,7 @@
<email>slusarz@horde.org</email>
<active>yes</active>
</developer>
<date>2017-01-04</date>
<date>2017-02-27</date>
<version>
<release>2.2.0</release>
<api>2.2.0</api>
Expand All @@ -43,6 +43,7 @@
<file name="COPYING" role="doc" />
</dir> <!-- /doc/Horde/Support -->
</dir> <!-- /doc/Horde -->
<file name="horde.yml" role="doc" />
</dir> <!-- /doc -->
<dir name="lib">
<dir name="Horde">
Expand Down Expand Up @@ -149,6 +150,7 @@
</dependencies>
<phprelease>
<filelist>
<install as="horde.yml" name="doc/horde.yml" />
<install as="COPYING" name="doc/Horde/Support/COPYING" />
<install as="Horde/Support/Array.php" name="lib/Horde/Support/Array.php" />
<install as="Horde/Support/Backtrace.php" name="lib/Horde/Support/Backtrace.php" />
Expand Down Expand Up @@ -513,7 +515,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2017-01-04</date>
<date>2017-02-27</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
* [jan] Add Horde_Backtrace#createFromThrowable() to support PHP 7 error objects too.
Expand Down

0 comments on commit 0d52a1b

Please sign in to comment.