Skip to content

Commit e964520

Browse files
committed
Update README.md for GitHub
1 parent 6f0505a commit e964520

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,11 @@
22

33
## Installation
44

5-
Update `composer.json`:
5+
Install the coding standard using [Composer](https://getcomposer.org/):
66

7-
{
8-
"repositories": [
9-
{ "type": "vcs", "url": "git@bitbucket.org:leviy/leviy-coding-standard.git" }
10-
],
11-
12-
"require-dev": {
13-
"leviy/coding-standard": "^1.0"
14-
}
15-
}
16-
17-
Install dependencies:
18-
19-
composer update leviy/coding-standard
7+
```bash
8+
composer require --dev leviy/coding-standard
9+
```
2010

2111
Create a `phpcs.xml` file containing the following bootstrap code sniffer configuration:
2212

0 commit comments

Comments
 (0)