This repository was archived by the owner on Dec 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ php-bignumbers [](https://git
2
2
==============
3
3
4
4
A robust library to handle immutable big numbers inside PHP applications
5
- The current stable version is 0.6 .0.
5
+ The current stable version is 0.7 .0.
6
6
7
7
8
8
Status Label | Status Value
9
9
--------------|-------------
10
- Build | [ ![ Build Status] ( https://api.travis-ci.org/Litipk/php-bignumbers.png?tag=0.6.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.6.0 )] ( https://coveralls.io/r/Litipk/php-bignumbers?branch=master )
10
+ Build | [ ![ Build Status] ( https://api.travis-ci.org/Litipk/php-bignumbers.png?tag=0.7.0 )] ( https://travis-ci.org/Litipk/php-bignumbers )
11
+ HHVM support | [ ![ HHVM Status] ( http://hhvm.h4cc.de/badge/litipk/php-bignumbers.svg )] ( http://hhvm.h4cc.de/package/litipk/php-bignumbers )
12
+ Coverage (from Coveralls): | [ ![ Coverage Status] ( https://coveralls.io/repos/Litipk/php-bignumbers/badge.png?tag=0.7.0 )] ( https://coveralls.io/r/Litipk/php-bignumbers?branch=master )
12
13
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/ )
13
14
Code Quality: | [ ![ Scrutinizer Quality Score] ( https://scrutinizer-ci.com/g/Litipk/php-bignumbers/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/Litipk/php-bignumbers/ )
14
15
Dependencies: | [ ![ Dependency Status] ( https://www.versioneye.com/user/projects/52cc91c6ec13754970000275/badge.png )] ( https://www.versioneye.com/user/projects/52cc91c6ec13754970000275 )
@@ -28,7 +29,7 @@ composer.json file the following text:
28
29
``` json
29
30
{
30
31
"require" : {
31
- "litipk/php-bignumbers" : " 0.6 .0"
32
+ "litipk/php-bignumbers" : " 0.7 .0"
32
33
}
33
34
}
34
35
```
You can’t perform that action at this time.
0 commit comments