diff --git a/README.md b/README.md index 5ebea54..d67381d 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ Webmozart Glob ============== -[![Build Status](https://travis-ci.org/webmozart/json.svg?branch=master)](https://travis-ci.org/webmozart/json) -[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/webmozart/json/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/webmozart/json/?branch=master) +[![Build Status](https://travis-ci.org/webmozart/json.svg?branch=1.0.0-beta)](https://travis-ci.org/webmozart/json) +[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/webmozart/json/badges/quality-score.png?b=1.0.0-beta)](https://scrutinizer-ci.com/g/webmozart/json/?branch=1.0.0-beta) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/8ec9e50d-c94c-4d5c-8ad1-517eef16f440/mini.png)](https://insight.sensiolabs.com/projects/8ec9e50d-c94c-4d5c-8ad1-517eef16f440) [![Latest Stable Version](https://poser.pugx.org/webmozart/json/v/stable.svg)](https://packagist.org/packages/webmozart/json) [![Total Downloads](https://poser.pugx.org/webmozart/json/downloads.svg)](https://packagist.org/packages/webmozart/json) [![Dependency Status](https://www.versioneye.com/php/webmozart:json/1.0.0/badge.svg)](https://www.versioneye.com/php/webmozart:json/1.0.0) -Latest release: none +Latest release: [1.0.0-beta](https://packagist.org/packages/webmozart/json#1.0.0-beta) A robust wrapper for `json_encode()`/`json_decode()` that normalizes their behavior across PHP versions, throws meaningful exceptions and supports schema @@ -113,7 +113,7 @@ Installation Use [Composer] to install the package: ``` -$ composer require webmozart/json@dev +$ composer require webmozart/json@beta ``` Contribute