@@ -17,8 +17,9 @@ It could be useful if you want to start from scratch a kata or a little exercise
17
17
* [ ` LICENSE ` ] [ link-license ]
18
18
* [ ` composer.json ` ] [ link-composer-json ]
19
19
* [ ` phpunit.xml ` ] [ link-phpunit ]
20
+ * [ ` .gitignore ` ] [ link-gitignore ]
20
21
* [ ` .editorconfig ` ] [ link-editorconfig ]
21
- * [ ` .travis.yml ` ] [ link-travis ]
22
+ * [ ` .travis.yml ` ] [ link-travis-yml ]
22
23
* [ ` .scrutinizer.yml ` ] [ link-scrutinizer ]
23
24
* Some useful resources to start coding
24
25
@@ -76,15 +77,16 @@ The MIT License (MIT). Please see [License File][link-license] for more informat
76
77
[ ico-downloads ] : https://img.shields.io/packagist/dt/codelytv/php-bootstrap.svg?style=flat-square
77
78
78
79
[ link-packagist ] : https://packagist.org/packages/codelytv/php-bootstrap
80
+ [ link-license ] : LICENSE
79
81
[ link-travis ] : https://travis-ci.org/CodelyTV/php-bootstrap
80
82
[ link-code-quality ] : https://scrutinizer-ci.com/g/CodelyTV/php-bootstrap
81
83
[ 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
85
84
[ link-readme ] : README.md
86
- [ link-license ] : LICENSE
85
+ [ link-composer-json ] : composer.json
87
86
[ link-phpunit ] : phpunit.xml
87
+ [ link-gitignore ] : .gitignore
88
88
[ link-editorconfig] : .editorconfig
89
- [ link-travis] : .travis.yml
89
+ [ link-travis-yml ] : .travis.yml
90
90
[ link-scrutinizer] : .scrutinizer.yml
91
+ [ link-author ] : https://github.com/CodelyTV
92
+ [ link-contributors ] : ../../contributors
0 commit comments