File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ filter :
2+ excluded_paths :
3+ - ' vendor/*'
4+ - ' tests/*'
5+ before_commands :
6+ - ' composer install'
7+ tools :
8+ php_analyzer : true
9+ php_mess_detector : true
10+ php_code_sniffer :
11+ config :
12+ standard : PSR1
13+ sensiolabs_security_checker : true
14+ php_code_coverage :
15+ test_command : ' ./vendor/bin/phpunit'
16+ php_loc :
17+ excluded_dirs :
18+ - vendor
19+ - tests
20+ php_pdepend : true
21+ php_sim : true
Original file line number Diff line number Diff line change 11#mongo-queue-php
22[ ![ Build Status] ( http://img.shields.io/travis/dominionenterprises/mongo-queue-php.svg?style=flat )] ( https://travis-ci.org/dominionenterprises/mongo-queue-php )
3+ [ ![ Scrutinizer Code Quality] ( http://img.shields.io/scrutinizer/g/dominionenterprises/mongo-queue-php.svg?style=flat )] ( https://scrutinizer-ci.com/g/dominionenterprises/mongo-queue-php/ )
4+ [ ![ Code Coverage] ( http://img.shields.io/scrutinizer/coverage/g/dominionenterprises/mongo-queue-php.svg?style=flat )] ( https://scrutinizer-ci.com/g/dominionenterprises/mongo-queue-php/ )
5+
36[ ![ Latest Stable Version] ( http://img.shields.io/packagist/v/dominionenterprises/mongo-queue-php.svg?style=flat )] ( https://packagist.org/packages/dominionenterprises/mongo-queue-php )
47[ ![ Total Downloads] ( http://img.shields.io/packagist/dt/dominionenterprises/mongo-queue-php.svg?style=flat )] ( https://packagist.org/packages/dominionenterprises/mongo-queue-php )
58[ ![ License] ( http://img.shields.io/packagist/l/dominionenterprises/mongo-queue-php.svg?style=flat )] ( https://packagist.org/packages/dominionenterprises/mongo-queue-php )
You can’t perform that action at this time.
0 commit comments