From d0f8c32abf735a3495e562e3c94037e337daf3e7 Mon Sep 17 00:00:00 2001 From: Eric Teubert Date: Sat, 26 Oct 2024 22:14:39 +0200 Subject: [PATCH] fix(deps): move comments-introspection to runtime requires --- composer.json | 2 +- composer.lock | 96 +++++++++++++++++++++++++-------------------------- 2 files changed, 49 insertions(+), 49 deletions(-) diff --git a/composer.json b/composer.json index 64bd65dd..8d598ca3 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,7 @@ "require": { "php": "^8.0", "podlove/podlove-timeline": "2.*", + "podlove/comment-introspection": "dev-master", "monolog/monolog": "2.9.*", "symfony/yaml": "6.0.*", "symfony/polyfill-mbstring": "1.27.*", @@ -22,7 +23,6 @@ }, "require-dev": { "pear/pear_exception": "1.0.*@dev", - "podlove/comment-introspection": "dev-master", "phpunit/phpunit": "9.6.9", "bamarni/composer-bin-plugin": "1.4.1" }, diff --git a/composer.lock b/composer.lock index 0aa18a68..7c894fea 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": "83a406e9a7624cca32e0707c2993f33e", + "content-hash": "8ff4d121ffa215b1fdb4584b8c036abf", "packages": [ { "name": "brick/math", @@ -810,6 +810,51 @@ ], "time": "2020-10-26T13:16:10+00:00" }, + { + "name": "podlove/comment-introspection", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/podlove/podlove-comment-introspection.git", + "reference": "012600c3023a5667c6f5c8658c9c66cdd9e57c2f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/podlove/podlove-comment-introspection/zipball/012600c3023a5667c6f5c8658c9c66cdd9e57c2f", + "reference": "012600c3023a5667c6f5c8658c9c66cdd9e57c2f", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "3.7.*" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-0": { + "Podlove\\Comment": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "PHP library providing a toolkit to parse class and method comments.", + "keywords": [ + "comment", + "introspection", + "parser", + "podlove", + "reflection" + ], + "support": { + "issues": "https://github.com/podlove/podlove-comment-introspection/issues", + "source": "https://github.com/podlove/podlove-comment-introspection/tree/master" + }, + "time": "2014-01-04T16:27:27+00:00" + }, { "name": "podlove/normalplaytime", "version": "v1.0.3", @@ -2424,51 +2469,6 @@ ], "time": "2023-06-11T06:13:56+00:00" }, - { - "name": "podlove/comment-introspection", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/podlove/podlove-comment-introspection.git", - "reference": "012600c3023a5667c6f5c8658c9c66cdd9e57c2f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/podlove/podlove-comment-introspection/zipball/012600c3023a5667c6f5c8658c9c66cdd9e57c2f", - "reference": "012600c3023a5667c6f5c8658c9c66cdd9e57c2f", - "shasum": "" - }, - "require": { - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "3.7.*" - }, - "default-branch": true, - "type": "library", - "autoload": { - "psr-0": { - "Podlove\\Comment": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "PHP library providing a toolkit to parse class and method comments.", - "keywords": [ - "comment", - "introspection", - "parser", - "podlove", - "reflection" - ], - "support": { - "issues": "https://github.com/podlove/podlove-comment-introspection/issues", - "source": "https://github.com/podlove/podlove-comment-introspection/tree/master" - }, - "time": "2014-01-04T16:27:27+00:00" - }, { "name": "sebastian/cli-parser", "version": "1.0.2", @@ -3486,8 +3486,8 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "pear/pear_exception": 20, - "podlove/comment-introspection": 20 + "podlove/comment-introspection": 20, + "pear/pear_exception": 20 }, "prefer-stable": false, "prefer-lowest": false,