Skip to content

Commit 89533c0

Browse files
committed
Readme: update overview, add versions
1 parent ea080e4 commit 89533c0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,16 @@
2424
composer require contributte/http
2525
```
2626

27+
## Versions
28+
29+
| State | Version | Branch | PHP |
30+
|-------------|---------|----------|----------|
31+
| development | `^0.1` | `master` | `>= 5.6` |
32+
2733
## Overview
2834

29-
- [Simple cURL client (CurlExtension)](https://github.com/contributte/http/blob/master/.docs/README.md#curl)
30-
- [URL in console / SAPI mode (CliRequestExtension)](https://github.com/contributte/http/blob/master/.docs/README.md#clirequest)
35+
- [Curl - simple http client (CurlExtension)](https://github.com/contributte/http/blob/master/.docs/README.md#curl)
36+
- [SAPI - fake request (CliRequestExtension)](https://github.com/contributte/http/blob/master/.docs/README.md#sapi)
3137
- Collection of Utils:
3238
- [Url](https://github.com/contributte/http/blob/master/.docs/README.md#url)
3339

0 commit comments

Comments
 (0)