Skip to content

Commit

Permalink
composer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
smarineau-cyr committed Oct 23, 2018
1 parent 015f8b8 commit 77194e1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
"description": "Multilingual sitemap",
"version": "1.0.2",
"type": "craft-plugin",
"support": {
"docs": "https://github.com/MutationDigitale/craft3-simplesitemap/blob/master/README.md",
"issues": "https://github.com/MutationDigitale/craft3-simplesitemap/issues"
},
"license": "MIT",
"authors": [
{
"name": "Mutation Digitale",
"email": "sam@mutation.io",
"homepage": "https://mutation.io/"
}
],
Expand All @@ -23,11 +26,9 @@
"name": "Simple Sitemap",
"handle": "simplesitemap",
"schemaVersion": "1.0.0",
"developerEmail": "sam@mutation.io",
"documentationUrl": "https://bitbucket.org/mutationdigitale/craft3-simplesitemap/src/master/README.md",
"changelogUrl": "https://bitbucket.org/mutationdigitale/craft3-simplesitemap/raw/master/CHANGELOG.md",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/MutationDigitale/craft3-simplesitemap/master/CHANGELOG.md",
"class": "mutation\\simplesitemap\\SimpleSitemap"
}
}

0 comments on commit 77194e1

Please sign in to comment.