Start replacing highlight js with tempest-highlight

This commit is contained in:
Tim
2025-05-27 00:58:48 +02:00
parent 5fcc32de6d
commit a741ee102d
10 changed files with 244 additions and 45 deletions

129
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "638cbc9841226f386ba27215e24c5410",
"content-hash": "6bdfa9b2a81e0169ca083ef4d344b876",
"packages": [
{
"name": "dflydev/dot-access-data",
@ -2370,6 +2370,75 @@
},
"time": "2024-09-11T13:17:53+00:00"
},
{
"name": "symfony/asset",
"version": "v7.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/asset.git",
"reference": "cb926cd59fefa1f9b4900b3695f0f846797ba5c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/asset/zipball/cb926cd59fefa1f9b4900b3695f0f846797ba5c0",
"reference": "cb926cd59fefa1f9b4900b3695f0f846797ba5c0",
"shasum": ""
},
"require": {
"php": ">=8.2"
},
"conflict": {
"symfony/http-foundation": "<6.4"
},
"require-dev": {
"symfony/http-client": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Asset\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/asset/tree/v7.2.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-10-25T15:15:23+00:00"
},
{
"name": "symfony/cache",
"version": "v7.2.6",
@ -6436,6 +6505,64 @@
],
"time": "2025-04-04T10:10:11+00:00"
},
{
"name": "tempest/highlight",
"version": "2.11.4",
"source": {
"type": "git",
"url": "https://github.com/tempestphp/highlight.git",
"reference": "5a239a92ad6bd3e506ca86a0de3e99ac9dbcb0dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tempestphp/highlight/zipball/5a239a92ad6bd3e506ca86a0de3e99ac9dbcb0dd",
"reference": "5a239a92ad6bd3e506ca86a0de3e99ac9dbcb0dd",
"shasum": ""
},
"require": {
"php": "^8.3"
},
"require-dev": {
"assertchris/ellison": "^1.0.2",
"friendsofphp/php-cs-fixer": "^3.21",
"league/commonmark": "^2.4",
"phpstan/phpstan": "^1.10.0",
"phpunit/phpunit": "^10.0",
"symfony/var-dumper": "^6.4|^7.0"
},
"suggest": {
"assertchris/ellison": "Allows you to analyse sentence complexity",
"league/commonmark": "Adds markdown support"
},
"type": "library",
"autoload": {
"psr-4": {
"Tempest\\Highlight\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brent Roose",
"email": "brendt@stitcher.io"
}
],
"description": "Fast, extensible, server-side code highlighting",
"support": {
"issues": "https://github.com/tempestphp/highlight/issues",
"source": "https://github.com/tempestphp/highlight/tree/2.11.4"
},
"funding": [
{
"url": "https://github.com/brendt",
"type": "github"
}
],
"time": "2025-03-19T05:38:35+00:00"
},
{
"name": "twig/extra-bundle",
"version": "v3.21.0",