Skip to content

Commit

Permalink
Use table for version
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Zamroni <[email protected]>
  • Loading branch information
matriphe committed Oct 12, 2024
1 parent e99ad05 commit 2bb7baf
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,15 @@ To install using [Composer](https://getcomposer.org/), just run this command bel
```shell
composer require matriphe/larinfo
```
### Older Version

- Laravel `5.0`, `5.1`, `5.2`, `5.3`, `5.4`, `5.5`, and `5.6`, **[please use version 2.2](https://github.com/matriphe/larinfo/releases/tag/2.2)** by running `composer require matriphe/larinfo:2.2`.
- Laravel `5.7.*`, `5.8.*`, `^6.0`, `^7.0`, and `^8.0`, **[please use version 3.0.0](https://github.com/matriphe/larinfo/releases/tag/3.0.0)** by running `composer require matriphe/larinfo:3.0.0`.
- Laravel `^9.0` **[please use version 4.0.0](https://github.com/matriphe/larinfo/releases/tag/4.0.0)** by running `composer require matriphe/larinfo:4.0.0`.
- Laravel `^10.0` **[please use version 4.1.0](https://github.com/matriphe/larinfo/releases/tag/4.1.0)** by running `composer require matriphe/larinfo:4.1.0`.
### Versions

| Larinfo | Laravel | Composer Command |
|--------------------------------------------------------------------------|-----------------------------------------------------|-------------------------------------------|
| [2.2](https://github.com/matriphe/larinfo/releases/tag/2.2) | `5.0`, `5.1`, `5.2`, `5.3`, `5.4`, `5.5`, and `5.6` | `composer require matriphe/larinfo:2.2` |
| [3.0.0](https://github.com/matriphe/larinfo/releases/tag/3.0.0) | `5.7.*`, `5.8.*`, `^6.0`, `^7.0`, and `^8.0` | `composer require matriphe/larinfo:3.0.0` |
| [4.0.0](https://github.com/matriphe/larinfo/releases/tag/4.0.0) | `^9.0` | `composer require matriphe/larinfo:4.0.0` |
| [4.1.0](https://github.com/matriphe/larinfo/releases/tag/4.1.0) | `^10.0` | `composer require matriphe/larinfo:4.1.0` |
| latest ([4.2.0](https://github.com/matriphe/larinfo/releases/tag/4.2.0)) | `^11.0` | `composer require matriphe/larinfo` |

### Configuration

Expand Down

0 comments on commit 2bb7baf

Please sign in to comment.