From 78c0286b19154e5eea87300aa4ea04e93e2ac098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:28:48 +0000 Subject: [PATCH] [TASK] Update phpunit/phpunit requirement from ^5.7.27 to ^8.5.36 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/8.5.36/ChangeLog-8.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/5.7.27...8.5.36) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- phpunit.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1bfad6f6..fdae1fab 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "ext-iconv": "*" }, "require-dev": { - "phpunit/phpunit": "^5.7.27", + "phpunit/phpunit": "^8.5.36", "codacy/coverage": "^1.4.3" }, "suggest": { diff --git a/phpunit.xml b/phpunit.xml index 62ad5006..dad27809 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,6 +1,6 @@ + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"> tests