Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

  1. include `composercomposer.json` json with each In-Portal installation (both In-Portal & Intechnic repository)
  2. run composer install command during installation of In-Portal for it to create `/vendor` foldervendor folder
  3. add "/vendor" folder to "svn:ignore", so nobody will commit it by accident
  4. run composer install also when releasing new In-Portal version for "vendor" folder to be included in produced ZIP

...