I need to develop a Laravel package for at least both Laravel 6 and Laravel 7. In order to do proper testing I have to put my package inside an empty Laravel installation, so my GIT repo is a package inside the Laravel installation.
The problem that I'm facing now however, when I need to make a branch for Laravel 6 and 7, how do I correctly set this up? Or do I have to keep 2 project folders, one for 6 and one for 7?
No responses yet.