Skip to content

Commit

Permalink
Convert Poser badges to https (#15)
Browse files Browse the repository at this point in the history
These always should have been done this way, but the premade links had
`http`, and it seems Github's readme renderer has stopped supporting
this.
  • Loading branch information
Firehed authored Jul 25, 2024
1 parent 035d4a2 commit 820ae71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This is the official PHP SDK for [SnapAuth](https://www.snapauth.app).

[![Latest Stable Version](http://poser.pugx.org/snapauth/sdk/v)](https://packagist.org/packages/snapauth/sdk)
[![PHP Version Require](http://poser.pugx.org/snapauth/sdk/require/php)](https://packagist.org/packages/snapauth/sdk)
[![License](http://poser.pugx.org/snapauth/sdk/license)](https://packagist.org/packages/snapauth/sdk)
[![Latest Stable Version](https://poser.pugx.org/snapauth/sdk/v)](https://packagist.org/packages/snapauth/sdk)
[![PHP Version Require](https://poser.pugx.org/snapauth/sdk/require/php)](https://packagist.org/packages/snapauth/sdk)
[![License](https://poser.pugx.org/snapauth/sdk/license)](https://packagist.org/packages/snapauth/sdk)

[![Test](https://github.com/snapauthapp/sdk-php/actions/workflows/test.yml/badge.svg)](https://github.com/snapauthapp/sdk-php/actions/workflows/test.yml)
[![Lint](https://github.com/snapauthapp/sdk-php/actions/workflows/lint.yml/badge.svg)](https://github.com/snapauthapp/sdk-php/actions/workflows/lint.yml)
Expand Down

0 comments on commit 820ae71

Please sign in to comment.