forked from FosterCommerce/CommerceRegisterOnCheckout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1.05 KB
/
composer.json
File metadata and controls
36 lines (36 loc) · 1.05 KB
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
29
30
31
32
33
34
35
36
{
"name": "bossanova808/commerceregisteroncheckout",
"description": "Commerce Register on Checkout lets you offer user registration during checkout with Craft Commerce.",
"type": "craft-plugin",
"version": "0.2.0",
"keywords": [
"commerce"
],
"support": {
"docs": "https://github.com/bossanova808/CommerceRegisterOnCheckout/blob/master/README.md",
"issues": "https://github.com/bossanova808/CommerceRegisterOnCheckout/issues"
},
"authors": [
{
"name": "Jeremy Daalder",
"homepage": "https://github.com/bossanova808"
}
],
"require-dev": {
"craftcms/cms": "^3.0.0"
},
"autoload": {
"psr-4": {
"bossanova808\\commerceregisteroncheckout\\": "src/"
}
},
"extra": {
"handle": "commerceregisteroncheckout",
"name": "Commerce Registor On Checkout",
"developer": "Jeremy Daalder",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/bossanova808/commerceregisteroncheckout/master/releases.json",
"schemaVersion": "0.0.2"
}
}