* [[https://www.drupal.org/docs/develop/using-composer/using-composer-with-drupal|Using Composer with Drupal]] * [[https://www.drupal.org/node/2718229|Using Composer to manage Drupal site dependencies]] * [[https://www.drupal.org/docs/develop/coding-standards/composer-package-naming-conventions|package naming conventions]] * [[https://www.drupal.org/node/2514612|Add a composer.json file]] * Doku: [[https://getcomposer.org/]] * [[https://www.drupal.org/node/2405811|Composer Manager for Drupal 8]] * [[https://github.com/francoispluchino/composer-asset-plugin|Composer Asset Plugin]] * [[https://github.com/jlbfalcao/jquery.layout/blob/master/bower.json|bower.json]] ---- Update Drupal Version: * gegeben: vorhandene Version (z.B. 8.1.8) * download: neue Version (z.B. 8.3.4) * copy: /core/composer.json nach /core/composer.json (neue Abhängigkeiten) * edit /composer.json: move "drupal/core": "8.3.4" to "require" (from "replace") * terminal/rootdir: * composer update (update core and libraries) * drush updb (update database)