Skip to content

Commit

Permalink
Add autoload and other bits to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjmiller committed Mar 10, 2014
1 parent f48700b commit e9f0d8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"description": "Tin Can API Library",
"homepage": "http://rusticisoftware.github.io/TinCanPHP/",
"keywords": [
"tin can",
"tincan",
"xapi",
"experience api",
"e-learning"
],
"license": "Apache-2.0",
Expand All @@ -21,5 +24,10 @@
},
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
"TinCan": "src/"
}
}
}

0 comments on commit e9f0d8b

Please sign in to comment.