From eef087de244c86478fa44fb8a193ca8040eb2803 Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
 <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon, 29 Mar 2021 23:08:31 +0000
Subject: [PATCH] Update phpunit/phpunit requirement from ^5.0 | ^6.0 to ^5.0 |
 ^6.0 | ^9.0

Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/commits/9.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index bb77ab1..537c258 100644
--- a/composer.json
+++ b/composer.json
@@ -16,7 +16,7 @@
         "laminas/laminas-dependency-plugin": "^1.0 || ^2.0"
     },
     "require-dev": {
-        "phpunit/phpunit": "^5.0 | ^6.0",
+        "phpunit/phpunit": "^5.0 | ^6.0 | ^9.0",
         "laminas/laminas-mvc": "^2.0 | ^3.0",
         "laminas/laminas-view": "^2.0",
         "laminas/laminas-serializer": "^2.0",