|
9 | 9 | [](https://packagist.org/packages/tm/tooly-composer-script) |
10 | 10 | [](https://gitter.im/tommy-muehle/tooly-composer-script?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) |
11 | 11 |
|
12 | | -With the tooly [composer-script](https://getcomposer.org/doc/articles/scripts.md) aka hook you can manage needed phar files, such as phpunit, in your composer.json. |
13 | | -Every phar file will be saved in the [composer binary directory](https://getcomposer.org/doc/articles/vendor-binaries.md). |
| 12 | +With the tooly [composer-script](https://getcomposer.org/doc/articles/scripts.md) aka hook you can manage needed PHAR files for quality assurance, such as PHPUnit or phpmd, in your project's composer.json. Every PHAR file will be saved in the [composer binary directory](https://getcomposer.org/doc/articles/vendor-binaries.md). |
14 | 13 |
|
15 | | -## Features |
16 | | - |
17 | | -Make sure that all developers in your project get the required tools in the right version |
18 | | -with the power of composer. |
19 | | - |
20 | | -Optional with [GPG signature verification](https://www.gnupg.org/gph/en/manual/x135.html) for each tool. |
21 | | - |
22 | | -## Postcardware |
23 | | - |
24 | | -You're free to use this package (it's [MIT-licensed](LICENSE)), but if it makes you happy it would be a great pleasure for me if you send a postcard from your hometown to me. |
25 | | -My address is: Tommy Muehle, Hepkestr. 177, 01277 Dresden, Germany. |
26 | | - |
27 | | -The postcards will get published on [my website](https://tommy-muehle.io). |
| 14 | +So you can be sure that all developers in your project get the required PHAR tools in the needed version with nothing more as composer. Optional with [GPG signature verification](https://www.gnupg.org/gph/en/manual/x135.html) for each tool. |
28 | 15 |
|
29 | 16 | ## Example |
30 | 17 |
|
@@ -123,6 +110,13 @@ But is also useful if some require-dev library has one of the tools as own requi |
123 | 110 | This parameter means that this phar is only needed in developing mode. |
124 | 111 | So the command ```composer [install|update] --no-dev``` ignores this phar tool. |
125 | 112 |
|
| 113 | +## Postcardware |
| 114 | + |
| 115 | +You're free to use this package (it's [MIT-licensed](LICENSE)), but if it makes you happy it would be a great pleasure for me if you send a postcard from your hometown to me. |
| 116 | +My address is: Tommy Muehle, Hepkestr. 177, 01277 Dresden, Germany. |
| 117 | + |
| 118 | +The postcards will get published on [my website](https://tommy-muehle.io). |
| 119 | + |
126 | 120 | ## A note to PhpStorm or other IDE users |
127 | 121 |
|
128 | 122 | To furthermore have auto-suggestion you should set the "include_path" option in the project. |
|
0 commit comments