Skip to content

Commit

Permalink
Normalise composer json, update licence
Browse files Browse the repository at this point in the history
  • Loading branch information
robaimes committed Mar 29, 2021
1 parent 7e5ff4d commit 1d9e622
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "aimes/module-checkout-designs-example",
"description": "Example configurations for aimes/module-checkout-designs",
"type": "magento2-module",
"description": "Example configurations for aimes/module-checkout-designs",
"license": [
"GPL-3.0-or-later"
],
"require": {
"aimes/module-checkout-designs": "*"
},
"license": [
"Proprietary"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Aimes\\CheckoutDesignsExample\\": ""
}
},
"files": [
"registration.php"
]
}
}

0 comments on commit 1d9e622

Please sign in to comment.