File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- # PHPDraft [ ![ Packagist Version] ( https://img.shields.io/packagist/v/smillerdev/phpdraft.svg )] ( https://github.com/SMillerDev/phpdraft/releases/latest ) [ ![ Build Status] ( https://img.shields.io/travis/smillerdev/phpdraft.svg )] ( https://travis-ci.org/SMillerDev/phpdraft ) [ ![ codecov ] ( https://img.shields.io/codecov/c/github/smillerdev/phpdraft .svg )] ( https://codecov .io/gh/SMillerDev/phpdraft ) [ ![ Style Status ] ( https://styleci. io/repos/65147997/shield?style=square )] ( https://styleci .io/repos/65147997 ) ![ Maintenance] ( https://img.shields.io/maintenance/yes/2019.svg )
1+ # PHPDraft [ ![ Packagist Version] ( https://img.shields.io/packagist/v/smillerdev/phpdraft.svg )] ( https://github.com/SMillerDev/phpdraft/releases/latest ) [ ![ Build Status] ( https://img.shields.io/travis/smillerdev/phpdraft.svg )] ( https://travis-ci.org/SMillerDev/phpdraft ) [ ![ Sonar Coverage ] ( https://img.shields.io/sonar/https/sonarcloud.io/SMillerDev_phpdraft/coverage .svg )] ( https://sonarcloud .io/dashboard?id=SMillerDev_phpdraft ) [ ![ Sonar Quality Gate ] ( https://img.shields. io/sonar/https/sonarcloud.io/SMillerDev_phpdraft/alert_status.svg )] ( https://sonarcloud .io/dashboard?id=SMillerDev_phpdraft ) ![ Maintenance] ( https://img.shields.io/maintenance/yes/2019.svg )
22This is a parser for API Blueprint files in PHP.[ 1] ( #dependencies )
33
44## Dependencies
Original file line number Diff line number Diff line change 2727 "ext-curl" : " *"
2828 },
2929 "require-dev" : {
30- "lunr/halo" : " * " ,
30+ "lunr/halo" : " dev-master " ,
3131 "phpunit/phpunit" : " ~7.0" ,
3232 "theseer/autoload" : " ~1.0" ,
3333 "phing/phing" : " ~2.0"
Original file line number Diff line number Diff line change 11sonar.projectKey =SMillerDev_phpdraft
22sonar.projectName =PHPDraft
3- sonar.sources =src/PHPDraft
3+ sonar.sources =src/PHPDraft
4+ sonar.php.coverage.reportPaths =.
5+ sonar.exclusions =src/PHPDraft/**/Tests/**, tests/**
You can’t perform that action at this time.
0 commit comments