質問編集履歴

2

コマンド実行時のターミナル表示

2019/01/15 06:44

投稿

TAMA000
TAMA000

スコア39

test CHANGED
File without changes
test CHANGED
@@ -50,6 +50,62 @@
50
50
 
51
51
 
52
52
 
53
+ コマンド実行時
54
+
55
+ ```
56
+
57
+ ./composer.json has been updated
58
+
59
+ Loading composer repositories with package information
60
+
61
+ Updating dependencies (including require-dev)
62
+
63
+ Package operations: 9 installs, 0 updates, 0 removals
64
+
65
+ - Installing symfony/polyfill-ctype (v1.10.0): Loading from cache
66
+
67
+ - Installing twig/twig (v1.37.1): Loading from cache
68
+
69
+ - Installing symfony/yaml (v3.4.21): Loading from cache
70
+
71
+ - Installing symfony/filesystem (v3.4.21): Loading from cache
72
+
73
+ - Installing psr/container (1.0.0): Loading from cache
74
+
75
+ - Installing symfony/dependency-injection (v3.4.21): Loading from cache
76
+
77
+ - Installing symfony/config (v3.4.21): Loading from cache
78
+
79
+ - Installing jakoch/phantomjs-installer (2.1.1): Loading from cache
80
+
81
+ - Installing jonnyw/php-phantomjs (v4.5.1): Loading from cache
82
+
83
+ symfony/yaml suggests installing symfony/console (For validating YAML files using the lint command)
84
+
85
+ symfony/dependency-injection suggests installing symfony/expression-language (For using expressions in service container configuration)
86
+
87
+ symfony/dependency-injection suggests installing symfony/finder (For using double-star glob patterns or when GLOB_BRACE portability is required)
88
+
89
+ symfony/dependency-injection suggests installing symfony/proxy-manager-bridge (Generate service proxies to lazy load them)
90
+
91
+ Writing lock file
92
+
93
+ Generating autoload files
94
+
95
+ > PhantomInstaller\Installer::installPhantomJS
96
+
97
+ - Installing phantomjs (2.1.1): Downloading (100%)
98
+
99
+ - Installing phantomjs (2.1.1): Downloading (100%)
100
+
101
+ - Installing phantomjs (2.1.1): Downloading (100%)
102
+
103
+ - Installing phantomjs (2.1.1): Downloading (100%)
104
+
105
+ ```
106
+
107
+
108
+
53
109
  これでbinディレクトリが作成されることを想定していたのですが、vendorディレクトリしか作成されませんでした。
54
110
 
55
111
 

1

configのカンマが不要

2019/01/15 06:44

投稿

TAMA000
TAMA000

スコア39

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
  "bin-dir": "bin"
40
40
 
41
- },
41
+ }
42
42
 
43
43
  }
44
44