質問編集履歴

1

追記

2020/06/25 16:02

投稿

mmmmmr
mmmmmr

スコア18

test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,55 @@
26
26
 
27
27
  maxbanton/cwhと依存パッケージのupdate
28
28
 
29
+ ```
30
+
31
+ $composer update --with-dependencies maxbanton/cwh
32
+
33
+
34
+
35
+ Loading composer repositories with package information
36
+
37
+ Updating dependencies (including require-dev)
38
+
39
+ Package operations: 0 installs, 3 updates, 3 removals
40
+
41
+ - Removing mtdowling/jmespath.php (2.5.0)
42
+
43
+ - Removing maxbanton/cwh (v1.1.14)
44
+
45
+ - Removing aws/aws-sdk-php (3.142.5)
46
+
47
+ - Updating symfony/polyfill-mbstring (v1.14.0 => v1.17.1): Downloading (100%)
48
+
49
+ - Updating psr/log (1.1.2 => 1.1.3): Downloading (100%)
50
+
51
+ - Updating monolog/monolog (1.25.3 => 1.25.4): Downloading (100%)
52
+
53
+ ...
54
+
55
+ ```
56
+
29
57
  - `maxbanton/cwh`をインストールする前の`composer.lock`ファイルに差替え`composer install`実行
58
+
59
+ ```
60
+
61
+ $composer install
62
+
63
+
64
+
65
+ Loading composer repositories with package information
66
+
67
+ Installing dependencies (including require-dev) from lock file
68
+
69
+ Package operations: 0 installs, 3 updates, 0 removals
70
+
71
+ - Downgrading psr/log (1.1.3 => 1.1.2): Downloading (100%)
72
+
73
+ - Downgrading monolog/monolog (1.25.4 => 1.25.3): Loading from cache
74
+
75
+ - Downgrading symfony/polyfill-mbstring (v1.17.1 => v1.14.0): Loading from cache
76
+
77
+ ```
30
78
 
31
79
  - docker-compose restart
32
80