-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 866 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "tobias-forkel/magento2-newsletter-subscribe-at-checkout",
"description": "This Magento 2 module allows you to enable a newsletter subscription checkbox on the checkout page. Customers can subscribe to your newsletter list in Marketing > Communications > Newsletter Subscribers during checkout.",
"type": "magento2-module",
"version": "1.0.4",
"authors": [
{
"name": "Tobias Forkel",
"email": "[email protected]",
"homepage": "http://www.tobiasforkel.de/"
}
],
"license": [
"OSL-3.0"
],
"require": {
"magento/framework": "*",
"magento/module-newsletter": "*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Forkel\\NewsletterSubscribeAtCheckout\\": ""
}
}
}