Skip to content

Commit

Permalink
updates to composer
Browse files Browse the repository at this point in the history
Signed-off-by: Dustin Parham <[email protected]>
  • Loading branch information
drparham committed Jun 22, 2015
1 parent 9ee13a7 commit d2a2d98
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "pta/:package_name",
"description": ":package_description",
"name": "pta/skeleton",
"description": "Description of Package",
"keywords": [
"league",
":package_name"
],
"homepage": "https://github.com/thephpleague/:package_name",
"homepage": "https://github.com/drparham/skeleton",
"license": "MIT",
"authors": [
{
"name": ":author_name",
"email": ":author_email",
"homepage": ":author_website",
"name": "Dustin Parham",
"email": "[email protected]",
"homepage": "",
"role": "Developer"
}
],
Expand Down

0 comments on commit d2a2d98

Please sign in to comment.