Skip to content

Commit

Permalink
Added composer project file
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanRL committed Jan 7, 2017
1 parent 842304d commit db5645c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "samsara/common",
"description": "General classes shared by all Samsara libraries.",
"minimum-stability": "dev",
"license": "GPL-2.0",
"authors": [
{
"name": "Jordan LeDoux",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Samsara\\Exceptions\\": "src/Samsara/Exceptions/"
}
}
}

0 comments on commit db5645c

Please sign in to comment.