From d748c7bad1616ba50aea08cb7ff47c3effc3b42f Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 17 Feb 2025 00:00:48 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 3eb109b..7948392 100644 --- a/composer.json +++ b/composer.json @@ -10,10 +10,17 @@ } ], "homepage": "https://github.com/laracraft-tech/laravel-xhprof", - "keywords": ["laravel", "xhprof", "profiling", "profiler", "profile", "php"], + "keywords": [ + "laravel", + "xhprof", + "profiling", + "profiler", + "profile", + "php" + ], "require": { "php": ">=7.1", - "laravel/framework": "^5.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" + "laravel/framework": "^5.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0" }, "autoload": { "psr-4": {