Using Composer

0

There are quite a few good articles on this topic, already. Especially on how to leverage it for CakePHP projects. See using-composer-with-cakephp-2-dot-x or maybe installing-cakephp-with-composer So I won’t go into detail too much. It is worth noting that composer really…

Subversion and Git

0

They usually don’t play nice with each other. But what if we need a plugin/repository available for git AND for svn? The "new" way It used to work – but since a few weeks it doesn’t anymore. It WAS possible…