Merge branch 'issue/5-autoload' of https://github.com/christeredvartsen/chessParser into better-composer

This commit is contained in:
Juan De Leon
2018-05-08 12:04:18 -05:00

View File

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