jumper423/decaptcha

View on GitHub
.scrutinizer.yml

Summary

Maintainability
Test Coverage
checks:
  php:
    code_rating: true
    duplication: true

filter:
  excluded_paths:
    - vendor/*

before_commands:
  - "composer install --prefer-source"