From 5acba83f9b90b6bfe0d9572367025e4f12ef80a3 Mon Sep 17 00:00:00 2001 From: Sandro Gehri Date: Fri, 16 Jun 2023 10:17:28 +0200 Subject: [PATCH] drop Laravel 9 support --- .github/workflows/tests.yml | 2 +- README.md | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c87823f..2424475 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }} diff --git a/README.md b/README.md index 779c177..0318838 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/composer.json b/composer.json index a7067eb..2d181c9 100644 --- a/composer.json +++ b/composer.json @@ -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": {