Skip to content

Commit

Permalink
Released Horde_Memcache-2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 2, 2016
1 parent 8616e7a commit 5bdd9f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions framework/Memcache/composer.json
Expand Up @@ -11,18 +11,21 @@
"role": "lead"
}
],
"version": "2.0.7",
"time": "2014-12-01",
"version": "2.1.0",
"time": "2016-07-02",
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
"url": "http://pear.horde.org"
}
],
"require": {
"php": ">=5.3.0,<=6.0.0alpha1",
"php": ">=5.3.0,<=8.0.0alpha1",
"pear-pear.horde.org/Horde_Exception": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pecl.php.net/memcache": ">=2.0.0@stable",
"ext-hash": "*"
},
"suggest": {
"pear-pecl.php.net/memcache": ">=2.0.0@stable",
"pear-pecl.php.net/memcached": "*"
}
}
4 changes: 2 additions & 2 deletions framework/Memcache/package.xml
Expand Up @@ -10,7 +10,7 @@
<email>slusarz@horde.org</email>
<active>yes</active>
</lead>
<date>2016-07-01</date>
<date>2016-07-02</date>
<version>
<release>2.1.0</release>
<api>1.1.0</api>
Expand Down Expand Up @@ -392,7 +392,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2016-07-01</date>
<date>2016-07-02</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [jan] Fix locking.
Expand Down

0 comments on commit 5bdd9f9

Please sign in to comment.