Skip to content

v1.2.0

Choose a tag to compare

@mathieu-ducrot mathieu-ducrot released this 05 Jan 11:40
· 32 commits to main since this release
7cfc543

Added

  • composer.json add more qualimetry requirements : (@mathieu-ducrot)
    • pheromone/phpcs-security-audit and dealerdirect/phpcodesniffer-composer-installer for security sniff
    • friendsofphp/php-cs-fixer to enhance complience with the symfony coding standards
    • yamadashy/phpstan-friendly-formatter and spaze/phpstan-disallowed-calls to improve phpstan output and disallowed-calls
  • qualimetry.mk add symfony-checkstyle command based on php-cs-fixer + qa.md docs (@mathieu-ducrot)
  • .php-cs-fixer.dist default PHPCSFixer config (@mathieu-ducrot)
  • phpcs.xml add Security sniff from pheromone/phpcs-security-audit (@mathieu-ducrot)
  • phpstan.neon add disallowed-calls rule + friendly-formatter and cache config (@mathieu-ducrot)

Removed

  • sebastian/phpcpd requirement as it is flag has abandoned and no longer maintained. (@mathieu-ducrot)