Skip to content

Commit

Permalink
Merge pull request #122 from legoktm/classmap
Browse files Browse the repository at this point in the history
Use classmap autoloading in composer
  • Loading branch information
Zordius committed Dec 24, 2014
2 parents 53f6a68 + 84eba35 commit 2f16c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"phpunit/phpunit": "4.0.17"
},
"autoload": {
"files": ["src/lightncandy.php"]
"classmap": ["src/lightncandy.php"]
}
}

0 comments on commit 2f16c0c

Please sign in to comment.