Skip to content

Commit

Permalink
Add support for other L versions (#2)
Browse files Browse the repository at this point in the history
* Add support for other L versions

Gotta make sure those losers using older L versions can also integrate with Trongate.

* update readme

* wtf

Co-authored-by: Mathias Jorgensen <[email protected]>
  • Loading branch information
Smoggert and jorqensen authored Oct 3, 2022
1 parent d088084 commit f30af03
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
![banner](https://banners.beyondco.de/Laravel%20Trongate.png?theme=dark&packageManager=composer+require&packageName=shitware-ltd%2Flaravel-trongate&pattern=architect&style=style_1&description=A+Trongate+adapter+for+Laravel.&md=1&showWatermark=0&fontSize=100px&images=https%3A%2F%2Flaravel.com%2Fimg%2Flogomark.min.svg)

## Supported Laravel versions

We believe in backwards compatability just as much as Trongate, below are the supported Laravel versions.

- 7.x
- 8.x
- 9.x

## Installation

```bash
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
],
"require": {
"laravel/framework": "^9.0"
"laravel/framework": "^7.0|^8.0|^9.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit f30af03

Please sign in to comment.