Skip to content

Commit cb4d0dc

Browse files
committed
Readme: improvements
1 parent a1c1093 commit cb4d0dc

File tree

1 file changed

+6
-22
lines changed

1 file changed

+6
-22
lines changed

README.md

+6-22
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,18 @@ NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich Ayala. It is a
1313
</p>
1414

1515
<p align=center>
16-
<a href="https://travis-ci.org/pwnlabs/nusoap"><img src="https://img.shields.io/travis/pwnlabs/nusoap.svg?style=flat-square"></a>
17-
<a href="https://packagist.org/packages/econea/nusoap"><img src="https://img.shields.io/packagist/l/econea/nusoap.svg?style=flat-square"></a>
18-
<a href="https://packagist.org/packages/econea/nusoap"><img src="https://img.shields.io/packagist/dt/econea/nusoap.svg?style=flat-square"></a>
19-
<a href="https://packagist.org/packages/econea/nusoap"><img src="https://img.shields.io/packagist/v/econea/nusoap.svg?style=flat-square"></a>
20-
<a href="http://bit.ly/ctteg"><img src="https://img.shields.io/gitter/room/contributte/contributte.svg?style=flat-square"></a>
16+
<a href="https://github.com/pwnlabs/nusoap/actions"><img src="https://badgen.net/github/checks/pwnlabs/nusoap/master?cache=300"></a>
17+
<a href="https://coveralls.io/r/pwnlabs/nusoap"><img src="https://badgen.net/coveralls/c/github/pwnlabs/nusoap?cache=300"></a>
18+
<a href="https://packagist.org/packages/econea/nusoap"><img src="https://badgen.net/packagist/dm/econea/nusoap"></a>
19+
<a href="https://packagist.org/packages/econea/nusoap"><img src="https://badgen.net/packagist/dt/econea/nusoap"></a>
20+
<a href="https://packagist.org/packages/econea/nusoap"><img src="https://badgen.net/packagist/v/econea/nusoap"></a>
2121
</p>
2222

2323
-----
2424

2525
## Info
2626

27-
- Supported PHP: [5.4 - 8.2](https://travis-ci.org/pwnlabs/nusoap)
28-
- Latest version: [0.9.11](https://github.com/pwnlabs/nusoap/releases/tag/v0.9.11)
29-
- Dev version: [develop](https://github.com/pwnlabs/nusoap/tree/develop)
27+
- Supported PHP: [5.4 - 8.2](https://packagist.org/packages/econea/nusoap)
3028
- Official project: https://sourceforge.net/projects/nusoap/
3129

3230
## Installation
@@ -37,20 +35,6 @@ To install this library use [Composer](https://getcomposer.org/).
3735
composer require econea/nusoap
3836
```
3937

40-
**Bleeding edge**
41-
42-
If you want to test bleeding edge, follow this.
43-
44-
```json
45-
{
46-
"require": {
47-
"econea/nusoap": "dev-develop"
48-
},
49-
"minimum-stability": "dev",
50-
"prefer-stable": true
51-
}
52-
```
53-
5438
## Usage
5539

5640
```php

0 commit comments

Comments
 (0)