diff --git a/composer.json b/composer.json index ad08f77..f32c5c6 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "deployer/deployer": "v7.3.3", "mikey179/vfsstream": "v1.6.11", "phpmd/phpmd": "2.15.0", - "phpunit/phpunit": "10.5.5", + "phpunit/phpunit": "10.5.9", "squizlabs/php_codesniffer": "3.8.1", "tatter/patches": "v2.1.0" }, diff --git a/composer.lock b/composer.lock index 45d3673..846fe81 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": "9256b6e58f15f25d49d760ae4506b993", + "content-hash": "e10097d1bb9bfa9874a84883c2c4156a", "packages": [ { "name": "codeigniter4/framework", @@ -3377,16 +3377,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.5", + "version": "10.5.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856" + "reference": "0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ed21115d505b4b4f7dc7b5651464e19a2c7f7856", - "reference": "ed21115d505b4b4f7dc7b5651464e19a2c7f7856", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe", + "reference": "0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe", "shasum": "" }, "require": { @@ -3458,7 +3458,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.5" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.9" }, "funding": [ { @@ -3474,7 +3474,7 @@ "type": "tidelift" } ], - "time": "2023-12-27T15:13:52+00:00" + "time": "2024-01-22T14:35:40+00:00" }, { "name": "sebastian/cli-parser", @@ -4407,5 +4407,5 @@ "php": "^7.3||^8.0" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }