From 96ea724e3c3a02c096d351106bccb1dd428d35de Mon Sep 17 00:00:00 2001 From: Guillaume Sainthillier Date: Sat, 28 Sep 2024 13:51:11 +0200 Subject: [PATCH] bump phpunit from 9.6.7 to 9.6.11 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index dc8b6a3..498635e 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "ext-libxml": "Needed for XSD validation" }, "require-dev": { - "phpunit/phpunit": "^9.3", + "phpunit/phpunit": "^9.6", "ext-libxml": "*", "friendsofphp/php-cs-fixer": "^3.16", "phpstan/phpstan": "^1.10", diff --git a/composer.lock b/composer.lock index 430b42d..569b3b9 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": "d4d41a03a213cbbfadc482a12285b9e3", + "content-hash": "f97a585ef0e836b5ee2277241f566bb6", "packages": [ { "name": "doctrine/deprecations", @@ -1409,16 +1409,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.7", + "version": "9.6.11", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2" + "reference": "810500e92855eba8a7a5319ae913be2da6f957b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c993f0d3b0489ffc42ee2fe0bd645af1538a63b2", - "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/810500e92855eba8a7a5319ae913be2da6f957b0", + "reference": "810500e92855eba8a7a5319ae913be2da6f957b0", "shasum": "" }, "require": { @@ -1492,7 +1492,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.7" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.11" }, "funding": [ { @@ -1508,7 +1508,7 @@ "type": "tidelift" } ], - "time": "2023-04-14T08:58:40+00:00" + "time": "2023-08-19T07:10:56+00:00" }, { "name": "psr/cache",