Skip to content

Commit

Permalink
Fixed tabbing in composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
drmonkeyninja committed May 18, 2015
1 parent 0de4007 commit 6b8e4db
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,23 @@
"name": "Andy Carter",
"role": "Author"
},
{
"name": "Mark Scherer",
"role": "Contributor"
}
{
"name": "Mark Scherer",
"role": "Contributor"
}
],
"require": {
"cakephp/cakephp": "~3.0"
"cakephp/cakephp": "~3.0"
},
"autoload": {
"psr-4": {
"SocialShare\\": "src"
}
},
"autoload": {
"psr-4": {
"SocialShare\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Cake\\Test\\": "./vendor/cakephp/cakephp/tests",
"SocialShare\\Test\\": "tests"
}
},
"extra": {
"installer-name": "SocialShare"
"autoload-dev": {
"psr-4": {
"Cake\\Test\\": "./vendor/cakephp/cakephp/tests",
"SocialShare\\Test\\": "tests"
}
}
}

0 comments on commit 6b8e4db

Please sign in to comment.