<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Patrick Schanen</title>
    <description>The latest articles on DEV Community by Patrick Schanen (@patrickschanen).</description>
    <link>https://dev.to/patrickschanen</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F92495%2F091ce986-040d-48da-ae8e-d69da4d72b96.png</url>
      <title>DEV Community: Patrick Schanen</title>
      <link>https://dev.to/patrickschanen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/patrickschanen"/>
    <language>en</language>
    <item>
      <title>Install ddev</title>
      <dc:creator>Patrick Schanen</dc:creator>
      <pubDate>Sat, 06 Oct 2018 11:09:29 +0000</pubDate>
      <link>https://dev.to/patrickschanen/install-ddev-35ob</link>
      <guid>https://dev.to/patrickschanen/install-ddev-35ob</guid>
      <description>&lt;h4&gt;
  
  
  &lt;a href="https://ddev.readthedocs.io/en/latest/"&gt;https://ddev.readthedocs.io/en/latest/&lt;/a&gt;
&lt;/h4&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt; ~  curl -L https://raw.githubusercontent.com/drud/ddev/master/install_ddev.sh | bash

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2561  100  2561    0     0   8565      0 --:--:-- --:--:-- --:--:--  8565
ddev_linux.v1.2.0.tar.gz: OK
Download verified. Ready to place ddev in your /usr/local/bin.
Running "sudo mv /tmp/ddev /usr/local/bin/" Please enter your password if prompted.
[sudo] Passwort für psnebc: 
Bash completion for ddev was not installed. You may manually install /tmp/ddev_bash_completion.sh in your bash_completions.d directory.
ddev is now installed. Run "ddev" to verify your installation and see usage.
 ~  ddev 
This Command Line Interface (CLI) gives you the ability to interact with the ddev to create a development environment.

Usage:
  ddev [command]

Available Commands:
  auth-pantheon    Provide a machine token for the global pantheon auth.
  config           Create or modify a ddev project configuration in the current directory
  describe         Get a detailed description of a running ddev project.
  exec             Execute a shell command in the container for a service. Uses the web service by default.
  help             Help about any command
  hostname         Manage your hostfile entries.
  import-db        Import the database of an existing project to the dev environment.
  import-files     Import the uploaded files directory of an existing project to the default public upload directory of your project.
  list             List projects
  logs             Get the logs from your running services.
  pull             Import files and database using a configured provider plugin.
  remove           Remove the development environment for a project.
  restart          Restart the development environment for a project.
  restore-snapshot Restore a project's database to the provided snapshot version.
  snapshot         Create a database snapshot for one or more projects.
  ssh              Starts a shell session in the container for a service. Uses web service by default.
  start            Start a ddev project.
  stop             Stop the development environment for a project.
  version          print ddev version and component versions

Flags:
  -h, --help          help for ddev
  -j, --json-output   If true, user-oriented output will be in JSON format.

Use "ddev [command] --help" for more information about a command.

&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h3&gt;
  
  
  First ssh login &amp;amp; test Drush
&lt;/h3&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt; ~/my-drupal8-site  ddev ssh
uid_1000@8e109bacec19:/var/www/html/web$ drush
Drush Commandline Tool 9.4.0

Run `drush help [command]` to view command-specific help.  Run `drush topic` to read even more documentation.

 Available commands:                                                                                                                         
 _global:                                                                                                                                    
   help                                       Display usage details for a command.                                                           
   list                                       List available commands.                                                                       
   generate (gen)                             Generate boilerplate code for modules/plugins/services etc.                                    
   runserver (rs, serve)                      Runs PHP's built-in http server for development.                                               
   updatedb (updb)                            Apply any database updates required (as with running update.php).                              
   browse                                     Display a link to a given path or open link in a browser.                                      
   version                                    Show Drush version.                                                                            
   drupal:directory (dd)                      Return the filesystem path for modules/themes and other key folders.                           
   updatedb:status (updbst)                   List any pending database updates.                                                             
 cache:                                                                                                                                      
   cache:get (cg)                             Fetch a cached object and display it.                                                          
   cache:clear (cc)                           Clear a specific cache, or all Drupal caches.                                                  
   cache:set (cs)                             Cache an object expressed in JSON or var_export() format.                                      
   cache:rebuild (cr, rebuild)                Rebuild a Drupal 8 site.                                                                       
 config:                                                                                                                                     
   config:pull (cpull)                        Export and transfer config from one environment to another.                                    
   config:get (cget)                          Display a config value, or a whole configuration object.                                       
   config:set (cset)                          Set config value directly. Does not perform a config import.                                   
   config:edit (cedit)                        Open a config file in a text editor. Edits are imported after closing editor.                  
   config:delete (cdel)                       Delete a configuration key, or a whole object.                                                 
   config:status (cst)                        Display status of configuration (differences between the filesystem configuration and database 
                                              configuration).                                                                                
   config:export (cex)                        Export Drupal configuration to a directory.                                                    
   config:import (cim)                        Import config from a config directory.                                                         
 core:                                                                                                                                       
   core:edit (conf, config)                   Edit drushrc, site alias, and Drupal settings.php files.                                       
   core:topic (topic)                         Read detailed documentation on a given topic.                                                  
   core:rsync (rsync)                         Rsync Drupal code or files to/from another server using ssh.                                   
   core:init (init)                           Enrich the bash startup file with bash aliases and a smart command prompt.                     
   core:status (status, st)                   An overview of the environment - Drush and Drupal.                                             
   core:execute (exec, execute)               Execute a shell command. Usually used with a site alias.                                       
   core:cron (cron)                           Run all cron hooks in all active modules for specified site.                                   
   core:requirements (status-report, rq)      Information about things that may be wrong in your Drupal installation.                        
 entity:                                                                                                                                     
   entity:updates (entup)                     Apply pending entity schema updates.                                                           
   entity:delete (edel)                       Delete content entities.                                                                       
 image:                                                                                                                                      
   image:flush (if)                           Flush all derived images for a given style.                                                    
   image:derive (id)                          Create an image derivative.                                                                    
 locale:                                                                                                                                     
   locale:check                               Checks for available translation updates.                                                      
   locale:update                              Imports the available translation updates.                                                     
 php:                                                                                                                                        
   php:eval (eval, ev)                        Evaluate arbitrary php code after bootstrapping Drupal (if available).                         
   php:script (scr)                           Run php a script after a full Drupal bootstrap.                                                
   php:cli (php, core:cli, core-cli)          Open an interactive shell on a Drupal site.                                                    
 pm:                                                                                                                                         
   pm:security (sec)                          Check Drupal Composer packages for pending security updates.                                   
   pm:enable (en)                             Enable one or more modules.                                                                    
   pm:uninstall (pmu)                         Uninstall one or more modules and their dependent modules.                                     
   pm:list (pml)                              Show a list of available extensions (modules and themes).                                      
 queue:                                                                                                                                      
   queue:run                                  Run a specific queue by name.                                                                  
   queue:list                                 Returns a list of all defined queues.                                                          
   queue:delete                               Delete all items in a specific queue.                                                          
 role:                                                                                                                                       
   role:create (rcrt)                         Create a new role.                                                                             
   role:delete (rdel)                         Delete a new role.                                                                             
   role:perm:add (rap, role-add-perm)         Grant specified permission(s) to a role.                                                       
   role:perm:remove (rmp, role-remove-perm)   Remove specified permission(s) from a role.                                                    
   role:list (rls)                            Display a list of all roles defined on the system.                                             
 site:                                                                                                                                       
   site:set (use)                             Set a site alias that will persist for the current session.                                    
   site:alias (sa)                            Show site alias details, or a list of available site aliases.                                  
   site:alias-convert (sa-convert, sac)       Convert legacy site alias files to the new yml format.                                         
   site:ssh (ssh)                             Connect to a Drupal site's server via SSH.                                                     
   site:install (si, sin)                     Install Drupal along with modules/themes/configuration/profile.                                
 sql:                                                                                                                                        
   sql:sync                                   Copy DB data from a source site to a target site. Transfers data via rsync.                    
   sql:connect                                A string for connecting to the DB.                                                             
   sql:create                                 Create a database.                                                                             
   sql:drop                                   Drop all tables in a given database.                                                           
   sql:cli (sqlc)                             Open a SQL command-line interface using Drupal's credentials.                                  
   sql:query (sqlq)                           Execute a query against a database.                                                            
   sql:dump                                   Exports the Drupal DB as SQL using mysqldump or equivalent.                                    
   sql:sanitize (sqlsan)                      Sanitize the database by removing or obfuscating user data.                                    
 state:                                                                                                                                      
   state:get (sget)                           Display a state value.                                                                         
   state:set (sset)                           Set a state value.                                                                             
   state:delete (sdel)                        Delete a state entry.                                                                          
 theme:                                                                                                                                      
   theme:enable (then)                        Enable one or more themes.                                                                     
   theme:uninstall (thun)                     Uninstall theme.                                                                               
 twig:                                                                                                                                       
   twig:unused                                Find potentially unused Twig templates.                                                        
   twig:compile (twigc)                       Compile all Twig template(s).                                                                  
 user:                                                                                                                                       
   user:login (uli)                           Display a one time login link for user ID 1, or another user.                                  
   user:information (uinf)                    Print information about the specified user(s).                                                 
   user:block (ublk)                          Block the specified user(s).                                                                   
   user:unblock (uublk)                       UnBlock the specified user(s).                                                                 
   user:role:add (urol, user-add-role)        Add a role to the specified user accounts.                                                     
   user:role:remove (urrol, user-remove-role) Remove a role from the specified user accounts.                                                
   user:create (ucrt)                         Create a user account.                                                                         
   user:cancel (ucan)                         Cancel user account(s) with the specified name(s).                                             
   user:password (upwd)                       Set the password for the user account with the specified name.                                 
 views:                                                                                                                                      
   views:dev (vd)                             Set several Views settings to more developer-oriented values.                                  
   views:list (vl)                            Get a list of all views in the system.                                                         
   views:execute (vex)                        Execute a view and show a count of the results, or the rendered HTML.                          
   views:analyze (va)                         Get a list of all Views and analyze warnings.                                                  
   views:enable (ven)                         Enable the specified views.                                                                    
   views:disable (vdis)                       Disable the specified views.                                                                   
 watchdog:                                                                                                                                   
   watchdog:show (wd-show, ws)                Show watchdog messages.                                                                        
   watchdog:list (wd-list)                    Interactively filter the watchdog message listing.                                             
   watchdog:delete (wd-del, wd-delete, wd)    Delete watchdog log records.                                                                   
   watchdog:show-one (wd-one)                 Show one log record by ID.                                                                     
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h3&gt;
  
  
  Install a Drupal Project (Module) via composer
&lt;/h3&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;uid_1000@8e109bacec19:/var/www/html/web$ composer require drupal/webform
No composer.json in current directory, do you want to use the one at /var/www/html? [Y,n]? y
Using version ^5.0@RC for drupal/webform
./composer.json has been updated
&amp;gt; DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
  - Installing drupal/webform (5.0.0-rc22): Downloading (100%)         
Writing lock file
Generating autoload files
&amp;gt; DrupalProject\composer\ScriptHandler::createRequiredFiles
uid_1000@8e109bacec19:/var/www/html/web$ drush en webform
 [success] Successfully enabled: webform
uid_1000@8e109bacec19:/var/www/html/web$  
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;h4&gt;
  
  
  Test Drupal Console ( Drupal )
&lt;/h4&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt; ~/my-drupal8-site  ddev ssh
uid_1000@8e109bacec19:/var/www/html/web$ drupal
Drupal Console version 1.8.0

Usage:
  command [options] [arguments]

Options:
  -h, --help             Display this help message
  -q, --quiet            Do not output any message
  -V, --version          Display this application version
      --ansi             Force ANSI output
      --no-ansi          Disable ANSI output
  -n, --no-interaction   Do not ask any interactive question
  -e, --env[=ENV]        The Environment name [default: "prod"]
      --root[=ROOT]      Define the Drupal root to be used in command execution
      --debug            Switches on debug mode
      --learning         Generate a verbose code output
  -c, --generate-chain   Shows command options and arguments as yaml output to be used in chain command
  -i, --generate-inline  Shows command options and arguments as inline command
  -d, --generate-doc     Shows command options and arguments as markdown
  -t, --target[=TARGET]  Site name you want to interact with (for local or remote sites)
  -l, --uri=URI          URI of the Drupal site to use (for multi-site environments or when running on an alternate port)
  -y, --yes              Skip confirmation and proceed
  -v|vv|vvv, --verbose   Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Available commands:
  about                                   Displays basic information about Drupal Console project
  chain                                   Chain command execution
  check                                   System requirement checker
  composerize                             Converts Drupal codebase to composer.
  exec                                    Execute an external command.
  help                                    Displays help for a command
  init                                    Copy configuration files.
  list                                    Lists all available commands
  server (serve,rs)                       Runs PHP built-in web server
  shell                                   Open a shell providing an interactive REPL (Read–Eval–Print-Loop).
 cache
  cache:rebuild (cr,cc)                   Rebuild and clear all site caches.
  cache:tag:invalidate (cti)              Invalidate cache tags.
 config
  config:delete (cd)                      Delete configuration
  config:diff (cdi)                       Output configuration items that are different in active configuration compared with a directory.
  config:edit (ced,cdit)                  Change a configuration object with a text editor.
  config:export (ce)                      Export current application configuration.
  config:export:content:type (cect)       Export a specific content type and their fields.
  config:export:single (ces)              Export a single configuration or a list of configurations as yml file(s).
  config:export:view (cev)                Export a view in YAML format inside a provided module to reuse in other website.
  config:import (ci)                      Import configuration to current application.
  config:import:single (cis)              Import a single configuration or a list of configurations.
  config:override (co)                    Override config value in active configuration.
  config:validate (cv)                    Validate a drupal config against its schema
 create
  create:nodes (crn)                      Create dummy nodes for your Drupal 8 application.
  create:roles (crr)                      Create dummy roles for your Drupal 8 application.
  create:terms (crt)                      Create dummy terms for your Drupal 8 application.
  create:users (cru)                      Create dummy users for your Drupal 8 application.
  create:vocabularies (crv)               Create dummy vocabularies for your Drupal 8 application.
 cron
  cron:execute (croe,cre)                 Execute cron implementations by module or execute all crons
  cron:release (cror)                     Release cron system lock to run cron again
 database
  database:add (dba)                      Add a database to settings.php
  database:client (dbc)                   Launch a DB client if it's available
  database:connect (dbco,sqlc)            Shows DB connection
  database:drop (dbd)                     Drop all tables in a given database.
  database:dump (dbdu)                    Dump structure and contents of a database
  database:log:clear (dblc)               Remove events from DBLog table, filters are available
  database:log:poll (dblp)                Poll the watchdog and print new log entries every x seconds
  database:query (dbq,sqlq)               Executes a SQL statement directly as argument
  database:restore (dbr)                  Restore structure and contents of a database.
 debug
  debug:breakpoints (dbre)                Displays breakpoints available in application
  debug:cache:context (dcc)               Displays current cache context for the application.
  debug:chain (dch)                       List available chain files.
  debug:config (dc)                       List configuration objects names and single configuration object.
  debug:config:settings (dcs)             Displays current key:value on settings file.
  debug:config:validate (dcv)             Validate a schema implementation before a module is installed.
  debug:container (dco,cod)               Displays current services for an application.
  debug:cron (dcr)                        List of modules implementing a cron
  debug:database:log (dbb,ws)             Displays current log events for the application
  debug:database:table (ddt)              Show all tables in a given database.
  debug:dotenv                            Debug Dotenv debug values.
  debug:entity (de)                       Debug entities available in the system
  debug:event (dev)                       Displays current events 
  debug:image:styles (dis)                List image styles on the site
  debug:libraries (dl)                    Displays libraries available in application
  debug:module (dm)                       Displays current modules available for application
  debug:multisite (dmu,msd)               List all multi-sites available in system
  debug:permission (dp)                   Displays all user permissions.
  debug:plugin (dpl)                      Displays all plugin types.
  debug:queue (dq)                        Displays the queues of your application
  debug:roles (dusr)                      Displays current roles for the application
  debug:router (dr,rod)                   Displays current routes for the application or information for a particular route
  debug:settings (dse)                    List user Drupal Console settings.
  debug:site (dsi)                        List all known local and remote sites.
  debug:state (dst)                       Show the current State keys.
  debug:theme (dt,tde)                    Displays current themes for the application
  debug:theme:keys (dtk)                  Displays all theme keys provided by hook_theme functions
  debug:update (du,upd)                   Displays current updates available for the application
  debug:user (dus)                        Displays current users for the application
  debug:views (vde)                       Displays current views resources for the application
  debug:views:plugins (dvp)               Displays current views plugins for the application
 devel
  devel:dumper (dd)                       commands.devel.dumper.messages.change-devel-dumper-plugin
 develop
  develop:contribute                      Download Drupal + Drupal Console to contribute.
 docker
  docker:init                             Create a docker-compose.yml file
 dotenv
  dotenv:init                             Add support and required config to work with an .env file
 entity
  entity:delete (ed)                      Delete an specific entity
 field
  field:info (fii)                        View information about fields.
 generate
  generate:ajax:command (gac)             Generate &amp;amp; Register a custom ajax command
  generate:authentication:provider (gap)  Generate an Authentication Provider
  generate:breakpoint (gb)                Generate breakpoint
  generate:cache:context (gcc)            Generate a cache context
  generate:command (gco)                  Generate commands for the console.
  generate:controller (gcon)              Generate &amp;amp; Register a controller
  generate:entity:bundle (geb)            Generate a new content type (node / entity bundle)
  generate:entity:config (gec)            Generate a new config entity
  generate:entity:content (geco)          Generate a new content entity
  generate:event:subscriber (ges)         Generate an event subscriber
  generate:form (gf)                      Generate a new "FormBase"
  generate:form:alter (gfa)               Generate an implementation of hook_form_alter() or hook_form_FORM_ID_alter
  generate:form:config (gfc)              Generate a new "ConfigFormBase"
  generate:help (gh)                      Generate an implementation of hook_help()
  generate:jstest (gjt)                   Generate a JavaScript test.
  generate:module (gm)                    Generate a module.
  generate:module:file (gmf)              Generate a .module file
  generate:permissions (gp)               Generate module permissions
  generate:plugin:block (gpb)             Generate a plugin block
  generate:plugin:ckeditorbutton (gpc)    Generate CKEditor button plugin.
  generate:plugin:condition (gpco)        Generate a plugin condition.
  generate:plugin:field (gpf)             Generate field type, widget and formatter plugins.
  generate:plugin:fieldformatter (gpff)   Generate field formatter plugin.
  generate:plugin:fieldtype (gpft)        Generate field type plugin.
  generate:plugin:fieldwidget (gpfw)      Generate field widget plugin.
  generate:plugin:imageeffect (gpie)      Generate image effect plugin.
  generate:plugin:imageformatter (gpif)   Generate image formatter plugin.
  generate:plugin:mail (gpm)              Generate a plugin mail
  generate:plugin:migrate:process (gpmp)  Generate a migrate process plugin
  generate:plugin:migrate:source (gpms)   Generate a migrate source plugin
  generate:plugin:rest:resource (gprr)    Generate plugin rest resource
  generate:plugin:rulesaction (gpra)      commands.generate.plugin.rulesaction.description
  generate:plugin:skeleton (gps)          Generate an implementation of a skeleton plugin
  generate:plugin:type:annotation (gpta)  Generate a plugin type with annotation discovery
  generate:plugin:type:yaml (gpty)        Generate a plugin type with Yaml discovery
  generate:plugin:views:field (gpvf)      Generate a custom plugin view field.
  generate:post:update (gpu)              Generate an implementation of hook_post_update_NAME()
  generate:profile (gpr)                  Generate a profile.
  generate:routesubscriber (gr)           Generate a RouteSubscriber
  generate:service (gs)                   Generate service
  generate:site:alias (gsa)               Generates a site alias.
  generate:theme (gt)                     Generate a theme.
  generate:twig:extension (gte)           Generate a Twig extension.
  generate:update (gu)                    Generate an implementation of hook_update_N()
 image
  image:styles:flush (isf)                Execute flush function by image style or execute all flush images styles
 module
  module:dependency:install (modi)        Install dependencies module in the application
  module:download (mod)                   Download module or modules in application
  module:install (moi)                    Install module or modules in the application
  module:path (mop)                       Returns the relative path to the module (or absolute path)
  module:uninstall (mou)                  Uninstall module or modules in the application
  module:update (moup)                    Update core, module or modules in the application
 multisite
  multisite:new (mun,sn)                  Sets up the files for a new multisite install.
  multisite:update (muu)                  Update the files for a multisite installed.
 node
  node:access:rebuild (nar)               Rebuild node access permissions.
 queue
  queue:run (qr)                          Process the selected queue.
 quick
  quick:start                             Download, install and serve a new Drupal project
 role
  role:delete (rd)                        Delete roles for the application
  role:new (rn)                           Create roles for the application
 router
  router:rebuild (rr,ror)                 Rebuild routes for the application
 settings
  settings:set                            Change a specific setting value in DrupalConsole config file
 site
  site:import:local (sil)                 Import/Configure an existing local Drupal project
  site:install (si)                       Install a Drupal project
  site:maintenance (sma)                  Switch site into maintenance mode
  site:mode (smo)                         Switch system performance configuration
  site:new                                Download a new Drupal project
  site:statistics (sst)                   Show the current statistics of website.
  site:status (ss,st)                     View current Drupal Installation status
 state
  state:delete (std)                      Delete State
  state:override (sto)                    Override a State key.
 taxonomy
  taxonomy:term:delete (ttd)              Delete taxonomy terms from a vocabulary
 theme
  theme:download (thd)                    Download theme in application
  theme:install (thi)                     Install theme or themes in the application
  theme:path (thp)                        Returns the relative path to the theme (or absolute path)
  theme:uninstall (thu)                   Uninstall theme or themes in the application
 update
  update:entities (upe)                   Applying Entity Updates
  update:execute (upex,updb)              Execute a specific Update N function in a module, or execute all
 user
  user:create (uc)                        Create users for the application
  user:delete (ud)                        Delete users from the application
  user:login:clear:attempts (ulca,uslca)  Clear failed login attempts for an account.
  user:login:url (ulu,usli,uli)           Returns a one-time user login url.
  user:password:hash (uph,usph)           Generate a hash from a plaintext password.
  user:password:reset (upr,upsr)          Reset password for a specific user.
  user:role (ur)                          Adds/removes a role for a given user
 views
  views:disable (vd,vdi)                  Disable a View
  views:enable (ve)                       Enable a View

uid_1000@8e109bacec19:/var/www/html/web$ 

&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



</description>
      <category>install</category>
      <category>fedora</category>
      <category>ddev</category>
    </item>
    <item>
      <title>Install Drupal  Distribution ( Profile ) degov</title>
      <dc:creator>Patrick Schanen</dc:creator>
      <pubDate>Fri, 05 Oct 2018 12:06:08 +0000</pubDate>
      <link>https://dev.to/patrickschanen/install-drupal--distribution--profile--degov-2e7p</link>
      <guid>https://dev.to/patrickschanen/install-drupal--distribution--profile--degov-2e7p</guid>
      <description>&lt;h3&gt;
  
  
  composer install , composer update, drush updb
&lt;/h3&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
demo@prod ~/d/d/p/w/html&amp;gt; 
composer create-project degov/degov-project . --dev
You are using the deprecated option "dev". Dev packages are installed by default now.
Installing degov/degov-project (2.1.14)
  - Installing degov/degov-project (2.1.14): Loading from cache
Created project in .
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 221 installs, 0 updates, 0 removals
  - Installing mnsami/composer-custom-directory-installer (1.1.1): Loading from cache
  - Installing composer/installers (v1.5.0): Loading from cache
  - Installing cweagans/composer-patches (1.6.5): Loading from cache
No patches supplied.
Gathering patches for dependencies. This might take a minute.
  - Installing symfony/polyfill-ctype (v1.9.0): Loading from cache
  - Installing symfony/yaml (v3.4.14): Loading from cache
  - Installing symfony/finder (v3.4.14): Loading from cache
  - Installing composer/semver (1.4.2): Loading from cache
  - Installing oomphinc/composer-installers-extender (v1.1.2): Loading from cache
  - Installing drupal-composer/drupal-scaffold (2.5.4): Loading from cache
  - Installing drupal/console-extend-plugin (0.9.2): Loading from cache
  - Installing paragonie/random_compat (v2.0.17): Loading from cache
  - Installing symfony/polyfill-php70 (v1.9.0): Loading from cache
  - Installing symfony/polyfill-mbstring (v1.9.0): Loading from cache
  - Installing symfony/http-foundation (v3.4.14): Loading from cache
  - Installing symfony/event-dispatcher (v3.4.14): Loading from cache
  - Installing psr/log (1.0.2): Loading from cache
  - Installing symfony/debug (v3.4.14): Loading from cache
  - Installing symfony/http-kernel (v3.4.14): Loading from cache
  - Installing asm89/stack-cors (1.2.0): Loading from cache
  - Installing symfony/console (v3.4.14): Loading from cache
  - Installing consolidation/log (1.0.6): Loading from cache
  - Installing zenopopovici/doubletaptogo (0.3): Cloning master
  - Installing psr/cache (1.0.1): Loading from cache
  - Installing predis/predis (v1.1.1): Loading from cache
  - Installing phpfastcache/phpssdb (1.0.1): Loading from cache
  - Installing phpfastcache/phpfastcache (5.0.21): Loading from cache
  - Installing mashape/unirest-php (v3.0.4): Loading from cache
  - Installing raiym/instagram-php-scraper (v0.8.24): Loading from cache
  - Installing php-coord/php-coord (2.1): Loading from cache
  - Installing phansys/getid3 (2.1.x-dev 25fb540): Cloning 25fb540dd9
  - Installing madcoda/php-youtube-api (v1.2.4): Loading from cache
  - Installing leaflet/leaflet (1.1.0): Cloning a3a7e04
  - Installing kenwheeler/slick (1.7.1): Cloning master
  - Installing heiseonline/shariff (2.0.4): Loading from cache
  - Installing enyo/dropzone (4.2.0): Cloning origin/master
  - Installing webmozart/assert (1.3.0): Loading from cache
  - Installing webmozart/path-util (2.3.0): Loading from cache
  - Installing webflo/drupal-finder (1.1.0): Loading from cache
  - Installing symfony/polyfill-php72 (v1.9.0): Loading from cache
  - Installing symfony/var-dumper (v4.1.3): Loading from cache
  - Installing symfony/process (v3.4.14): Loading from cache
  - Installing symfony/filesystem (v3.4.14): Loading from cache
  - Installing symfony/config (v3.4.14): Loading from cache
  - Installing sebastian/version (2.0.1): Loading from cache
  - Installing nikic/php-parser (v4.0.3): Loading from cache
  - Installing jakub-onderka/php-console-color (0.1): Loading from cache
  - Installing jakub-onderka/php-console-highlighter (v0.3.2): Loading from cache
  - Installing dnoegel/php-xdg-base-dir (0.1): Loading from cache
  - Installing psy/psysh (v0.9.7): Loading from cache
  - Installing psr/container (1.0.0): Loading from cache
  - Installing container-interop/container-interop (1.2.0): Loading from cache
  - Installing league/container (2.4.1): Loading from cache
  - Installing dflydev/dot-access-data (v1.1.0): Loading from cache
  - Installing grasmash/yaml-expander (1.4.0): Loading from cache
  - Installing consolidation/site-alias (1.1.1): Loading from cache
  - Installing consolidation/output-formatters (3.2.1): Loading from cache
  - Installing grasmash/expander (1.0.0): Loading from cache
  - Installing consolidation/config (1.1.0): Loading from cache
  - Installing consolidation/annotated-command (2.8.4): Loading from cache
  - Installing consolidation/robo (1.3.0): Loading from cache
  - Installing twig/twig (v1.35.4): Loading from cache
  - Installing chi-teck/drupal-code-generator (1.26.0): Loading from cache
  - Installing drush/drush (dev-master 1844496): Cloning 1844496e1f
  - Installing zendframework/zend-stdlib (3.2.0): Loading from cache
  - Installing zendframework/zend-escaper (2.6.0): Loading from cache
  - Installing zendframework/zend-feed (2.10.3): Loading from cache
  - Installing psr/http-message (1.0.1): Loading from cache
  - Installing zendframework/zend-diactoros (1.8.5): Loading from cache
  - Installing symfony/translation (v3.4.14): Loading from cache
  - Installing symfony/validator (v3.4.14): Loading from cache
  - Installing symfony/serializer (v3.4.14): Loading from cache
  - Installing symfony/routing (v3.4.14): Loading from cache
  - Installing symfony/psr-http-message-bridge (v1.0.2): Loading from cache
  - Installing symfony/polyfill-iconv (v1.9.0): Loading from cache
  - Installing symfony/dependency-injection (v3.4.14): Loading from cache
  - Installing symfony/class-loader (v3.4.14): Loading from cache
  - Installing symfony-cmf/routing (1.4.1): Loading from cache
  - Installing stack/builder (v1.0.5): Loading from cache
  - Installing masterminds/html5 (2.3.0): Loading from cache
  - Installing guzzlehttp/psr7 (1.4.2): Loading from cache
  - Installing guzzlehttp/promises (v1.3.1): Loading from cache
  - Installing guzzlehttp/guzzle (6.3.3): Loading from cache
  - Installing doctrine/lexer (v1.0.1): Loading from cache
  - Installing egulias/email-validator (1.2.14): Loading from cache
  - Installing easyrdf/easyrdf (0.9.1): Loading from cache
  - Installing doctrine/annotations (v1.6.0): Loading from cache
  - Installing doctrine/reflection (v1.0.0): Loading from cache
  - Installing doctrine/event-manager (v1.0.0): Loading from cache
  - Installing doctrine/collections (v1.5.0): Loading from cache
  - Installing doctrine/cache (v1.7.1): Loading from cache
  - Installing doctrine/persistence (v1.0.0): Loading from cache
  - Installing doctrine/inflector (v1.3.0): Loading from cache
  - Installing doctrine/common (v2.9.0): Loading from cache
  - Installing drupal/core (8.5.6): Loading from cache
  - Applying patches for drupal/core
    https://www.drupal.org/files/issues/1356278-408--8.5.x-real.patch (1356276 - Allow profiles to provide a base/parent profile and load them in the correct order)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/1356278-408--8.5.x-real.patch
    https://www.drupal.org/files/issues/2880374-remove-experimental-warnings-6.patch (2880374 - Experimental modules should not have warnings after being installed)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2880374-remove-experimental-warnings-6.patch
    https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch (2869592 - Disabled update module shouldn't produce a status report warning)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch
    https://www.drupal.org/files/issues/2885441-2.patch (2885441 - EntityReferenceAutocompleteWidget should define its size setting as an integer)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2885441-2.patch
    https://www.drupal.org/files/issues/2018-06-07/2815221-102.patch (2815221 - Add quickedit to the latest-revision route)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2018-06-07/2815221-102.patch
    https://www.drupal.org/files/issues/2018-07-04/2921661-86-8.6.x.patch (2921661 (follow-up): Add support to migrate multilingual revisions)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2018-07-04/2921661-86-8.6.x.patch
    https://www.drupal.org/files/issues/2877383-56.patch (2877383 - Add action support to Media module)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2877383-56.patch
    https://www.drupal.org/files/issues/2670730-81-89-8.5.0-rc1.patch (2670730 - Provide a delete action for each content entity type)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2670730-81-89-8.5.0-rc1.patch

  - Installing drupal/workbench_moderation (1.3.0): Loading from cache
  - Installing drupal/workbench_access (1.0.0-alpha6): Loading from cache
  - Installing drupal/workbench (1.0.0): Loading from cache
  - Installing drupal/webform (5.0.0-rc18): Loading from cache
  - Installing drupal/viewsreference (1.2.0): Loading from cache
  - Installing drupal/ultimate_cron (2.0.0-alpha4): Loading from cache
  - Installing drupal/twig_field_value (1.1.0): Loading from cache
  - Installing drupal/token (1.3.0): Loading from cache
  - Installing drupal/system_stream_wrapper (1.0.0-alpha2): Loading from cache
  - Installing swiftmailer/swiftmailer (v5.4.12): Loading from cache
  - Installing html2text/html2text (4.0.1): Loading from cache
  - Installing drupal/mailsystem (4.1.0): Loading from cache
  - Installing drupal/swiftmailer (1.0.0-beta2): Loading from cache
  - Installing phayes/geophp (1.2): Loading from cache
  - Installing drupal/geofield (1.0.0-beta4): Loading from cache
  - Installing drupal/styled_google_map (1.2.0): Loading from cache
  - Installing drupal/spamspan (dev-1.x 279061d): Cloning 279061db73
  - Installing drupal/sitemap (1.4.0): Loading from cache
  - Installing drupal/simplenews (1.0.0-alpha3): Loading from cache
  - Installing drupal/simple_sitemap (2.12.0): Loading from cache
  - Installing drupal/shariff (1.3.0): Loading from cache
  - Installing drupal/search_api (1.9.0): Loading from cache
  - Installing drupal/search_api_sorts (1.0.0-beta1): Loading from cache
  - Installing solarium/solarium (3.8.1): Loading from cache
  - Installing drupal/search_api_solr (1.2.0): Loading from cache
  - Installing drupal/inline_entity_form (1.0.0-rc1): Loading from cache
  - Installing drupal/scheduled_updates (1.0.0-alpha7): Loading from cache
  - Installing drupal/role_delegation (1.0.0-alpha1): Loading from cache
  - Installing drupal/restrict_ip (1.3.0): Loading from cache
  - Applying patches for drupal/restrict_ip
    https://www.drupal.org/files/issues/2905569_check_user_authentication.patch (2905569 - Avoid redirect loop for authenticated users)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2905569_check_user_authentication.patch

  - Installing drupal/redirect (1.2.0): Loading from cache
  - Installing drupal/matomo (1.7.0): Loading from cache
  - Installing drupal/piwik (1.4.0): Loading from cache
  - Installing drupal/ctools (3.0.0): Loading from cache
  - Installing drupal/password_policy (3.0.0-alpha4): Loading from cache
  - Installing drupal/entity_reference_revisions (1.5.0): Loading from cache
  - Installing drupal/paragraphs (1.3.0): Loading from cache
  - Installing drupal/paragraphs_edit (dev-2.x 1551330): Cloning 1551330f27
  - Installing drupal/open_readspeaker (1.4.0): Loading from cache
  - Installing drupal/module_status (1.0.0-alpha3): Loading from cache
  - Installing drupal/metatag (1.5.0): Loading from cache
  - Installing drupal/memcache_storage (1.0.0-beta2): Loading from cache
  - Installing drupal/media_entity_generic (1.0.0-alpha1): Loading from cache
  - Installing drupal/linkit (4.3.0): Loading from cache
  - Installing phpdocumentor/reflection-common (1.0.1): Loading from cache
  - Installing phpdocumentor/type-resolver (0.4.0): Loading from cache
  - Installing phpdocumentor/reflection-docblock (4.3.0): Loading from cache
  - Installing drupal/pathauto (1.2.0): Loading from cache
  - Installing drupal/contact_storage (1.0.0-beta9): Loading from cache
  - Installing drupal/acquia_connector (1.14.0): Loading from cache
  - Installing drupal/lightning_core (2.8.0): Loading from cache
  - Installing sunra/php-simple-html-dom-parser (v1.5.2): Loading from cache
  - Installing ezyang/htmlpurifier (v4.10.0): Loading from cache
  - Installing caxy/php-htmldiff (v0.1.7): Loading from cache
  - Installing mkalkbrenner/php-htmldiff-advanced (0.0.8): Loading from cache
  - Installing drupal/diff (1.0.0-rc2): Loading from cache
  - Installing drupal/lightning_workflow (1.2.0): Loading from cache
  - Installing drupal/views_infinite_scroll (1.5.0): Loading from cache
  - Installing drupal/video_embed_field (2.0.0): Loading from cache
  - Installing j7mbo/twitter-api-php (1.0.6): Loading from cache
  - Installing drupal/media_entity_twitter (2.0.0-alpha2): Loading from cache
  - Installing drupal/media_entity_instagram (2.0.0-alpha1): Loading from cache
  - Applying patches for drupal/media_entity_instagram
    https://www.drupal.org/files/issues/2917454-2.patch (2917454 - Field formatter test is broken)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2917454-2.patch

  - Installing drupal/crop (2.0.0-rc1): Loading from cache
  - Installing drupal/image_widget_crop (2.2.0): Loading from cache
  - Installing drupal/embed (1.0.0): Loading from cache
  - Installing drupal/entity_embed (1.0.0-beta2): Loading from cache
  - Applying patches for drupal/entity_embed
    https://www.drupal.org/files/issues/2832504-2.patch (2832504 - Send the CKEditor instance ID to the embed.preview route)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2832504-2.patch

  - Installing drupal/entity_browser (2.0.0-alpha2): Loading from cache
  - Applying patches for drupal/entity_browser
    https://www.drupal.org/files/issues/entity-browser-view-context-2865928-14.patch (2865928 - The View widget should filter based on field settings)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/entity-browser-view-context-2865928-14.patch
    https://www.drupal.org/files/issues/2877751-27-8.x-2.x.patch (2877751 - Inform users how many items they can add to a field that uses an entity browser)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2877751-27-8.x-2.x.patch

  - Installing drupal/dropzonejs (2.0.0-alpha3): Loading from cache
  - Installing bower-asset/dropzone (v5.5.0): Loading from cache
  - Installing bower-asset/cropper (v2.3.4): Loading from cache
  - Installing drupal/lightning_media (2.3.0): Loading from cache
  - Installing drupal/panels (4.3.0): Loading from cache
  - Applying patches for drupal/panels
    https://www.drupal.org/files/issues/panels-ipe-2878684-3.patch (2878684 - Use String.match to correlate regions when switching Layouts in Panels IPE)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/panels-ipe-2878684-3.patch
    https://www.drupal.org/files/issues/panels-ipe-propogate-errors-2825034-5.patch (2825034 - Form error messages do not appear in IPE)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/panels-ipe-propogate-errors-2825034-5.patch

  - Installing drupal/panelizer (4.1.0): Loading from cache
  - Installing drupal/entity_block (1.0.0-beta1): Loading from cache
  - Installing drupal/lightning_layout (1.3.0): Loading from cache
  - Installing league/event (2.1.2): Loading from cache
  - Installing lcobucci/jwt (3.2.4): Loading from cache
  - Installing defuse/php-encryption (v2.2.1): Loading from cache
  - Installing league/oauth2-server (6.1.1): Loading from cache
  - Installing drupal/consumers (1.0.0): Loading from cache
  - Installing drupal/simple_oauth (3.8.0): Loading from cache
  - Installing drupal/schemata (1.0.0-alpha3): Loading from cache
  - Installing drupal/openapi (1.0.0-beta1): Loading from cache
  - Installing drupal/jsonapi (1.23.0): Loading from cache
  - Installing drupal/lightning_api (2.5.0): Loading from cache
  - Installing drupal/imagick (1.2.0): Loading from cache
  - Installing igorw/get-in (v1.0.3): Loading from cache
  - Installing egeloen/http-adapter (0.8.0): Loading from cache
  - Installing willdurand/geocoder (v3.3.2): Loading from cache
  - Installing drupal/geocoder (2.0.0-beta5): Loading from cache
  - Installing drupal/field_group (dev-3.x 072bf21): Cloning 072bf212d8
  - Installing drupal/config_update (1.5.0): Loading from cache
  - Installing drupal/features (3.7.0): Loading from cache
  - Installing drupal/facets (1.1.0): Loading from cache
  - Installing drupal/eu_cookie_compliance (1.2.0): Loading from cache
  - Installing drupal/entity_reference_integrity (1.0.0-rc4): Loading from cache
  - Installing drupal/entity_reference_display (1.2.0): Loading from cache
  - Installing drupal/easy_breadcrumb (1.8.0): Loading from cache
  - Installing drupal/date_popup (1.0.0): Loading from cache
  - Installing symfony/dom-crawler (v3.4.14): Loading from cache
  - Installing symfony/css-selector (v3.4.14): Loading from cache
  - Installing stecman/symfony-console-completion (0.8.0): Loading from cache
  - Installing drupal/console-en (1.8.0): Loading from cache
  - Installing dflydev/placeholder-resolver (v1.0.2): Loading from cache
  - Installing dflydev/dot-access-configuration (v1.0.2): Loading from cache
  - Installing drupal/console-core (1.8.0): Loading from cache
  - Installing alchemy/zippy (0.4.3): Loading from cache
  - Installing drupal/console (1.8.0): Loading from cache
  - Installing drupal/config_rewrite (1.1.0): Loading from cache
  - Installing drupal/config_replace (1.2.0): Loading from cache
  - Installing drupal/views_templates (1.0.0-alpha1): Loading from cache
  - Installing drupal/calendar (dev-1.x 1ef5b86): Cloning 1ef5b86b11
  - Installing drupal/block_field (1.0.0-alpha7): Loading from cache
  - Installing drupal/admin_toolbar (1.24.0): Loading from cache
  - Installing drupal/admin_links_access_filter (1.0.0-alpha3): Loading from cache
  - Installing commerceguys/addressing (v1.0.0): Loading from cache
  - Installing drupal/address (1.4.0): Loading from cache
  - Installing drupal/bootstrap (3.12.0): Loading from cache
  - Installing degov/degov_base_theme (dev-8.x-2.x-dev e14421d): Cloning e14421d3e6
  - Installing degov/degov (2.0.13): Loading from cache
paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.)
symfony/http-kernel suggests installing symfony/browser-kit
symfony/console suggests installing symfony/lock
predis/predis suggests installing ext-phpiredis (Allows faster serialization and deserialization of the Redis protocol)
phpfastcache/phpfastcache suggests installing ext-predis (*)
phpfastcache/phpfastcache suggests installing ext-redis (*)
phpfastcache/phpfastcache suggests installing ext-sqlite (*)
phansys/getid3 suggests installing ext-dba (DBA extension is required in order to use DBA database as cache storage.)
phansys/getid3 suggests installing ext-rar (RAR extension is required for RAR archive module.)
phansys/getid3 suggests installing ext-sqlite (SQLite extension is required in order to use SQLite database as cache storage.)
psy/psysh suggests installing ext-pdo-sqlite (The doc command requires SQLite to work.)
psy/psysh suggests installing hoa/console (A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.)
consolidation/robo suggests installing henrikbjorn/lurker (For monitoring filesystem changes in taskWatch)
consolidation/robo suggests installing natxet/CssMin (For minifying CSS files in taskMinify)
consolidation/robo suggests installing patchwork/jsqueeze (For minifying JS files in taskMinify)
consolidation/robo suggests installing pear/archive_tar (Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.)
zendframework/zend-feed suggests installing zendframework/zend-cache (Zend\Cache component, for optionally caching feeds between requests)
zendframework/zend-feed suggests installing zendframework/zend-db (Zend\Db component, for use with PubSubHubbub)
zendframework/zend-feed suggests installing zendframework/zend-http (Zend\Http for PubSubHubbub, and optionally for use with Zend\Feed\Reader)
zendframework/zend-feed suggests installing zendframework/zend-servicemanager (Zend\ServiceManager component, for easily extending ExtensionManager implementations)
zendframework/zend-feed suggests installing zendframework/zend-validator (Zend\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent)
symfony/validator suggests installing psr/cache-implementation (For using the metadata cache.)
symfony/validator suggests installing symfony/expression-language (For using the Expression validator)
symfony/validator suggests installing symfony/intl
symfony/validator suggests installing symfony/property-access (For accessing properties within comparison constraints)
symfony/serializer suggests installing psr/cache-implementation (For using the metadata cache.)
symfony/serializer suggests installing symfony/property-access (For using the ObjectNormalizer.)
symfony/serializer suggests installing symfony/property-info (To deserialize relations.)
symfony/routing suggests installing symfony/expression-language (For using expression matching)
symfony/dependency-injection suggests installing symfony/expression-language (For using expressions in service container configuration)
symfony/dependency-injection suggests installing symfony/proxy-manager-bridge (Generate service proxies to lazy load them)
symfony/class-loader suggests installing symfony/polyfill-apcu (For using ApcClassLoader on HHVM)
easyrdf/easyrdf suggests installing ml/json-ld (~1.0)
doctrine/cache suggests installing alcaeus/mongo-php-adapter (Required to use legacy MongoDB driver)
solarium/solarium suggests installing minimalcode/search (Query builder compatible with Solarium, allows simplified solr-query handling)
drupal/search_api_solr suggests installing drupal/search_api_solr_multilingual (Highly recommended if installation is multilingual or uses a language different than English.)
lcobucci/jwt suggests installing mdanter/ecc (Required to use Elliptic Curves based algorithms.)
egeloen/http-adapter suggests installing ext-http (Allows you to use the PECL adapter)
egeloen/http-adapter suggests installing guzzle/guzzle (Allows you to use the Guzzle 3 adapter)
egeloen/http-adapter suggests installing kriswallsmith/buzz (Allows you to use the Buzz adapter)
egeloen/http-adapter suggests installing nategood/httpful (Allows you to use the httpful adapter)
egeloen/http-adapter suggests installing symfony/stopwatch (Allows you to use the stopwatch http adapter and event subscriber)
egeloen/http-adapter suggests installing zendframework/zend-http (Allows you to use the Zend 2 adapter)
egeloen/http-adapter suggests installing zendframework/zendframework1 (Allows you to use the Zend 1 adapter)
willdurand/geocoder suggests installing ext-geoip (Enabling the geoip extension allows you to use the MaxMindProvider.)
willdurand/geocoder suggests installing geoip/geoip (If you are going to use the MaxMindBinaryProvider (conflict with geoip extension).)
willdurand/geocoder suggests installing geoip2/geoip2 (If you are going to use the GeoIP2DatabaseProvider.)
willdurand/geocoder suggests installing symfony/stopwatch (If you want to use the TimedGeocoder)
alchemy/zippy suggests installing guzzle/guzzle (To use the GuzzleTeleporter with Guzzle 3)
drupal/console suggests installing symfony/thanks (Thank your favorite PHP projects on Github using the CLI!)
drupal/console suggests installing vlucas/phpdotenv (Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically.)
Package phansys/getid3 is abandoned, you should avoid using it. Use james-heinrich/getid3 instead.
Package egeloen/http-adapter is abandoned, you should avoid using it. Use php-http/httplug instead.
Generating autoload files
&amp;gt; DrupalComposer\DrupalScaffold\Plugin::scaffold
  - .csslintrc (https://cgit.drupalcode.org/drupal/plain/.csslintrc?h=8.5.6): Downloading (100%)         
  - .editorconfig (https://cgit.drupalcode.org/drupal/plain/.editorconfig?h=8.5.6): Downloading (100%)         
  - .eslintignore (https://cgit.drupalcode.org/drupal/plain/.eslintignore?h=8.5.6): Downloading (100%)         
  - .eslintrc.json (https://cgit.drupalcode.org/drupal/plain/.eslintrc.json?h=8.5.6): Downloading (100%)         
  - .gitattributes (https://cgit.drupalcode.org/drupal/plain/.gitattributes?h=8.5.6): Downloading (100%)         
  - .ht.router.php (https://cgit.drupalcode.org/drupal/plain/.ht.router.php?h=8.5.6): Downloading (100%)         
  - .htaccess (https://cgit.drupalcode.org/drupal/plain/.htaccess?h=8.5.6): Downloading (100%)         
  - index.php (https://cgit.drupalcode.org/drupal/plain/index.php?h=8.5.6): Downloading (100%)         
  - robots.txt (https://cgit.drupalcode.org/drupal/plain/robots.txt?h=8.5.6): Downloading (100%)         
  - sites/default/default.services.yml (https://cgit.drupalcode.org/drupal/plain/sites/default/default.services.yml?h=8.5.6): Downloading (connectinDownloading (100%)         
  - sites/default/default.settings.php (https://cgit.drupalcode.org/drupal/plain/sites/default/default.settings.php?h=8.5.6): Downloading (connectinDownloading (100%)         
  - sites/development.services.yml (https://cgit.drupalcode.org/drupal/plain/sites/development.services.yml?h=8.5.6): Downloading (100%)         
  - sites/example.settings.local.php (https://cgit.drupalcode.org/drupal/plain/sites/example.settings.local.php?h=8.5.6): Downloading (connecting...Downloading (100%)         
  - sites/example.sites.php (https://cgit.drupalcode.org/drupal/plain/sites/example.sites.php?h=8.5.6): Downloading (100%)         
  - update.php (https://cgit.drupalcode.org/drupal/plain/update.php?h=8.5.6): Downloading (100%)         
  - web.config (https://cgit.drupalcode.org/drupal/plain/web.config?h=8.5.6): Downloading (100%)         
demo@prod ~/d/d/p/w/html&amp;gt; ll
insgesamt 548K
drwxrwxr-x  2 demo demo  136  5. Okt 13:07 bin/
-rw-rw-r--  1 demo demo  376 17. Aug 15:01 CHANGELOG.md
-rw-rw-r--  1 demo demo 3,5K 17. Aug 15:01 composer.json
-rw-rw-r--  1 demo demo 496K 17. Aug 15:01 composer.lock
drwxrwxr-x  3 demo demo   18 17. Aug 15:01 config/
drwxrwxr-x  8 demo demo  327  5. Okt 13:07 docroot/
-rw-rw-r--  1 demo demo  35K 17. Aug 15:01 LICENSE
-rw-rw-r--  1 demo demo  385 17. Aug 15:01 README.md
drwxrwxr-x 61 demo demo 4,0K  5. Okt 13:07 vendor/
demo@prod ~/d/d/p/w/html&amp;gt; composer update
Removing package drupal/core so that it can be re-installed and re-patched.
  - Removing drupal/core (8.5.6)
Deleting docroot/core - deleted
Removing package drupal/entity_browser so that it can be re-installed and re-patched.
  - Removing drupal/entity_browser (2.0.0-alpha2)
Deleting docroot/modules/contrib/entity_browser - deleted
Removing package drupal/entity_embed so that it can be re-installed and re-patched.
  - Removing drupal/entity_embed (1.0.0-beta2)
Deleting docroot/modules/contrib/entity_embed - deleted
Removing package drupal/media_entity_instagram so that it can be re-installed and re-patched.
  - Removing drupal/media_entity_instagram (2.0.0-alpha1)
Deleting docroot/modules/contrib/media_entity_instagram - deleted
Removing package drupal/panels so that it can be re-installed and re-patched.
  - Removing drupal/panels (4.3.0)
Deleting docroot/modules/contrib/panels - deleted
Removing package drupal/restrict_ip so that it can be re-installed and re-patched.
  - Removing drupal/restrict_ip (1.3.0)
Deleting docroot/modules/contrib/restrict_ip - deleted
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 13 installs, 58 updates, 2 removals
  - Removing sebastian/version (2.0.1)
No patches supplied.
Gathering patches for dependencies. This might take a minute.
  - Updating composer/installers (v1.5.0 =&amp;gt; v1.6.0): Loading from cache
  - Updating symfony/yaml (v3.4.14 =&amp;gt; v3.4.17): Downloading (100%)         
  - Updating symfony/process (v3.4.14 =&amp;gt; v3.4.17): Downloading (100%)         
  - Updating symfony/finder (v3.4.14 =&amp;gt; v3.4.17): Downloading (100%)         
  - Updating symfony/event-dispatcher (v3.4.14 =&amp;gt; v3.4.17): Loading from cache
  - Updating symfony/debug (v3.4.14 =&amp;gt; v3.4.17): Downloading (100%)         
  - Updating symfony/console (v3.4.14 =&amp;gt; v3.4.17): Downloading (100%)         
  - Updating symfony/filesystem (v3.4.14 =&amp;gt; v3.4.17): Downloading (100%)         
  - Updating symfony/config (v3.4.14 =&amp;gt; v3.4.17): Loading from cache
  - Updating symfony/var-dumper (v4.1.3 =&amp;gt; v4.1.6): Downloading (100%)         
  - Updating nikic/php-parser (v4.0.3 =&amp;gt; v4.0.4): Loading from cache
  - Updating jakub-onderka/php-console-color (0.1 =&amp;gt; v0.2): Loading from cache
  - Updating psy/psysh (v0.9.7 =&amp;gt; v0.9.8): Loading from cache
  - Updating consolidation/site-alias (1.1.1 =&amp;gt; 1.1.5): Loading from cache
  - Updating symfony/dependency-injection (v3.4.14 =&amp;gt; v3.4.17): Downloading (100%)         
  - Updating consolidation/annotated-command (2.8.4 =&amp;gt; 2.9.1): Loading from cache
  - Installing g1a/composer-test-scenarios (2.2.0): Loading from cache
  - Installing consolidation/self-update (1.1.3): Loading from cache
  - Updating consolidation/robo (1.3.0 =&amp;gt; 1.3.1): Loading from cache
  - Updating chi-teck/drupal-code-generator (1.26.0 =&amp;gt; 1.26.3): Loading from cache
  - Downgrading drush/drush (dev-master 1844496 =&amp;gt; 9.4.0):  Checking out 9d46a2a675
  - Updating zendframework/zend-stdlib (3.2.0 =&amp;gt; 3.2.1): Loading from cache
  - Updating zendframework/zend-diactoros (1.8.5 =&amp;gt; 1.8.6): Loading from cache
  - Updating symfony/translation (v3.4.14 =&amp;gt; v3.4.17): Downloading (100%)         
  - Updating symfony/validator (v3.4.14 =&amp;gt; v3.4.17): Downloading (100%)         
  - Updating symfony/serializer (v3.4.14 =&amp;gt; v3.4.17): Downloading (100%)         
  - Updating symfony/routing (v3.4.14 =&amp;gt; v3.4.17): Downloading (100%)         
  - Updating symfony/http-foundation (v3.4.14 =&amp;gt; v3.4.17): Downloading (100%)         
  - Updating symfony/psr-http-message-bridge (v1.0.2 =&amp;gt; v1.1.0): Loading from cache
  - Updating symfony/http-kernel (v3.4.14 =&amp;gt; v3.4.17): Downloading (100%)         
  - Updating symfony/class-loader (v3.4.14 =&amp;gt; v3.4.17): Downloading (100%)         
  - Updating egulias/email-validator (1.2.14 =&amp;gt; 1.2.15): Loading from cache
  - Updating doctrine/cache (v1.7.1 =&amp;gt; v1.8.0): Loading from cache
  - Updating doctrine/persistence (v1.0.0 =&amp;gt; v1.0.1): Loading from cache
  - Installing drupal/core (8.5.7): Loading from cache
  - Applying patches for drupal/core
    https://www.drupal.org/files/issues/1356278-408--8.5.x-real.patch (1356276 - Allow profiles to provide a base/parent profile and load them in the correct order)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/1356278-408--8.5.x-real.patch
    https://www.drupal.org/files/issues/2880374-remove-experimental-warnings-6.patch (2880374 - Experimental modules should not have warnings after being installed)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2880374-remove-experimental-warnings-6.patch
    https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch (2869592 - Disabled update module shouldn't produce a status report warning)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch
    https://www.drupal.org/files/issues/2885441-2.patch (2885441 - EntityReferenceAutocompleteWidget should define its size setting as an integer)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2885441-2.patch
    https://www.drupal.org/files/issues/2018-06-07/2815221-102.patch (2815221 - Add quickedit to the latest-revision route)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2018-06-07/2815221-102.patch
    https://www.drupal.org/files/issues/2877383-56.patch (2877383 - Add action support to Media module)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2877383-56.patch
    https://www.drupal.org/files/issues/2670730-81-89-8.5.0-rc1.patch (2670730 - Provide a delete action for each content entity type)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2670730-81-89-8.5.0-rc1.patch
    https://www.drupal.org/files/issues/2018-08-01/2937543.patch (Issue 2937543 - Updating symfony)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2018-08-01/2937543.patch

  - Updating symfony/dom-crawler (v3.4.14 =&amp;gt; v3.4.17): Downloading (100%)         
  - Updating symfony/css-selector (v3.4.14 =&amp;gt; v3.4.17): Downloading (100%)         
  - Updating drupal/workbench (1.0.0 =&amp;gt; 1.1.0): Loading from cache
  - Updating drupal/webform (5.0.0-rc18 =&amp;gt; 5.0.0-rc22): Loading from cache
  - Updating drupal/token (1.3.0 =&amp;gt; 1.5.0): Loading from cache
  - Updating drupal/styled_google_map (1.2.0 =&amp;gt; 1.3.0): Downloading (100%)         
  - Updating drupal/search_api (1.9.0 =&amp;gt; 1.10.0): Loading from cache
  - Installing drupal/scheduled_publish (1.2.0): Loading from cache
  - Installing drupal/restrict_ip (1.3.0): Loading from cache
  - Applying patches for drupal/restrict_ip
    https://www.drupal.org/files/issues/2905569_check_user_authentication.patch (2905569 - Avoid redirect loop for authenticated users)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2905569_check_user_authentication.patch

  - Updating drupal/metatag (1.5.0 =&amp;gt; 1.7.0): Loading from cache
  - Updating drupal/pathauto (1.2.0 =&amp;gt; 1.3.0): Loading from cache
  - Applying patches for drupal/pathauto
    https://www.drupal.org/files/issues/2018-05-11/pathauto-duplicate_ignore_words_config_schema-2961850-8.patch (Issue 2961850 - Duplicated keys in schema)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2018-05-11/pathauto-duplicate_ignore_words_config_schema-2961850-8.patch

  - Updating drupal/features (3.7.0 =&amp;gt; 3.8.0): Loading from cache
  - Updating drupal/lightning_core (2.8.0 =&amp;gt; 2.10.0): Loading from cache
  - Installing drupal/media_entity_instagram (2.0.0-alpha1): Loading from cache
  - Applying patches for drupal/media_entity_instagram
    https://www.drupal.org/files/issues/2917454-2.patch (2917454 - Field formatter test is broken)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2917454-2.patch

  - Installing drupal/entity_embed (1.0.0-beta2): Loading from cache
  - Applying patches for drupal/entity_embed
    https://www.drupal.org/files/issues/2832504-2.patch (2832504 - Send the CKEditor instance ID to the embed.preview route)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2832504-2.patch

  - Installing drupal/entity_browser (2.0.0-alpha2): Loading from cache
  - Applying patches for drupal/entity_browser
    https://www.drupal.org/files/issues/entity-browser-view-context-2865928-14.patch (2865928 - The View widget should filter based on field settings)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/entity-browser-view-context-2865928-14.patch
    https://www.drupal.org/files/issues/2877751-27-8.x-2.x.patch (2877751 - Inform users how many items they can add to a field that uses an entity browser)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/2877751-27-8.x-2.x.patch

  - Updating drupal/lightning_media (2.3.0 =&amp;gt; 2.4.0): Loading from cache
  - Installing drupal/panels (4.3.0): Loading from cache
  - Applying patches for drupal/panels
    https://www.drupal.org/files/issues/panels-ipe-2878684-3.patch (2878684 - Use String.match to correlate regions when switching Layouts in Panels IPE)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/panels-ipe-2878684-3.patch
    https://www.drupal.org/files/issues/panels-ipe-propogate-errors-2825034-5.patch (2825034 - Form error messages do not appear in IPE)
   Could not apply patch! Skipping. The error was: Cannot apply patch https://www.drupal.org/files/issues/panels-ipe-propogate-errors-2825034-5.patch

  - Updating drupal/lightning_layout (1.3.0 =&amp;gt; 1.4.0): Loading from cache
  - Updating drupal/consumers (1.0.0 =&amp;gt; 1.2.0): Loading from cache
  - Updating drupal/simple_oauth (3.8.0 =&amp;gt; 3.10.0): Loading from cache
  - Updating drupal/schemata (1.0.0-alpha3 =&amp;gt; 1.0.0-alpha5): Loading from cache
  - Updating drupal/openapi (1.0.0-beta1 =&amp;gt; 1.0.0-beta2): Loading from cache
  - Installing drupal/openapi_ui (1.0.0-rc1): Loading from cache
  - Installing swagger-api/swagger-ui (v3.19.2): Loading from cache
  - Installing drupal/openapi_ui_swagger (1.0.0-rc2): Loading from cache
  - Installing drupal/openapi_ui_redoc (1.0.0-rc2): Loading from cache
  - Updating drupal/lightning_api (2.5.0 =&amp;gt; 2.7.0): Loading from cache
  - Updating dflydev/dot-access-configuration (v1.0.2 =&amp;gt; v1.0.3): Loading from cache
  - Updating drupal/block_field (1.0.0-alpha7 =&amp;gt; 1.0.0-alpha8): Loading from cache
  - Updating commerceguys/addressing (v1.0.0 =&amp;gt; v1.0.1): Loading from cache
  - Updating drupal/bootstrap (3.12.0 =&amp;gt; 3.13.0): Loading from cache
  - Updating degov/degov (2.0.13 =&amp;gt; 2.0.14): Loading from cache
  - Updating drupal/spamspan dev-1.x (279061d =&amp;gt; 21544d3):  Checking out 21544d369a
Package egeloen/http-adapter is abandoned, you should avoid using it. Use php-http/httplug instead.
Package phansys/getid3 is abandoned, you should avoid using it. Use james-heinrich/getid3 instead.
Writing lock file
Generating autoload files
  - .csslintrc (https://cgit.drupalcode.org/drupal/plain/.csslintrc?h=8.5.7): Downloading (100%)         
  - .editorconfig (https://cgit.drupalcode.org/drupal/plain/.editorconfig?h=8.5.7): Downloading (100%)         
  - .eslintignore (https://cgit.drupalcode.org/drupal/plain/.eslintignore?h=8.5.7): Downloading (100%)         
  - .eslintrc.json (https://cgit.drupalcode.org/drupal/plain/.eslintrc.json?h=8.5.7): Downloading (100%)         
  - .gitattributes (https://cgit.drupalcode.org/drupal/plain/.gitattributes?h=8.5.7): Downloading (100%)         
  - .ht.router.php (https://cgit.drupalcode.org/drupal/plain/.ht.router.php?h=8.5.7): Downloading (100%)         
  - .htaccess (https://cgit.drupalcode.org/drupal/plain/.htaccess?h=8.5.7): Downloading (100%)         
  - index.php (https://cgit.drupalcode.org/drupal/plain/index.php?h=8.5.7): Downloading (100%)         
  - robots.txt (https://cgit.drupalcode.org/drupal/plain/robots.txt?h=8.5.7): Downloading (100%)         
  - sites/default/default.services.yml (https://cgit.drupalcode.org/drupal/plain/sites/default/default.services.yml?h=8.5.7): Downloading (connectDownloading (100%)         
  - sites/default/default.settings.php (https://cgit.drupalcode.org/drupal/plain/sites/default/default.settings.php?h=8.5.7): Downloading (connectDownloading (100%)         
  - sites/development.services.yml (https://cgit.drupalcode.org/drupal/plain/sites/development.services.yml?h=8.5.7): Downloading (100%)         
  - sites/example.settings.local.php (https://cgit.drupalcode.org/drupal/plain/sites/example.settings.local.php?h=8.5.7): Downloading (connecting.Downloading (100%)         
  - sites/example.sites.php (https://cgit.drupalcode.org/drupal/plain/sites/example.sites.php?h=8.5.7): Downloading (100%)         
  - update.php (https://cgit.drupalcode.org/drupal/plain/update.php?h=8.5.7): Downloading (100%)         
  - web.config (https://cgit.drupalcode.org/drupal/plain/web.config?h=8.5.7): Downloading (100%)         
&amp;gt; DrupalComposer\DrupalScaffold\Plugin::scaffold
  - .csslintrc (https://cgit.drupalcode.org/drupal/plain/.csslintrc?h=8.5.7): Downloading (100%)         
  - .editorconfig (https://cgit.drupalcode.org/drupal/plain/.editorconfig?h=8.5.7): Downloading (100%)         
  - .eslintignore (https://cgit.drupalcode.org/drupal/plain/.eslintignore?h=8.5.7): Downloading (100%)         
  - .eslintrc.json (https://cgit.drupalcode.org/drupal/plain/.eslintrc.json?h=8.5.7): Downloading (100%)         
  - .gitattributes (https://cgit.drupalcode.org/drupal/plain/.gitattributes?h=8.5.7): Downloading (100%)         
  - .ht.router.php (https://cgit.drupalcode.org/drupal/plain/.ht.router.php?h=8.5.7): Downloading (100%)         
  - .htaccess (https://cgit.drupalcode.org/drupal/plain/.htaccess?h=8.5.7): Downloading (100%)         
  - index.php (https://cgit.drupalcode.org/drupal/plain/index.php?h=8.5.7): Downloading (100%)         
  - robots.txt (https://cgit.drupalcode.org/drupal/plain/robots.txt?h=8.5.7): Downloading (100%)         
  - sites/default/default.services.yml (https://cgit.drupalcode.org/drupal/plain/sites/default/default.services.yml?h=8.5.7): Downloading (connectDownloading (100%)         
  - sites/default/default.settings.php (https://cgit.drupalcode.org/drupal/plain/sites/default/default.settings.php?h=8.5.7): Downloading (connectDownloading (100%)         
  - sites/development.services.yml (https://cgit.drupalcode.org/drupal/plain/sites/development.services.yml?h=8.5.7): Downloading (100%)         
  - sites/example.settings.local.php (https://cgit.drupalcode.org/drupal/plain/sites/example.settings.local.php?h=8.5.7): Downloading (connecting.Downloading (100%)         
  - sites/example.sites.php (https://cgit.drupalcode.org/drupal/plain/sites/example.sites.php?h=8.5.7): Downloading (100%)         
  - update.php (https://cgit.drupalcode.org/drupal/plain/update.php?h=8.5.7): Downloading (100%)         
  - web.config (https://cgit.drupalcode.org/drupal/plain/web.config?h=8.5.7): Downloading (100%)         
demo@prod ~/d/d/p/w/html&amp;gt; cd docroot/
demo@prod ~/d/d/p/w/h/docroot&amp;gt; drush updb
 [warning]  (Currently using Styled Google Map Google Maps API key or Client ID was not found. As of 2016/06/22, keyless access is no longer supported and it may impact rendering of maps. For more information visit: &amp;lt;a href="http://googlegeodevelopers.blogspot.ca/2016/06/building-for-scale-updates-to-google.html"&amp;gt;http://googlegeodevelopers.blogspot.ca/2016/06/building-for-scale-updates-to-google.html&amp;lt;/a&amp;gt;)
 -------------------------- ----------- --------------- ---------------------------------------------------------------------------------------- 
  Module                     Update ID   Type            Description                                                                             
 -------------------------- ----------- --------------- ---------------------------------------------------------------------------------------- 
  degov                      8445        hook_update_n   Remove password policy module                                                           
  degov                      8447        hook_update_n   Add missing image preview icons                                                         
  degov                      8448        hook_update_n   Safe scheduled_updates uninstall                                                        
  degov_common               8027        hook_update_n   Updated media browser view                                                              
  degov_media_audio          8012        hook_update_n   Add missing view mode preview wide                                                      
  degov_media_citation       8012        hook_update_n   Updated date format in media type view mode's display to DD.MM.YYYY                     
  degov_media_gallery        8012        hook_update_n   Add missing view mode preview wide                                                      
  degov_media_gallery        8013        hook_update_n   Added source field to generic media type 'gallery'                                      
  degov_media_image          8002        hook_update_n   Add type svg to image types                                                             
  degov_media_image          8003        hook_update_n   Add missing view mode preview wide                                                      
  degov_media_video_upload   8012        hook_update_n   Add missing view mode preview wide                                                      
  degov_node_press           8014        hook_update_n   Updated date format in node view mode's display to DD.MM.YYYY                           
  degov_paragraph_header     8001        hook_update_n   Remove the unused rich text field field_header_text                                     
  pathauto                   8107        hook_update_n   Initialize the new safe tokens setting.                                                 
  webform                    8137        hook_update_n   Issue #2983137: WYSIWYG editor not saving inline images for advanced htmltext editor.   
  webform                    8138        hook_update_n   Issue #2947303: Location element's geocomplete library is not supported.                
  webform                    8139        hook_update_n   Issue #2918669: Elements separated by conditional inside multistep wizard are both      
                                                         saved to submission.                                                                    
  webform                    8140        hook_update_n   Issue #2994411: Allow help to be hidden.                                                
  webform                    8141        hook_update_n   Issue #2993327: Provide Default View to Override Submission Results Tab.                
  webform                    8142        hook_update_n   Issue #2995413: Allow email handler theme to be customized.                             
  webform                    8143        hook_update_n   Issue #2943879: How to display alternate text when the user is not allowed to create a  
                                                         Webform?                                                                                
  webform                    8144        hook_update_n   Issue #2998239: Swift Mailer no longer working after custom email handler theme option  
                                                         was added                                                                               
  webform                    8145        hook_update_n   Issue #3002183: Upload Total Limit instead of Upload File limit.                        
  webform                    8146        hook_update_n   Issue #3000542: Remove webform_devel.module logger debugging.                           
 -------------------------- ----------- --------------- ---------------------------------------------------------------------------------------- 

 Do you wish to run the specified pending updates? (yes/no) [yes]:
 &amp;gt; yes

 [notice] Update started: webform_update_8137
 [ok] Update completed: webform_update_8137
 [notice] Update started: webform_update_8138
 [ok] Update completed: webform_update_8138
 [notice] Update started: webform_update_8139
 [ok] Update completed: webform_update_8139
 [notice] Update started: webform_update_8140
 [ok] Update completed: webform_update_8140
 [notice] Update started: webform_update_8141
 [notice] The new webform submissions view has been created.
 [ok] Update completed: webform_update_8141
 [notice] Update started: webform_update_8142
 [ok] Update completed: webform_update_8142
 [notice] Update started: webform_update_8143
 [ok] Update completed: webform_update_8143
 [notice] Update started: degov_update_8445
 [ok] Update completed: degov_update_8445
 [notice] Update started: webform_update_8144
 [ok] Update completed: webform_update_8144
 [notice] Update started: webform_update_8145
 [ok] Update completed: webform_update_8145
 [notice] Update started: degov_media_gallery_update_8012
 [ok] Update completed: degov_media_gallery_update_8012
 [notice] Update started: degov_media_image_update_8002
 [ok] Update completed: degov_media_image_update_8002
 [notice] Update started: degov_update_8447
 [ok] Update completed: degov_update_8447
 [notice] Update started: degov_paragraph_header_update_8001
 [ok] Update completed: degov_paragraph_header_update_8001
 [notice] Update started: pathauto_update_8107
 [ok] Update completed: pathauto_update_8107
 [notice] Update started: degov_node_press_update_8014
 [ok] Update completed: degov_node_press_update_8014
 [notice] Update started: degov_media_video_upload_update_8012
 [notice] core.entity_form_display.media.video_upload.default rewritten by degov_media_video_upload
 [notice] core.entity_form_display.media.video_upload.media_browser rewritten by degov_media_video_upload
 [notice] core.entity_view_display.media.video_upload.default rewritten by degov_media_video_upload
 [ok] Update completed: degov_media_video_upload_update_8012
 [notice] Update started: degov_media_image_update_8003
 [notice] core.entity_form_display.media.image.default rewritten by degov_media_image
 [notice] core.entity_form_display.media.image.media_browser rewritten by degov_media_image
 [notice] core.entity_view_display.media.image.default rewritten by degov_media_image
 [ok] Update completed: degov_media_image_update_8003
 [notice] Update started: degov_media_gallery_update_8013
 [ok] Update completed: degov_media_gallery_update_8013
 [notice] Update started: degov_media_citation_update_8012
 [ok] Update completed: degov_media_citation_update_8012
 [notice] Update started: degov_media_audio_update_8012
 [notice] core.entity_form_display.media.audio.default rewritten by degov_media_audio
 [notice] core.entity_form_display.media.audio.media_browser rewritten by degov_media_audio
 [notice] core.entity_view_display.media.audio.default rewritten by degov_media_audio
 [ok] Update completed: degov_media_audio_update_8012
 [notice] Update started: degov_common_update_8027
 [warning] file_get_contents(profiles/contrib/degov/modules/degov_common/views.view.media.yml): failed to open stream: No such file or directory degov_common.install:137
 [warning] Invalid argument supplied for foreach() NestedArray.php:327
 [ok] Update completed: degov_common_update_8027
 [notice] Update started: degov_update_8448
 [ok] Update completed: degov_update_8448
 [notice] Update started: webform_update_8146
 [ok] Update completed: webform_update_8146
 [success] Finished performing updates.
demo@prod ~/d/d/p/w/h/docroot&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



</description>
      <category>drupal</category>
      <category>install</category>
      <category>degov</category>
      <category>centos</category>
    </item>
  </channel>
</rss>
