Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Changed the link to the badge in the README to https.
  • Loading branch information
smeghead authored Jul 18, 2024
1 parent 3298e48 commit 4713701
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
Expand Up @@ -2,7 +2,7 @@

php-vendor-creadits creates CREDITS file from LICENSE files of dependencies

![Testing](https://github.com/smeghead/php-vendor-credits/actions/workflows/php.yml/badge.svg?event=push) [![Latest Stable Version](http://poser.pugx.org/smeghead/php-vendor-credits/v)](https://packagist.org/packages/smeghead/php-vendor-credits) [![Total Downloads](http://poser.pugx.org/smeghead/php-vendor-credits/downloads)](https://packagist.org/packages/smeghead/php-vendor-credits) [![Latest Unstable Version](http://poser.pugx.org/smeghead/php-vendor-credits/v/unstable)](https://packagist.org/packages/smeghead/php-vendor-credits) [![License](http://poser.pugx.org/smeghead/php-vendor-credits/license)](https://packagist.org/packages/smeghead/php-vendor-credits) [![PHP Version Require](http://poser.pugx.org/smeghead/php-vendor-credits/require/php)](https://packagist.org/packages/smeghead/php-vendor-credits)
![Testing](https://github.com/smeghead/php-vendor-credits/actions/workflows/php.yml/badge.svg?event=push) [![Latest Stable Version](https://poser.pugx.org/smeghead/php-vendor-credits/v)](https://packagist.org/packages/smeghead/php-vendor-credits) [![Total Downloads](https://poser.pugx.org/smeghead/php-vendor-credits/downloads)](https://packagist.org/packages/smeghead/php-vendor-credits) [![Latest Unstable Version](https://poser.pugx.org/smeghead/php-vendor-credits/v/unstable)](https://packagist.org/packages/smeghead/php-vendor-credits) [![License](https://poser.pugx.org/smeghead/php-vendor-credits/license)](https://packagist.org/packages/smeghead/php-vendor-credits) [![PHP Version Require](https://poser.pugx.org/smeghead/php-vendor-credits/require/php)](https://packagist.org/packages/smeghead/php-vendor-credits)

php-vendor-creadits was created as a PHP Composer version of gocredits (https://github.com/Songmu/gocredits).

Expand All @@ -25,4 +25,4 @@ $ vendor/bin/php-vendor-credits . > CREDITS
```bash
$ docker compose build
$ docker compose run --rm php_cli bash
```
```

0 comments on commit 4713701

Please sign in to comment.