Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
I've renamed the composer package from tractorcow/opengraph to tractorcow/silverstripe-opengraph to better conform to convention. Sorry if this breaks anyone's code!
  • Loading branch information
tractorcow committed Feb 17, 2013
1 parent 1305565 commit 248238a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tractorcow/opengraph",
"name": "tractorcow/silverstripe-opengraph",
"description": "Implementation of the Facebook Opengraph protocol for Silverstripe",
"type": "silverstripe-module",
"keywords": ["silverstripe", "facebook", "opengraph"],
Expand All @@ -9,8 +9,14 @@
"email": "[email protected]"
}
],
"support": {
"issues": "http://github.com/tractorcow/silverstripe-opengraph/issues"
},
"require": {
"silverstripe/framework": "3.*",
"composer/installers": "*"
"silverstripe/framework": "3.*",
"composer/installers": "*"
},
"extra": {
"installer-name": "opengraph"
}
}

0 comments on commit 248238a

Please sign in to comment.