From c381611388f5384ee8cb6141ada87e07c48999e0 Mon Sep 17 00:00:00 2001 From: Ion Bazan Date: Mon, 24 Feb 2025 11:27:11 +0800 Subject: [PATCH] Allow Laravel 12 --- src/Instrumentation/Laravel/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Instrumentation/Laravel/composer.json b/src/Instrumentation/Laravel/composer.json index ffbbb8d20..dad8597bf 100644 --- a/src/Instrumentation/Laravel/composer.json +++ b/src/Instrumentation/Laravel/composer.json @@ -12,7 +12,7 @@ "php": "^8.1", "ext-json": "*", "ext-opentelemetry": "*", - "laravel/framework": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", + "laravel/framework": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", "open-telemetry/api": "^1.0", "open-telemetry/sem-conv": "^1.30" },