Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
Remove Math_BigInteger
  • Loading branch information
mrubinsk committed Feb 9, 2019
1 parent cf21473 commit 25a9e8b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .horde.yml
Expand Up @@ -29,4 +29,5 @@ dependencies:
pear:
pear.horde.org/Horde_Date: ^2.3
pear.horde.org/Horde_Exception: ^2
pear.php.net/Math_BigInteger: ^1.0.2
ext:
bcmath: '*'
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -22,8 +22,7 @@
"require": {
"php": "^5.3 || ^7",
"pear-pear.horde.org/Horde_Date": "^2.3",
"pear-pear.horde.org/Horde_Exception": "^2",
"pear-pear.php.net/Math_BigInteger": "^1.0.2"
"pear-pear.horde.org/Horde_Exception": "^2"
},
"replace": {
"pear-pear.horde.org/Horde_Mapi": "1.*",
Expand Down
4 changes: 2 additions & 2 deletions doc/Horde/Mapi/changelog.yml
Expand Up @@ -4,13 +4,13 @@
state:
release: stable
api: stable
date: 2017-10-20
date: 2019-02-09
license:
identifier: LGPL-2.1
uri: http://www.horde.org/licenses/lgpl21
notes: |+
[mjr] No longer support Math_BigInteger, require the bcmath extension instead.
1.0.8:
api: 1.0.0
state:
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Expand Up @@ -130,7 +130,7 @@
<date>2014-01-18</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
*
*
</notes>
</release>
<release>
Expand Down Expand Up @@ -247,7 +247,7 @@
<release>stable</release>
<api>stable</api>
</stability>
<date>2017-10-20</date>
<date>2019-02-09</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mjr] No longer support Math_BigInteger, require the bcmath extension instead.
Expand Down

0 comments on commit 25a9e8b

Please sign in to comment.