Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nemoitis committed Mar 19, 2024
1 parent 2942767 commit 79f2500
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ Well, this one has some subtle but nifty advantages over available packages, her

## Requirements

- PHP >= 8.2
- Laravel >= 11.0
| Laravel | PHP | SVGAvatarGenerator |
|----------|----------|:------------------:|
| 11.x | >=8.2 | 2.x |
| 9.x-10.x | >=8.1 | 1.x |

## Installation

Expand All @@ -34,6 +36,12 @@ Install the package via composer:
composer require sowrensen/svg-avatar-generator
```

For older versions:

```bash
composer require sowrensen/svg-avatar-generator:^1.0
```

> [!CAUTION]
> **Breaking change**: Named color support, e.g. red, green in `foreground` and `gradient_colors` is dropped since version 2.0.
> If you're using such names in config or in code, you should change them to hexadecimal code or keep using
Expand Down

0 comments on commit 79f2500

Please sign in to comment.