From e46dbef386b46f2e2219779fc6748d024cd0be59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 08:10:10 +0000 Subject: [PATCH] Bump kwn/number-to-words from 2.9.1 to 2.10.0 Bumps [kwn/number-to-words](https://github.com/kwn/number-to-words) from 2.9.1 to 2.10.0. - [Release notes](https://github.com/kwn/number-to-words/releases) - [Commits](https://github.com/kwn/number-to-words/compare/2.9.1...2.10.0) --- updated-dependencies: - dependency-name: kwn/number-to-words dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 5dbd817..b9fcd07 100644 --- a/composer.lock +++ b/composer.lock @@ -393,23 +393,23 @@ }, { "name": "kwn/number-to-words", - "version": "2.9.1", + "version": "2.10.0", "source": { "type": "git", "url": "https://github.com/kwn/number-to-words.git", - "reference": "0b29195ab64994a5abd24115730aa590c598d468" + "reference": "2144ba025d9f6f0ff850049fa43ba3bf47220460" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kwn/number-to-words/zipball/0b29195ab64994a5abd24115730aa590c598d468", - "reference": "0b29195ab64994a5abd24115730aa590c598d468", + "url": "https://api.github.com/repos/kwn/number-to-words/zipball/2144ba025d9f6f0ff850049fa43ba3bf47220460", + "reference": "2144ba025d9f6f0ff850049fa43ba3bf47220460", "shasum": "" }, "require": { "php": ">=7.4" }, "require-dev": { - "phpunit/phpunit": "^9.6.7", + "phpunit/phpunit": "^9.6", "squizlabs/php_codesniffer": "^3.7.2" }, "type": "library", @@ -440,9 +440,9 @@ ], "support": { "issues": "https://github.com/kwn/number-to-words/issues", - "source": "https://github.com/kwn/number-to-words/tree/2.9.1" + "source": "https://github.com/kwn/number-to-words/tree/2.10.0" }, - "time": "2024-02-24T17:01:19+00:00" + "time": "2024-09-18T20:08:07+00:00" }, { "name": "psr/http-client",