cms:drupal:d9_minorupdate
差分
このページの2つのバージョン間の差分を表示します。
| 次のリビジョン | 前のリビジョン | ||
| cms:drupal:d9_minorupdate [2022/01/23 20:42] – 作成 king | cms:drupal:d9_minorupdate [2022/01/23 21:16] (現在) – [composer update] king | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| ====== Drupal9 Minor-update ====== | ====== Drupal9 Minor-update ====== | ||
| + | |||
| + | ===== 説明を探す ===== | ||
| + | ここにあるとおりにやったのだけれど、うまくいかなかった。 | ||
| + | |||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | ===== 説明通りにやる ===== | ||
| + | |||
| <code bash> | <code bash> | ||
| $ composer outdated " | $ composer outdated " | ||
| 行 13: | 行 22: | ||
| </ | </ | ||
| + | 説明通りにUpdateする | ||
| + | < | ||
| + | $ composer update drupal/core " | ||
| + | Loading composer repositories with package information | ||
| + | Updating dependencies | ||
| + | Your requirements could not be resolved to an installable set of packages. | ||
| + | |||
| + | Problem 1 | ||
| + | - composer/ | ||
| + | - Root composer.json requires composer/ | ||
| + | </ | ||
| + | |||
| + | ===== 問題を調べる ===== | ||
| + | |||
| + | 問題あるらしい。composerのapiが古いとか言っているように思える、この文章をググると下記のページみたいなのが出る。 | ||
| + | |||
| + | https:// | ||
| + | |||
| + | 何をすべきかはっきりわからない | ||
| + | |||
| + | ===== composer update ===== | ||
| + | 何をすべきかはっきりわからないが、何かが古いのだろう。vendorを消して composer updateすると書いてあるが、何もせずにやってみた。 | ||
| + | |||
| + | < | ||
| + | $ composer update | ||
| + | Loading composer repositories with package information | ||
| + | Updating dependencies | ||
| + | Lock file operations: 0 installs, 9 updates, 2 removals | ||
| + | - Removing nette/ | ||
| + | - Removing nette/utils (v3.2.6) | ||
| + | - Upgrading composer/ | ||
| + | - Upgrading composer/ | ||
| + | - Upgrading drupal/core (9.3.2 => 9.3.3) | ||
| + | - Upgrading drupal/ | ||
| + | - Upgrading drupal/ | ||
| + | - Upgrading drupal/ | ||
| + | - Upgrading drupal/ | ||
| + | - Upgrading mglaman/ | ||
| + | - Upgrading phpstan/ | ||
| + | Writing lock file | ||
| + | Installing dependencies from lock file (including require-dev) | ||
| + | Package operations: 0 installs, 9 updates, 2 removals | ||
| + | - Downloading composer/ | ||
| + | - Downloading drupal/core (9.3.3) | ||
| + | - Downloading composer/ | ||
| + | - Downloading phpstan/ | ||
| + | - Downloading mglaman/ | ||
| + | - Removing nette/utils (v3.2.6) | ||
| + | - Removing nette/ | ||
| + | - Upgrading drupal/ | ||
| + | - Upgrading drupal/ | ||
| + | - Upgrading composer/ | ||
| + | - Upgrading drupal/core (9.3.2 => 9.3.3): Extracting archive | ||
| + | - Upgrading composer/ | ||
| + | - Upgrading drupal/ | ||
| + | - Upgrading drupal/ | ||
| + | - Upgrading phpstan/ | ||
| + | - Upgrading mglaman/ | ||
| + | Cleaning: composer/ | ||
| + | Package container-interop/ | ||
| + | Package doctrine/ | ||
| + | Generating autoload files | ||
| + | Hardening vendor directory with .htaccess and web.config files. | ||
| + | 84 packages you are using are looking for funding. | ||
| + | Use the `composer fund` command to find out more! | ||
| + | Cleaning vendor directory. | ||
| + | </ | ||
| + | |||
| + | あれれれ、なんかおわってるっぽい。9.3.2 => | ||
| + | |||
| + | わからないけど、とりあえず、update.phpを実行 | ||
| + | |||
| + | {{: | ||
| + | |||
| + | できてるように見える。 | ||
cms/drupal/d9_minorupdate.1642938128.txt.gz · 最終更新: by king
