Add composer autoloading support to 3.x

This commit is contained in:
Daniel Hensby 2017-10-25 17:58:53 +01:00
parent 4887eae1b6
commit 9e31c3240b
No known key found for this signature in database
GPG Key ID: 5DE415D786BBB2FD

View File

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