Skip to content

Commit

Permalink
Fix composer issues, author email change
Browse files Browse the repository at this point in the history
Fixed some invalid composer settings, cleaned up spacing, and changed
my email address to be correct.
  • Loading branch information
nettles-jarrod committed Jul 12, 2013
1 parent 2e75262 commit f6d5677
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
"name": "masterexploder/PHPThumb",
"name": "masterexploder/phpthumb",
"type": "library",
"license": "MIT",
"description": "A library for manipulating images in PHP.",
"keywords": ["image", "resize", "rotate"],
"require": {
"php": ">=5.3.0",
"symfony/filesystem": "2.2.*"
},
"php": ">=5.3.0",
"symfony/filesystem": "2.2.*"
},
"homepage": "https://github.com/masterexploder/PHPThumb",
"authors": [
{
"name": "Ian Selby",
"email": "[email protected]"
},
{
"name": "Jarrod Nettles",
"email": "jarrod@squarecrow.com"
}
],
"authors": [
{
"name": "Ian Selby",
"email": "[email protected]"
},
{
"name": "Jarrod Nettles",
"email": "jarrod.nettles@icloud.com"
}
],

"autoload": {
"psr-0": {
"PHPThumb": "src",
"autoload": {
"psr-0": {
"PHPThumb": "src",
"PHPThumb\\Tests": "tests"
}
},

"keywords": ["image", "resize", "rotate"]
}
}
}

0 comments on commit f6d5677

Please sign in to comment.