Skip to content

Commit

Permalink
Released version "2.1.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Jul 14, 2015
1 parent 961f218 commit 2640299
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 @@
File Path Utility
=================

[![Build Status](https://travis-ci.org/webmozart/path-util.svg?branch=master)](https://travis-ci.org/webmozart/path-util)
[![Code Coverage](https://scrutinizer-ci.com/g/webmozart/path-util/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/webmozart/path-util/?branch=master)
[![Build Status](https://travis-ci.org/webmozart/path-util.svg?branch=2.1.0)](https://travis-ci.org/webmozart/path-util)
[![Code Coverage](https://scrutinizer-ci.com/g/webmozart/path-util/badges/coverage.png?b=2.1.0)](https://scrutinizer-ci.com/g/webmozart/path-util/?branch=2.1.0)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/b8c658df-0cce-4566-bf55-75da109aa6d7/mini.png)](https://insight.sensiolabs.com/projects/b8c658df-0cce-4566-bf55-75da109aa6d7)
[![Latest Stable Version](https://poser.pugx.org/webmozart/path-util/v/stable.svg)](https://packagist.org/packages/webmozart/path-util)
[![Total Downloads](https://poser.pugx.org/webmozart/path-util/downloads.svg)](https://packagist.org/packages/webmozart/path-util)
[![Dependency Status](https://www.versioneye.com/php/webmozart:path-util/2.0.0/badge.svg)](https://www.versioneye.com/php/webmozart:path-util/2.0.0)
[![Dependency Status](https://www.versioneye.com/php/webmozart:path-util/2.1.0/badge.svg)](https://www.versioneye.com/php/webmozart:path-util/2.1.0)

Latest release: [2.0.0](https://packagist.org/packages/webmozart/path-util#2.0.0)
Latest release: [2.1.0](https://packagist.org/packages/webmozart/path-util#2.1.0)

PHP >= 5.3.3

Expand All @@ -21,7 +21,7 @@ Installation
The utility can be installed with [Composer]:

```
$ composer require webmozart/path-util:^2.0
$ composer require webmozart/path-util:^2.1
```

Usage
Expand Down

0 comments on commit 2640299

Please sign in to comment.