From e32f8668492163e7803f86e53117ce2ed359d7b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 17:57:01 +0000 Subject: [PATCH] Bump mcaskill/composer-exclude-files from 3.0.0 to 3.0.1 Bumps [mcaskill/composer-exclude-files](https://github.com/mcaskill/composer-plugin-exclude-files) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/mcaskill/composer-plugin-exclude-files/releases) - [Changelog](https://github.com/mcaskill/composer-plugin-exclude-files/blob/main/CHANGELOG.md) - [Commits](https://github.com/mcaskill/composer-plugin-exclude-files/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: mcaskill/composer-exclude-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 384faf2c6539..067b9b4b8bdb 100644 --- a/composer.lock +++ b/composer.lock @@ -413,16 +413,16 @@ }, { "name": "mcaskill/composer-exclude-files", - "version": "v3.0.0", + "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/mcaskill/composer-plugin-exclude-files.git", - "reference": "09967da1121734e124941feac5c4aff35f348614" + "reference": "f7dd8dbb0b1bf9b0269db07e05460f81066cf22b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mcaskill/composer-plugin-exclude-files/zipball/09967da1121734e124941feac5c4aff35f348614", - "reference": "09967da1121734e124941feac5c4aff35f348614", + "url": "https://api.github.com/repos/mcaskill/composer-plugin-exclude-files/zipball/f7dd8dbb0b1bf9b0269db07e05460f81066cf22b", + "reference": "f7dd8dbb0b1bf9b0269db07e05460f81066cf22b", "shasum": "" }, "require": { @@ -459,9 +459,9 @@ "description": "Exclude files from autoload_files.php", "support": { "issues": "https://github.com/mcaskill/composer-plugin-exclude-files/issues", - "source": "https://github.com/mcaskill/composer-plugin-exclude-files/tree/v3.0.0" + "source": "https://github.com/mcaskill/composer-plugin-exclude-files/tree/v3.0.1" }, - "time": "2022-09-12T13:52:12+00:00" + "time": "2023-05-24T17:29:24+00:00" }, { "name": "sabberworm/php-css-parser",