Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 68c52a7

Browse files
committed
Update docs to reflect change introduced with #159
1 parent ed44bf5 commit 68c52a7

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -229,19 +229,15 @@ $ docker-compose run apigility composer development-status
229229
QA Tools
230230
--------
231231

232-
The skeleton does not come with any QA tooling by default, but does ship with
233-
configuration for each of:
234-
235-
- [phpcs](https://github.com/squizlabs/php_codesniffer)
236-
- [phpunit](https://phpunit.de)
237-
238-
Additionally, it comes with some basic tests for the shipped
232+
The skeleton ships with minimal QA tooling by default, including
233+
zendframework/zend-test. We supply basic tests for the shipped
239234
`Application\Controller\IndexController`.
240235

241-
If you want to add these QA tools, execute the following:
236+
We also ship with configuration for [phpcs](https://github.com/squizlabs/php_codesniffer).
237+
If you wish to add this QA tool, execute the following:
242238

243239
```bash
244-
$ composer require --dev phpunit/phpunit squizlabs/php_codesniffer zendframework/zend-test
240+
$ composer require --dev squizlabs/php_codesniffer
245241
```
246242

247243
We provide aliases for each of these tools in the Composer configuration:

0 commit comments

Comments
 (0)