Files
chessParser/composer.json
Christer Edvartsen 31c4ff57af 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
2017-08-07 14:51:47 +02:00

9 lines
111 B
JSON
Executable File

{
"require": {
"phpunit/phpunit" : "4.8.*"
},
"autoload": {
"classmap": ["./"]
}
}