Merge pull request #2003 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:33 +13:00 committed by GitHub
commit 992381e285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
}
},
"autoload": {
"classmap": ["tests/behat/"]
"classmap": ["tests/behat/", "code"]
},
"minimum-stability": "dev"
}