Skip to content

Commit 34bf1db

Browse files
committed
Update README.md
1 parent 439b670 commit 34bf1db

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

README.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# DWS Coding Standard
2-
[![Build Status](https://travis-ci.org/dominionenterprises/dws-coding-standard.png)](https://travis-ci.org/dominionenterprises/dws-coding-standard)
3-
[![Code Coverage](http://img.shields.io/coveralls/dominionenterprises/dws-coding-standard.svg?style=flat)](https://coveralls.io/r/dominionenterprises/dws-coding-standard)
2+
[![Build Status](https://travis-ci.org/traderinteractive/dws-coding-standard.svg?branch=master)](https://travis-ci.org/traderinteractive/dws-coding-standard)
3+
[![Coverage Status](https://coveralls.io/repos/github/traderinteractive/dws-coding-standard/badge.svg)](https://coveralls.io/github/traderinteractive/dws-coding-standard)
4+
5+
[![Latest Stable Version](https://poser.pugx.org/traderinteractive/coding-standard/v/stable)](https://packagist.org/packages/traderinteractive/coding-standard)
6+
[![Latest Unstable Version](https://poser.pugx.org/traderinteractive/coding-standard/v/unstable)](https://packagist.org/packages/traderinteractive/coding-standard)
7+
[![License](https://poser.pugx.org/traderinteractive/coding-standard/license)](https://packagist.org/packages/traderinteractive/coding-standard)
8+
9+
[![Total Downloads](https://poser.pugx.org/traderinteractive/coding-standard/downloads)](https://packagist.org/packages/traderinteractive/coding-standard)
10+
[![Daily Downloads](https://poser.pugx.org/traderinteractive/coding-standard/d/daily)](https://packagist.org/packages/traderinteractive/coding-standard)
11+
[![Monthly Downloads](https://poser.pugx.org/traderinteractive/coding-standard/d/monthly)](https://packagist.org/packages/traderinteractive/coding-standard)
412

513
A fairly complete [PHP_CodeSniffer](http://www.squizlabs.com/php-codesniffer) coding standard. See the [standard document](standard.md) to
614
see what "sniffs" are enforced.
@@ -9,31 +17,27 @@ see what "sniffs" are enforced.
917

1018
This standard is meant to be used in a project using [Composer](http://getcomposer.org). It can be added to your project's composer.json as follows:
1119

12-
```json
13-
{
14-
"require-dev": {
15-
"dominionenterprises/dws-coding-standard": "~1.0"
16-
}
17-
}
20+
```sh
21+
composer require traderinteractive/coding-standard
1822
```
1923

2024
Then to use it, you can run the following (or add to your build process):
2125

2226
```bash
23-
./vendor/bin/phpcs --standard=$(pwd)/vendor/dominionenterprises/dws-coding-standard/DWS YOUR_FILES_AND_DIRECTORIES
27+
./vendor/bin/phpcs --standard=$(pwd)/vendor/traderinteractive/coding-standard/DWS YOUR_FILES_AND_DIRECTORIES
2428
```
2529

2630
## Contact
2731

2832
Developers may be contacted at:
2933

30-
* [Pull Requests](https://github.com/dominionenterprises/dws-coding-standard/pulls)
31-
* [Issues](https://github.com/dominionenterprises/dws-coding-standard/issues)
34+
* [Pull Requests](https://github.com/traderinteractive/dws-coding-standard/pulls)
35+
* [Issues](https://github.com/traderinteractive/dws-coding-standard/issues)
3236

3337
## Tests
3438

3539
Tests for the sniffs are included, and are run using the included build:
3640

3741
```bash
38-
./build.php
42+
./vendor/bin/phpunit
3943
```

0 commit comments

Comments
 (0)