I am trying to add a missing feature to a package. Here is what I have done so far:
- We talked with the owner of the project and received approval
- Created a fork and cloned it locally to a directory outside of my project
- Created a branch with functions
- Ran
composer install
Now, the question is, how can I include this in my own Symfony project so that it automatically loads? I want to check my changes inside my own project before submitting a transfer request.
source share