Skip to content

Releases: smartbooster/standard-bundle

v1.4.2

16 Apr 15:27
323d115

Choose a tag to compare

Added

Fixed

  • recipe 1.4 & 1.4.1 : remove copy .php-cs-fixer.dist.php (@lfortunier)

v1.4.1

16 Apr 13:12
741066c

Choose a tag to compare

Added

Changed

  • Moved phpmetrics/phpmetrics as suggested vendor package becasue it's not on the qualimetry calls command and also because it requires use to do a downgrade of nikic/php-parser from 5.0 to 4.18 on default symfony-docker install which is needed by the symfony/maker-bundle (@lfortunier)

v1.4.0

25 Feb 10:21
081d7bc

Choose a tag to compare

Added

v1.3.1

15 Jan 14:51
06a99a6

Choose a tag to compare

Added

  • qualimetry.mk symfony-checkstyle-fix qa command, alias sfcs-fix (@mathieu-ducrot)

Fixed

  • qualimetry.mk fix the code-beautifier to return 0 on success even it's fixing some files (@mathieu-ducrot)

Removed

  • .php-cs-fixer.dist.php config moved in the platform-core-bundle stubs install (@mathieu-ducrot)

v1.3.0

15 Jan 14:04
520a679

Choose a tag to compare

Fixed

  • Forced minor version to generate a new recipe to ensure proper copy for the files tests/bootstrap.php, phpstan.neon and .php-cs-fixer.dist.php (@mathieu-ducrot)

v1.2.4

15 Jan 07:57
dd35eb4

Choose a tag to compare

Fixed

  • tests/bootstrap.php : fix phpstan false positive detection on CI (@mathieu-ducrot)

v1.2.3

13 Jan 17:02
258ad7e

Choose a tag to compare

Added

  • recipe smartbooster.standard-bundle.1.2.json : add tests/bootstrap.php (@mathieu-ducrot)
  • .php-cs-fixer.dist.php add class_definition and concat_space rule config (@mathieu-ducrot)

v1.2.2

05 Jan 16:32
2ae84a8

Choose a tag to compare

Changed

  • qualimetry.mk : composer audit --abandoned flag set to report instead of fail (the fail behavior must be handled by the scheduled audit job) (@mathieu-ducrot)

v1.2.1

05 Jan 15:56

Choose a tag to compare

Fixed

  • Fix recipes .php-cs-fixer.dist.php missing .php extension (@mathieu-ducrot)

v1.2.0

05 Jan 11:40
7cfc543

Choose a tag to compare

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)