26 lines
627 B
JSON
26 lines
627 B
JSON
{
|
|
"name": "jro/guest2customer",
|
|
"description": "Automatically create a customer account after guest checkout in Magento 2",
|
|
"type": "magento2-module",
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"magento/magento2-base": "~2.4"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"homepage": "https://git.oakleys.org/JamesOakley-MagentoDev/magento-guest2customer",
|
|
"authors": [
|
|
{
|
|
"name": "James Oakley",
|
|
"email": "magentodev@m3.oakleys.org",
|
|
"homepage": "https://git.oakleys.org"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"files": [
|
|
"registration.php"
|
|
],
|
|
"psr-4": {
|
|
"Jro\\Guest2Customer\\": ""
|
|
}
|
|
}
|
|
}
|