bowerphp
bowerphp copied to clipboard
Private Repository
Hey we use a private Repository hostet on a local Server. (https://github.com/Hacklone/private-bower) With npm Bower Installation it works fine. In bowerphp the packges wont find. If we take a offical packge it works fine. Anyone knows bowerphp support private repository? Our repositorys are hostet in SVN! Can SVN be the problem?
I'm sorry but the current implementation only works with git. As you can see here, there is only a GitRepository
class.
Feel free to open a PR implementing a possible SvnRepository
class.