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 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": {