Skip to content

Commit

Permalink
Merge pull request #17 from GrahamCampbell/patch-2
Browse files Browse the repository at this point in the history
Composer Fixes
  • Loading branch information
thujohn committed Dec 22, 2014
2 parents 44acecb + 3a639ba commit b65908c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
@@ -1,7 +1,7 @@
{
"name": "thujohn/rss",
"description": "RSS builder for Laravel 4",
"keywords": ["rss", "laravel", "laravel4"],
"keywords": ["rss", "laravel", "laravel4"],
"license": "MIT",
"authors": [
{
Expand All @@ -14,8 +14,8 @@
"illuminate/support": "4.*|5.*"
},
"autoload": {
"psr-0": {
"Thujohn\\Rss": "src/"
"psr-4": {
"Thujohn\\Rss\\": "src/Thujohn/Rss/"
}
}
}

0 comments on commit b65908c

Please sign in to comment.