Skip to content

Commit

Permalink
Updated readme with badges
Browse files Browse the repository at this point in the history
  • Loading branch information
di.martinsr committed Dec 29, 2023
1 parent cd23dca commit a42a828
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/php-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ jobs:
uses: irongut/[email protected]
with:
filename: coverage.xml
badge: true
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Composer constraint updater

[![Tests](https://github.com/MartinsRucevskis/composer-constraint-updater/actions/workflows/php-unit.yml/badge.svg)](https://github.com/MartinsRucevskis/composer-constraint-updater/actions/workflows/php-unit.yml)
[![Code style](https://github.com/MartinsRucevskis/composer-constraint-updater/actions/workflows/php-cs-fixer.yml/badge.svg)](https://github.com/MartinsRucevskis/composer-constraint-updater/actions/workflows/php-cs-fixer.yml)
[![Static analysis](https://github.com/MartinsRucevskis/composer-constraint-updater/actions/workflows/php-stan.yml/badge.svg)](https://github.com/MartinsRucevskis/composer-constraint-updater/actions/workflows/php-stan.yml)
---
Helps You automatically resolve composer conflicts

E.g. Need to upgrade your framework to the newest version? Just run
Expand Down

0 comments on commit a42a828

Please sign in to comment.