Skip to content

Commit

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

{
"name": "amage/module-cms",
"description": "Impost Export CMS Block and Pages",
"config": {
"sort-packages": true
},
"require": {
"php": "~7.3.0||~7.4.0"
},
"description": "Import CMS Blocks and Pages",
"homepage": "https://github.com/ankursharma1930/Magento2-CMS",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Ankur Sharma",
"email": "[email protected]"
"name": "Ankur Sharma",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/ankursharma1930/Magento2-CMS/issues"
},
"autoload": {
"files": [
"registration.php"
Expand Down

0 comments on commit 0be2ec7

Please sign in to comment.