Skip to content

Commit

Permalink
Fix trailing comma in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Aug 11, 2014
1 parent d358e6b commit 5b404a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"symfony/symfony": "~2.3",
"doctrine/cache": "~1.3",
"monolog/monolog": "~1.7",
"wtfzdotnet/php-tmdb-api": "~1.1",
"wtfzdotnet/php-tmdb-api": "~1.1"
},
"autoload": {
"psr-0": { "Wtfz\\TmdbBundle": "" }
Expand Down

0 comments on commit 5b404a9

Please sign in to comment.