Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download composer_manager-8.x-1.0-rc1.tar.gztar.gz 16.95 KB
MD5: 0369c023024aebe44d93a71f78c60bfc
SHA-1: 865514cc6ee4c4859de8bf9ce6c2926c8293ca07
SHA-256: 83010343c4cf5d73867620195ee28b9386822f3a7a7fd609d333e49483ed4e59
Download composer_manager-8.x-1.0-rc1.zipzip 25.14 KB
MD5: 35ff10c1d7a9f48931a559ea7dd18787
SHA-1: eca4e2285cec482ae10b1a47c78f974bba80ae31
SHA-256: 1010a9eddcd29b6faebb8ee556cf881831e58421f7b8019c023e0120ad80294f

Release notes

Compatible with Drupal 8 RC1.

The documentation has been updated, consult it for the latest usage instructions.

Updating from a post-beta4 -dev release: Restore the root composer.json that ships with Drupal, then re-initialize Composer Manager.

Changes since 8.x-1.0-beta4:

  • #2596035 by bojanz: Ignore modules already managed by Composer
  • Fix typos, unused use statements and variables.
  • #2444459 by bojanz: Leverage wikimedia/composer-merge-plugin
  • #2595225 by bojanz: Add the managed extensions to the replace list
  • Update module for the core/vendor -> vendor move
    - Stop the init code from accidentally overwriting existing scripts.
    - Remove the RootPackageBuilder, decrease the scope of root package regeneration.
    - [Status report] Remove listing of dependencies of dependencies and packages that are no longer required, the detection was too error prone.
    - [Status report] Remove listing of core dependencies, for brevity.
    - Remove rewriteAutoload, autoload.php now already points to the root vendor.
    - Remove 'composer drupal-install' and related APIs, vendor is already installed.
  • #2554367 by dwkitchen: init.php fails to find Drupal root when module symlinked
Created by: bojanz
Created on: 18 Oct 2015 at 20:41 UTC
Last updated: 31 May 2016 at 17:00 UTC
Bug fixes
New features

Other releases