From cb4d0dc7f5daafab376a4b7449bf9edc41ed71e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Milan=20Felix=20=C5=A0ulc?=
Date: Wed, 5 Jul 2023 11:25:37 +0200
Subject: [PATCH] Readme: improvements
---
README.md | 28 ++++++----------------------
1 file changed, 6 insertions(+), 22 deletions(-)
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