diff --git a/README.md b/README.md index 866e050..83d4433 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # Laravel IDE Helper Generator -[![Latest Version on Packagist][ico-version]][link-packagist] -[![Software License][ico-license]](LICENSE.md) -[![Build Status][ico-gha]][link-gha] -[![Total Downloads][ico-downloads]][link-downloads] +[![Tests](https://github.com/barryvdh/laravel-ide-helper/actions/workflows/run-tests.yml/badge.svg)](https://github.com/barryvdh/laravel-ide-helper/actions) +[![Packagist License](https://poser.pugx.org/barryvdh/laravel-ide-helper/license.png)](http://choosealicense.com/licenses/mit/) +[![Latest Stable Version](https://poser.pugx.org/barryvdh/laravel-ide-helper/version.png)](https://packagist.org/packages/barryvdh/laravel-ide-helper) +[![Total Downloads](https://poser.pugx.org/barryvdh/laravel-ide-helper/d/total.png)](https://packagist.org/packages/barryvdh/laravel-ide-helper) +[![Fruitcake](https://img.shields.io/badge/Powered%20By-Fruitcake-b2bc35.svg)](https://fruitcake.nl/) **Complete PHPDocs, directly from the source** @@ -439,10 +440,3 @@ Lumen 5.1+ will read this file for configuration parameters if it is present, an The Laravel IDE Helper Generator is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT) -[ico-version]: https://img.shields.io/packagist/v/barryvdh/laravel-ide-helper.svg?style=flat-square -[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square -[ico-gha]: https://github.com/barryvdh/laravel-ide-helper/workflows/Tests/badge.svg -[ico-downloads]: https://img.shields.io/packagist/dt/barryvdh/laravel-ide-helper.svg?style=flat-square -[link-packagist]: https://packagist.org/packages/barryvdh/laravel-ide-helper -[link-gha]: https://github.com/barryvdh/laravel-ide-helper/actions -[link-downloads]: https://packagist.org/packages/barryvdh/laravel-ide-helper