Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hryvinskyi authored Dec 26, 2021
1 parent f31fd62 commit ed285ab
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "hryvinskyi/magento2-seo-robots-pack",
"version": "1.0.0",
"description": "N/A",
"type": "magento2-module",
"require": {
"magento/framework": "*",
"hryvinskyi/magento2-seo-robots-api": "1.0.0",
"hryvinskyi/magento2-seo-robots": "1.0.0",
"hryvinskyi/magento2-seo-robots-admin-ui": "1.0.0",
"hryvinskyi/magento2-seo-robots-frontend": "1.0.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"license": [
"MIT"
],
"authors": [
{
"name": "Volodymyr Hryvinskyi",
"email": "[email protected]"
}
]
}

0 comments on commit ed285ab

Please sign in to comment.