I'm trying to add a missing feature to a bundle. Here is what I've done so far:
- Spoke to the project owner and got their approval
- Created a fork and cloned it locally into a directory outside of my project
- Made a feature branch
- Ran
composer install
Now, the question is, how can I include this into my own Symfony project so that it would be autoloaded? I want to test my changes inside my own project before I send a pull request.