Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit d28176f

Browse files
committed
Prepare for release
1 parent 916ad09 commit d28176f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Provides classes to work with HTTP requests and responses.
77

88
[![Build Status](https://secure.travis-ci.org/brick/http.svg?branch=master)](http://travis-ci.org/brick/http)
99
[![Coverage Status](https://coveralls.io/repos/brick/http/badge.svg?branch=master)](https://coveralls.io/r/brick/http?branch=master)
10+
[![Latest Stable Version](https://poser.pugx.org/brick/http/v/stable)](https://packagist.org/packages/brick/http)
1011
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)
1112

1213
Installation
@@ -17,7 +18,7 @@ Just define the following requirement in your `composer.json` file:
1718

1819
{
1920
"require": {
20-
"brick/http": "dev-master"
21+
"brick/http": "0.1.*"
2122
}
2223
}
2324

0 commit comments

Comments
 (0)