To ease Composer integration with In-Portal I'm proposing to take a bit different approach. For full discussion please go to: Use Composer.
The idea is to:
- include `composer
composer.
json`json
with each In-Portal installation (both In-Portal & Intechnic repository) - run
composer install
command during installation of In-Portal for it to create `/
vendor` foldervendor
folder - add "/vendor" folder to "svn:ignore", so nobody will commit it by accident
- run
composer install
also when releasing new In-Portal version for "vendor" folder to be included in produced ZIP
...