Skip to content

Commit 20a6d07

Browse files
authored
meta: Update README.md (#602)
1 parent 0284f79 commit 20a6d07

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,24 @@ _Bad software is everywhere, and we're tired of it. Sentry is on a mission to he
88

99
# Official Sentry SDK for Laravel
1010

11-
[![Build Status](https://img.shields.io/github/checks-status/getsentry/sentry-laravel/master)](https://github.com/getsentry/sentry-laravel/actions)
12-
[![Composer page link -- version](https://img.shields.io/packagist/v/getsentry/sentry-lararvel.svg)](https://packagist.org/packages/sentry/sentry-laravel)
11+
[![CI](https://github.com/getsentry/sentry-laravel/actions/workflows/ci.yaml/badge.svg)](https://github.com/getsentry/sentry-laravel/actions/workflows/ci.yaml)
12+
[![Latest Stable Version](https://poser.pugx.org/sentry/sentry-laravel/v/stable)](https://packagist.org/packages/sentry/sentry-laravel)
13+
[![License](https://poser.pugx.org/sentry/sentry-laravel/license)](https://packagist.org/packages/sentry/sentry-laravel)
14+
[![Total Downloads](https://poser.pugx.org/sentry/sentry-laravel/downloads)](https://packagist.org/packages/sentry/sentry-laravel)
15+
[![Monthly Downloads](https://poser.pugx.org/sentry/sentry-laravel/d/monthly)](https://packagist.org/packages/sentry/sentry-laravel)
1316
[![Discord](https://img.shields.io/discord/621778831602221064)](https://discord.gg/cWnMQeA)
1417

1518
This is the official Laravel SDK for [Sentry](https://sentry.io/)
1619

17-
---
18-
1920
## Getting Started
2021

2122
The installation step below work on the latest versions of the Laravel framework (8.x and 9.x).
2223

2324
For other Laravel or Lumen versions see:
2425

2526
- [Laravel 8.x & 9.x](https://docs.sentry.io/platforms/php/guides/laravel/)
26-
- [Laravel 5.x, 6.x & 7.x](https://docs.sentry.io/platforms/php/guides/laravel/other-versions/laravel5-6-7/)
27+
- [Laravel 6.x & 7.x](https://docs.sentry.io/platforms/php/guides/laravel/other-versions/laravel6-7/)
28+
- [Laravel 5.x](https://docs.sentry.io/platforms/php/guides/laravel/other-versions/laravel5/)
2729
- [Laravel 4.x](https://docs.sentry.io/platforms/php/guides/laravel/other-versions/laravel4/)
2830
- [Lumen](https://docs.sentry.io/platforms/php/guides/laravel/other-versions/lumen/)
2931

0 commit comments

Comments
 (0)