Add composer autoloading support to 3.x

This commit is contained in:
Daniel Hensby 2017-10-25 18:00:23 +01:00
parent 28b79c88ff
commit a548f0290e
No known key found for this signature in database
GPG Key ID: 5DE415D786BBB2FD
1 changed files with 3 additions and 0 deletions

View File

@ -26,5 +26,8 @@
},
"require-dev": {
"phpunit/PHPUnit": "~3.7"
},
"autoload": {
"classmap": ["code"]
}
}