From feaddbe20879c4b1baa9fcb13d55d8c73cb5e5c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 23:00:30 +0000 Subject: [PATCH] Update pear/pear-core-minimal requirement from v1.10.10 to v1.10.13 Updates the requirements on [pear/pear-core-minimal](https://github.com/pear/pear-core-minimal) to permit the latest version. - [Release notes](https://github.com/pear/pear-core-minimal/releases) - [Commits](https://github.com/pear/pear-core-minimal/compare/v1.10.10...v1.10.13) --- updated-dependencies: - dependency-name: pear/pear-core-minimal dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5244697..962b337 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "require-dev": { "phpunit/phpunit": "^7.5", - "pear/pear-core-minimal": "v1.10.10", + "pear/pear-core-minimal": "v1.10.13", "pear/archive_tar": "~1.4" } }