Skip to content

Commit 0c56c67

Browse files
committed
Updated readme.
1 parent 5fe0f4b commit 0c56c67

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,25 @@ Included in this package are:
2222

2323
The installed tools are available in vendor/bin/ and can be started like this:
2424

25-
php vendor/bin/phpmd
26-
25+
```bash
26+
php vendor/bin/phpmd
27+
```
2728

2829
# Installation
2930

3031
To use this package, add it as as "dev" dependency with this command:
3132

32-
php composer.phar require h4cc/phpqatools --dev
33+
```bash
34+
composer require h4cc/phpqatools --dev
35+
```
3336

3437
Or modify your composer.json as followed:
3538

36-
require-dev: {
37-
"h4cc/phpqatools": "*"
38-
}
39+
```json
40+
require-dev: {
41+
"h4cc/phpqatools": "*"
42+
}
43+
```
3944

4045
More info about development dependencies: http://getcomposer.org/doc/04-schema.md#require-dev
4146

@@ -50,5 +55,5 @@ In such a case, simply stick to a minor-version like "1.2.\*".
5055

5156
# Todo
5257

53-
A phing buildfile may be included someday.
58+
A phing or task buildfile may be included someday.
5459
I hope some more tools get available in stable versions, so i can add them here.

0 commit comments

Comments
 (0)