From cd31d932bcb609a78d59a8ea7d0e01fac01bfad2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:19:52 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ---------- | -------------------- | ------- | ------- | | packagist | doctrine/common | 3.4.4 | 3.4.5 | | packagist | illuminate/container | 11.26.0 | 11.27.0 | | packagist | phpunit/phpunit | 10.5.35 | 10.5.36 | --- composer.json | 4 ++-- composer.lock | 26 +++++++++++++------------- example/composer.json | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index 8b5fd72..aad4b07 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "homepage": "https://github.com/Roave/psr-container-doctrine", "require": { "php": "~8.3.0 || ~8.4.0", - "doctrine/common": "^3.4.4", + "doctrine/common": "^3.4.5", "doctrine/dbal": "^4.1.1", "doctrine/event-manager": "^2.0.1", "doctrine/migrations": "^3.8.1", @@ -28,7 +28,7 @@ }, "require-dev": { "doctrine/coding-standard": "^12.0.0", - "phpunit/phpunit": "^10.5.35", + "phpunit/phpunit": "^10.5.36", "psalm/plugin-phpunit": "^0.19.0", "symfony/yaml": "^7.1.5", "vimeo/psalm": "^5.26.1" diff --git a/composer.lock b/composer.lock index d36a7b0..628af0f 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": "8eb09636aa5b9d57c98715843d8284ef", + "content-hash": "5240841549aa3f4baf25fad970629205", "packages": [ { "name": "doctrine/collections", @@ -94,16 +94,16 @@ }, { "name": "doctrine/common", - "version": "3.4.4", + "version": "3.4.5", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", - "reference": "0aad4b7ab7ce8c6602dfbb1e1a24581275fb9d1a" + "reference": "6c8fef961f67b8bc802ce3e32e3ebd1022907286" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/0aad4b7ab7ce8c6602dfbb1e1a24581275fb9d1a", - "reference": "0aad4b7ab7ce8c6602dfbb1e1a24581275fb9d1a", + "url": "https://api.github.com/repos/doctrine/common/zipball/6c8fef961f67b8bc802ce3e32e3ebd1022907286", + "reference": "6c8fef961f67b8bc802ce3e32e3ebd1022907286", "shasum": "" }, "require": { @@ -165,7 +165,7 @@ ], "support": { "issues": "https://github.com/doctrine/common/issues", - "source": "https://github.com/doctrine/common/tree/3.4.4" + "source": "https://github.com/doctrine/common/tree/3.4.5" }, "funding": [ { @@ -181,7 +181,7 @@ "type": "tidelift" } ], - "time": "2024-04-16T13:35:33+00:00" + "time": "2024-10-08T15:53:43+00:00" }, { "name": "doctrine/dbal", @@ -3517,16 +3517,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.35", + "version": "10.5.36", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "7ac8b4e63f456046dcb4c9787da9382831a1874b" + "reference": "aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7ac8b4e63f456046dcb4c9787da9382831a1874b", - "reference": "7ac8b4e63f456046dcb4c9787da9382831a1874b", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870", + "reference": "aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870", "shasum": "" }, "require": { @@ -3598,7 +3598,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.35" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.36" }, "funding": [ { @@ -3614,7 +3614,7 @@ "type": "tidelift" } ], - "time": "2024-09-19T10:52:21+00:00" + "time": "2024-10-08T15:36:51+00:00" }, { "name": "psalm/plugin-phpunit", diff --git a/example/composer.json b/example/composer.json index b129936..ce3fc7b 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.26.0", + "illuminate/container": "^11.27.0", "laminas/laminas-servicemanager": "^4.2.0", "symfony/cache": "^7.1.5" },