Skip to content

Commit 5c9ab13

Browse files
authored
Allow Laravel 12 (#333)
1 parent c06b139 commit 5c9ab13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Instrumentation/Laravel/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"php": "^8.1",
1313
"ext-json": "*",
1414
"ext-opentelemetry": "*",
15-
"laravel/framework": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
15+
"laravel/framework": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
1616
"open-telemetry/api": "^1.0",
1717
"open-telemetry/sem-conv": "^1.30"
1818
},

0 commit comments

Comments
 (0)