Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Oct 4, 2017
1 parent 916ad09 commit d28176f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Provides classes to work with HTTP requests and responses.

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

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

{
"require": {
"brick/http": "dev-master"
"brick/http": "0.1.*"
}
}

Expand Down

0 comments on commit d28176f

Please sign in to comment.