Skip to content

Commit

Permalink
Fixed build-status label to master
Browse files Browse the repository at this point in the history
  • Loading branch information
yosymfony committed May 3, 2014
1 parent 0c6bbf2 commit 924e0eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TOML parser for PHP

A PHP parser for [TOML](https://github.com/mojombo/toml) compatible with [TOML v0.2.0](https://github.com/mojombo/toml/blob/master/versions/toml-v0.2.0.md).

[![Build Status](https://travis-ci.org/yosymfony/Toml.png?branch=develop)](https://travis-ci.org/yosymfony/Toml)
[![Build Status](https://travis-ci.org/yosymfony/Toml.png?branch=master)](https://travis-ci.org/yosymfony/Toml)
[![Latest Stable Version](https://poser.pugx.org/yosymfony/toml/v/stable.png)](https://packagist.org/packages/yosymfony/toml)
[![Total Downloads](https://poser.pugx.org/yosymfony/toml/downloads.png)](https://packagist.org/packages/yosymfony/toml)

Expand All @@ -15,7 +15,7 @@ Use [Composer](http://getcomposer.org/) to install Yosyfmony Toml package:
Add the following to your `composer.json` and run `composer update`.

"require": {
"yosymfony/toml": "dev-develop"
"yosymfony/toml": "0.2.x-dev"
}

More informations about the package on [Packagist](https://packagist.org/packages/yosymfony/toml).
Expand Down

0 comments on commit 924e0eb

Please sign in to comment.