Add extra map configuration
Showing
... | @@ -40,11 +40,19 @@ | ... | @@ -40,11 +40,19 @@ |
"adyen/adyen-php-api-library": "*" | "adyen/adyen-php-api-library": "*" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
"files": [ | "files": [ | ||
"registration.php" | "registration.php" | ||
], | ], | ||
"psr-4": { | "psr-4": { | ||
"Adyen\\Payment\\": "" | "Adyen\\Payment\\": "" | ||
} | } | ||
} | }, | ||
"extra": { | |||
"map": [ | |||
[ | |||
"*", | |||
"Adyen/Payment" | |||
] | |||
] | |||
} | |||
} | } |
Please register or sign in to comment