From 85384cead91525df567bfff85c61bd1847dfbe9a Mon Sep 17 00:00:00 2001 From: zpwparsons Date: Wed, 12 Mar 2025 17:16:08 +0200 Subject: [PATCH] build: add support for laravel 12 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 23159c7..00fd935 100644 --- a/composer.json +++ b/composer.json @@ -18,11 +18,11 @@ "require": { "php": "^8.0", "google/analytics-data": "^0.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" }, "require-dev": { - "orchestra/testbench": "^6.0|^7.0|^9.0", - "phpunit/phpunit": "^9.0|^10.0|^11.0" + "orchestra/testbench": "^6.0|^7.0|^9.0|^10.0", + "phpunit/phpunit": "^9.0|^10.0|^11.0|^12.0" }, "autoload": { "psr-4": {