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:
2222
2323The 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
3031To 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
3437Or 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
4045More 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.
5459I 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