File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed
Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2.0
22jobs :
33 build :
44 environment :
5- CC_TEST_REPORTER_ID : b7cf8a6ece88a3d25d7f7e17598ff78f7baae88e66c8903b478f8e65b53ed876
5+ CC_TEST_REPORTER_ID : 2ecadaa1fe4b1917c00e1e9e79591bfa4dad375145696201016a1fd090e33577
66 docker :
77 - image : circleci/php:7-cli-node-browsers-legacy
88 working_directory : ~/repo
Original file line number Diff line number Diff line change 11# CSV Parser
2- ![ CircleCI (all branches) ] ( https://img.shields.io/ circleci/project/github/fmizzell/ csv-parser.svg )
3- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/4a8830b21fcd4debff22 /maintainability )] ( https://codeclimate.com/github/fmizzell /csv-parser/maintainability )
4- [ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/4a8830b21fcd4debff22 /test_coverage )] ( https://codeclimate.com/github/fmizzell /csv-parser/test_coverage )
2+ [ ![ CircleCI] ( https://circleci.com/gh/GetDKAN/csv-parser.svg?style=svg )] ( https:// circleci.com/gh/GetDKAN/ csv-parser)
3+ [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/fd8b0e84a063da2ebfe6 /maintainability )] ( https://codeclimate.com/github/GetDKAN /csv-parser/maintainability )
4+ [ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/fd8b0e84a063da2ebfe6 /test_coverage )] ( https://codeclimate.com/github/GetDKAN /csv-parser/test_coverage )
55[ ![ GPLv3 license] ( https://img.shields.io/badge/License-GPLv3-blue.svg )] ( https://www.gnu.org/licenses/gpl-3.0.en.html )
66
77A state-machine driven CSV parser and validator.
Original file line number Diff line number Diff line change 1414 "CsvParserTest\\ " : " test/"
1515 }
1616 },
17+ "require-dev" : {
18+ "phpunit/phpunit" : " ^7.5" ,
19+ "bugatino/phpcs-git-pre-commit" : " dev-master" ,
20+ "squizlabs/php_codesniffer" : " ^3.4"
21+ },
22+ "scripts" : {
23+ "post-install-cmd" : [
24+ " sh ./vendor/bugatino/phpcs-git-pre-commit/src/setup.sh"
25+ ],
26+ "post-update-cmd" : [
27+ " sh ./vendor/bugatino/phpcs-git-pre-commit/src/setup.sh"
28+ ]
29+ },
1730 "require" : {
1831 "fmizzell/maquina" : " 1.0.0" ,
1932 "getdkan/contracts" : " ~0.1.0"
20- },
21- "require-dev" : {
22- "phpunit/phpunit" : " ^7.4"
2333 }
2434}
You can’t perform that action at this time.
0 commit comments