Merge pull request #89 from dhensby/pulls/3.5/composer-autoload

Add composer autoloading support to 3.x
This commit is contained in:
Damian Mooyman 2017-11-02 11:42:04 +13:00 committed by GitHub
commit ec40ffb2cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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