Skip to content

Commit

Permalink
Released version "2.0.1"
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed May 21, 2015
1 parent d6aab34 commit ef75609
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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/glob.svg?branch=master)](https://travis-ci.org/webmozart/glob)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/webmozart/glob/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/webmozart/glob/?branch=master)
[![Build Status](https://travis-ci.org/webmozart/glob.svg?branch=2.0.1)](https://travis-ci.org/webmozart/glob)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/webmozart/glob/badges/quality-score.png?b=2.0.1)](https://scrutinizer-ci.com/g/webmozart/glob/?branch=2.0.1)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/05213817-ed84-4171-88f5-6b818179fbe2/mini.png)](https://insight.sensiolabs.com/projects/05213817-ed84-4171-88f5-6b818179fbe2)
[![Latest Stable Version](https://poser.pugx.org/webmozart/glob/v/stable.svg)](https://packagist.org/packages/webmozart/glob)
[![Total Downloads](https://poser.pugx.org/webmozart/glob/downloads.svg)](https://packagist.org/packages/webmozart/glob)
[![Dependency Status](https://www.versioneye.com/php/webmozart:glob/2.0.0/badge.svg)](https://www.versioneye.com/php/webmozart:glob/2.0.0)
[![Dependency Status](https://www.versioneye.com/php/webmozart:glob/2.0.1/badge.svg)](https://www.versioneye.com/php/webmozart:glob/2.0.1)

Latest release: [2.0.0](https://packagist.org/packages/webmozart/glob#2.0.0)
Latest release: [2.0.1](https://packagist.org/packages/webmozart/glob#2.0.1)

A utility implementing Ant-like globbing.

Expand All @@ -26,7 +26,7 @@ Installation
Use [Composer] to install the package:

```
$ composer require webmozart/glob:~2.0
$ composer require webmozart/glob:^2.0
```

Usage
Expand Down

0 comments on commit ef75609

Please sign in to comment.