From 6a56132a24f975db32e81694d07be3e2a0970241 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Thu, 27 Feb 2025 22:09:11 +0100 Subject: [PATCH 1/2] Add Laravel 12 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b637290..b4bc1dd 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^7.4|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0" }, "autoload": { "psr-4": { From 8e1d267b33b39ba357f1a0c799077510299d7773 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Thu, 27 Feb 2025 22:09:56 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d9227e..9e65aec 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A super simple package allowing for use MySQL `USE INDEX` and `FORCE INDEX` stat ## Requirements - PHP `^7.4 | ^8.0` -- Laravel 6, 7, 8, 9, 10, and 11 +- Laravel 6, 7, 8, 9, 10, 11, and 12 ## Installation