Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
ankursharma1930 committed Jun 29, 2021
1 parent 358839e commit 4031f57
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@

{
"name": "amage/module-cms",
"description": "Import CMS Blocks and Pages",
"description": "Impost Export CMS Block and Pages",
"config": {
"sort-packages": true
},
"require": {
"php": "~7.3.0||~7.4.0"
},
"type": "magento2-module",
"license": "GPL-3.0",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"authors": [
{
"name": "Ankur Sharma",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {},
"autoload": {
"files": [
"registration.php"
Expand Down

0 comments on commit 4031f57

Please sign in to comment.