Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dwickstrom committed Dec 17, 2014
0 parents commit 29dbdb4
Show file tree
Hide file tree
Showing 17 changed files with 1,351 additions and 0 deletions.
11 changes: 11 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"require": {
"phpspec/phpspec": "~2.1",
"guzzlehttp/guzzle": "~5.0"
},
"autoload": {
"psr-4": {
"SeoMoz\\": "src/SeoMoz"
}
}
}
Loading

0 comments on commit 29dbdb4

Please sign in to comment.