Skip to content

Commit

Permalink
refactor: readme version support details
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardcreagia committed Mar 20, 2024
1 parent c4b3e62 commit d4a9f92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,19 @@ Check screenshots and read more about the package in our [blog post](https://cre

## Installation

**Latest version of the package requires Filament 3 and Laravel 11.**

You can install the package via composer:

```bash
composer require creagia/filament-code-field
```

### ⚠️ Use version `2.x.x` for Filament 3 and Laravel 10 support ⚠️
```bash
composer require "creagia/filament-code-field:^2.0.0"
```

### ⚠️ Use version `1.x.x` for Filament 2 support ⚠️
```bash
composer require "creagia/filament-code-field:^1.0.0"
Expand Down

0 comments on commit d4a9f92

Please sign in to comment.