Compare commits

...

2 commits

Author SHA1 Message Date
fe6737a797
Switch code highlighting extension
All checks were successful
Deploy / deploy (push) Successful in 5s
2025-06-03 18:30:28 +02:00
7d64be16cd
⬆ Upgrade composer dependencies 2025-06-03 18:00:48 +02:00
6 changed files with 163 additions and 373 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,177 +0,0 @@
/*!
Theme: Monokai
Author: Wimer Hazenberg (http://www.monokai.nl)
License: ~ MIT (or more permissive) [via base16-schemes-source]
Maintainer: @highlightjs/core-team
Version: 2021.09.0
*/
/*
WARNING: DO NOT EDIT THIS FILE DIRECTLY.
This theme file was auto-generated from the Base16 scheme monokai
by the Highlight.js Base16 template builder.
- https://github.com/highlightjs/base16-highlightjs
*/
/*
base00 #272822 Default Background
base01 #383830 Lighter Background (Used for status bars, line number and folding marks)
base02 #49483e Selection Background
base03 #75715e Comments, Invisibles, Line Highlighting
base04 #a59f85 Dark Foreground (Used for status bars)
base05 #f8f8f2 Default Foreground, Caret, Delimiters, Operators
base06 #f5f4f1 Light Foreground (Not often used)
base07 #f9f8f5 Light Background (Not often used)
base08 #f92672 Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
base09 #fd971f Integers, Boolean, Constants, XML Attributes, Markup Link Url
base0A #f4bf75 Classes, Markup Bold, Search Text Background
base0B #a6e22e Strings, Inherited Class, Markup Code, Diff Inserted
base0C #a1efe4 Support, Regular Expressions, Escape Characters, Markup Quotes
base0D #66d9ef Functions, Methods, Attribute IDs, Headings
base0E #ae81ff Keywords, Storage, Selector, Markup Italic, Diff Changed
base0F #cc6633 Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
*/
pre code.hljs {
display: block;
overflow-x: auto;
padding: 1em;
}
code.hljs {
padding: 3px 5px;
}
.hljs {
color: #f8f8f2;
background: #272822;
}
.hljs::selection,
.hljs ::selection {
background-color: #49483e;
color: #f8f8f2;
}
/* purposely do not highlight these things */
.hljs-formula,
.hljs-params,
.hljs-property
{}
/* base03 - #75715e - Comments, Invisibles, Line Highlighting */
.hljs-comment {
color: #75715e;
}
/* base04 - #a59f85 - Dark Foreground (Used for status bars) */
.hljs-tag {
color: #a59f85;
}
/* base05 - #f8f8f2 - Default Foreground, Caret, Delimiters, Operators */
.hljs-subst,
.hljs-punctuation,
.hljs-operator {
color: #f8f8f2;
}
.hljs-operator {
opacity: 0.7;
}
/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
.hljs-bullet,
.hljs-variable,
.hljs-template-variable,
.hljs-selector-tag,
.hljs-name,
.hljs-deletion {
color: #f92672;
}
/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
.hljs-symbol,
.hljs-number,
.hljs-link,
.hljs-attr,
.hljs-variable.constant_,
.hljs-literal {
color: #fd971f;
}
/* base0A - Classes, Markup Bold, Search Text Background */
.hljs-title,
.hljs-class .hljs-title,
.hljs-title.class_
{
color: #f4bf75;
}
.hljs-strong {
font-weight:bold;
color: #f4bf75;
}
/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
.hljs-code,
.hljs-addition,
.hljs-title.class_.inherited__,
.hljs-string {
color: #a6e22e;
}
/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
.hljs-built_in,
.hljs-doctag, /* guessing */
.hljs-quote,
.hljs-keyword.hljs-atrule,
.hljs-regexp {
color: #a1efe4;
}
/* base0D - Functions, Methods, Attribute IDs, Headings */
.hljs-function .hljs-title,
.hljs-attribute,
.ruby .hljs-property,
.hljs-title.function_,
.hljs-section {
color: #66d9ef;
}
/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
.hljs-type,
/* .hljs-selector-id, */
/* .hljs-selector-class, */
/* .hljs-selector-attr, */
/* .hljs-selector-pseudo, */
.hljs-template-tag,
.diff .hljs-meta,
.hljs-keyword {
color: #ae81ff;
}
.hljs-emphasis {
color: #ae81ff;
font-style: italic;
}
/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> */
.hljs-meta,
/*
prevent top level .keyword and .string scopes
from leaking into meta by accident
*/
.hljs-meta .hljs-keyword,
.hljs-meta .hljs-string
{
color: #cc6633;
}
.hljs-meta .hljs-keyword,
/* for v10 compatible themes */
.hljs-meta-keyword {
font-weight: bold;
}

View file

@ -1,6 +1,5 @@
@import "normalize.css"; @import "normalize.css";
@import "fonts.css"; @import "fonts.css";
@import "highlight-monokai.css";
/* nextDESIGN v9 /* nextDESIGN v9
* *
@ -327,10 +326,10 @@ main {
overflow-y: auto; overflow-y: auto;
} }
pre.hljs { pre.phiki {
border-radius: 20px; border-radius: 20px;
overflow-y: auto; overflow-y: auto;
padding: 20px; padding: 20px;
} }
.pagination { .pagination {

View file

@ -23,8 +23,8 @@
}, },
"require": { "require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"getkirby/cms": "^4.7", "getkirby/cms": "^4.8",
"johannschopplich/kirby-highlighter": "~3.2" "bogdancondorachi/kirby-code-highlighter": "^1.1"
}, },
"config": { "config": {
"allow-plugins": { "allow-plugins": {

332
composer.lock generated
View file

@ -4,8 +4,59 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "53b8c7b43420eeb3291e117c73c5622a", "content-hash": "ce0bc03e0d859951208ab804138d88af",
"packages": [ "packages": [
{
"name": "bogdancondorachi/kirby-code-highlighter",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/bogdancondorachi/kirby-code-highlighter.git",
"reference": "fb689ea83100c47b0c28967917f6e6f2d8af9805"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bogdancondorachi/kirby-code-highlighter/zipball/fb689ea83100c47b0c28967917f6e6f2d8af9805",
"reference": "fb689ea83100c47b0c28967917f6e6f2d8af9805",
"shasum": ""
},
"require": {
"getkirby/composer-installer": "^1.2",
"phiki/phiki": "^0.3.2",
"php": ">=8.2"
},
"replace": {
"league/commonmark": "*"
},
"type": "kirby-plugin",
"extra": {
"installer-name": "code-highlighter"
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bogdan Condorachi",
"email": "bogdan.condorachi@gmail.com",
"homepage": "https://plugins.getkirby.com/bogdancondorachi"
}
],
"description": "Server-side syntax highlighter for Kirby CMS.",
"homepage": "https://github.com/bogdancondorachi/kirby-code-highlighter",
"support": {
"issues": "https://github.com/bogdancondorachi/kirby-code-highlighter/issues",
"source": "https://github.com/bogdancondorachi/kirby-code-highlighter/tree/v1.1.1"
},
"funding": [
{
"url": "https://github.com/bogdancondorachi",
"type": "github"
}
],
"time": "2025-04-10T02:35:43+00:00"
},
{ {
"name": "christian-riesen/base32", "name": "christian-riesen/base32",
"version": "1.6.0", "version": "1.6.0",
@ -272,16 +323,16 @@
}, },
{ {
"name": "getkirby/cms", "name": "getkirby/cms",
"version": "4.7.2", "version": "4.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/getkirby/kirby.git", "url": "https://github.com/getkirby/kirby.git",
"reference": "26f50e025ab734c6c094f8a1da90c2287ab5337f" "reference": "5292c17832dd34b0e5f3e98dea837a357ef037b6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/getkirby/kirby/zipball/26f50e025ab734c6c094f8a1da90c2287ab5337f", "url": "https://api.github.com/repos/getkirby/kirby/zipball/5292c17832dd34b0e5f3e98dea837a357ef037b6",
"reference": "26f50e025ab734c6c094f8a1da90c2287ab5337f", "reference": "5292c17832dd34b0e5f3e98dea837a357ef037b6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -301,13 +352,13 @@
"ext-simplexml": "*", "ext-simplexml": "*",
"filp/whoops": "2.18.0", "filp/whoops": "2.18.0",
"getkirby/composer-installer": "^1.2.1", "getkirby/composer-installer": "^1.2.1",
"laminas/laminas-escaper": "2.16.0", "laminas/laminas-escaper": "2.17.0",
"michelf/php-smartypants": "1.8.1", "michelf/php-smartypants": "1.8.1",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"phpmailer/phpmailer": "6.9.3", "phpmailer/phpmailer": "6.10.0",
"symfony/polyfill-intl-idn": "1.31.0", "symfony/polyfill-intl-idn": "1.32.0",
"symfony/polyfill-mbstring": "1.31.0", "symfony/polyfill-mbstring": "1.32.0",
"symfony/yaml": "6.4.18" "symfony/yaml": "6.4.21"
}, },
"replace": { "replace": {
"symfony/polyfill-php72": "*" "symfony/polyfill-php72": "*"
@ -371,7 +422,7 @@
"type": "custom" "type": "custom"
} }
], ],
"time": "2025-05-14T08:47:42+00:00" "time": "2025-06-03T09:52:03+00:00"
}, },
{ {
"name": "getkirby/composer-installer", "name": "getkirby/composer-installer",
@ -420,71 +471,18 @@
], ],
"time": "2020-12-28T12:54:39+00:00" "time": "2020-12-28T12:54:39+00:00"
}, },
{
"name": "johannschopplich/kirby-highlighter",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/johannschopplich/kirby-highlighter.git",
"reference": "223962f389dce0920048a46fe6806f95ce3fe828"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/johannschopplich/kirby-highlighter/zipball/223962f389dce0920048a46fe6806f95ce3fe828",
"reference": "223962f389dce0920048a46fe6806f95ce3fe828",
"shasum": ""
},
"require": {
"getkirby/composer-installer": "^1.2",
"scrivo/highlight.php": "^9.18"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "@stable",
"getkirby/cms": "^4",
"phpunit/phpunit": "^11.1"
},
"type": "kirby-plugin",
"extra": {
"kirby-cms-path": "tests/fixtures/kirby"
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Johann Schopplich",
"email": "hello@johannschopplich.com",
"homepage": "https://johannschopplich.com"
}
],
"description": "Server-side syntax highlighting for Kirby CMS",
"homepage": "https://github.com/johannschopplich/kirby-highlighter#readme",
"keywords": [
"highlight",
"highlighter",
"hljs",
"kirby"
],
"support": {
"issues": "https://github.com/johannschopplich/kirby-highlighter/issues",
"source": "https://github.com/johannschopplich/kirby-highlighter/tree/v3.2.0"
},
"abandoned": true,
"time": "2024-07-19T08:41:49+00:00"
},
{ {
"name": "laminas/laminas-escaper", "name": "laminas/laminas-escaper",
"version": "2.16.0", "version": "2.17.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-escaper.git", "url": "https://github.com/laminas/laminas-escaper.git",
"reference": "9cf1f5317ca65b4fd5c6a3c2855e24a187b288c8" "reference": "df1ef9503299a8e3920079a16263b578eaf7c3ba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/9cf1f5317ca65b4fd5c6a3c2855e24a187b288c8", "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/df1ef9503299a8e3920079a16263b578eaf7c3ba",
"reference": "9cf1f5317ca65b4fd5c6a3c2855e24a187b288c8", "reference": "df1ef9503299a8e3920079a16263b578eaf7c3ba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -532,7 +530,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2025-02-17T12:40:19+00:00" "time": "2025-05-06T19:29:36+00:00"
}, },
{ {
"name": "league/color-extractor", "name": "league/color-extractor",
@ -650,17 +648,68 @@
"time": "2016-12-13T01:01:17+00:00" "time": "2016-12-13T01:01:17+00:00"
}, },
{ {
"name": "phpmailer/phpmailer", "name": "phiki/phiki",
"version": "v6.9.3", "version": "v0.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git", "url": "https://github.com/phikiphp/phiki.git",
"reference": "2f5c94fe7493efc213f643c23b1b1c249d40f47e" "reference": "c5c83cc88bb9dd8104a38c31b9d97414e7dd0b85"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/2f5c94fe7493efc213f643c23b1b1c249d40f47e", "url": "https://api.github.com/repos/phikiphp/phiki/zipball/c5c83cc88bb9dd8104a38c31b9d97414e7dd0b85",
"reference": "2f5c94fe7493efc213f643c23b1b1c249d40f47e", "reference": "c5c83cc88bb9dd8104a38c31b9d97414e7dd0b85",
"shasum": ""
},
"require": {
"league/commonmark": "^2.5.3",
"php": "^8.2"
},
"require-dev": {
"illuminate/support": "^11.30",
"laravel/pint": "^1.18.1",
"pestphp/pest": "^3.5.1",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.7",
"symfony/var-dumper": "^7.1.6"
},
"type": "library",
"autoload": {
"psr-4": {
"Phiki\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ryan Chandler",
"email": "support@ryangjchandler.co.uk",
"homepage": "https://ryangjchandler.co.uk",
"role": "Developer"
}
],
"description": "Syntax highlighting using TextMate grammars in PHP.",
"support": {
"issues": "https://github.com/phikiphp/phiki/issues",
"source": "https://github.com/phikiphp/phiki/tree/v0.3.2"
},
"time": "2024-11-05T01:17:30+00:00"
},
{
"name": "phpmailer/phpmailer",
"version": "v6.10.0",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144",
"reference": "bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -720,7 +769,7 @@
"description": "PHPMailer is a full-featured email creation and transfer class for PHP", "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"support": { "support": {
"issues": "https://github.com/PHPMailer/PHPMailer/issues", "issues": "https://github.com/PHPMailer/PHPMailer/issues",
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.3" "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.10.0"
}, },
"funding": [ "funding": [
{ {
@ -728,7 +777,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-11-24T18:04:13+00:00" "time": "2025-04-24T15:19:31+00:00"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@ -780,96 +829,18 @@
}, },
"time": "2024-09-11T13:17:53+00:00" "time": "2024-09-11T13:17:53+00:00"
}, },
{
"name": "scrivo/highlight.php",
"version": "v9.18.1.10",
"source": {
"type": "git",
"url": "https://github.com/scrivo/highlight.php.git",
"reference": "850f4b44697a2552e892ffe71490ba2733c2fc6e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/scrivo/highlight.php/zipball/850f4b44697a2552e892ffe71490ba2733c2fc6e",
"reference": "850f4b44697a2552e892ffe71490ba2733c2fc6e",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.7",
"sabberworm/php-css-parser": "^8.3",
"symfony/finder": "^2.8|^3.4|^5.4",
"symfony/var-dumper": "^2.8|^3.4|^5.4"
},
"suggest": {
"ext-mbstring": "Allows highlighting code with unicode characters and supports language with unicode keywords"
},
"type": "library",
"autoload": {
"files": [
"HighlightUtilities/functions.php"
],
"psr-0": {
"Highlight\\": "",
"HighlightUtilities\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Geert Bergman",
"homepage": "http://www.scrivo.org/",
"role": "Project Author"
},
{
"name": "Vladimir Jimenez",
"homepage": "https://allejo.io",
"role": "Maintainer"
},
{
"name": "Martin Folkers",
"homepage": "https://twobrain.io",
"role": "Contributor"
}
],
"description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
"keywords": [
"code",
"highlight",
"highlight.js",
"highlight.php",
"syntax"
],
"support": {
"issues": "https://github.com/scrivo/highlight.php/issues",
"source": "https://github.com/scrivo/highlight.php"
},
"funding": [
{
"url": "https://github.com/allejo",
"type": "github"
}
],
"time": "2022-12-17T21:53:22+00:00"
},
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
"version": "v3.5.1", "version": "v3.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git", "url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -882,7 +853,7 @@
"name": "symfony/contracts" "name": "symfony/contracts"
}, },
"branch-alias": { "branch-alias": {
"dev-main": "3.5-dev" "dev-main": "3.6-dev"
} }
}, },
"autoload": { "autoload": {
@ -907,7 +878,7 @@
"description": "A generic function and convention to trigger deprecation notices", "description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
}, },
"funding": [ "funding": [
{ {
@ -923,7 +894,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-09-25T14:20:29+00:00" "time": "2024-09-25T14:21:43+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@ -1006,16 +977,16 @@
}, },
{ {
"name": "symfony/polyfill-intl-idn", "name": "symfony/polyfill-intl-idn",
"version": "v1.31.0", "version": "v1.32.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git", "url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "c36586dcf89a12315939e00ec9b4474adcb1d773" "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773", "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
"reference": "c36586dcf89a12315939e00ec9b4474adcb1d773", "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1069,7 +1040,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0" "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.32.0"
}, },
"funding": [ "funding": [
{ {
@ -1085,7 +1056,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-09-09T11:45:10+00:00" "time": "2024-09-10T14:38:51+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-normalizer", "name": "symfony/polyfill-intl-normalizer",
@ -1170,19 +1141,20 @@
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.31.0", "version": "v1.32.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-iconv": "*",
"php": ">=7.2" "php": ">=7.2"
}, },
"provide": { "provide": {
@ -1230,7 +1202,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0"
}, },
"funding": [ "funding": [
{ {
@ -1246,20 +1218,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-09-09T11:45:10+00:00" "time": "2024-12-23T08:48:59+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v6.4.18", "version": "v6.4.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5" "reference": "f01987f45676778b474468aa266fe2eda1f2bc7e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5", "url": "https://api.github.com/repos/symfony/yaml/zipball/f01987f45676778b474468aa266fe2eda1f2bc7e",
"reference": "bf598c9d9bb4a22f495a4e26e4c4fce2f8ecefc5", "reference": "f01987f45676778b474468aa266fe2eda1f2bc7e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1302,7 +1274,7 @@
"description": "Loads and dumps YAML files", "description": "Loads and dumps YAML files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/yaml/tree/v6.4.18" "source": "https://github.com/symfony/yaml/tree/v6.4.21"
}, },
"funding": [ "funding": [
{ {
@ -1318,7 +1290,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-01-07T09:44:41+00:00" "time": "2025-04-04T09:48:44+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],

View file

@ -46,5 +46,8 @@ return [
return site()->visit($page); return site()->visit($page);
} }
], ],
] ],
'bogdancondorachi.code-highlighter' => [
'theme' => 'monokai',
],
]; ];