Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

## 0.1.0 January 24, 2026

- Enh #1 Added shared configuration files under `config/` for Composer-based reuse (@terabytesoftw)
- Enh #1: Added shared configuration files under `config/` for Composer-based reuse (@terabytesoftw)
- Bug #2: Update quality code section with `Super-Linter` and `StyleCI` badges (@terabytesoftw)
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
</p>
<!-- markdownlint-enable MD041 -->

<p align="center">
<a href="https://github.com/php-forge/coding-standard/actions/workflows/linter.yml" target="_blank">
<img src="https://img.shields.io/github/actions/workflow/status/php-forge/coding-standard/linter.yml?style=for-the-badge&label=Super-Linter&logo=github" alt="Super-Linter">
</a>
</p>

<p align="center">
<strong>Centralized ECS and Rector configuration for PHP projects</strong><br>
<em>Share one set of rules across multiple repositories via Composer.</em>
Expand Down Expand Up @@ -165,6 +159,11 @@ Follow the same convention used across PHP Forge repositories:
[![Latest Stable Version](https://img.shields.io/packagist/v/php-forge/coding-standard.svg?style=for-the-badge&logo=packagist&logoColor=white&label=Stable)](https://packagist.org/packages/php-forge/coding-standard)
[![Total Downloads](https://img.shields.io/packagist/dt/php-forge/coding-standard.svg?style=for-the-badge&logo=composer&logoColor=white&label=Downloads)](https://packagist.org/packages/php-forge/coding-standard)

## Quality code

[![Super-Linter](https://img.shields.io/github/actions/workflow/status/php-forge/coding-standard/linter.yml?style=for-the-badge&label=Super-Linter&logo=github)](https://github.com/php-forge/coding-standard/actions/workflows/linter.yml)
[![StyleCI](https://img.shields.io/badge/StyleCI-Passed-44CC11.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.styleci.io/repos/1141292628?branch=main)

## License

[![License](https://img.shields.io/badge/License-BSD--3--Clause-brightgreen.svg?style=for-the-badge&logo=opensourceinitiative&logoColor=white&labelColor=555555)](LICENSE)