Skip to content

Commit c5abce5

Browse files
authored
Allow Laravel 12 (#333)
1 parent 9ce166e commit c5abce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)