Skip to content

Commit

Permalink
drop Laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gehrisandro committed Jun 16, 2023
1 parent c9029b3 commit 5acba83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2]
laravel: [10.*, 9.*]
laravel: [10.*]
dependency-version: [prefer-lowest, prefer-stable]

name: Tests P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you find this package helpful, please consider sponsoring the maintainer:
- [Contributing](#contributing)

## Get Started
> **Requires [Laravel 9+](https://github.com/laravel/laravel) and [PHP 8.1+](https://php.net/releases/)**
> **Requires [Laravel 10](https://github.com/laravel/laravel)**
First, install `TailwindMerge for Laravel` via the [Composer](https://getcomposer.org/) package manager:

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^8.1.0",
"guzzlehttp/guzzle": "^7.5.1",
"laravel/framework": "^9.46.0|^10.9.0",
"laravel/framework": "^10.9.0",
"gehrisandro/tailwind-merge-php": "^v0.0.1"
},
"require-dev": {
Expand Down

0 comments on commit 5acba83

Please sign in to comment.