diff --git a/composer.json b/composer.json index ee4b653bb..a0d7fc4a0 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "laravel/tinker": "^3.0", "statamic-rad-pack/meilisearch": "^4.1", "statamic/cms": "^6.0", - "torchlight/engine": "^0.1.0", + "torchlight/engine": "^1.0", "stillat/documentation-search": "^2.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index b35b80a56..4844829a7 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "07d9583a389b7517f327201dfaf05bc9", + "content-hash": "89537649606033465d0770498c072569", "packages": [ { "name": "ajthinking/archetype", @@ -3669,34 +3669,44 @@ }, { "name": "phiki/phiki", - "version": "v1.1.6", + "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/phikiphp/phiki.git", - "reference": "3174d8cb309bdccc32b7a33500379de76148256b" + "reference": "24375dbc474dbc484de7d53c6bab0bb9e198f647" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phikiphp/phiki/zipball/3174d8cb309bdccc32b7a33500379de76148256b", - "reference": "3174d8cb309bdccc32b7a33500379de76148256b", + "url": "https://api.github.com/repos/phikiphp/phiki/zipball/24375dbc474dbc484de7d53c6bab0bb9e198f647", + "reference": "24375dbc474dbc484de7d53c6bab0bb9e198f647", "shasum": "" }, "require": { - "league/commonmark": "^2.5.3", - "php": "^8.2" + "ext-mbstring": "*", + "php": "^8.2", + "psr/simple-cache": "^3.0" }, "require-dev": { - "illuminate/support": "^11.30", + "illuminate/support": "^11.45", "laravel/pint": "^1.18.1", + "league/commonmark": "^2.5.3", + "orchestra/testbench": "^9.15", "pestphp/pest": "^3.5.1", "phpstan/extension-installer": "^1.4.3", "phpstan/phpstan": "^2.0", "symfony/var-dumper": "^7.1.6" }, - "bin": [ - "bin/phiki" - ], + "suggest": { + "league/commonmark": "Required to use the CommonMark adapter (^2.5.3)" + }, "type": "library", + "extra": { + "laravel": { + "providers": [ + "Phiki\\Adapters\\Laravel\\PhikiServiceProvider" + ] + } + }, "autoload": { "psr-4": { "Phiki\\": "src/" @@ -3717,9 +3727,19 @@ "description": "Syntax highlighting using TextMate grammars in PHP.", "support": { "issues": "https://github.com/phikiphp/phiki/issues", - "source": "https://github.com/phikiphp/phiki/tree/v1.1.6" + "source": "https://github.com/phikiphp/phiki/tree/v2.2.0" }, - "time": "2025-06-06T20:18:29+00:00" + "funding": [ + { + "url": "https://github.com/sponsors/ryangjchandler", + "type": "github" + }, + { + "url": "https://buymeacoffee.com/ryangjchandler", + "type": "other" + } + ], + "time": "2026-04-01T15:56:08+00:00" }, { "name": "php-http/discovery", @@ -9412,28 +9432,30 @@ }, { "name": "torchlight/engine", - "version": "v0.1.0", + "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/torchlight-api/engine.git", - "reference": "8d12f611efb0b22406ec0744abb453ddd2f1fe9d" + "reference": "51822893063cbf13a4c95d3291eeb6cfdef2646f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/torchlight-api/engine/zipball/8d12f611efb0b22406ec0744abb453ddd2f1fe9d", - "reference": "8d12f611efb0b22406ec0744abb453ddd2f1fe9d", + "url": "https://api.github.com/repos/torchlight-api/engine/zipball/51822893063cbf13a4c95d3291eeb6cfdef2646f", + "reference": "51822893063cbf13a4c95d3291eeb6cfdef2646f", "shasum": "" }, "require": { "league/commonmark": "^2.5.3", - "phiki/phiki": "^1.1.4", + "phiki/phiki": "^2", "php": "^8.2" }, "require-dev": { "ext-dom": "*", "ext-libxml": "*", "laravel/pint": "^1.13", - "pestphp/pest": "^2" + "pestphp/pest": "^2", + "phpstan/phpstan": "^2.1", + "rector/rector": "^2.1" }, "type": "library", "autoload": { @@ -9462,9 +9484,9 @@ ], "support": { "issues": "https://github.com/torchlight-api/engine/issues", - "source": "https://github.com/torchlight-api/engine/tree/v0.1.0" + "source": "https://github.com/torchlight-api/engine/tree/v1.0.0" }, - "time": "2025-04-02T01:47:48+00:00" + "time": "2026-03-15T20:43:44+00:00" }, { "name": "ueberdosis/tiptap-php",