Add autoload information to composer.json

The commit adds the base directory of the project to the classmap way of
autoloading classes through Composer.

Resolves #5
This commit is contained in:
Christer Edvartsen
2017-08-07 14:51:47 +02:00
parent 9490f2cd09
commit 31c4ff57af

View File

@@ -1,5 +1,8 @@
{
"require": {
"phpunit/phpunit" : "4.8.*"
},
"autoload": {
"classmap": ["./"]
}
}
}