-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to use thomaswelton as the namespace
- Loading branch information
1 parent
d80ee59
commit 8a4e829
Showing
2 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
{ | ||
"name": "emberlabs/gravatarlib", | ||
"name": "thomaswelton/gravatarlib", | ||
"description": "A lightweight PHP 5.3 OOP library providing easy gravatar integration.", | ||
"keywords": ["gravatar", "templating", "twig"], | ||
"type": "library", | ||
"homepage": "http://emberlabs.org/", | ||
"license": "MIT", | ||
"authors": [{ | ||
"name" : "Sam Thompson", | ||
|
@@ -12,7 +11,12 @@ | |
{ | ||
"name" : "Damian Bushong", | ||
"email" : "[email protected]" | ||
}], | ||
}, | ||
{ | ||
"name" : "Thomas Welton", | ||
"email" : "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.3.0" | ||
}, | ||
|
@@ -21,8 +25,8 @@ | |
}, | ||
"autoload": { | ||
"psr-0": { | ||
"emberlabs\\GravatarLib\\": "" | ||
"thomaswelton\\GravatarLib\\": "" | ||
} | ||
}, | ||
"target-dir" : "emberlabs/GravatarLib" | ||
"target-dir" : "thomaswelton/GravatarLib" | ||
} |