From 72a187169cc6142632b373555b65662c44df299e Mon Sep 17 00:00:00 2001 From: Scott Zhu Reeves <8443-star-szr@users.noreply.drupalcode.org> Date: Mon, 30 Dec 2024 14:22:51 +0000 Subject: [PATCH] Issue #3485969: Remove incorrect composer.json psr-4 autoload directive --- composer.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/composer.json b/composer.json index f7b3ac8..dfcce38 100644 --- a/composer.json +++ b/composer.json @@ -6,11 +6,6 @@ "aws/aws-sdk-php": "3.*" }, "license": "GPL-2.0-or-later", - "autoload": { - "psr-4": { - "Drupal\\CloudfrontCachePathInvalidate\\": "src/" - } - }, "authors": [ { "name": "Prashant Mishra", -- GitLab