Skip to content

1.0.0

Choose a tag to compare

@niden niden released this 08 Sep 20:20
· 2 commits to master since this release
2885204

Added

  • Phalcon\CodeQuality\PhpCsFixer\Rules, the shared php-cs-fixer rule set. It starts with the @PSR12 set, and the Phalcon rules after it replace three of the values of that set.
  • Phalcon\CodeQuality\PhpCsFixer\ConfigFactory::create(), which builds a php-cs-fixer configuration from a list of paths and a cache file.
  • The Phalcon phpcs standard: PSR-12 without the PSR2.Methods.MethodDeclaration.Underscore sniff. dealerdirect/phpcodesniffer-composer-installer registers it, so a project refers to it with <rule ref="Phalcon"/>.
  • A Docker environment. The PHP_VERSION variable selects the PHP version, and the default is 8.1.
  • Continuous integration for PHP 8.1 to 8.5, and Dependabot for composer, GitHub Actions and Docker.