From 0a23f45ca8af718de3ed514395d5b6b481e880a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 02:30:29 +0000 Subject: [PATCH] chore(deps): Bump adhocore/cli from 1.9.1 to 1.9.3 Bumps [adhocore/cli](https://github.com/adhocore/php-cli) from 1.9.1 to 1.9.3. - [Release notes](https://github.com/adhocore/php-cli/releases) - [Changelog](https://github.com/adhocore/php-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/adhocore/php-cli/compare/v1.9.1...v1.9.3) --- updated-dependencies: - dependency-name: adhocore/cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 236ddf2..8f87faa 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "adhocore/cli", - "version": "v1.9.1", + "version": "v1.9.3", "source": { "type": "git", "url": "https://github.com/adhocore/php-cli.git", - "reference": "bacbbdaf90cd899b086f9ef1b0db4e83572ac4df" + "reference": "86be16e3c3b42d76fcdb32529bcded0fedb925d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/adhocore/php-cli/zipball/bacbbdaf90cd899b086f9ef1b0db4e83572ac4df", - "reference": "bacbbdaf90cd899b086f9ef1b0db4e83572ac4df", + "url": "https://api.github.com/repos/adhocore/php-cli/zipball/86be16e3c3b42d76fcdb32529bcded0fedb925d3", + "reference": "86be16e3c3b42d76fcdb32529bcded0fedb925d3", "shasum": "" }, "require": { @@ -28,6 +28,9 @@ }, "type": "library", "autoload": { + "files": [ + "src/functions.php" + ], "psr-4": { "Ahc\\Cli\\": "src/" } @@ -62,7 +65,7 @@ ], "support": { "issues": "https://github.com/adhocore/php-cli/issues", - "source": "https://github.com/adhocore/php-cli/tree/v1.9.1" + "source": "https://github.com/adhocore/php-cli/tree/v1.9.3" }, "funding": [ { @@ -74,7 +77,7 @@ "type": "github" } ], - "time": "2024-11-29T10:22:19+00:00" + "time": "2024-12-04T03:40:29+00:00" }, { "name": "nikic/php-parser",