Skip to content

Commit 2fb4978

Browse files
Merge pull request #15 from parallax/feature/2.1
Dependency upgrades
2 parents bb169bb + d8adbe8 commit 2fb4978

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All 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)

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
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",

0 commit comments

Comments
 (0)