teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

compoer\.jsonの追加。エラー文言の追加

2016/12/11 02:15

投稿

maroniel
maroniel

スコア15

title CHANGED
File without changes
body CHANGED
@@ -17,4 +17,129 @@
17
17
 
18
18
  改善策をお教えいただきたく存じます。
19
19
 
20
- よろしくお願いいたします。
20
+ よろしくお願いいたします。
21
+
22
+ 追記
23
+ composer.jsonの中身です。
24
+
25
+ ```ここに言語を入力
26
+ {
27
+ "name": "symfony/framework-standard-edition",
28
+ "license": "MIT",
29
+ "type": "project",
30
+ "description": "The \"Symfony Standard Edition\" distribution",
31
+ "autoload": {
32
+ "psr-0": { "": "src/" }
33
+ },
34
+ "require": {
35
+ "php": ">=5.3.3",
36
+ "symfony/symfony": "2.3.*",
37
+ "doctrine/orm": "~2.4",
38
+ "doctrine/doctrine-bundle": "1.2.*",
39
+ "doctrine/doctrine-fixtures-bundle": "2.2.*",
40
+ "twig/extensions": "1.0.*",
41
+ "symfony/assetic-bundle": "2.3.*",
42
+ "symfony/swiftmailer-bundle": "2.3.*",
43
+ "symfony/monolog-bundle": "2.3.*",
44
+ "sensio/distribution-bundle": "2.3.*",
45
+ "sensio/framework-extra-bundle": "2.3.*",
46
+ "sensio/generator-bundle": "2.3.*",
47
+ "incenteev/composer-parameter-handler": "~2.0",
48
+ "sonata-project/easy-extends-bundle": "2.1.*",
49
+ "sonata-project/doctrine-extensions": "1.*",
50
+ "sonata-project/intl-bundle": "2.2.*",
51
+ "sonata-project/admin-bundle": "2.3.4",
52
+ "sonata-project/doctrine-orm-admin-bundle": "2.3.*",
53
+ "sonata-project/media-bundle": "2.3.*",
54
+ "sonata-project/user-bundle": "2.2.*",
55
+ "sonata-project/cache-bundle": "2.1.*",
56
+ "sonata-project/cache": "1.0.*",
57
+ "sonata-project/core-bundle": "2.3.*",
58
+ "sonata-project/formatter-bundle": "2.3.*",
59
+ "sonata-project/datagrid-bundle": "2.2.*@dev",
60
+ "sonata-project/exporter": "1.3.*",
61
+ "simplethings/entity-audit-bundle": "~0.5",
62
+ "mopa/bootstrap-bundle": "v3.0.0-beta3",
63
+ "twbs/bootstrap": "v3.0.0",
64
+ "stof/doctrine-extensions-bundle": "~1.1",
65
+ "sensio/buzz-bundle": "v1.0.0",
66
+ "liuggio/excelbundle": "~2.0",
67
+ "mbence/opentbs-bundle": "dev-master",
68
+ "knplabs/knp-snappy-bundle": "dev-master",
69
+ "profburial/wkhtmltopdf-binaries-centos6": "0.12.*",
70
+ "thrace/form-bundle": "dev-master",
71
+ "egeloen/ckeditor-bundle": "~2.0",
72
+ "adesigns/calendar-bundle": "dev-master",
73
+ "friendsofsymfony/jsrouting-bundle": "~1.5",
74
+ "ob/highcharts-bundle": "~1.2",
75
+ "oneup/uploader-bundle": "~1.3",
76
+ "spe/filesize-extension-bundle": "~0.1.0",
77
+ "willdurand/faker-bundle": "@stable",
78
+ "solarium/solarium": "3.4.1",
79
+ "nelmio/solarium-bundle": "2.*",
80
+ "fabpot/goutte": "^2.0",
81
+ "abraham/twitteroauth": "0.5.0",
82
+ "jmose/command-scheduler-bundle": "^1.0",
83
+ "beberlei/DoctrineExtensions":"1.0.5",
84
+ "nzo/url-encryptor-bundle": "~1.0",
85
+ "happyr/google-api-bundle": "~2.1",
86
+ "liip/url-auto-converter-bundle": "~1.2.0",
87
+ "mopa/barcode-bundle": "dev-master",
88
+ "avalanche123/imagine-bundle": "dev-master",
89
+ "zendframework/zend-barcode": "~2.3.7",
90
+ "zendframework/zend-servicemanager": "~2.3.7"
91
+ },
92
+ "scripts": {
93
+ "post-install-cmd": [
94
+ "Incenteev\ParameterHandler\ScriptHandler::buildParameters",
95
+ "Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::buildBootstrap",
96
+ "Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache",
97
+ "Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installAssets",
98
+ "Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installRequirementsFile"
99
+ ],
100
+ "post-update-cmd": [
101
+ "Incenteev\ParameterHandler\ScriptHandler::buildParameters",
102
+ "Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::buildBootstrap",
103
+ "Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache",
104
+ "Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installAssets",
105
+ "Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installRequirementsFile"
106
+ ]
107
+ },
108
+ "config": {
109
+ "bin-dir": "bin"
110
+ },
111
+ "minimum-stability": "stable",
112
+ "extra": {
113
+ "symfony-app-dir": "app",
114
+ "symfony-web-dir": "web",
115
+ "incenteev-parameters": {
116
+ "file": "app/config/parameters.yml"
117
+ },
118
+ "branch-alias": {
119
+ "dev-master": "2.3-dev"
120
+ }
121
+ },
122
+ "require-dev": {
123
+ "behat/behat": "3.0.14",
124
+ "behat/symfony2-extension": "2.0.0",
125
+ "behat/mink": "1.6.0",
126
+ "behat/mink-extension": "2.0.1",
127
+ "behat/mink-browserkit-driver": "1.2.0",
128
+ "behat/mink-selenium2-driver": "~1.2",
129
+ "behatch/contexts": "*"
130
+ }
131
+ }
132
+
133
+ ```
134
+
135
+ composer install -vvv
136
+ を実行してみたのですが、
137
+ ```
138
+ Reading /home/vagrant/.composer/cache/repo/https---packagist.org/provider-phpdocumentor$type-resolver.json from cache
139
+ PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 32 bytes) in phar:///usr/local/bin/composer/src/Composer/DependencyResolver/Rule.php on line 60
140
+
141
+ Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 32 bytes) in phar:///usr/local/bin/composer/src/Composer/DependencyResolver/Rule.php on line 60
142
+
143
+ Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors.
144
+ ```
145
+ このエラーで止まってしまいました。