Skip to content

Commit

Permalink
Update to use sheilds.io for version badge
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar committed Dec 13, 2024
1 parent c5d9305 commit 8a8fa6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# URL Handler

[![Tests](https://github.com/wpscholar/url/actions/workflows/tests.yml/badge.svg)](https://github.com/wpscholar/url/actions/workflows/tests.yml)
[![Latest Stable Version](https://poser.pugx.org/wpscholar/url/v/stable)](https://packagist.org/packages/wpscholar/url)
[![Latest Stable Version](https://img.shields.io/packagist/v/wpscholar/url.svg)](https://packagist.org/packages/wpscholar/url)
[![PHP Version Support](https://img.shields.io/badge/php-%3E%3D7.2-blue)](https://packagist.org/packages/wpscholar/url)
[![License](https://poser.pugx.org/wpscholar/url/license)](https://packagist.org/packages/wpscholar/url)
[![License](https://img.shields.io/packagist/l/wpscholar/url.svg)](https://packagist.org/packages/wpscholar/url)
[![codecov](https://codecov.io/gh/wpscholar/url/branch/main/graph/badge.svg)](https://codecov.io/gh/wpscholar/url)

A PHP library for parsing, manipulating, and building URLs.
Expand Down

0 comments on commit 8a8fa6d

Please sign in to comment.