Skip to content

Commit

Permalink
add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVin357 committed Jun 21, 2023
1 parent b749c05 commit fcd5cdb
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Donmo/Roundup/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "donmo/roundup",
"type": "magento2-module",
"keywords": [
"Ukraine",
"donate",
"donations",
"roundup",
"round up"
],

"homepage": "https://www.donmo.org",
"description": "Donmo Roundup Magento Plugin for collecting donations for Ukraine on the payment page",
"require": {
"php": ">=7.4"
},

"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Donmo\\Roundup\\": ""
}
},
"authors": [
{
"name": "Davyd Viniarskyi",
"email": "info@donmo.org",
"homepage": "https://github.com/Donmo-Roundup/magento-ua"
}
]
}

0 comments on commit fcd5cdb

Please sign in to comment.