From d209e76111e212a03e761595c07a00689dce0b58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 06:01:13 +0000 Subject: [PATCH] build(deps): bump phpgt/typesafegetter from 1.2.4 to 1.3.0 Bumps [phpgt/typesafegetter](https://github.com/PhpGt/TypeSafeGetter) from 1.2.4 to 1.3.0. - [Release notes](https://github.com/PhpGt/TypeSafeGetter/releases) - [Commits](https://github.com/PhpGt/TypeSafeGetter/compare/v1.2.4...v1.3.0) --- updated-dependencies: - dependency-name: phpgt/typesafegetter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 2de0eb8..f568015 100644 --- a/composer.lock +++ b/composer.lock @@ -254,24 +254,26 @@ }, { "name": "phpgt/typesafegetter", - "version": "v1.2.4", + "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/PhpGt/TypeSafeGetter.git", - "reference": "ebffd758e69b8a0eebcad30f3daf408915b9ddf3" + "reference": "7874a16656a1aa77d5160cab239ac3f9618028f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PhpGt/TypeSafeGetter/zipball/ebffd758e69b8a0eebcad30f3daf408915b9ddf3", - "reference": "ebffd758e69b8a0eebcad30f3daf408915b9ddf3", + "url": "https://api.github.com/repos/PhpGt/TypeSafeGetter/zipball/7874a16656a1aa77d5160cab239ac3f9618028f4", + "reference": "7874a16656a1aa77d5160cab239ac3f9618028f4", "shasum": "" }, "require": { "php": ">=8.0" }, "require-dev": { - "phpstan/phpstan": "v1.8.0", - "phpunit/phpunit": "v9.5.21" + "phpmd/phpmd": "^2.13", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^10.1", + "squizlabs/php_codesniffer": "^3.7" }, "type": "library", "autoload": { @@ -292,7 +294,7 @@ "description": "An interface for objects that expose type-safe getter methods.", "support": { "issues": "https://github.com/PhpGt/TypeSafeGetter/issues", - "source": "https://github.com/PhpGt/TypeSafeGetter/tree/v1.2.4" + "source": "https://github.com/PhpGt/TypeSafeGetter/tree/v1.3.0" }, "funding": [ { @@ -300,7 +302,7 @@ "type": "github" } ], - "time": "2022-07-08T17:17:42+00:00" + "time": "2023-04-27T14:52:28+00:00" }, { "name": "psr/container",