From b78f08eb1b5ef31b47bb4290cf64993829d4435d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:57:12 +0000 Subject: [PATCH] chore(deps): bump beberlei/assert from 3.3.2 to 3.3.3 Bumps [beberlei/assert](https://github.com/beberlei/assert) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/beberlei/assert/releases) - [Changelog](https://github.com/beberlei/assert/blob/master/CHANGELOG.md) - [Commits](https://github.com/beberlei/assert/compare/v3.3.2...v3.3.3) --- updated-dependencies: - dependency-name: beberlei/assert dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 12d8ad3d9b0..72dff5d2a33 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "lib-libxml": "*", "composer-runtime-api": "^2.0", "bcremer/line-reader": "1.3.0", - "beberlei/assert": "3.3.2", + "beberlei/assert": "3.3.3", "beberlei/doctrineextensions": "1.4.0", "cocur/slugify": "4.3.0 || 4.6.0", "doctrine/annotations": "1.14.4", diff --git a/composer.lock b/composer.lock index 5337172e611..a1b61934662 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": "108ba185d421d1c327b02493455aadbd", + "content-hash": "933a38456c3de88e2a9f74b4059f12e4", "packages": [ { "name": "aws/aws-crt-php", @@ -207,16 +207,16 @@ }, { "name": "beberlei/assert", - "version": "v3.3.2", + "version": "v3.3.3", "source": { "type": "git", "url": "https://github.com/beberlei/assert.git", - "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655" + "reference": "b5fd8eacd8915a1b627b8bfc027803f1939734dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/beberlei/assert/zipball/cb70015c04be1baee6f5f5c953703347c0ac1655", - "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655", + "url": "https://api.github.com/repos/beberlei/assert/zipball/b5fd8eacd8915a1b627b8bfc027803f1939734dd", + "reference": "b5fd8eacd8915a1b627b8bfc027803f1939734dd", "shasum": "" }, "require": { @@ -224,7 +224,7 @@ "ext-json": "*", "ext-mbstring": "*", "ext-simplexml": "*", - "php": "^7.0 || ^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "*", @@ -268,9 +268,9 @@ ], "support": { "issues": "https://github.com/beberlei/assert/issues", - "source": "https://github.com/beberlei/assert/tree/v3.3.2" + "source": "https://github.com/beberlei/assert/tree/v3.3.3" }, - "time": "2021-12-16T21:41:27+00:00" + "time": "2024-07-15T13:18:35+00:00" }, { "name": "beberlei/doctrineextensions",