Laraship

Laraship is now Compatible with Composer 2

Laraship is now compatible with Composer version 2, our team has added the support along with Laravel 8 support,Composer 2 is very fast and uses much less memory, we’re able to run composer install using 10% of the memory used by Composer 1x

if you’re at Laraship earlier versions and looking to use composer 2, you need to do the following changes to composer.json file in the public_html directory

  1. change the composer-merge-plugin version to dev-master
    “wikimedia/composer-merge-plugin”: “dev-master”,
  2. add the section below to the end of the composer.json file before the closing tag
"repositories": [
  {
    "type": "vcs",
    "url": "https://github.com/laraship/composer-merge-plugin"
  }
]