Skip to content

Commit

Permalink
Released version "1.0.0-beta"
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Jan 12, 2015
1 parent 98b43f0 commit 331ea67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -113,7 +113,7 @@ Installation
Use [Composer] to install the package:

```
$ composer require webmozart/json@dev
$ composer require webmozart/json@beta
```

Contribute
Expand Down

0 comments on commit 331ea67

Please sign in to comment.