From d6977382a4ce024df858f9d34679599ee1dedc25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 23:53:40 +0000 Subject: [PATCH] deps(deps-dev): update phpnomad/tests requirement from ^0.1.0 || ^0.3.0 to ^0.1.0 || ^0.3.0 || ^0.4.0 Updates the requirements on [phpnomad/tests](https://github.com/phpnomad/tests) to permit the latest version. - [Release notes](https://github.com/phpnomad/tests/releases) - [Commits](https://github.com/phpnomad/tests/commits/0.4.0) --- updated-dependencies: - dependency-name: phpnomad/tests dependency-version: 0.4.0 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 d42ec20..d5ab179 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ } ], "require-dev": { - "phpnomad/tests": "^0.1.0 || ^0.3.0" + "phpnomad/tests": "^0.1.0 || ^0.3.0 || ^0.4.0" }, "config": { "allow-plugins": {