File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
File Path Utility
2
2
=================
3
3
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 )
6
6
[ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/b8c658df-0cce-4566-bf55-75da109aa6d7/mini.png )] ( https://insight.sensiolabs.com/projects/b8c658df-0cce-4566-bf55-75da109aa6d7 )
7
7
[ ![ Latest Stable Version] ( https://poser.pugx.org/webmozart/path-util/v/stable.svg )] ( https://packagist.org/packages/webmozart/path-util )
8
8
[ ![ 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 )
10
10
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 )
12
12
13
13
PHP >= 5.3.3
14
14
@@ -21,7 +21,7 @@ Installation
21
21
The utility can be installed with [ Composer] :
22
22
23
23
```
24
- $ composer require webmozart/path-util:~1.1
24
+ $ composer require webmozart/path-util:^2.0
25
25
```
26
26
27
27
Usage
You can’t perform that action at this time.
0 commit comments