Skip to content

Commit ff82d23

Browse files
committed
Released version "2.0.0"
1 parent fc29421 commit ff82d23

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
File Path Utility
22
=================
33

4-
[![Build Status](https://travis-ci.org/webmozart/path-util.svg?branch=master)](https://travis-ci.org/webmozart/path-util)
5-
[![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)
4+
[![Build Status](https://travis-ci.org/webmozart/path-util.svg?branch=2.0.0)](https://travis-ci.org/webmozart/path-util)
5+
[![Code Coverage](https://scrutinizer-ci.com/g/webmozart/path-util/badges/coverage.png?b=2.0.0)](https://scrutinizer-ci.com/g/webmozart/path-util/?branch=2.0.0)
66
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/b8c658df-0cce-4566-bf55-75da109aa6d7/mini.png)](https://insight.sensiolabs.com/projects/b8c658df-0cce-4566-bf55-75da109aa6d7)
77
[![Latest Stable Version](https://poser.pugx.org/webmozart/path-util/v/stable.svg)](https://packagist.org/packages/webmozart/path-util)
88
[![Total Downloads](https://poser.pugx.org/webmozart/path-util/downloads.svg)](https://packagist.org/packages/webmozart/path-util)
9-
[![Dependency Status](https://www.versioneye.com/php/webmozart:path-util/1.1.0/badge.svg)](https://www.versioneye.com/php/webmozart:path-util/1.1.0)
9+
[![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)
1010

11-
Latest release: [1.1.0](https://packagist.org/packages/webmozart/path-util#1.1.0)
11+
Latest release: [2.0.0](https://packagist.org/packages/webmozart/path-util#2.0.0)
1212

1313
PHP >= 5.3.3
1414

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

2323
```
24-
$ composer require webmozart/path-util:~1.1
24+
$ composer require webmozart/path-util:^2.0
2525
```
2626

2727
Usage

0 commit comments

Comments
 (0)