The commit adds the base directory of the project to the classmap way of autoloading classes through Composer. Resolves #5
9 lines
111 B
JSON
Executable File
9 lines
111 B
JSON
Executable File
{
|
|
"require": {
|
|
"phpunit/phpunit" : "4.8.*"
|
|
},
|
|
"autoload": {
|
|
"classmap": ["./"]
|
|
}
|
|
}
|