Skip to content

Commit 2a0041b

Browse files
committed
Removed invalid php composer.phar global require command.
1 parent df8abf1 commit 2a0041b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ After the inspection is completed, you are given a list of changes that have occ
1717
As this is still an alpha package, it is not suggested to include `php-semver-checker` directly in your composer.json. There are however a couple ways to use the tool:
1818

1919
1. `php composer.phar create-project tomzx/php-semver-checker --stability=dev` will clone to a new php-semver-checker folder in your current working directory
20-
2. `php composer.phar global require tomzx/php-semver-checker --stability=dev` will clone it to your global composer location, so you can use it from anywhere.
21-
3. `git clone https://github.com/tomzx/php-semver-checker.git` and `php composer.phar install` in the newly cloned directory.
20+
2. `git clone https://github.com/tomzx/php-semver-checker.git` and `php composer.phar install` in the newly cloned directory.
2221

2322
You may also download the [latest .phar build](https://github.com/tomzx/php-semver-checker/releases). Note that the .phar build is generally less bleeding edge than the previously mentioned methods.
2423

@@ -122,4 +121,4 @@ Time: 0.474 seconds, Memory: 4.597 MB
122121

123122
## License
124123

125-
The code is licensed under the [MIT license](http://choosealicense.com/licenses/mit/). See LICENSE.
124+
The code is licensed under the [MIT license](http://choosealicense.com/licenses/mit/). See LICENSE.

0 commit comments

Comments
 (0)