Skip to content

Commit

Permalink
Merge pull request #2 from jian-wu/patch-1
Browse files Browse the repository at this point in the history
Added classmap and include-path to avoid the need to do that in the client app
  • Loading branch information
orchardit committed Dec 18, 2014
2 parents ad1a46f + 8627a3d commit 521b451
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"ext-pdo": "*"
},
"autoload": {
"psr-0": { "Doctrine_": "lib/" }
}
}
"psr-0": {
"Doctrine_": "lib/"
},
"classmap": ["lib/Doctrine.php"]
},
"include-path": ["lib"]
}

0 comments on commit 521b451

Please sign in to comment.