Correct process for creating builds reliant on 3rd party packages
- by Patrick
I work on a Symfony 2 codebase.
We use a number of third-party packages (most are in the Symfony Standard Edition).
We use composer for dependencies.
We current have all of our third-party code committed in our repository (after changing .gitignore files) to ensure stability.
According to Proper Programming Practices™, we are not supposed to…