-
Notifications
You must be signed in to change notification settings - Fork 36
Description
I'm looking for a solution that would help me upgrade my Kickstart developer portal without the use of composer.
Since we have strict corporate firewall that does not allow us to fetch dependencies from repositories outside the organisation, therefore I was looking for a solution which does not involve fetching various dependencies using composer. A solution exists from Drupal wherein I can updated the Drupal version manually. However, no such solution exists when it comes to Kickstart.
I considered a solution wherein composer can use the compay's protected repository for fetching the dependencies. However, since Drupal uses its own repository rather than packagist, so we had to abandon the plan as we could not find the Drupal's repos to fetch the files manually.
Please advice.