File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` filament-syntax-entry ` will be documented in this file.
4
4
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
+
5
10
## 2.0.0 - March 26, 2024
6
11
7
12
- Syntax highlighting now handled server-side using [ tempestphp/highlight] ( https://github.com/tempestphp/highlight )
Original file line number Diff line number Diff line change 22
22
"require" : {
23
23
"php" : " ^8.3" ,
24
24
"filament/filament" : " ^3.0" ,
25
- "illuminate/contracts" : " ^10.0|^11.0" ,
25
+ "illuminate/contracts" : " ^10.0|^11.0|^12.0 " ,
26
26
"spatie/laravel-package-tools" : " ^1.15.0" ,
27
- "tempest/highlight" : " ^1 .0"
27
+ "tempest/highlight" : " ^2 .0"
28
28
},
29
29
"require-dev" : {
30
30
"laravel/pint" : " ^1.0" ,
You can’t perform that action at this time.
0 commit comments