diff --git a/composer.json b/composer.json index ac8e23e..12e4eb6 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, "require-dev": { "doctrine/coding-standard": "^12.0.0", - "phpunit/phpunit": "^10.5.28", + "phpunit/phpunit": "^10.5.29", "psalm/plugin-phpunit": "^0.19.0", "symfony/yaml": "^7.1.1", "vimeo/psalm": "^5.25.0" diff --git a/composer.lock b/composer.lock index 27cc4e6..51d3694 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": "4c0111c6e750c2fc42f1ac21e6060633", + "content-hash": "d530db29d96f50e746e98725d934e200", "packages": [ { "name": "doctrine/collections", @@ -3516,16 +3516,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.28", + "version": "10.5.29", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "ff7fb85cdf88131b83e721fb2a327b664dbed275" + "reference": "8e9e80872b4e8064401788ee8a32d40b4455318f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ff7fb85cdf88131b83e721fb2a327b664dbed275", - "reference": "ff7fb85cdf88131b83e721fb2a327b664dbed275", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8e9e80872b4e8064401788ee8a32d40b4455318f", + "reference": "8e9e80872b4e8064401788ee8a32d40b4455318f", "shasum": "" }, "require": { @@ -3597,7 +3597,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.28" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.29" }, "funding": [ { @@ -3613,7 +3613,7 @@ "type": "tidelift" } ], - "time": "2024-07-18T14:54:16+00:00" + "time": "2024-07-30T11:08:00+00:00" }, { "name": "psalm/plugin-phpunit", diff --git a/example/composer.json b/example/composer.json index 56c969e..4364440 100644 --- a/example/composer.json +++ b/example/composer.json @@ -2,7 +2,7 @@ "type": "project", "require": { "php": "~8.2.0 || ~8.3.0", - "illuminate/container": "^11.18.1", + "illuminate/container": "^11.19.0", "laminas/laminas-servicemanager": "^4.2.0", "symfony/cache": "^7.1.3" },