Skip to content

Commit

Permalink
fix: Add license and author to composer
Browse files Browse the repository at this point in the history
  • Loading branch information
gerdemann committed Oct 22, 2021
1 parent a989289 commit d7cc70a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
"name": "gerdemann/googleindex",
"type": "neos-package",
"description": "Send pages to google for indexing",
"license": "MIT",
"authors": [
{
"name": "Michael Gerdemann",
"email": "[email protected]",
"homepage": "https://www.gerdemann.me",
"role": "Developer"
}
],
"require": {
"neos/neos": "^7.0",
"neos/fusion": "^7.0",
Expand Down

0 comments on commit d7cc70a

Please sign in to comment.