Skip to content

Commit fc64ce3

Browse files
committed
Adds scrutinizer-ci/ocular
1 parent 1d35a14 commit fc64ce3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ You'll get the following tools by depending on this package:
4141
- **[Behat][behat]**: BDD framework for PHP
4242
- **[Codeception][codeception]**: Modern full-stack testing framework for PHP
4343
- **[Mink][mink]**: PHP 5.3+ web browser emulator abstraction
44+
- **[Ocular][ocular]**: CLI for uploading external code coverage data to Scrutinizer
4445
- **[ParaTest][paratest]**: Parallel testing for PHPUnit
4546
- **[PHPUnit][phpunit]**: Testing framework for PHP
4647

@@ -212,8 +213,8 @@ THE SOFTWARE.
212213
[behat]: http://behat.org
213214
[codeception]: http://codeception.com
214215
[contributors]: https://github.com/dealerdirect/php-qa-tools/graphs/contributors
215-
[deployer]: https://deployer.org
216216
[deployer-recipes]: https://github.com/deployphp/recipes
217+
[deployer]: https://deployer.org
217218
[frenck]: https://github.com/frenck
218219
[get-in-touch]: http://workingatdealerdirect.eu/open-sollicitatie/
219220
[grumphp]: https://github.com/phpro/grumphp
@@ -224,6 +225,7 @@ THE SOFTWARE.
224225
[mink-selenium2-driver]: https://github.com/minkphp/MinkSelenium2Driver
225226
[mink]: http://mink.behat.org
226227
[mockery]: https://github.com/padraic/mockery
228+
[ocular]: https://github.com/scrutinizer-ci/ocular
227229
[packagist-shield]: https://img.shields.io/packagist/dt/dealerdirect/qa-tools.svg
228230
[packagist-version-shield]: https://img.shields.io/packagist/v/dealerdirect/qa-tools.svg
229231
[packagist-version]: https://packagist.org/packages/dealerdirect/qa-tools

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"phpro/grumphp": ">=0.11.0,<1.0.0",
4545
"phpunit/phpunit": "^5.5.0",
4646
"scheb/tombstone-analyzer": "^0.3.0",
47+
"scrutinizer/ocular": "^1.3",
4748
"sebastian/phpcpd": "^3.0.0",
4849
"seld/jsonlint": "^1.4.0",
4950
"sensiolabs/security-checker": "^4.0",

0 commit comments

Comments
 (0)