Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit ba13f97

Browse files
committed
Updated the README file
1 parent 3fd528d commit ba13f97

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ php-bignumbers
22
==============
33

44
A robust library to handle immutable big numbers inside PHP applications
5-
The current stable version is 0.4.2. [![Donate](https://dl.dropboxusercontent.com/u/487440/reformal/donate.png "Donate")](https://www.gittip.com/castarco/)
5+
The current stable version is 0.5.0. [![Donate](https://dl.dropboxusercontent.com/u/487440/reformal/donate.png "Donate")](https://www.gittip.com/castarco/)
66

77

88
Status Label | Status Value
99
--------------|-------------
10-
Build | [![Build Status](https://api.travis-ci.org/Litipk/php-bignumbers.png?tag=0.4.2)](https://travis-ci.org/Litipk/php-bignumbers)
11-
Coverage (from Coveralls): | [![Coverage Status](https://coveralls.io/repos/Litipk/php-bignumbers/badge.png?tag=0.4.2)](https://coveralls.io/r/Litipk/php-bignumbers?branch=master)
10+
Build | [![Build Status](https://api.travis-ci.org/Litipk/php-bignumbers.png?tag=0.5.0)](https://travis-ci.org/Litipk/php-bignumbers)
11+
Coverage (from Coveralls): | [![Coverage Status](https://coveralls.io/repos/Litipk/php-bignumbers/badge.png?tag=0.5.0)](https://coveralls.io/r/Litipk/php-bignumbers?branch=master)
1212
Coverage (from Scrutinizer): | [![Code Coverage](https://scrutinizer-ci.com/g/Litipk/php-bignumbers/badges/coverage.png?s=58936d9334e7fc2413a43ad6cf1c7c1577f1f39c)](https://scrutinizer-ci.com/g/Litipk/php-bignumbers/)
1313
Code Quality: | [![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/Litipk/php-bignumbers/badges/quality-score.png?s=be17bc4bbe3233a45a7d4db39ed8c10e77bcd3fb)](https://scrutinizer-ci.com/g/Litipk/php-bignumbers/)
1414
Dependencies: | [![Dependency Status](https://www.versioneye.com/user/projects/52cc91c6ec13754970000275/badge.png)](https://www.versioneye.com/user/projects/52cc91c6ec13754970000275)
@@ -28,7 +28,7 @@ composer.json file the following text:
2828
```json
2929
{
3030
"require": {
31-
"litipk/php-bignumbers": "0.4.2"
31+
"litipk/php-bignumbers": "0.5.0"
3232
}
3333
}
3434
```
@@ -119,4 +119,4 @@ public methods are declared in the Decimal class.
119119
- [ ] Create the **Integer** class.
120120
- [ ] Create the **Rational** class.
121121
- [ ] Create the **Complex** class.
122-
- [ ] Add the *pow* method.
122+
- [X] Add the *pow* method.

0 commit comments

Comments
 (0)