A collection of files and configuration for upgrading and analysing your code in CI and development.
- Code standards updates using
friendsofphp/php-cs-fixer - Static analyis using
phpstan/phpstanand - Automated code refactoring using
rector/rectorto make upgrades faster and easier.
Require as a dev component in your project/module.
composer require --dev nswdpc/ci-files:^4OR
composer require --dev nswdpc/ci-files:dev-v-4Use the relevant tag or dev-v-N branch or a tag, depending on your refactoring requirements. The branch will have the latest untagged changes in that major version.
- PD web team
We welcome bug reports, pull requests and feature requests on the Github Issue tracker for this project.
Please review the code of conduct prior to opening a new issue.
If you have found a security issue with this module, please email digital[@]dpc.nsw.gov.au in the first instance, detailing your findings.
If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.
Please review the code of conduct prior to completing a pull request.