Skip to content

Commit

Permalink
composer json added
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Apr 4, 2021
1 parent 9ed9cf3 commit 22dc0a0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "fballiano/magento1-image-cleaner",
"license": "OSL-3.0",
"type": "magento-module",
"description": "Image cleaner module for Magento 1.9 and OpenMage",
"keywords": ["magento", "magento1", "openmage"],
"homepage": "https://github.com/fballiano/magento1-image-cleaner",
"require": {
"php": ">=7.2.0",
"magento-hackathon/magento-composer-installer": "*"
},
"authors": [
{
"name": "Fabrizio Balliano",
"email": "[email protected]",
"homepage": "http://fabrizioballiano.com",
"role": "Developer"
}
]
}

0 comments on commit 22dc0a0

Please sign in to comment.