Skip to content

Commit

Permalink
Released timeobjects-2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Sep 19, 2017
1 parent 436dd5b commit 0484ae8
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 16 deletions.
29 changes: 19 additions & 10 deletions timeobjects/composer.json
Expand Up @@ -16,25 +16,34 @@
"role": "lead"
}
],
"version": "2.1.3",
"time": "2016-12-16",
"version": "2.1.4",
"time": "2017-09-19",
"repositories": [
{
"type": "pear",
"url": "http://pear.horde.org"
}
],
"require": {
"php": ">=5.3.0,<=6.0.0alpha1",
"pear-pear.horde.org/Horde_Core": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Date": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Exception": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Url": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Util": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"php": "^5.3 || ^7",
"pear-pear.horde.org/Horde_Core": "^2@stable",
"pear-pear.horde.org/Horde_Date": "^2@stable",
"pear-pear.horde.org/Horde_Exception": "^2@stable",
"pear-pear.horde.org/Horde_Url": "^2@stable",
"pear-pear.horde.org/Horde_Util": "^2@stable",
"ext-gettext": "*"
},
"suggest": {
"pear-pear.horde.org/Horde_Service_Facebook": ">=2.0.0@stable,<=3.0.0alpha1@stable",
"pear-pear.horde.org/Horde_Service_Weather": ">=2.0.0@stable,<=3.0.0alpha1@stable"
"pear-pear.horde.org/Horde_Service_Facebook": "^2@stable",
"pear-pear.horde.org/Horde_Service_Weather": "^2@stable"
},
"replace": {
"pear-pear.horde.org/timeobjects": "2.*",
"pear-horde/timeobjects": "2.*"
},
"autoload": {
"psr-0": {
"Timeobjects": "lib/"
}
}
}
6 changes: 3 additions & 3 deletions timeobjects/docs/CHANGES
@@ -1,6 +1,6 @@
----------
v2.1.4-git
----------
------
v2.1.4
------

[jan] Officially support PHP 7.

Expand Down
2 changes: 1 addition & 1 deletion timeobjects/lib/Application.php
Expand Up @@ -29,5 +29,5 @@

class Timeobjects_Application extends Horde_Registry_Application
{
public $version = '2.1.4-git';
public $version = '2.1.4';
}
4 changes: 2 additions & 2 deletions timeobjects/package.xml
Expand Up @@ -16,7 +16,7 @@
<email>jan@horde.org</email>
<active>yes</active>
</lead>
<date>2016-12-16</date>
<date>2017-09-19</date>
<version>
<release>2.1.4</release>
<api>2.0.0</api>
Expand Down Expand Up @@ -585,7 +585,7 @@
<stability>
<release>stable</release>
<api>stable</api></stability>
<date>2016-12-16</date>
<date>2017-09-19</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
* [jan] Officially support PHP 7.
Expand Down

0 comments on commit 0484ae8

Please sign in to comment.