@@ -17,8 +17,9 @@ It could be useful if you want to start from scratch a kata or a little exercise
1717 * [ ` LICENSE ` ] [ link-license ]
1818 * [ ` composer.json ` ] [ link-composer-json ]
1919 * [ ` phpunit.xml ` ] [ link-phpunit ]
20+ * [ ` .gitignore ` ] [ link-gitignore ]
2021 * [ ` .editorconfig ` ] [ link-editorconfig ]
21- * [ ` .travis.yml ` ] [ link-travis ]
22+ * [ ` .travis.yml ` ] [ link-travis-yml ]
2223 * [ ` .scrutinizer.yml ` ] [ link-scrutinizer ]
2324* Some useful resources to start coding
2425
@@ -76,15 +77,16 @@ The MIT License (MIT). Please see [License File][link-license] for more informat
7677[ ico-downloads ] : https://img.shields.io/packagist/dt/codelytv/php-bootstrap.svg?style=flat-square
7778
7879[ link-packagist ] : https://packagist.org/packages/codelytv/php-bootstrap
80+ [ link-license ] : LICENSE
7981[ link-travis ] : https://travis-ci.org/CodelyTV/php-bootstrap
8082[ link-code-quality ] : https://scrutinizer-ci.com/g/CodelyTV/php-bootstrap
8183[ link-downloads ] : https://packagist.org/packages/codelytv/php-bootstrap
82- [ link-author ] : https://github.com/CodelyTV
83- [ link-contributors ] : ../../contributors
84- [ link-composer-json ] : composer.json
8584[ link-readme ] : README.md
86- [ link-license ] : LICENSE
85+ [ link-composer-json ] : composer.json
8786[ link-phpunit ] : phpunit.xml
87+ [ link-gitignore ] : .gitignore
8888[ link-editorconfig] : .editorconfig
89- [ link-travis] : .travis.yml
89+ [ link-travis-yml ] : .travis.yml
9090[ link-scrutinizer] : .scrutinizer.yml
91+ [ link-author ] : https://github.com/CodelyTV
92+ [ link-contributors ] : ../../contributors
0 commit comments