From 2d3e49a2f8fa38fec3643c8da763087acde780b9 Mon Sep 17 00:00:00 2001 From: Ben Turner Date: Tue, 28 Mar 2017 12:26:25 +1030 Subject: [PATCH] Remove the composer.json entry that copies the module files into the application root directory --- composer.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/composer.json b/composer.json index 07aacf9..d49b028 100644 --- a/composer.json +++ b/composer.json @@ -20,13 +20,5 @@ "psr-4": { "Aligent\\Pinpay\\": "" } - }, - "extra": { - "map": [ - [ - "*", - "Aligent/Pinpay" - ] - ] } }