From 1d99a2b50dca2c53133b2d885de4e0d2cdeb8470 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:58:23 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | -------------------- | ------- | ------- | | packagist | illuminate/container | 11.18.1 | 11.19.0 | | packagist | phpunit/phpunit | 10.5.28 | 10.5.29 | --- composer.json | 2 +- composer.lock | 14 +++++++------- example/composer.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) 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" },