Skip to content

Commit

Permalink
fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
anton.karunarathne committed Dec 10, 2024
1 parent 7e91941 commit 50869bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"name": "aligent/magento2-sitemap-extension",
"description": "Sitemap module for Magento 2",
"license": "GPL-3.0-only",
"require": {
"php": ">=8.1",
"magento/framework": "*",
"magento/module-sitemap": "*"
},
"type": "magento2-module",
"license": [
"Proprietary"
],
"autoload": {
"files": [
"registration.php"
Expand Down

0 comments on commit 50869bc

Please sign in to comment.