From 40836700133fc0e741a578f7923bf99ad86b7d1f Mon Sep 17 00:00:00 2001 From: Fred Condo Date: Thu, 7 Feb 2019 15:38:33 -0800 Subject: [PATCH] Add psr4 autoload info This helps other tools like phpstan work in the presence of this module without having to introduce this information into the larger project's composer.json. --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index d362e46..9e58bd1 100644 --- a/composer.json +++ b/composer.json @@ -26,6 +26,11 @@ "client" ] }, + "autoload": { + "psr-4": { + "SilverStripe\\GridfieldQueuedExport\\": "src/" + } + }, "prefer-stable": true }