Skip to content

Commit

Permalink
add autoload section to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Makhov committed Dec 23, 2013
1 parent 43e0382 commit c6b610b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@
"minimum-stability": "dev",
"require": {

},
"autoload": {
"psr-0": {
"phpMorphy": "src/"
}
}
}

0 comments on commit c6b610b

Please sign in to comment.