File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 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 `
You can’t perform that action at this time.
0 commit comments