Skip to content

Commit cf0b57a

Browse files
committed
Updated README
1 parent e9f12bc commit cf0b57a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@
66
[![LICENSE](https://img.shields.io/github/license/polymorphine/dev.svg?color=blue)](LICENSE)
77
### Development tools & coding standard scripts for Polymorphine libraries
88

9-
## Coding Standards
10-
Combination of [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer)
11-
and [CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) with custom
12-
settings added as dev dependency of Polymorphine packages.
9+
- [PHPUnit](https://github.com/sebastianbergmann/phpunit) testing library.
10+
- Combination of [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer)
11+
and [CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) with custom
12+
settings added as dev dependency of Polymorphine packages.
13+
- Package skeleton scripted with [Skeletons](https://github.com/shudd3r/skeletons) engine.
14+
15+
### Installation with [Composer](https://getcomposer.org/)
16+
```bash
17+
composer require --dev polymorphine/dev
18+
```
1319

1420
#### PHP-CS-Fixer
1521
`PHP-CS-Fixer` will automatically fix code formatting, and `CodeSniffer`

0 commit comments

Comments
 (0)