From 58cf20ccf928b409b923213ab34725f9ecccaf41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 22:31:01 +0000 Subject: [PATCH] chore(deps): update dependency saggre/phpdocumentor-markdown to v1 --- composer.json | 2 +- composer.lock | 40 +++++++++++++++++++++++++--------------- 2 files changed, 26 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index 7bc7775..4ef2b46 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,6 @@ }, "require-dev": { "phpunit/phpunit": "^10", - "saggre/phpdocumentor-markdown": "^0.1.3" + "saggre/phpdocumentor-markdown": "^1.0.0" } } diff --git a/composer.lock b/composer.lock index 85560cd..2db4583 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": "2c8b3a40b8de2bec92d2cc2f728eb855", + "content-hash": "ca5743c7a879bf9faef8b5246cfde449", "packages": [ { "name": "firebase/php-jwt", @@ -2012,24 +2012,34 @@ }, { "name": "saggre/phpdocumentor-markdown", - "version": "0.1.3", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/Saggre/phpDocumentor-markdown.git", - "reference": "35cf7221561ce75eba4301b770e329be45c6dba1" + "reference": "6444899602e89a6b9da78badf67539c9d9b476d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Saggre/phpDocumentor-markdown/zipball/35cf7221561ce75eba4301b770e329be45c6dba1", - "reference": "35cf7221561ce75eba4301b770e329be45c6dba1", + "url": "https://api.github.com/repos/Saggre/phpDocumentor-markdown/zipball/6444899602e89a6b9da78badf67539c9d9b476d5", + "reference": "6444899602e89a6b9da78badf67539c9d9b476d5", "shasum": "" }, "require-dev": { - "php": ">=7.4", - "phpunit/phpunit": "^9.5", - "twig/twig": "2.*" + "cweagans/composer-patches": "^1.7", + "ext-json": "*", + "php": ">=8.1", + "phpdocumentor/phpdocumentor": "3.8.0", + "phpunit/phpunit": "^10", + "symfony/filesystem": "^6.4" }, "type": "library", + "extra": { + "patches": { + "phpdocumentor/phpdocumentor": [ + "./patches/phpdocumentor-resource-path.patch" + ] + } + }, "autoload": { "psr-4": { "PhpDocumentorMarkdown\\": "src/" @@ -2047,18 +2057,18 @@ ], "description": "Markdown template for phpDocumentor3", "keywords": [ + "ai", + "ci", "documentation", - "github", - "gitlab", "markdown", "phpDocumentor", "phpdoc" ], "support": { "issues": "https://github.com/Saggre/phpDocumentor-markdown/issues", - "source": "https://github.com/Saggre/phpDocumentor-markdown/tree/0.1.3" + "source": "https://github.com/Saggre/phpDocumentor-markdown/tree/1.0.0" }, - "time": "2022-04-20T17:19:33+00:00" + "time": "2025-07-10T16:57:04+00:00" }, { "name": "sebastian/cli-parser", @@ -3024,12 +3034,12 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=8.1" }, - "platform-dev": [], - "plugin-api-version": "2.3.0" + "platform-dev": {}, + "plugin-api-version": "2.6.0" }