Skip to content

Commit

Permalink
Fix readme for 10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Mar 6, 2024
1 parent a7b1342 commit b71e1f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

[<img src="https://user-images.githubusercontent.com/1286821/181085373-12eee197-187a-4438-90fe-571ac6d68900.png" alt="Buy me a coffee" width="200" />](https://buymeacoffee.com/dmitry.ivanov)

[![StyleCI](https://github.styleci.io/repos/75414626/shield?branch=master&style=flat)](https://github.styleci.io/repos/75414626?branch=master)
[![Build Status](https://img.shields.io/github/actions/workflow/status/dmitry-ivanov/laravel-testing-tools/tests.yml?branch=master)](https://github.com/dmitry-ivanov/laravel-testing-tools/actions?query=workflow%3Atests+branch%3Amaster)
[![Coverage Status](https://img.shields.io/codecov/c/github/dmitry-ivanov/laravel-testing-tools/master)](https://app.codecov.io/gh/dmitry-ivanov/laravel-testing-tools/branch/master)
[![StyleCI](https://github.styleci.io/repos/75414626/shield?branch=10.x&style=flat)](https://github.styleci.io/repos/75414626?branch=10.x)
[![Build Status](https://img.shields.io/github/actions/workflow/status/dmitry-ivanov/laravel-testing-tools/tests.yml?branch=10.x)](https://github.com/dmitry-ivanov/laravel-testing-tools/actions?query=workflow%3Atests+branch%3A10.x)
[![Coverage Status](https://img.shields.io/codecov/c/github/dmitry-ivanov/laravel-testing-tools/10.x)](https://app.codecov.io/gh/dmitry-ivanov/laravel-testing-tools/branch/10.x)

![Packagist Version](https://img.shields.io/packagist/v/illuminated/testing-tools)
![Packagist Stars](https://img.shields.io/packagist/stars/illuminated/testing-tools)
Expand Down Expand Up @@ -37,7 +37,7 @@ Laravel-specific Testing Helpers and Assertions.
1. Install the package via Composer:

```shell script
composer require --dev illuminated/testing-tools
composer require --dev "illuminated/testing-tools:^10.0"
```

2. Use `Illuminated\Testing\TestingTools` trait:
Expand Down

0 comments on commit b71e1f4

Please sign in to comment.