File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -22,20 +22,25 @@ Included in this package are:
22
22
23
23
The installed tools are available in vendor/bin/ and can be started like this:
24
24
25
- php vendor/bin/phpmd
26
-
25
+ ``` bash
26
+ php vendor/bin/phpmd
27
+ ```
27
28
28
29
# Installation
29
30
30
31
To use this package, add it as as "dev" dependency with this command:
31
32
32
- php composer.phar require h4cc/phpqatools --dev
33
+ ``` bash
34
+ composer require h4cc/phpqatools --dev
35
+ ```
33
36
34
37
Or modify your composer.json as followed:
35
38
36
- require-dev: {
37
- "h4cc/phpqatools": "*"
38
- }
39
+ ``` json
40
+ require-dev: {
41
+ "h4cc/phpqatools" : " *"
42
+ }
43
+ ```
39
44
40
45
More info about development dependencies: http://getcomposer.org/doc/04-schema.md#require-dev
41
46
@@ -50,5 +55,5 @@ In such a case, simply stick to a minor-version like "1.2.\*".
50
55
51
56
# Todo
52
57
53
- A phing buildfile may be included someday.
58
+ A phing or task buildfile may be included someday.
54
59
I hope some more tools get available in stable versions, so i can add them here.
You can’t perform that action at this time.
0 commit comments