Skip to content

Commit

Permalink
Fix to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Feb 1, 2014
1 parent a1ffc3c commit 860803f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "academe/laraveldkim",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"description": "A Laravel plugin to sign all outgoing emails using DKIM from within the application.",
"keywords": ["laravel", "dkim", "email", "spam"],
Expand All @@ -17,6 +17,6 @@
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {"Academe\\LaravelDkim\\": "academe/laraveldkim/src/"}
"psr-4": {"Academe\\LaravelDkim\\": "src/"}
}
}

0 comments on commit 860803f

Please sign in to comment.