Skip to content

Commit 8dbc7f4

Browse files
committed
Updated latest version to "2.2.0"
1 parent 6eb5878 commit 8dbc7f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ File Path Utility
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/2.1.0/badge.svg)](https://www.versioneye.com/php/webmozart:path-util/2.1.0)
9+
[![Dependency Status](https://www.versioneye.com/php/webmozart:path-util/2.2.0/badge.svg)](https://www.versioneye.com/php/webmozart:path-util/2.2.0)
1010

11-
Latest release: [2.1.0](https://packagist.org/packages/webmozart/path-util#2.1.0)
11+
Latest release: [2.2.0](https://packagist.org/packages/webmozart/path-util#2.2.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:^2.1
24+
$ composer require webmozart/path-util:^2.2
2525
```
2626

2727
Usage

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"extra": {
2626
"branch-alias": {
27-
"dev-master": "2.0-dev"
27+
"dev-master": "2.3-dev"
2828
}
2929
},
3030
"require-dev": {

0 commit comments

Comments
 (0)