From df1f7ad7472aa4380c9e2d463552687e9e81ecb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 13:13:27 +0000 Subject: [PATCH] Bump withinboredom/time from 5.0.0 to 6.0.0 Bumps [withinboredom/time](https://github.com/withinboredom/time) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/withinboredom/time/releases) - [Commits](https://github.com/withinboredom/time/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: withinboredom/time dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 29 ++++++++++++++++------------- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index c956ad2..f8ca58d 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "withinboredom/time": "5.*" + "withinboredom/time": "6.*" }, "require-dev": { "johnbacon/stout": "^1.16.1", diff --git a/composer.lock b/composer.lock index a3a19b7..f79f1a1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,36 +4,39 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1192f5ec86481326509746051fcbcdca", + "content-hash": "3b9feb6de3a97c8be94900cfac8c6e73", "packages": [ { "name": "withinboredom/time", - "version": "v5.0.0", + "version": "v6.0.0", "source": { "type": "git", "url": "https://github.com/withinboredom/time.git", - "reference": "35d7b867033ac42be1801c3b32dbf32d73764137" + "reference": "f9279ce4d974cad558051baa4eb460508da674a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/withinboredom/time/zipball/35d7b867033ac42be1801c3b32dbf32d73764137", - "reference": "35d7b867033ac42be1801c3b32dbf32d73764137", + "url": "https://api.github.com/repos/withinboredom/time/zipball/f9279ce4d974cad558051baa4eb460508da674a7", + "reference": "f9279ce4d974cad558051baa4eb460508da674a7", "shasum": "" }, "require": { - "php": "^8.2" + "php": "^8.4" }, "require-dev": { "laravel/pint": "^1.16.2", - "pestphp/pest": "^2.34.8" + "pestphp/pest": "^v3.8.2" + }, + "suggest": { + "crell/serde": "^1.3.2" }, "type": "library", "autoload": { "files": [ - "src/functions.php" + "src/Time/functions.php" ], "psr-4": { - "Withinboredom\\Time\\": "src/" + "Withinboredom\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -49,9 +52,9 @@ "description": "Converting time to units", "support": { "issues": "https://github.com/withinboredom/time/issues", - "source": "https://github.com/withinboredom/time/tree/v5.0.0" + "source": "https://github.com/withinboredom/time/tree/v6.0.0" }, - "time": "2024-07-10T16:53:33+00:00" + "time": "2025-05-27T21:10:53+00:00" } ], "packages-dev": [ @@ -961,7 +964,7 @@ }, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [], + "platform": {}, + "platform-dev": {}, "plugin-api-version": "2.6.0" }