
- #Drupal vm install modules update
- #Drupal vm install modules archive
- #Drupal vm install modules code
Sebastian/exporter 1.2.2 3.1.0 Provides the functionality to export PHP variables for visualization Sebastian/environment 1.3.8 3.1.0 Provides functionality to handle HHVM/PHP environments

Sebastian/diff 1.4.3 2.0.1 Diff implementation Sebastian/comparator 1.2.4 2.1.1 Provides the functionality to compare PHP values for equality Phpunit/phpunit-mock-objects 2.3.8 5.0.6 Mock Object library for PHPUnit Phpunit/phpunit 4.8.36 6.5.5 The PHP Unit Testing framework. Phpunit/php-token-stream 1.4.11 2.0.2 Wrapper around PHP's tokenizer extension. Phpunit/php-file-iterator 1.4.2 1.4.5 FilterIterator implementation that filters files based on a list of suffixes.
#Drupal vm install modules code
Phpunit/php-code-coverage 2.2.4 5.3.0 Library that provides collection, processing, and rendering functionality for PHP code coverage information. Phpspec/prophecy v1.7.2 1.7.3 Highly opinionated mocking framework for PHP 5.3+ Phpdocumentor/reflection-docblock 2.0.5 4.2.0 Jcalderonzumba/gastonjs v1.0.3 v1.2.0 PhantomJS API based server for webpage automation Gabordemooij/redbean v4.3.4 v5.0 RedBeanPHP ORM Enabling this can cause security and performance issues as it allows users to execute PHP code on your site.Įgulias/email-validator 1.2.14 2.1.3 A library for validating emailsįabpot/goutte v3.2.1 v3.2.2 A simple PHP Web Scraper
#Drupal vm install modules archive
alchemy/zippy 0.4.3 0.4.8 Zippy, the archive manager companionĬomposer/installers v1.4.0 v1.5.0 A multi-framework Composer library installerĬonsolidation/annotated-command 2.8.1 2.8.2 Initialize Symfony Console commands from annotated command class methods.Ĭonsolidation/output-formatters 3.1.12 3.1.13 Format text by applying transformations provided by plug-in formatters.Ĭweagans/composer-patches 1.6.2 1.6.4 Provides a way to patch Composer packages.ĭflydev/dot-access-data v1.1.0 v2.0.0 Given a deep data structure, access data by dot notation.ĭrupal/php 1.0.0-beta1 1.0.0-beta2 Allows embedded PHP code/snippets to be evaluated. This is what I get when I run composer outdated. I'm guessing Drupal is built using specific versions of packages, so updating all of them would probably break some stuff, right? How is someone supposed to know what packages should be updated and which ones should stay at a specific version?

Is that intended? Or should these packages be updated? After this is done, if I run composer outdated again, I still see a bunch of packages that are outdated according to composer.
#Drupal vm install modules update
Assuming just the console and core come up as outdated, I run composer update drupal/console drupal/core -with-dependencies and that pulls down the updates, and does its thing. Right now I run, from the root folder of my Drupal install, (with maintenance mode enabled) composer outdated and I get a list of a bunch of packages in need of an update.Īs far as I can tell from the documentation, I should only be updating the packages that start with "drupal/". I know the basics from administering a Drupal 7 server for years, but the Composer part is tripping me up. I'm just starting to work with Drupal 8 and composer and I'm trying to figure out how the updating workflow should work.
