From ed537f772b0cda209572139e6249180a14f81d56 Mon Sep 17 00:00:00 2001 From: Patrick Thomas Date: Mon, 24 Feb 2025 16:46:09 +0100 Subject: [PATCH] Support for Laravel 12 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index c11499f..945f96d 100644 --- a/composer.json +++ b/composer.json @@ -31,15 +31,15 @@ ], "require": { "php": "^8.1", - "illuminate/console": "^9.0|^10.0|^11.0", - "illuminate/database": "^9.0|^10.0|^11.0", - "illuminate/http": "^9.0|^10.0|^11.0", - "illuminate/support": "^9.0|^10.0|^11.0", - "illuminate/validation": "^9.0|^10.0|^11.0" + "illuminate/console": "^9.0|^10.0|^11.0|^12.0", + "illuminate/database": "^9.0|^10.0|^11.0|^12.0", + "illuminate/http": "^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^9.0|^10.0|^11.0|^12.0", + "illuminate/validation": "^9.0|^10.0|^11.0|^12.0" }, "require-dev": { "laravel/pint": "^1.14", - "orchestra/testbench": "^7.0|^8.0|^9.0", + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0", "pestphp/pest": "^1.20|^2.0", "pestphp/pest-plugin-faker": "^1.0|^2.0" },