Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdalmolin committed Oct 6, 2024
1 parent 3da3445 commit 13308c0
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
@@ -1,6 +1,6 @@
![Eloquent Power Joins](screenshots/eloquent-power-joins.jpg "Eloquent Power Joins")

![Laravel Supported Versions](https://img.shields.io/badge/laravel-8.x/9.x/10.x/11.x-green.svg)
![Laravel Supported Versions](https://img.shields.io/badge/laravel-10.x/11.x-green.svg)
[![run-tests](https://github.com/kirschbaum-development/eloquent-power-joins/actions/workflows/ci.yaml/badge.svg)](https://github.com/kirschbaum-development/eloquent-power-joins/actions/workflows/ci.yaml)
[![MIT Licensed](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/kirschbaum-development/eloquent-power-joins.svg?style=flat-square)](https://packagist.org/packages/kirschbaum-development/eloquent-power-joins)
Expand All @@ -27,10 +27,10 @@ You can install the package via composer:
composer require kirschbaum-development/eloquent-power-joins
```

For Laravel versions < 8, use the 2.* version:
For Laravel versions < 10, use the 3.* version. For Laravel versions < 8, use the 2.* version:

```bash
composer require kirschbaum-development/eloquent-power-joins:2.*
composer require kirschbaum-development/eloquent-power-joins:3.*
```

## Usage
Expand Down

0 comments on commit 13308c0

Please sign in to comment.