File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to ` filament-syntax-entry ` will be documented in this file.
44
5+ ## 2.1.0 - March 27, 2025
6+
7+ - Added support for Laravel 12
8+ - Upgraded [ tempestphp/highlight] ( https://github.com/tempestphp/highlight ) to v2
9+
510## 2.0.0 - March 26, 2024
611
712- Syntax highlighting now handled server-side using [ tempestphp/highlight] ( https://github.com/tempestphp/highlight )
Original file line number Diff line number Diff line change 2222 "require" : {
2323 "php" : " ^8.3" ,
2424 "filament/filament" : " ^3.0" ,
25- "illuminate/contracts" : " ^10.0|^11.0" ,
25+ "illuminate/contracts" : " ^10.0|^11.0|^12.0 " ,
2626 "spatie/laravel-package-tools" : " ^1.15.0" ,
27- "tempest/highlight" : " ^1 .0"
27+ "tempest/highlight" : " ^2 .0"
2828 },
2929 "require-dev" : {
3030 "laravel/pint" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments