Skip to content

Instantly share code, notes, and snippets.

@asanchez75
Created May 7, 2023 04:56
Show Gist options
  • Save asanchez75/545594b34f5192237cf222657d41d31d to your computer and use it in GitHub Desktop.
Save asanchez75/545594b34f5192237cf222657d41d31d to your computer and use it in GitHub Desktop.
e7f34b6faaa6:/var/www/html# composer require 'drupal/core-composer-scaffold:9.5.9' --with-all-dependencies
./composer.json has been updated
Running composer update drupal/core-composer-scaffold --with-all-dependencies
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Nothing to modify in lock file
Writing lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
Generating autoload files
47 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found
e7f34b6faaa6:/var/www/html# composer require 'drupal/core-composer-scaffold:9.5.9' --with-all-dependencies
./composer.json has been updated
Running composer update drupal/core-composer-scaffold --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
Generating autoload files
47 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found
e7f34b6faaa6:/var/www/html# .
bash: .: filename argument required
.: usage: . filename [arguments]
e7f34b6faaa6:/var/www/html# composer require 'drupal/core-recommended:9.5.9' 'drupal/core:9.5.9' --with-all-dependencies
./composer.json has been updated
Running composer update drupal/core-recommended drupal/core --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Lock file operations: 0 installs, 2 updates, 0 removals
- Upgrading psr/container (1.1.1 => 1.1.2)
- Upgrading twig/twig (v2.15.4 => v2.15.5)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 2 updates, 0 removals
- Downloading psr/container (1.1.2)
- Downloading twig/twig (v2.15.5)
- Upgrading psr/container (1.1.1 => 1.1.2): Extracting archive
- Upgrading twig/twig (v2.15.4 => v2.15.5): Extracting archive
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
Generating autoload files
47 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found
e7f34b6faaa6:/var/www/html# composer require 'drupal/core-recommended:9.5.9' 'drupal/core:9.5.9' --with-all-dependencies
./composer.json has been updated
Running composer update drupal/core-recommended drupal/core --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
Generating autoload files
47 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found
e7f34b6faaa6:/var/www/html# drush updatedb
[error] (Currently using Missing or invalid modules The following modules are marked as installed in the core.extension
configuration, but they are missing:
* schema_article
* schema_book
* schema_event
* schema_metatag
* schema_organization
* schema_person
Review the suggestions for resolving this incompatibility [1] to repair your
installation, and then re-run update.php.
[1] https://www.drupal.org/docs/8/update/troubleshooting-database-updates
)
Requirements check reports errors. Do you wish to continue? (yes/no) [yes]:
> yes
[success] No pending updates.
e7f34b6faaa6:/var/www/html# composer update "drupal/*" --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Writing lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead.
Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
Generating autoload files
47 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
No security vulnerability advisories found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment