diff --git a/.styleci.yml b/.styleci.yml deleted file mode 100644 index 5f1606f..0000000 --- a/.styleci.yml +++ /dev/null @@ -1,13 +0,0 @@ -preset: psr2 - -risky: false - -finder: - exclude: - - "tests" - - "vendor" - - "bin" - name: - - "*.php" - path: - - "./" diff --git a/CHANGELOG.md b/CHANGELOG.md index ac9038a..dd3a194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Removed +- remove styleCI integration in favor of Github Actions and linters ## [1.0.0] - 2024-06-24 ### Added