From 6d83f185f918729c003aa04d7b970895df6e1896 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Thu, 16 Jan 2025 12:08:37 +0100 Subject: [PATCH] README: fix broken badges * The badges from poser do not seem to work anymore, so replacing these with shields.io. * Additionally, the GH CI status badge currently displays "no status", as apparently GH changed the badge URL format (yet again) without notice. Fixed now. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 32de601..eb0ecae 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![Latest Stable Version](https://poser.pugx.org/phpcompatibility/phpcompatibility-joomla/v/stable.png)](https://packagist.org/packages/phpcompatibility/phpcompatibility-joomla) -[![Latest Unstable Version](https://poser.pugx.org/phpcompatibility/phpcompatibility-joomla/v/unstable.png)](https://packagist.org/packages/phpcompatibility/phpcompatibility-joomla) -[![License](https://poser.pugx.org/phpcompatibility/phpcompatibility-joomla/license.png)](https://github.com/PHPCompatibility/PHPCompatibilityJoomla/blob/master/LICENSE) -[![Build Status](https://github.com/PHPCompatibility/PHPCompatibilityJoomla/workflows/CI/badge.svg?branch=master)](https://github.com/PHPCompatibility/PHPCompatibilityJoomla/actions) +[![Latest Stable Version](https://img.shields.io/packagist/v/phpcompatibility/phpcompatibility-joomla?label=stable)](https://packagist.org/packages/phpcompatibility/phpcompatibility-joomla) +[![Latest Unstable Version](https://img.shields.io/badge/unstable-dev--develop-e68718.svg?maxAge=2419200)](https://packagist.org/packages/phpcompatibility/phpcompatibility-joomla) +[![License](https://img.shields.io/github/license/PHPCompatibility/PHPCompatibilityJoomla?color=00a7a7)](https://github.com/PHPCompatibility/PHPCompatibilityJoomla/blob/master/LICENSE) +[![Build Status](https://github.com/PHPCompatibility/PHPCompatibilityJoomla/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/PHPCompatibility/PHPCompatibilityJoomla/actions/workflows/ci.yml) # PHPCompatibilityJoomla