From e8dbf34d9d96ac21ea23468ef069edf0debaf32c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 07:28:09 +0000 Subject: [PATCH] Bump tempest/highlight from 1.3.4 to 2.7.0 Bumps [tempest/highlight](https://github.com/tempestphp/highlight) from 1.3.4 to 2.7.0. - [Release notes](https://github.com/tempestphp/highlight/releases) - [Commits](https://github.com/tempestphp/highlight/compare/1.3.4...2.7.0) --- updated-dependencies: - dependency-name: tempest/highlight dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 19 ++++++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 6fc21461..811a120a 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "spatie/laravel-sitemap": "^7.2.1", "statamic/cms": "^v5.0", "stripe/stripe-php": "^7.68", - "tempest/highlight": "^1.3" + "tempest/highlight": "^2.7" }, "require-dev": { "barryvdh/laravel-debugbar": "^3.5", diff --git a/composer.lock b/composer.lock index c85cb437..f2306d60 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": "609c950ba147cf33c04e84e9c4948e94", + "content-hash": "f7b728bee0b2739a8655e6c9f12bdcdb", "packages": [ { "name": "ajthinking/archetype", @@ -8496,28 +8496,33 @@ }, { "name": "tempest/highlight", - "version": "1.3.4", + "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/tempestphp/highlight.git", - "reference": "6116e314a170469f55fc559c9739b140a4ace582" + "reference": "ea8bb975aeef56e6c01ee471a77aa8bd8f4c07fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tempestphp/highlight/zipball/6116e314a170469f55fc559c9739b140a4ace582", - "reference": "6116e314a170469f55fc559c9739b140a4ace582", + "url": "https://api.github.com/repos/tempestphp/highlight/zipball/ea8bb975aeef56e6c01ee471a77aa8bd8f4c07fb", + "reference": "ea8bb975aeef56e6c01ee471a77aa8bd8f4c07fb", "shasum": "" }, "require": { "php": "^8.3" }, "require-dev": { + "assertchris/ellison": "^1.0.2", "friendsofphp/php-cs-fixer": "^3.21", "larapack/dd": "^1.1", "league/commonmark": "^2.4", "phpstan/phpstan": "^1.10.0", "phpunit/phpunit": "^10.0" }, + "suggest": { + "assertchris/ellison": "Allows you to analyse sentence complexity", + "league/commonmark": "Adds markdown support" + }, "type": "library", "autoload": { "psr-4": { @@ -8537,7 +8542,7 @@ "description": "Fast, extensible, server-side code highlighting", "support": { "issues": "https://github.com/tempestphp/highlight/issues", - "source": "https://github.com/tempestphp/highlight/tree/1.3.4" + "source": "https://github.com/tempestphp/highlight/tree/2.7.0" }, "funding": [ { @@ -8545,7 +8550,7 @@ "type": "github" } ], - "time": "2024-04-12T07:38:31+00:00" + "time": "2024-05-28T09:10:05+00:00" }, { "name": "thecodingmachine/safe",