diff --git a/README.md b/README.md index 7b9f573..9845d85 100644 --- a/README.md +++ b/README.md @@ -13,20 +13,18 @@ NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich Ayala. It is a

- - - - - + + + + +

----- ## Info -- Supported PHP: [5.4 - 8.2](https://travis-ci.org/pwnlabs/nusoap) -- Latest version: [0.9.11](https://github.com/pwnlabs/nusoap/releases/tag/v0.9.11) -- Dev version: [develop](https://github.com/pwnlabs/nusoap/tree/develop) +- Supported PHP: [5.4 - 8.2](https://packagist.org/packages/econea/nusoap) - Official project: https://sourceforge.net/projects/nusoap/ ## Installation @@ -37,20 +35,6 @@ To install this library use [Composer](https://getcomposer.org/). composer require econea/nusoap ``` -**Bleeding edge** - -If you want to test bleeding edge, follow this. - -```json -{ - "require": { - "econea/nusoap": "dev-develop" - }, - "minimum-stability": "dev", - "prefer-stable": true -} -``` - ## Usage ```php