Skip to content

Commit

Permalink
Package name changed to "nextras/secured-links"
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Dec 14, 2013
1 parent 4b3c4fe commit c5e7b59
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nextras/application",
"name": "nextras/secured-links",
"type": "library",
"description": "Tools for your presenters and controls of Nette Framework.",
"description": "Package secures Nette Framework signals against CSRF attack.",
"keywords": ["nextras", "nette", "application", "secured signals"],
"license": ["MIT"],
"authors": [
Expand All @@ -17,5 +17,8 @@
},
"autoload": {
"psr-0": { "Nextras\\Application": "" }
},
"replace": {
"nextras/application": "self.version"
}
}

0 comments on commit c5e7b59

Please sign in to comment.