diff options
Diffstat (limited to 'vendor/composer/installed.php')
-rw-r--r-- | vendor/composer/installed.php | 254 |
1 files changed, 254 insertions, 0 deletions
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php new file mode 100644 index 0000000..d279dee --- /dev/null +++ b/vendor/composer/installed.php | |||
@@ -0,0 +1,254 @@ | |||
1 | <?php return array( | ||
2 | 'root' => array( | ||
3 | 'name' => '__root__', | ||
4 | 'pretty_version' => 'dev-master', | ||
5 | 'version' => 'dev-master', | ||
6 | 'reference' => '94d67a4b51f8e62e7d518cce26a526ae1ec48278', | ||
7 | 'type' => 'library', | ||
8 | 'install_path' => __DIR__ . '/../../', | ||
9 | 'aliases' => array(), | ||
10 | 'dev' => true, | ||
11 | ), | ||
12 | 'versions' => array( | ||
13 | '__root__' => array( | ||
14 | 'pretty_version' => 'dev-master', | ||
15 | 'version' => 'dev-master', | ||
16 | 'reference' => '94d67a4b51f8e62e7d518cce26a526ae1ec48278', | ||
17 | 'type' => 'library', | ||
18 | 'install_path' => __DIR__ . '/../../', | ||
19 | 'aliases' => array(), | ||
20 | 'dev_requirement' => false, | ||
21 | ), | ||
22 | 'doctrine/collections' => array( | ||
23 | 'pretty_version' => '2.2.2', | ||
24 | 'version' => '2.2.2.0', | ||
25 | 'reference' => 'd8af7f248c74f195f7347424600fd9e17b57af59', | ||
26 | 'type' => 'library', | ||
27 | 'install_path' => __DIR__ . '/../doctrine/collections', | ||
28 | 'aliases' => array(), | ||
29 | 'dev_requirement' => false, | ||
30 | ), | ||
31 | 'doctrine/dbal' => array( | ||
32 | 'pretty_version' => '4.0.5', | ||
33 | 'version' => '4.0.5.0', | ||
34 | 'reference' => '389230389ed2d73a5fbf9a07d2bc0f8d0d56070e', | ||
35 | 'type' => 'library', | ||
36 | 'install_path' => __DIR__ . '/../doctrine/dbal', | ||
37 | 'aliases' => array(), | ||
38 | 'dev_requirement' => false, | ||
39 | ), | ||
40 | 'doctrine/deprecations' => array( | ||
41 | 'pretty_version' => '1.1.3', | ||
42 | 'version' => '1.1.3.0', | ||
43 | 'reference' => 'dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab', | ||
44 | 'type' => 'library', | ||
45 | 'install_path' => __DIR__ . '/../doctrine/deprecations', | ||
46 | 'aliases' => array(), | ||
47 | 'dev_requirement' => false, | ||
48 | ), | ||
49 | 'doctrine/event-manager' => array( | ||
50 | 'pretty_version' => '2.0.1', | ||
51 | 'version' => '2.0.1.0', | ||
52 | 'reference' => 'b680156fa328f1dfd874fd48c7026c41570b9c6e', | ||
53 | 'type' => 'library', | ||
54 | 'install_path' => __DIR__ . '/../doctrine/event-manager', | ||
55 | 'aliases' => array(), | ||
56 | 'dev_requirement' => false, | ||
57 | ), | ||
58 | 'doctrine/inflector' => array( | ||
59 | 'pretty_version' => '2.0.10', | ||
60 | 'version' => '2.0.10.0', | ||
61 | 'reference' => '5817d0659c5b50c9b950feb9af7b9668e2c436bc', | ||
62 | 'type' => 'library', | ||
63 | 'install_path' => __DIR__ . '/../doctrine/inflector', | ||
64 | 'aliases' => array(), | ||
65 | 'dev_requirement' => false, | ||
66 | ), | ||
67 | 'doctrine/instantiator' => array( | ||
68 | 'pretty_version' => '2.0.0', | ||
69 | 'version' => '2.0.0.0', | ||
70 | 'reference' => 'c6222283fa3f4ac679f8b9ced9a4e23f163e80d0', | ||
71 | 'type' => 'library', | ||
72 | 'install_path' => __DIR__ . '/../doctrine/instantiator', | ||
73 | 'aliases' => array(), | ||
74 | 'dev_requirement' => false, | ||
75 | ), | ||
76 | 'doctrine/lexer' => array( | ||
77 | 'pretty_version' => '3.0.1', | ||
78 | 'version' => '3.0.1.0', | ||
79 | 'reference' => '31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd', | ||
80 | 'type' => 'library', | ||
81 | 'install_path' => __DIR__ . '/../doctrine/lexer', | ||
82 | 'aliases' => array(), | ||
83 | 'dev_requirement' => false, | ||
84 | ), | ||
85 | 'doctrine/orm' => array( | ||
86 | 'pretty_version' => '3.2.1', | ||
87 | 'version' => '3.2.1.0', | ||
88 | 'reference' => '722cea6536775206e81744542b36fa7c9a4ea3e5', | ||
89 | 'type' => 'library', | ||
90 | 'install_path' => __DIR__ . '/../doctrine/orm', | ||
91 | 'aliases' => array(), | ||
92 | 'dev_requirement' => false, | ||
93 | ), | ||
94 | 'doctrine/persistence' => array( | ||
95 | 'pretty_version' => '3.3.3', | ||
96 | 'version' => '3.3.3.0', | ||
97 | 'reference' => 'b337726451f5d530df338fc7f68dee8781b49779', | ||
98 | 'type' => 'library', | ||
99 | 'install_path' => __DIR__ . '/../doctrine/persistence', | ||
100 | 'aliases' => array(), | ||
101 | 'dev_requirement' => false, | ||
102 | ), | ||
103 | 'psr/cache' => array( | ||
104 | 'pretty_version' => '3.0.0', | ||
105 | 'version' => '3.0.0.0', | ||
106 | 'reference' => 'aa5030cfa5405eccfdcb1083ce040c2cb8d253bf', | ||
107 | 'type' => 'library', | ||
108 | 'install_path' => __DIR__ . '/../psr/cache', | ||
109 | 'aliases' => array(), | ||
110 | 'dev_requirement' => false, | ||
111 | ), | ||
112 | 'psr/cache-implementation' => array( | ||
113 | 'dev_requirement' => false, | ||
114 | 'provided' => array( | ||
115 | 0 => '2.0|3.0', | ||
116 | ), | ||
117 | ), | ||
118 | 'psr/container' => array( | ||
119 | 'pretty_version' => '2.0.2', | ||
120 | 'version' => '2.0.2.0', | ||
121 | 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', | ||
122 | 'type' => 'library', | ||
123 | 'install_path' => __DIR__ . '/../psr/container', | ||
124 | 'aliases' => array(), | ||
125 | 'dev_requirement' => false, | ||
126 | ), | ||
127 | 'psr/log' => array( | ||
128 | 'pretty_version' => '3.0.0', | ||
129 | 'version' => '3.0.0.0', | ||
130 | 'reference' => 'fe5ea303b0887d5caefd3d431c3e61ad47037001', | ||
131 | 'type' => 'library', | ||
132 | 'install_path' => __DIR__ . '/../psr/log', | ||
133 | 'aliases' => array(), | ||
134 | 'dev_requirement' => false, | ||
135 | ), | ||
136 | 'psr/log-implementation' => array( | ||
137 | 'dev_requirement' => false, | ||
138 | 'provided' => array( | ||
139 | 0 => '1.0|2.0|3.0', | ||
140 | ), | ||
141 | ), | ||
142 | 'psr/simple-cache-implementation' => array( | ||
143 | 'dev_requirement' => false, | ||
144 | 'provided' => array( | ||
145 | 0 => '1.0|2.0|3.0', | ||
146 | ), | ||
147 | ), | ||
148 | 'symfony/cache' => array( | ||
149 | 'pretty_version' => 'v7.1.3', | ||
150 | 'version' => '7.1.3.0', | ||
151 | 'reference' => '8ac37acee794372f9732fe8a61a8221f6762148e', | ||
152 | 'type' => 'library', | ||
153 | 'install_path' => __DIR__ . '/../symfony/cache', | ||
154 | 'aliases' => array(), | ||
155 | 'dev_requirement' => false, | ||
156 | ), | ||
157 | 'symfony/cache-contracts' => array( | ||
158 | 'pretty_version' => 'v3.5.0', | ||
159 | 'version' => '3.5.0.0', | ||
160 | 'reference' => 'df6a1a44c890faded49a5fca33c2d5c5fd3c2197', | ||
161 | 'type' => 'library', | ||
162 | 'install_path' => __DIR__ . '/../symfony/cache-contracts', | ||
163 | 'aliases' => array(), | ||
164 | 'dev_requirement' => false, | ||
165 | ), | ||
166 | 'symfony/cache-implementation' => array( | ||
167 | 'dev_requirement' => false, | ||
168 | 'provided' => array( | ||
169 | 0 => '1.1|2.0|3.0', | ||
170 | ), | ||
171 | ), | ||
172 | 'symfony/console' => array( | ||
173 | 'pretty_version' => 'v7.1.3', | ||
174 | 'version' => '7.1.3.0', | ||
175 | 'reference' => 'cb1dcb30ebc7005c29864ee78adb47b5fb7c3cd9', | ||
176 | 'type' => 'library', | ||
177 | 'install_path' => __DIR__ . '/../symfony/console', | ||
178 | 'aliases' => array(), | ||
179 | 'dev_requirement' => false, | ||
180 | ), | ||
181 | 'symfony/deprecation-contracts' => array( | ||
182 | 'pretty_version' => 'v3.5.0', | ||
183 | 'version' => '3.5.0.0', | ||
184 | 'reference' => '0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1', | ||
185 | 'type' => 'library', | ||
186 | 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', | ||
187 | 'aliases' => array(), | ||
188 | 'dev_requirement' => false, | ||
189 | ), | ||
190 | 'symfony/polyfill-ctype' => array( | ||
191 | 'pretty_version' => 'v1.30.0', | ||
192 | 'version' => '1.30.0.0', | ||
193 | 'reference' => '0424dff1c58f028c451efff2045f5d92410bd540', | ||
194 | 'type' => 'library', | ||
195 | 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', | ||
196 | 'aliases' => array(), | ||
197 | 'dev_requirement' => false, | ||
198 | ), | ||
199 | 'symfony/polyfill-intl-grapheme' => array( | ||
200 | 'pretty_version' => 'v1.30.0', | ||
201 | 'version' => '1.30.0.0', | ||
202 | 'reference' => '64647a7c30b2283f5d49b874d84a18fc22054b7a', | ||
203 | 'type' => 'library', | ||
204 | 'install_path' => __DIR__ . '/../symfony/polyfill-intl-grapheme', | ||
205 | 'aliases' => array(), | ||
206 | 'dev_requirement' => false, | ||
207 | ), | ||
208 | 'symfony/polyfill-intl-normalizer' => array( | ||
209 | 'pretty_version' => 'v1.30.0', | ||
210 | 'version' => '1.30.0.0', | ||
211 | 'reference' => 'a95281b0be0d9ab48050ebd988b967875cdb9fdb', | ||
212 | 'type' => 'library', | ||
213 | 'install_path' => __DIR__ . '/../symfony/polyfill-intl-normalizer', | ||
214 | 'aliases' => array(), | ||
215 | 'dev_requirement' => false, | ||
216 | ), | ||
217 | 'symfony/polyfill-mbstring' => array( | ||
218 | 'pretty_version' => 'v1.30.0', | ||
219 | 'version' => '1.30.0.0', | ||
220 | 'reference' => 'fd22ab50000ef01661e2a31d850ebaa297f8e03c', | ||
221 | 'type' => 'library', | ||
222 | 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', | ||
223 | 'aliases' => array(), | ||
224 | 'dev_requirement' => false, | ||
225 | ), | ||
226 | 'symfony/service-contracts' => array( | ||
227 | 'pretty_version' => 'v3.5.0', | ||
228 | 'version' => '3.5.0.0', | ||
229 | 'reference' => 'bd1d9e59a81d8fa4acdcea3f617c581f7475a80f', | ||
230 | 'type' => 'library', | ||
231 | 'install_path' => __DIR__ . '/../symfony/service-contracts', | ||
232 | 'aliases' => array(), | ||
233 | 'dev_requirement' => false, | ||
234 | ), | ||
235 | 'symfony/string' => array( | ||
236 | 'pretty_version' => 'v7.1.3', | ||
237 | 'version' => '7.1.3.0', | ||
238 | 'reference' => 'ea272a882be7f20cad58d5d78c215001617b7f07', | ||
239 | 'type' => 'library', | ||
240 | 'install_path' => __DIR__ . '/../symfony/string', | ||
241 | 'aliases' => array(), | ||
242 | 'dev_requirement' => false, | ||
243 | ), | ||
244 | 'symfony/var-exporter' => array( | ||
245 | 'pretty_version' => 'v7.1.2', | ||
246 | 'version' => '7.1.2.0', | ||
247 | 'reference' => 'b80a669a2264609f07f1667f891dbfca25eba44c', | ||
248 | 'type' => 'library', | ||
249 | 'install_path' => __DIR__ . '/../symfony/var-exporter', | ||
250 | 'aliases' => array(), | ||
251 | 'dev_requirement' => false, | ||
252 | ), | ||
253 | ), | ||
254 | ); | ||