aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-22 08:30:07 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-22 08:30:07 +0100
commit93fd4692f6eb753cae16358131c8049d84cfbb41 (patch)
tree1ef2f66eb378cf419d1aa033a2c772539e60537d /composer.lock
parent0440249631164a378981d014bf71b617c082bf5a (diff)
downloadwallabag-93fd4692f6eb753cae16358131c8049d84cfbb41.tar.gz
wallabag-93fd4692f6eb753cae16358131c8049d84cfbb41.tar.zst
wallabag-93fd4692f6eb753cae16358131c8049d84cfbb41.zip
symfony is there
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock1775
1 files changed, 1018 insertions, 757 deletions
diff --git a/composer.lock b/composer.lock
index f2c17481..51e43826 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,82 +4,110 @@
4 "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", 4 "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically" 5 "This file is @generated automatically"
6 ], 6 ],
7 "hash": "6fa216371c9d7577a117526db6f07407", 7 "hash": "0d10cf7cb89589054d7b855026a7bdf5",
8 "packages": [ 8 "packages": [
9 { 9 {
10 "name": "ezyang/htmlpurifier", 10 "name": "doctrine/annotations",
11 "version": "dev-master", 11 "version": "v1.2.3",
12 "source": { 12 "source": {
13 "type": "git", 13 "type": "git",
14 "url": "https://github.com/ezyang/htmlpurifier.git", 14 "url": "https://github.com/doctrine/annotations.git",
15 "reference": "0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f" 15 "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4"
16 }, 16 },
17 "dist": { 17 "dist": {
18 "type": "zip", 18 "type": "zip",
19 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f", 19 "url": "https://api.github.com/repos/doctrine/annotations/zipball/eeda578cbe24a170331a1cfdf78be723412df7a4",
20 "reference": "0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f", 20 "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4",
21 "shasum": "" 21 "shasum": ""
22 }, 22 },
23 "require": { 23 "require": {
24 "php": ">=5.2" 24 "doctrine/lexer": "1.*",
25 "php": ">=5.3.2"
26 },
27 "require-dev": {
28 "doctrine/cache": "1.*",
29 "phpunit/phpunit": "4.*"
25 }, 30 },
26 "type": "library", 31 "type": "library",
32 "extra": {
33 "branch-alias": {
34 "dev-master": "1.3.x-dev"
35 }
36 },
27 "autoload": { 37 "autoload": {
28 "psr-0": { 38 "psr-0": {
29 "HTMLPurifier": "library/" 39 "Doctrine\\Common\\Annotations\\": "lib/"
30 }, 40 }
31 "files": [
32 "library/HTMLPurifier.composer.php"
33 ]
34 }, 41 },
35 "notification-url": "https://packagist.org/downloads/", 42 "notification-url": "https://packagist.org/downloads/",
36 "license": [ 43 "license": [
37 "LGPL" 44 "MIT"
38 ], 45 ],
39 "authors": [ 46 "authors": [
40 { 47 {
41 "name": "Edward Z. Yang", 48 "name": "Roman Borschel",
42 "email": "admin@htmlpurifier.org", 49 "email": "roman@code-factory.org"
43 "homepage": "http://ezyang.com" 50 },
51 {
52 "name": "Benjamin Eberlei",
53 "email": "kontakt@beberlei.de"
54 },
55 {
56 "name": "Guilherme Blanco",
57 "email": "guilhermeblanco@gmail.com"
58 },
59 {
60 "name": "Jonathan Wage",
61 "email": "jonwage@gmail.com"
62 },
63 {
64 "name": "Johannes Schmitt",
65 "email": "schmittjoh@gmail.com"
44 } 66 }
45 ], 67 ],
46 "description": "Standards compliant HTML filter written in PHP", 68 "description": "Docblock Annotations Parser",
47 "homepage": "http://htmlpurifier.org/", 69 "homepage": "http://www.doctrine-project.org",
48 "keywords": [ 70 "keywords": [
49 "html" 71 "annotations",
72 "docblock",
73 "parser"
50 ], 74 ],
51 "time": "2014-12-09 02:30:54" 75 "time": "2014-12-20 20:49:38"
52 }, 76 },
53 { 77 {
54 "name": "fabpot/goutte", 78 "name": "doctrine/cache",
55 "version": "dev-master", 79 "version": "v1.4.0",
56 "source": { 80 "source": {
57 "type": "git", 81 "type": "git",
58 "url": "https://github.com/FriendsOfPHP/Goutte.git", 82 "url": "https://github.com/doctrine/cache.git",
59 "reference": "65ab61eae03d670b93a9044ad2328eb81aa1bde5" 83 "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8"
60 }, 84 },
61 "dist": { 85 "dist": {
62 "type": "zip", 86 "type": "zip",
63 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/65ab61eae03d670b93a9044ad2328eb81aa1bde5", 87 "url": "https://api.github.com/repos/doctrine/cache/zipball/2346085d2b027b233ae1d5de59b07440b9f288c8",
64 "reference": "65ab61eae03d670b93a9044ad2328eb81aa1bde5", 88 "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8",
65 "shasum": "" 89 "shasum": ""
66 }, 90 },
67 "require": { 91 "require": {
68 "guzzlehttp/guzzle": ">=4,<6", 92 "php": ">=5.3.2"
69 "php": ">=5.4.0",
70 "symfony/browser-kit": "~2.1",
71 "symfony/css-selector": "~2.1",
72 "symfony/dom-crawler": "~2.1"
73 }, 93 },
74 "type": "application", 94 "conflict": {
95 "doctrine/common": ">2.2,<2.4"
96 },
97 "require-dev": {
98 "phpunit/phpunit": ">=3.7",
99 "predis/predis": "~0.8",
100 "satooshi/php-coveralls": "~0.6"
101 },
102 "type": "library",
75 "extra": { 103 "extra": {
76 "branch-alias": { 104 "branch-alias": {
77 "dev-master": "2.0-dev" 105 "dev-master": "1.4.x-dev"
78 } 106 }
79 }, 107 },
80 "autoload": { 108 "autoload": {
81 "psr-4": { 109 "psr-0": {
82 "Goutte\\": "Goutte" 110 "Doctrine\\Common\\Cache\\": "lib/"
83 } 111 }
84 }, 112 },
85 "notification-url": "https://packagist.org/downloads/", 113 "notification-url": "https://packagist.org/downloads/",
@@ -88,49 +116,60 @@
88 ], 116 ],
89 "authors": [ 117 "authors": [
90 { 118 {
91 "name": "Fabien Potencier", 119 "name": "Roman Borschel",
92 "email": "fabien@symfony.com" 120 "email": "roman@code-factory.org"
121 },
122 {
123 "name": "Benjamin Eberlei",
124 "email": "kontakt@beberlei.de"
125 },
126 {
127 "name": "Guilherme Blanco",
128 "email": "guilhermeblanco@gmail.com"
129 },
130 {
131 "name": "Jonathan Wage",
132 "email": "jonwage@gmail.com"
133 },
134 {
135 "name": "Johannes Schmitt",
136 "email": "schmittjoh@gmail.com"
93 } 137 }
94 ], 138 ],
95 "description": "A simple PHP Web Scraper", 139 "description": "Caching library offering an object-oriented API for many cache backends",
96 "homepage": "https://github.com/FriendsOfPHP/Goutte", 140 "homepage": "http://www.doctrine-project.org",
97 "keywords": [ 141 "keywords": [
98 "scraper" 142 "cache",
143 "caching"
99 ], 144 ],
100 "time": "2014-11-28 09:48:17" 145 "time": "2015-01-15 20:38:55"
101 }, 146 },
102 { 147 {
103 "name": "guzzlehttp/guzzle", 148 "name": "doctrine/collections",
104 "version": "5.1.0", 149 "version": "v1.2",
105 "source": { 150 "source": {
106 "type": "git", 151 "type": "git",
107 "url": "https://github.com/guzzle/guzzle.git", 152 "url": "https://github.com/doctrine/collections.git",
108 "reference": "f1085bb4e023766a66b7b051914ec73bdf7202b5" 153 "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2"
109 }, 154 },
110 "dist": { 155 "dist": {
111 "type": "zip", 156 "type": "zip",
112 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f1085bb4e023766a66b7b051914ec73bdf7202b5", 157 "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2",
113 "reference": "f1085bb4e023766a66b7b051914ec73bdf7202b5", 158 "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2",
114 "shasum": "" 159 "shasum": ""
115 }, 160 },
116 "require": { 161 "require": {
117 "guzzlehttp/ringphp": "~1.0", 162 "php": ">=5.3.2"
118 "php": ">=5.4.0"
119 },
120 "require-dev": {
121 "ext-curl": "*",
122 "phpunit/phpunit": "~4.0",
123 "psr/log": "~1.0"
124 }, 163 },
125 "type": "library", 164 "type": "library",
126 "extra": { 165 "extra": {
127 "branch-alias": { 166 "branch-alias": {
128 "dev-master": "5.0-dev" 167 "dev-master": "1.2.x-dev"
129 } 168 }
130 }, 169 },
131 "autoload": { 170 "autoload": {
132 "psr-4": { 171 "psr-0": {
133 "GuzzleHttp\\": "src/" 172 "Doctrine\\Common\\Collections\\": "lib/"
134 } 173 }
135 }, 174 },
136 "notification-url": "https://packagist.org/downloads/", 175 "notification-url": "https://packagist.org/downloads/",
@@ -139,59 +178,74 @@
139 ], 178 ],
140 "authors": [ 179 "authors": [
141 { 180 {
142 "name": "Michael Dowling", 181 "name": "Jonathan Wage",
143 "email": "mtdowling@gmail.com", 182 "email": "jonwage@gmail.com",
144 "homepage": "https://github.com/mtdowling" 183 "homepage": "http://www.jwage.com/",
184 "role": "Creator"
185 },
186 {
187 "name": "Guilherme Blanco",
188 "email": "guilhermeblanco@gmail.com",
189 "homepage": "http://www.instaclick.com"
190 },
191 {
192 "name": "Roman Borschel",
193 "email": "roman@code-factory.org"
194 },
195 {
196 "name": "Benjamin Eberlei",
197 "email": "kontakt@beberlei.de"
198 },
199 {
200 "name": "Johannes Schmitt",
201 "email": "schmittjoh@gmail.com",
202 "homepage": "https://github.com/schmittjoh",
203 "role": "Developer of wrapped JMSSerializerBundle"
145 } 204 }
146 ], 205 ],
147 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", 206 "description": "Collections Abstraction library",
148 "homepage": "http://guzzlephp.org/", 207 "homepage": "http://www.doctrine-project.org",
149 "keywords": [ 208 "keywords": [
150 "client", 209 "array",
151 "curl", 210 "collections",
152 "framework", 211 "iterator"
153 "http", 212 ],
154 "http client", 213 "time": "2014-02-03 23:07:43"
155 "rest",
156 "web service"
157 ],
158 "time": "2014-12-19 20:27:15"
159 }, 214 },
160 { 215 {
161 "name": "guzzlehttp/ringphp", 216 "name": "doctrine/common",
162 "version": "1.0.5", 217 "version": "v2.4.2",
163 "source": { 218 "source": {
164 "type": "git", 219 "type": "git",
165 "url": "https://github.com/guzzle/RingPHP.git", 220 "url": "https://github.com/doctrine/common.git",
166 "reference": "a903f51b692427318bc813217c0e6505287e79a4" 221 "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b"
167 }, 222 },
168 "dist": { 223 "dist": {
169 "type": "zip", 224 "type": "zip",
170 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/a903f51b692427318bc813217c0e6505287e79a4", 225 "url": "https://api.github.com/repos/doctrine/common/zipball/5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
171 "reference": "a903f51b692427318bc813217c0e6505287e79a4", 226 "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
172 "shasum": "" 227 "shasum": ""
173 }, 228 },
174 "require": { 229 "require": {
175 "guzzlehttp/streams": "~3.0", 230 "doctrine/annotations": "1.*",
176 "php": ">=5.4.0", 231 "doctrine/cache": "1.*",
177 "react/promise": "~2.0" 232 "doctrine/collections": "1.*",
233 "doctrine/inflector": "1.*",
234 "doctrine/lexer": "1.*",
235 "php": ">=5.3.2"
178 }, 236 },
179 "require-dev": { 237 "require-dev": {
180 "ext-curl": "*", 238 "phpunit/phpunit": "~3.7"
181 "phpunit/phpunit": "~4.0"
182 },
183 "suggest": {
184 "ext-curl": "Guzzle will use specific adapters if cURL is present"
185 }, 239 },
186 "type": "library", 240 "type": "library",
187 "extra": { 241 "extra": {
188 "branch-alias": { 242 "branch-alias": {
189 "dev-master": "1.0-dev" 243 "dev-master": "2.4.x-dev"
190 } 244 }
191 }, 245 },
192 "autoload": { 246 "autoload": {
193 "psr-4": { 247 "psr-0": {
194 "GuzzleHttp\\Ring\\": "src/" 248 "Doctrine\\Common\\": "lib/"
195 } 249 }
196 }, 250 },
197 "notification-url": "https://packagist.org/downloads/", 251 "notification-url": "https://packagist.org/downloads/",
@@ -200,42 +254,79 @@
200 ], 254 ],
201 "authors": [ 255 "authors": [
202 { 256 {
203 "name": "Michael Dowling", 257 "name": "Jonathan Wage",
204 "email": "mtdowling@gmail.com", 258 "email": "jonwage@gmail.com",
205 "homepage": "https://github.com/mtdowling" 259 "homepage": "http://www.jwage.com/",
260 "role": "Creator"
261 },
262 {
263 "name": "Guilherme Blanco",
264 "email": "guilhermeblanco@gmail.com",
265 "homepage": "http://www.instaclick.com"
266 },
267 {
268 "name": "Roman Borschel",
269 "email": "roman@code-factory.org"
270 },
271 {
272 "name": "Benjamin Eberlei",
273 "email": "kontakt@beberlei.de"
274 },
275 {
276 "name": "Johannes Schmitt",
277 "email": "schmittjoh@gmail.com",
278 "homepage": "https://github.com/schmittjoh",
279 "role": "Developer of wrapped JMSSerializerBundle"
206 } 280 }
207 ], 281 ],
208 "time": "2014-12-11 05:50:32" 282 "description": "Common Library for Doctrine projects",
283 "homepage": "http://www.doctrine-project.org",
284 "keywords": [
285 "annotations",
286 "collections",
287 "eventmanager",
288 "persistence",
289 "spl"
290 ],
291 "time": "2014-05-21 19:28:51"
209 }, 292 },
210 { 293 {
211 "name": "guzzlehttp/streams", 294 "name": "doctrine/dbal",
212 "version": "3.0.0", 295 "version": "v2.5.1",
213 "source": { 296 "source": {
214 "type": "git", 297 "type": "git",
215 "url": "https://github.com/guzzle/streams.git", 298 "url": "https://github.com/doctrine/dbal.git",
216 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5" 299 "reference": "628c2256b646ae2417d44e063bce8aec5199d48d"
217 }, 300 },
218 "dist": { 301 "dist": {
219 "type": "zip", 302 "type": "zip",
220 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", 303 "url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d",
221 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", 304 "reference": "628c2256b646ae2417d44e063bce8aec5199d48d",
222 "shasum": "" 305 "shasum": ""
223 }, 306 },
224 "require": { 307 "require": {
225 "php": ">=5.4.0" 308 "doctrine/common": ">=2.4,<2.6-dev",
309 "php": ">=5.3.2"
226 }, 310 },
227 "require-dev": { 311 "require-dev": {
228 "phpunit/phpunit": "~4.0" 312 "phpunit/phpunit": "4.*",
313 "symfony/console": "2.*"
314 },
315 "suggest": {
316 "symfony/console": "For helpful console commands such as SQL execution and import of files."
229 }, 317 },
318 "bin": [
319 "bin/doctrine-dbal"
320 ],
230 "type": "library", 321 "type": "library",
231 "extra": { 322 "extra": {
232 "branch-alias": { 323 "branch-alias": {
233 "dev-master": "3.0-dev" 324 "dev-master": "2.5.x-dev"
234 } 325 }
235 }, 326 },
236 "autoload": { 327 "autoload": {
237 "psr-4": { 328 "psr-0": {
238 "GuzzleHttp\\Stream\\": "src/" 329 "Doctrine\\DBAL\\": "lib/"
239 } 330 }
240 }, 331 },
241 "notification-url": "https://packagist.org/downloads/", 332 "notification-url": "https://packagist.org/downloads/",
@@ -244,135 +335,156 @@
244 ], 335 ],
245 "authors": [ 336 "authors": [
246 { 337 {
247 "name": "Michael Dowling", 338 "name": "Roman Borschel",
248 "email": "mtdowling@gmail.com", 339 "email": "roman@code-factory.org"
249 "homepage": "https://github.com/mtdowling" 340 },
341 {
342 "name": "Benjamin Eberlei",
343 "email": "kontakt@beberlei.de"
344 },
345 {
346 "name": "Guilherme Blanco",
347 "email": "guilhermeblanco@gmail.com"
348 },
349 {
350 "name": "Jonathan Wage",
351 "email": "jonwage@gmail.com"
250 } 352 }
251 ], 353 ],
252 "description": "Provides a simple abstraction over streams of data", 354 "description": "Database Abstraction Layer",
253 "homepage": "http://guzzlephp.org/", 355 "homepage": "http://www.doctrine-project.org",
254 "keywords": [ 356 "keywords": [
255 "Guzzle", 357 "database",
256 "stream" 358 "dbal",
359 "persistence",
360 "queryobject"
257 ], 361 ],
258 "time": "2014-10-12 19:18:40" 362 "time": "2015-01-12 21:52:47"
259 }, 363 },
260 { 364 {
261 "name": "htmlawed/htmlawed", 365 "name": "doctrine/doctrine-bundle",
262 "version": "dev-master", 366 "version": "v1.3.0",
263 "source": { 367 "source": {
264 "type": "git", 368 "type": "git",
265 "url": "https://github.com/kesar/HTMLawed.git", 369 "url": "https://github.com/doctrine/DoctrineBundle.git",
266 "reference": "9d292af5f4c288aa68f38b87f5d88c8214f5f233" 370 "reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b"
267 }, 371 },
268 "dist": { 372 "dist": {
269 "type": "zip", 373 "type": "zip",
270 "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/9d292af5f4c288aa68f38b87f5d88c8214f5f233", 374 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/3beb3a780485ab01f86941f4892cd23ef8c39c6b",
271 "reference": "9d292af5f4c288aa68f38b87f5d88c8214f5f233", 375 "reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b",
272 "shasum": "" 376 "shasum": ""
273 }, 377 },
274 "require": { 378 "require": {
275 "php": ">4.4.0" 379 "doctrine/dbal": "~2.3",
276 }, 380 "doctrine/doctrine-cache-bundle": "~1.0",
277 "type": "library", 381 "jdorn/sql-formatter": "~1.1",
278 "autoload": { 382 "php": ">=5.3.2",
279 "files": [ 383 "symfony/doctrine-bridge": "~2.2",
280 "htmLawed.php" 384 "symfony/framework-bundle": "~2.2"
281 ]
282 }, 385 },
283 "notification-url": "https://packagist.org/downloads/", 386 "require-dev": {
284 "license": [ 387 "doctrine/orm": "~2.3",
285 "GPL-2.0+", 388 "phpunit/php-code-coverage": "~1.2",
286 "LGPL-3.0" 389 "phpunit/phpunit": "~3.7",
287 ], 390 "phpunit/phpunit-mock-objects": "~1.2",
288 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies", 391 "satooshi/php-coveralls": "~0.6.1",
289 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/", 392 "symfony/validator": "~2.2",
290 "keywords": [ 393 "symfony/yaml": "~2.2",
291 "HTMLtidy", 394 "twig/twig": "~1"
292 "html",
293 "sanitize",
294 "strip",
295 "tags"
296 ],
297 "time": "2014-01-05 13:06:52"
298 },
299 {
300 "name": "mgargano/simplehtmldom",
301 "version": "dev-master",
302 "source": {
303 "type": "git",
304 "url": "https://github.com/matstars/simplehtmldom.git",
305 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
306 }, 395 },
307 "dist": { 396 "suggest": {
308 "type": "zip", 397 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
309 "url": "https://api.github.com/repos/matstars/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be", 398 "symfony/web-profiler-bundle": "to use the data collector"
310 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
311 "shasum": ""
312 }, 399 },
313 "require": { 400 "type": "symfony-bundle",
314 "php": ">=5.3.0" 401 "extra": {
402 "branch-alias": {
403 "dev-master": "1.3.x-dev"
404 }
315 }, 405 },
316 "type": "library",
317 "autoload": { 406 "autoload": {
318 "psr-0": { 407 "psr-4": {
319 "SimpleHtmlDom": "src/" 408 "Doctrine\\Bundle\\DoctrineBundle\\": ""
320 }, 409 }
321 "files": [
322 "src/simple_html_dom.php"
323 ]
324 }, 410 },
325 "notification-url": "https://packagist.org/downloads/", 411 "notification-url": "https://packagist.org/downloads/",
326 "license": [ 412 "license": [
327 "The MIT License" 413 "MIT"
328 ], 414 ],
329 "authors": [ 415 "authors": [
330 { 416 {
331 "name": "S.C. Chen", 417 "name": "Symfony Community",
332 "email": "me578022@gmail.com", 418 "homepage": "http://symfony.com/contributors"
333 "homepage": "http://simplehtmldom.sourceforge.net/", 419 },
334 "role": "Lead Developer" 420 {
421 "name": "Benjamin Eberlei",
422 "email": "kontakt@beberlei.de"
423 },
424 {
425 "name": "Doctrine Project",
426 "homepage": "http://www.doctrine-project.org/"
427 },
428 {
429 "name": "Fabien Potencier",
430 "email": "fabien@symfony.com"
335 } 431 }
336 ], 432 ],
337 "description": "Composer package that gives you access to and (unlike all the others at this time) autoloads S.C. Chen's PHP Simple HTML DOM Parser Library", 433 "description": "Symfony DoctrineBundle",
338 "homepage": "http://simplehtmldom.sourceforge.net/", 434 "homepage": "http://www.doctrine-project.org",
339 "keywords": [ 435 "keywords": [
340 "Simple", 436 "database",
341 "dom", 437 "dbal",
342 "html" 438 "orm",
439 "persistence"
343 ], 440 ],
344 "time": "2014-01-05 18:17:34" 441 "time": "2014-11-28 08:32:03"
345 }, 442 },
346 { 443 {
347 "name": "react/promise", 444 "name": "doctrine/doctrine-cache-bundle",
348 "version": "v2.2.0", 445 "version": "v1.0.1",
446 "target-dir": "Doctrine/Bundle/DoctrineCacheBundle",
349 "source": { 447 "source": {
350 "type": "git", 448 "type": "git",
351 "url": "https://github.com/reactphp/promise.git", 449 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
352 "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef" 450 "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d"
353 }, 451 },
354 "dist": { 452 "dist": {
355 "type": "zip", 453 "type": "zip",
356 "url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef", 454 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
357 "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef", 455 "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
358 "shasum": "" 456 "shasum": ""
359 }, 457 },
360 "require": { 458 "require": {
361 "php": ">=5.4.0" 459 "doctrine/cache": "~1.3",
460 "doctrine/inflector": "~1.0",
461 "php": ">=5.3.2",
462 "symfony/doctrine-bridge": "~2.2",
463 "symfony/framework-bundle": "~2.2",
464 "symfony/security": "~2.2"
362 }, 465 },
363 "type": "library", 466 "require-dev": {
467 "instaclick/coding-standard": "~1.1",
468 "instaclick/object-calisthenics-sniffs": "dev-master",
469 "instaclick/symfony2-coding-standard": "dev-remaster",
470 "phpunit/phpunit": "~3.7",
471 "satooshi/php-coveralls": "~0.6.1",
472 "squizlabs/php_codesniffer": "dev-master",
473 "symfony/console": "~2.2",
474 "symfony/finder": "~2.2",
475 "symfony/validator": "~2.2",
476 "symfony/yaml": "~2.2"
477 },
478 "type": "symfony-bundle",
364 "extra": { 479 "extra": {
365 "branch-alias": { 480 "branch-alias": {
366 "dev-master": "2.0-dev" 481 "dev-master": "1.0.x-dev"
367 } 482 }
368 }, 483 },
369 "autoload": { 484 "autoload": {
370 "psr-4": { 485 "psr-0": {
371 "React\\Promise\\": "src/" 486 "Doctrine\\Bundle\\DoctrineCacheBundle": ""
372 }, 487 }
373 "files": [
374 "src/functions_include.php"
375 ]
376 }, 488 },
377 "notification-url": "https://packagist.org/downloads/", 489 "notification-url": "https://packagist.org/downloads/",
378 "license": [ 490 "license": [
@@ -380,45 +492,67 @@
380 ], 492 ],
381 "authors": [ 493 "authors": [
382 { 494 {
383 "name": "Jan Sorgalla", 495 "name": "Symfony Community",
384 "email": "jsorgalla@googlemail.com" 496 "homepage": "http://symfony.com/contributors"
497 },
498 {
499 "name": "Benjamin Eberlei",
500 "email": "kontakt@beberlei.de"
501 },
502 {
503 "name": "Fabio B. Silva",
504 "email": "fabio.bat.silva@gmail.com"
505 },
506 {
507 "name": "Guilherme Blanco",
508 "email": "guilhermeblanco@hotmail.com"
509 },
510 {
511 "name": "Doctrine Project",
512 "homepage": "http://www.doctrine-project.org/"
513 },
514 {
515 "name": "Fabien Potencier",
516 "email": "fabien@symfony.com"
385 } 517 }
386 ], 518 ],
387 "description": "A lightweight implementation of CommonJS Promises/A for PHP", 519 "description": "Symfony2 Bundle for Doctrine Cache",
388 "time": "2014-12-30 13:32:42" 520 "homepage": "http://www.doctrine-project.org",
521 "keywords": [
522 "cache",
523 "caching"
524 ],
525 "time": "2014-11-28 09:43:36"
389 }, 526 },
390 { 527 {
391 "name": "robmorgan/phinx", 528 "name": "doctrine/inflector",
392 "version": "v0.4.1", 529 "version": "v1.0.1",
393 "source": { 530 "source": {
394 "type": "git", 531 "type": "git",
395 "url": "https://github.com/robmorgan/phinx.git", 532 "url": "https://github.com/doctrine/inflector.git",
396 "reference": "357210707c000f50edea802d84b74724ad122478" 533 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
397 }, 534 },
398 "dist": { 535 "dist": {
399 "type": "zip", 536 "type": "zip",
400 "url": "https://api.github.com/repos/robmorgan/phinx/zipball/357210707c000f50edea802d84b74724ad122478", 537 "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
401 "reference": "357210707c000f50edea802d84b74724ad122478", 538 "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
402 "shasum": "" 539 "shasum": ""
403 }, 540 },
404 "require": { 541 "require": {
405 "php": ">=5.3.2", 542 "php": ">=5.3.2"
406 "symfony/class-loader": "~2.6.0",
407 "symfony/config": "~2.6.0",
408 "symfony/console": "~2.6.0",
409 "symfony/yaml": "~2.6.0"
410 }, 543 },
411 "require-dev": { 544 "require-dev": {
412 "phpunit/phpunit": "3.7.*", 545 "phpunit/phpunit": "4.*"
413 "squizlabs/php_codesniffer": "dev-phpcs-fixer"
414 }, 546 },
415 "bin": [
416 "bin/phinx"
417 ],
418 "type": "library", 547 "type": "library",
548 "extra": {
549 "branch-alias": {
550 "dev-master": "1.0.x-dev"
551 }
552 },
419 "autoload": { 553 "autoload": {
420 "psr-0": { 554 "psr-0": {
421 "Phinx": "src/" 555 "Doctrine\\Common\\Inflector\\": "lib/"
422 } 556 }
423 }, 557 },
424 "notification-url": "https://packagist.org/downloads/", 558 "notification-url": "https://packagist.org/downloads/",
@@ -427,112 +561,131 @@
427 ], 561 ],
428 "authors": [ 562 "authors": [
429 { 563 {
430 "name": "Rob Morgan", 564 "name": "Roman Borschel",
431 "email": "robbym@gmail.com", 565 "email": "roman@code-factory.org"
432 "homepage": "http://robmorgan.id.au", 566 },
433 "role": "Lead Developer" 567 {
568 "name": "Benjamin Eberlei",
569 "email": "kontakt@beberlei.de"
570 },
571 {
572 "name": "Guilherme Blanco",
573 "email": "guilhermeblanco@gmail.com"
574 },
575 {
576 "name": "Jonathan Wage",
577 "email": "jonwage@gmail.com"
578 },
579 {
580 "name": "Johannes Schmitt",
581 "email": "schmittjoh@gmail.com"
434 } 582 }
435 ], 583 ],
436 "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.", 584 "description": "Common String Manipulations with regard to casing and singular/plural rules.",
437 "homepage": "https://phinx.org", 585 "homepage": "http://www.doctrine-project.org",
438 "keywords": [ 586 "keywords": [
439 "database", 587 "inflection",
440 "database migrations", 588 "pluralize",
441 "db", 589 "singularize",
442 "migrations", 590 "string"
443 "phinx"
444 ], 591 ],
445 "time": "2014-12-23 06:06:14" 592 "time": "2014-12-20 21:24:13"
446 }, 593 },
447 { 594 {
448 "name": "simplepie/simplepie", 595 "name": "doctrine/lexer",
449 "version": "dev-master", 596 "version": "v1.0.1",
450 "source": { 597 "source": {
451 "type": "git", 598 "type": "git",
452 "url": "https://github.com/simplepie/simplepie.git", 599 "url": "https://github.com/doctrine/lexer.git",
453 "reference": "9a9faaa0d563426cf6d897c169373c5b62f1b252" 600 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
454 }, 601 },
455 "dist": { 602 "dist": {
456 "type": "zip", 603 "type": "zip",
457 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/9a9faaa0d563426cf6d897c169373c5b62f1b252", 604 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
458 "reference": "9a9faaa0d563426cf6d897c169373c5b62f1b252", 605 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
459 "shasum": "" 606 "shasum": ""
460 }, 607 },
461 "require": { 608 "require": {
462 "php": ">=5.2.0" 609 "php": ">=5.3.2"
463 }, 610 },
464 "type": "library", 611 "type": "library",
612 "extra": {
613 "branch-alias": {
614 "dev-master": "1.0.x-dev"
615 }
616 },
465 "autoload": { 617 "autoload": {
466 "psr-0": { 618 "psr-0": {
467 "SimplePie": "library" 619 "Doctrine\\Common\\Lexer\\": "lib/"
468 } 620 }
469 }, 621 },
470 "notification-url": "https://packagist.org/downloads/", 622 "notification-url": "https://packagist.org/downloads/",
471 "license": [ 623 "license": [
472 "BSD-3-Clause" 624 "MIT"
473 ], 625 ],
474 "authors": [ 626 "authors": [
475 { 627 {
476 "name": "Ryan Parman", 628 "name": "Roman Borschel",
477 "homepage": "http://ryanparman.com/", 629 "email": "roman@code-factory.org"
478 "role": "Creator, alumnus developer"
479 }, 630 },
480 { 631 {
481 "name": "Geoffrey Sneddon", 632 "name": "Guilherme Blanco",
482 "homepage": "http://gsnedders.com/", 633 "email": "guilhermeblanco@gmail.com"
483 "role": "Alumnus developer"
484 }, 634 },
485 { 635 {
486 "name": "Ryan McCue", 636 "name": "Johannes Schmitt",
487 "email": "me@ryanmccue.info", 637 "email": "schmittjoh@gmail.com"
488 "homepage": "http://ryanmccue.info/",
489 "role": "Developer"
490 } 638 }
491 ], 639 ],
492 "description": "A simple Atom/RSS parsing library for PHP", 640 "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
493 "homepage": "http://simplepie.org/", 641 "homepage": "http://www.doctrine-project.org",
494 "keywords": [ 642 "keywords": [
495 "atom", 643 "lexer",
496 "feeds", 644 "parser"
497 "rss"
498 ], 645 ],
499 "time": "2014-04-28 12:50:39" 646 "time": "2014-09-09 13:34:57"
500 }, 647 },
501 { 648 {
502 "name": "symfony/browser-kit", 649 "name": "doctrine/orm",
503 "version": "v2.6.3", 650 "version": "v2.4.7",
504 "target-dir": "Symfony/Component/BrowserKit",
505 "source": { 651 "source": {
506 "type": "git", 652 "type": "git",
507 "url": "https://github.com/symfony/BrowserKit.git", 653 "url": "https://github.com/doctrine/doctrine2.git",
508 "reference": "2ecec44ed5047020c65dd6e4a4b2f3cf13ae3c04" 654 "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68"
509 }, 655 },
510 "dist": { 656 "dist": {
511 "type": "zip", 657 "type": "zip",
512 "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/2ecec44ed5047020c65dd6e4a4b2f3cf13ae3c04", 658 "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
513 "reference": "2ecec44ed5047020c65dd6e4a4b2f3cf13ae3c04", 659 "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
514 "shasum": "" 660 "shasum": ""
515 }, 661 },
516 "require": { 662 "require": {
517 "php": ">=5.3.3", 663 "doctrine/collections": "~1.1",
518 "symfony/dom-crawler": "~2.0,>=2.0.5" 664 "doctrine/dbal": "~2.4",
665 "ext-pdo": "*",
666 "php": ">=5.3.2",
667 "symfony/console": "~2.0"
519 }, 668 },
520 "require-dev": { 669 "require-dev": {
521 "symfony/css-selector": "~2.0,>=2.0.5", 670 "satooshi/php-coveralls": "dev-master",
522 "symfony/process": "~2.0,>=2.0.5" 671 "symfony/yaml": "~2.1"
523 }, 672 },
524 "suggest": { 673 "suggest": {
525 "symfony/process": "" 674 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
526 }, 675 },
676 "bin": [
677 "bin/doctrine",
678 "bin/doctrine.php"
679 ],
527 "type": "library", 680 "type": "library",
528 "extra": { 681 "extra": {
529 "branch-alias": { 682 "branch-alias": {
530 "dev-master": "2.6-dev" 683 "dev-master": "2.4.x-dev"
531 } 684 }
532 }, 685 },
533 "autoload": { 686 "autoload": {
534 "psr-0": { 687 "psr-0": {
535 "Symfony\\Component\\BrowserKit\\": "" 688 "Doctrine\\ORM\\": "lib/"
536 } 689 }
537 }, 690 },
538 "notification-url": "https://packagist.org/downloads/", 691 "notification-url": "https://packagist.org/downloads/",
@@ -541,153 +694,146 @@
541 ], 694 ],
542 "authors": [ 695 "authors": [
543 { 696 {
544 "name": "Symfony Community", 697 "name": "Roman Borschel",
545 "homepage": "http://symfony.com/contributors" 698 "email": "roman@code-factory.org"
546 }, 699 },
547 { 700 {
548 "name": "Fabien Potencier", 701 "name": "Benjamin Eberlei",
549 "email": "fabien@symfony.com" 702 "email": "kontakt@beberlei.de"
703 },
704 {
705 "name": "Guilherme Blanco",
706 "email": "guilhermeblanco@gmail.com"
707 },
708 {
709 "name": "Jonathan Wage",
710 "email": "jonwage@gmail.com"
550 } 711 }
551 ], 712 ],
552 "description": "Symfony BrowserKit Component", 713 "description": "Object-Relational-Mapper for PHP",
553 "homepage": "http://symfony.com", 714 "homepage": "http://www.doctrine-project.org",
554 "time": "2015-01-03 08:01:59" 715 "keywords": [
716 "database",
717 "orm"
718 ],
719 "time": "2014-12-16 13:45:01"
555 }, 720 },
556 { 721 {
557 "name": "symfony/class-loader", 722 "name": "ezyang/htmlpurifier",
558 "version": "v2.6.3", 723 "version": "dev-master",
559 "target-dir": "Symfony/Component/ClassLoader",
560 "source": { 724 "source": {
561 "type": "git", 725 "type": "git",
562 "url": "https://github.com/symfony/ClassLoader.git", 726 "url": "https://github.com/ezyang/htmlpurifier.git",
563 "reference": "deac802f76910708ab50d039806cfd1866895b52" 727 "reference": "0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f"
564 }, 728 },
565 "dist": { 729 "dist": {
566 "type": "zip", 730 "type": "zip",
567 "url": "https://api.github.com/repos/symfony/ClassLoader/zipball/deac802f76910708ab50d039806cfd1866895b52", 731 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f",
568 "reference": "deac802f76910708ab50d039806cfd1866895b52", 732 "reference": "0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f",
569 "shasum": "" 733 "shasum": ""
570 }, 734 },
571 "require": { 735 "require": {
572 "php": ">=5.3.3" 736 "php": ">=5.2"
573 },
574 "require-dev": {
575 "symfony/finder": "~2.0,>=2.0.5"
576 }, 737 },
577 "type": "library", 738 "type": "library",
578 "extra": {
579 "branch-alias": {
580 "dev-master": "2.6-dev"
581 }
582 },
583 "autoload": { 739 "autoload": {
584 "psr-0": { 740 "psr-0": {
585 "Symfony\\Component\\ClassLoader\\": "" 741 "HTMLPurifier": "library/"
586 } 742 },
743 "files": [
744 "library/HTMLPurifier.composer.php"
745 ]
587 }, 746 },
588 "notification-url": "https://packagist.org/downloads/", 747 "notification-url": "https://packagist.org/downloads/",
589 "license": [ 748 "license": [
590 "MIT" 749 "LGPL"
591 ], 750 ],
592 "authors": [ 751 "authors": [
593 { 752 {
594 "name": "Symfony Community", 753 "name": "Edward Z. Yang",
595 "homepage": "http://symfony.com/contributors" 754 "email": "admin@htmlpurifier.org",
596 }, 755 "homepage": "http://ezyang.com"
597 {
598 "name": "Fabien Potencier",
599 "email": "fabien@symfony.com"
600 } 756 }
601 ], 757 ],
602 "description": "Symfony ClassLoader Component", 758 "description": "Standards compliant HTML filter written in PHP",
603 "homepage": "http://symfony.com", 759 "homepage": "http://htmlpurifier.org/",
604 "time": "2015-01-05 14:28:40" 760 "keywords": [
761 "html"
762 ],
763 "time": "2014-12-09 02:30:54"
605 }, 764 },
606 { 765 {
607 "name": "symfony/config", 766 "name": "htmlawed/htmlawed",
608 "version": "v2.6.3", 767 "version": "dev-master",
609 "target-dir": "Symfony/Component/Config",
610 "source": { 768 "source": {
611 "type": "git", 769 "type": "git",
612 "url": "https://github.com/symfony/Config.git", 770 "url": "https://github.com/kesar/HTMLawed.git",
613 "reference": "d94f222eff99a22ce313555b78642b4873418d56" 771 "reference": "9d292af5f4c288aa68f38b87f5d88c8214f5f233"
614 }, 772 },
615 "dist": { 773 "dist": {
616 "type": "zip", 774 "type": "zip",
617 "url": "https://api.github.com/repos/symfony/Config/zipball/d94f222eff99a22ce313555b78642b4873418d56", 775 "url": "https://api.github.com/repos/kesar/HTMLawed/zipball/9d292af5f4c288aa68f38b87f5d88c8214f5f233",
618 "reference": "d94f222eff99a22ce313555b78642b4873418d56", 776 "reference": "9d292af5f4c288aa68f38b87f5d88c8214f5f233",
619 "shasum": "" 777 "shasum": ""
620 }, 778 },
621 "require": { 779 "require": {
622 "php": ">=5.3.3", 780 "php": ">4.4.0"
623 "symfony/filesystem": "~2.3"
624 }, 781 },
625 "type": "library", 782 "type": "library",
626 "extra": {
627 "branch-alias": {
628 "dev-master": "2.6-dev"
629 }
630 },
631 "autoload": { 783 "autoload": {
632 "psr-0": { 784 "files": [
633 "Symfony\\Component\\Config\\": "" 785 "htmLawed.php"
634 } 786 ]
635 }, 787 },
636 "notification-url": "https://packagist.org/downloads/", 788 "notification-url": "https://packagist.org/downloads/",
637 "license": [ 789 "license": [
638 "MIT" 790 "GPL-2.0+",
791 "LGPL-3.0"
639 ], 792 ],
640 "authors": [ 793 "description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
641 { 794 "homepage": "http://www.bioinformatics.org/phplabware/internal_utilities/htmLawed/",
642 "name": "Symfony Community", 795 "keywords": [
643 "homepage": "http://symfony.com/contributors" 796 "HTMLtidy",
644 }, 797 "html",
645 { 798 "sanitize",
646 "name": "Fabien Potencier", 799 "strip",
647 "email": "fabien@symfony.com" 800 "tags"
648 }
649 ], 801 ],
650 "description": "Symfony Config Component", 802 "time": "2014-01-05 13:06:52"
651 "homepage": "http://symfony.com",
652 "time": "2015-01-03 08:01:59"
653 }, 803 },
654 { 804 {
655 "name": "symfony/console", 805 "name": "incenteev/composer-parameter-handler",
656 "version": "v2.6.3", 806 "version": "v2.1.0",
657 "target-dir": "Symfony/Component/Console", 807 "target-dir": "Incenteev/ParameterHandler",
658 "source": { 808 "source": {
659 "type": "git", 809 "type": "git",
660 "url": "https://github.com/symfony/Console.git", 810 "url": "https://github.com/Incenteev/ParameterHandler.git",
661 "reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476" 811 "reference": "143272a0a09c62616a3c8011fc165a10c6b35241"
662 }, 812 },
663 "dist": { 813 "dist": {
664 "type": "zip", 814 "type": "zip",
665 "url": "https://api.github.com/repos/symfony/Console/zipball/6ac6491ff60c0e5a941db3ccdc75a07adbb61476", 815 "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/143272a0a09c62616a3c8011fc165a10c6b35241",
666 "reference": "6ac6491ff60c0e5a941db3ccdc75a07adbb61476", 816 "reference": "143272a0a09c62616a3c8011fc165a10c6b35241",
667 "shasum": "" 817 "shasum": ""
668 }, 818 },
669 "require": { 819 "require": {
670 "php": ">=5.3.3" 820 "php": ">=5.3.3",
821 "symfony/yaml": "~2.0"
671 }, 822 },
672 "require-dev": { 823 "require-dev": {
673 "psr/log": "~1.0", 824 "composer/composer": "1.0.*@dev",
674 "symfony/event-dispatcher": "~2.1", 825 "phpspec/prophecy-phpunit": "~1.0",
675 "symfony/process": "~2.1" 826 "symfony/filesystem": "~2.2"
676 },
677 "suggest": {
678 "psr/log": "For using the console logger",
679 "symfony/event-dispatcher": "",
680 "symfony/process": ""
681 }, 827 },
682 "type": "library", 828 "type": "library",
683 "extra": { 829 "extra": {
684 "branch-alias": { 830 "branch-alias": {
685 "dev-master": "2.6-dev" 831 "dev-master": "2.1.x-dev"
686 } 832 }
687 }, 833 },
688 "autoload": { 834 "autoload": {
689 "psr-0": { 835 "psr-0": {
690 "Symfony\\Component\\Console\\": "" 836 "Incenteev\\ParameterHandler": ""
691 } 837 }
692 }, 838 },
693 "notification-url": "https://packagist.org/downloads/", 839 "notification-url": "https://packagist.org/downloads/",
@@ -696,46 +842,47 @@
696 ], 842 ],
697 "authors": [ 843 "authors": [
698 { 844 {
699 "name": "Symfony Community", 845 "name": "Christophe Coevoet",
700 "homepage": "http://symfony.com/contributors" 846 "email": "stof@notk.org"
701 },
702 {
703 "name": "Fabien Potencier",
704 "email": "fabien@symfony.com"
705 } 847 }
706 ], 848 ],
707 "description": "Symfony Console Component", 849 "description": "Composer script handling your ignored parameter file",
708 "homepage": "http://symfony.com", 850 "homepage": "https://github.com/Incenteev/ParameterHandler",
709 "time": "2015-01-06 17:50:02" 851 "keywords": [
852 "parameters management"
853 ],
854 "time": "2013-12-07 10:10:39"
710 }, 855 },
711 { 856 {
712 "name": "symfony/css-selector", 857 "name": "jdorn/sql-formatter",
713 "version": "v2.6.3", 858 "version": "v1.2.17",
714 "target-dir": "Symfony/Component/CssSelector",
715 "source": { 859 "source": {
716 "type": "git", 860 "type": "git",
717 "url": "https://github.com/symfony/CssSelector.git", 861 "url": "https://github.com/jdorn/sql-formatter.git",
718 "reference": "3f80ecc614fec68d5b4a84a0703db3fdf5ce8584" 862 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
719 }, 863 },
720 "dist": { 864 "dist": {
721 "type": "zip", 865 "type": "zip",
722 "url": "https://api.github.com/repos/symfony/CssSelector/zipball/3f80ecc614fec68d5b4a84a0703db3fdf5ce8584", 866 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
723 "reference": "3f80ecc614fec68d5b4a84a0703db3fdf5ce8584", 867 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
724 "shasum": "" 868 "shasum": ""
725 }, 869 },
726 "require": { 870 "require": {
727 "php": ">=5.3.3" 871 "php": ">=5.2.4"
872 },
873 "require-dev": {
874 "phpunit/phpunit": "3.7.*"
728 }, 875 },
729 "type": "library", 876 "type": "library",
730 "extra": { 877 "extra": {
731 "branch-alias": { 878 "branch-alias": {
732 "dev-master": "2.6-dev" 879 "dev-master": "1.3.x-dev"
733 } 880 }
734 }, 881 },
735 "autoload": { 882 "autoload": {
736 "psr-0": { 883 "classmap": [
737 "Symfony\\Component\\CssSelector\\": "" 884 "lib"
738 } 885 ]
739 }, 886 },
740 "notification-url": "https://packagist.org/downloads/", 887 "notification-url": "https://packagist.org/downloads/",
741 "license": [ 888 "license": [
@@ -743,56 +890,72 @@
743 ], 890 ],
744 "authors": [ 891 "authors": [
745 { 892 {
746 "name": "Symfony Community", 893 "name": "Jeremy Dorn",
747 "homepage": "http://symfony.com/contributors" 894 "email": "jeremy@jeremydorn.com",
748 }, 895 "homepage": "http://jeremydorn.com/"
749 {
750 "name": "Jean-François Simon",
751 "email": "jeanfrancois.simon@sensiolabs.com"
752 },
753 {
754 "name": "Fabien Potencier",
755 "email": "fabien@symfony.com"
756 } 896 }
757 ], 897 ],
758 "description": "Symfony CssSelector Component", 898 "description": "a PHP SQL highlighting library",
759 "homepage": "http://symfony.com", 899 "homepage": "https://github.com/jdorn/sql-formatter/",
760 "time": "2015-01-03 08:01:59" 900 "keywords": [
901 "highlight",
902 "sql"
903 ],
904 "time": "2014-01-12 16:20:24"
761 }, 905 },
762 { 906 {
763 "name": "symfony/dom-crawler", 907 "name": "kriswallsmith/assetic",
764 "version": "v2.6.3", 908 "version": "v1.2.1",
765 "target-dir": "Symfony/Component/DomCrawler",
766 "source": { 909 "source": {
767 "type": "git", 910 "type": "git",
768 "url": "https://github.com/symfony/DomCrawler.git", 911 "url": "https://github.com/kriswallsmith/assetic.git",
769 "reference": "26a9eb302decd828990e1015afaa11b78b016073" 912 "reference": "b20efe38845d20458702f97f3ff625d80805897b"
770 }, 913 },
771 "dist": { 914 "dist": {
772 "type": "zip", 915 "type": "zip",
773 "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/26a9eb302decd828990e1015afaa11b78b016073", 916 "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/b20efe38845d20458702f97f3ff625d80805897b",
774 "reference": "26a9eb302decd828990e1015afaa11b78b016073", 917 "reference": "b20efe38845d20458702f97f3ff625d80805897b",
775 "shasum": "" 918 "shasum": ""
776 }, 919 },
777 "require": { 920 "require": {
778 "php": ">=5.3.3" 921 "php": ">=5.3.1",
922 "symfony/process": "~2.1"
779 }, 923 },
780 "require-dev": { 924 "require-dev": {
781 "symfony/css-selector": "~2.3" 925 "cssmin/cssmin": "*",
926 "joliclic/javascript-packer": "*",
927 "kamicane/packager": "*",
928 "leafo/lessphp": "*",
929 "leafo/scssphp": "*",
930 "leafo/scssphp-compass": "*",
931 "mrclay/minify": "*",
932 "patchwork/jsqueeze": "~1.0",
933 "phpunit/phpunit": "~4",
934 "psr/log": "~1.0",
935 "ptachoire/cssembed": "*",
936 "twig/twig": "~1.6"
782 }, 937 },
783 "suggest": { 938 "suggest": {
784 "symfony/css-selector": "" 939 "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
940 "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
941 "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
942 "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
943 "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
944 "twig/twig": "Assetic provides the integration with the Twig templating engine"
785 }, 945 },
786 "type": "library", 946 "type": "library",
787 "extra": { 947 "extra": {
788 "branch-alias": { 948 "branch-alias": {
789 "dev-master": "2.6-dev" 949 "dev-master": "1.2-dev"
790 } 950 }
791 }, 951 },
792 "autoload": { 952 "autoload": {
793 "psr-0": { 953 "psr-0": {
794 "Symfony\\Component\\DomCrawler\\": "" 954 "Assetic": "src/"
795 } 955 },
956 "files": [
957 "src/functions.php"
958 ]
796 }, 959 },
797 "notification-url": "https://packagist.org/downloads/", 960 "notification-url": "https://packagist.org/downloads/",
798 "license": [ 961 "license": [
@@ -800,56 +963,117 @@
800 ], 963 ],
801 "authors": [ 964 "authors": [
802 { 965 {
803 "name": "Symfony Community", 966 "name": "Kris Wallsmith",
804 "homepage": "http://symfony.com/contributors" 967 "email": "kris.wallsmith@gmail.com",
968 "homepage": "http://kriswallsmith.net/"
969 }
970 ],
971 "description": "Asset Management for PHP",
972 "homepage": "https://github.com/kriswallsmith/assetic",
973 "keywords": [
974 "assets",
975 "compression",
976 "minification"
977 ],
978 "time": "2014-12-12 05:04:05"
979 },
980 {
981 "name": "mgargano/simplehtmldom",
982 "version": "dev-master",
983 "source": {
984 "type": "git",
985 "url": "https://github.com/matstars/simplehtmldom.git",
986 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be"
987 },
988 "dist": {
989 "type": "zip",
990 "url": "https://api.github.com/repos/matstars/simplehtmldom/zipball/37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
991 "reference": "37fb0d7c1bda45c5a4cf14fdef56c1edf6aa42be",
992 "shasum": ""
993 },
994 "require": {
995 "php": ">=5.3.0"
996 },
997 "type": "library",
998 "autoload": {
999 "psr-0": {
1000 "SimpleHtmlDom": "src/"
805 }, 1001 },
1002 "files": [
1003 "src/simple_html_dom.php"
1004 ]
1005 },
1006 "notification-url": "https://packagist.org/downloads/",
1007 "license": [
1008 "The MIT License"
1009 ],
1010 "authors": [
806 { 1011 {
807 "name": "Fabien Potencier", 1012 "name": "S.C. Chen",
808 "email": "fabien@symfony.com" 1013 "email": "me578022@gmail.com",
1014 "homepage": "http://simplehtmldom.sourceforge.net/",
1015 "role": "Lead Developer"
809 } 1016 }
810 ], 1017 ],
811 "description": "Symfony DomCrawler Component", 1018 "description": "Composer package that gives you access to and (unlike all the others at this time) autoloads S.C. Chen's PHP Simple HTML DOM Parser Library",
812 "homepage": "http://symfony.com", 1019 "homepage": "http://simplehtmldom.sourceforge.net/",
813 "time": "2015-01-03 08:01:59" 1020 "keywords": [
1021 "Simple",
1022 "dom",
1023 "html"
1024 ],
1025 "time": "2014-01-05 18:17:34"
814 }, 1026 },
815 { 1027 {
816 "name": "symfony/event-dispatcher", 1028 "name": "monolog/monolog",
817 "version": "v2.6.3", 1029 "version": "1.12.0",
818 "target-dir": "Symfony/Component/EventDispatcher",
819 "source": { 1030 "source": {
820 "type": "git", 1031 "type": "git",
821 "url": "https://github.com/symfony/EventDispatcher.git", 1032 "url": "https://github.com/Seldaek/monolog.git",
822 "reference": "40ff70cadea3785d83cac1c8309514b36113064e" 1033 "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f"
823 }, 1034 },
824 "dist": { 1035 "dist": {
825 "type": "zip", 1036 "type": "zip",
826 "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/40ff70cadea3785d83cac1c8309514b36113064e", 1037 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
827 "reference": "40ff70cadea3785d83cac1c8309514b36113064e", 1038 "reference": "1fbe8c2641f2b163addf49cc5e18f144bec6b19f",
828 "shasum": "" 1039 "shasum": ""
829 }, 1040 },
830 "require": { 1041 "require": {
831 "php": ">=5.3.3" 1042 "php": ">=5.3.0",
1043 "psr/log": "~1.0"
1044 },
1045 "provide": {
1046 "psr/log-implementation": "1.0.0"
832 }, 1047 },
833 "require-dev": { 1048 "require-dev": {
834 "psr/log": "~1.0", 1049 "aws/aws-sdk-php": "~2.4, >2.4.8",
835 "symfony/config": "~2.0,>=2.0.5", 1050 "doctrine/couchdb": "~1.0@dev",
836 "symfony/dependency-injection": "~2.6", 1051 "graylog2/gelf-php": "~1.0",
837 "symfony/expression-language": "~2.6", 1052 "phpunit/phpunit": "~4.0",
838 "symfony/stopwatch": "~2.3" 1053 "raven/raven": "~0.5",
1054 "ruflin/elastica": "0.90.*",
1055 "videlalvaro/php-amqplib": "~2.4"
839 }, 1056 },
840 "suggest": { 1057 "suggest": {
841 "symfony/dependency-injection": "", 1058 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
842 "symfony/http-kernel": "" 1059 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1060 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1061 "ext-mongo": "Allow sending log messages to a MongoDB server",
1062 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1063 "raven/raven": "Allow sending log messages to a Sentry server",
1064 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1065 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
1066 "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
843 }, 1067 },
844 "type": "library", 1068 "type": "library",
845 "extra": { 1069 "extra": {
846 "branch-alias": { 1070 "branch-alias": {
847 "dev-master": "2.6-dev" 1071 "dev-master": "1.12.x-dev"
848 } 1072 }
849 }, 1073 },
850 "autoload": { 1074 "autoload": {
851 "psr-0": { 1075 "psr-4": {
852 "Symfony\\Component\\EventDispatcher\\": "" 1076 "Monolog\\": "src/Monolog"
853 } 1077 }
854 }, 1078 },
855 "notification-url": "https://packagist.org/downloads/", 1079 "notification-url": "https://packagist.org/downloads/",
@@ -858,45 +1082,38 @@
858 ], 1082 ],
859 "authors": [ 1083 "authors": [
860 { 1084 {
861 "name": "Symfony Community", 1085 "name": "Jordi Boggiano",
862 "homepage": "http://symfony.com/contributors" 1086 "email": "j.boggiano@seld.be",
863 }, 1087 "homepage": "http://seld.be"
864 {
865 "name": "Fabien Potencier",
866 "email": "fabien@symfony.com"
867 } 1088 }
868 ], 1089 ],
869 "description": "Symfony EventDispatcher Component", 1090 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
870 "homepage": "http://symfony.com", 1091 "homepage": "http://github.com/Seldaek/monolog",
871 "time": "2015-01-05 14:28:40" 1092 "keywords": [
1093 "log",
1094 "logging",
1095 "psr-3"
1096 ],
1097 "time": "2014-12-29 21:29:35"
872 }, 1098 },
873 { 1099 {
874 "name": "symfony/filesystem", 1100 "name": "psr/log",
875 "version": "v2.6.3", 1101 "version": "1.0.0",
876 "target-dir": "Symfony/Component/Filesystem",
877 "source": { 1102 "source": {
878 "type": "git", 1103 "type": "git",
879 "url": "https://github.com/symfony/Filesystem.git", 1104 "url": "https://github.com/php-fig/log.git",
880 "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7" 1105 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
881 }, 1106 },
882 "dist": { 1107 "dist": {
883 "type": "zip", 1108 "type": "zip",
884 "url": "https://api.github.com/repos/symfony/Filesystem/zipball/a1f566d1f92e142fa1593f4555d6d89e3044a9b7", 1109 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
885 "reference": "a1f566d1f92e142fa1593f4555d6d89e3044a9b7", 1110 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
886 "shasum": "" 1111 "shasum": ""
887 }, 1112 },
888 "require": {
889 "php": ">=5.3.3"
890 },
891 "type": "library", 1113 "type": "library",
892 "extra": {
893 "branch-alias": {
894 "dev-master": "2.6-dev"
895 }
896 },
897 "autoload": { 1114 "autoload": {
898 "psr-0": { 1115 "psr-0": {
899 "Symfony\\Component\\Filesystem\\": "" 1116 "Psr\\Log\\": ""
900 } 1117 }
901 }, 1118 },
902 "notification-url": "https://packagist.org/downloads/", 1119 "notification-url": "https://packagist.org/downloads/",
@@ -905,63 +1122,50 @@
905 ], 1122 ],
906 "authors": [ 1123 "authors": [
907 { 1124 {
908 "name": "Symfony Community", 1125 "name": "PHP-FIG",
909 "homepage": "http://symfony.com/contributors" 1126 "homepage": "http://www.php-fig.org/"
910 },
911 {
912 "name": "Fabien Potencier",
913 "email": "fabien@symfony.com"
914 } 1127 }
915 ], 1128 ],
916 "description": "Symfony Filesystem Component", 1129 "description": "Common interface for logging libraries",
917 "homepage": "http://symfony.com", 1130 "keywords": [
918 "time": "2015-01-03 21:13:09" 1131 "log",
1132 "psr",
1133 "psr-3"
1134 ],
1135 "time": "2012-12-21 11:40:51"
919 }, 1136 },
920 { 1137 {
921 "name": "symfony/form", 1138 "name": "robmorgan/phinx",
922 "version": "v2.6.3", 1139 "version": "v0.4.1",
923 "target-dir": "Symfony/Component/Form",
924 "source": { 1140 "source": {
925 "type": "git", 1141 "type": "git",
926 "url": "https://github.com/symfony/Form.git", 1142 "url": "https://github.com/robmorgan/phinx.git",
927 "reference": "bfe4011e6b77e85ccf4df33dd361fa09dfa50303" 1143 "reference": "357210707c000f50edea802d84b74724ad122478"
928 }, 1144 },
929 "dist": { 1145 "dist": {
930 "type": "zip", 1146 "type": "zip",
931 "url": "https://api.github.com/repos/symfony/Form/zipball/bfe4011e6b77e85ccf4df33dd361fa09dfa50303", 1147 "url": "https://api.github.com/repos/robmorgan/phinx/zipball/357210707c000f50edea802d84b74724ad122478",
932 "reference": "bfe4011e6b77e85ccf4df33dd361fa09dfa50303", 1148 "reference": "357210707c000f50edea802d84b74724ad122478",
933 "shasum": "" 1149 "shasum": ""
934 }, 1150 },
935 "require": { 1151 "require": {
936 "php": ">=5.3.3", 1152 "php": ">=5.3.2",
937 "symfony/event-dispatcher": "~2.1", 1153 "symfony/class-loader": "~2.6.0",
938 "symfony/intl": "~2.3", 1154 "symfony/config": "~2.6.0",
939 "symfony/options-resolver": "~2.6", 1155 "symfony/console": "~2.6.0",
940 "symfony/property-access": "~2.3" 1156 "symfony/yaml": "~2.6.0"
941 }, 1157 },
942 "require-dev": { 1158 "require-dev": {
943 "doctrine/collections": "~1.0", 1159 "phpunit/phpunit": "3.7.*",
944 "symfony/http-foundation": "~2.2", 1160 "squizlabs/php_codesniffer": "dev-phpcs-fixer"
945 "symfony/http-kernel": "~2.4",
946 "symfony/security-csrf": "~2.4",
947 "symfony/translation": "~2.0,>=2.0.5",
948 "symfony/validator": "~2.6"
949 },
950 "suggest": {
951 "symfony/framework-bundle": "For templating with PHP.",
952 "symfony/security-csrf": "For protecting forms against CSRF attacks.",
953 "symfony/twig-bridge": "For templating with Twig.",
954 "symfony/validator": "For form validation."
955 }, 1161 },
1162 "bin": [
1163 "bin/phinx"
1164 ],
956 "type": "library", 1165 "type": "library",
957 "extra": {
958 "branch-alias": {
959 "dev-master": "2.6-dev"
960 }
961 },
962 "autoload": { 1166 "autoload": {
963 "psr-0": { 1167 "psr-0": {
964 "Symfony\\Component\\Form\\": "" 1168 "Phinx": "src/"
965 } 1169 }
966 }, 1170 },
967 "notification-url": "https://packagist.org/downloads/", 1171 "notification-url": "https://packagist.org/downloads/",
@@ -970,58 +1174,58 @@
970 ], 1174 ],
971 "authors": [ 1175 "authors": [
972 { 1176 {
973 "name": "Symfony Community", 1177 "name": "Rob Morgan",
974 "homepage": "http://symfony.com/contributors" 1178 "email": "robbym@gmail.com",
975 }, 1179 "homepage": "http://robmorgan.id.au",
976 { 1180 "role": "Lead Developer"
977 "name": "Fabien Potencier",
978 "email": "fabien@symfony.com"
979 } 1181 }
980 ], 1182 ],
981 "description": "Symfony Form Component", 1183 "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
982 "homepage": "http://symfony.com", 1184 "homepage": "https://phinx.org",
983 "time": "2015-01-07 14:31:37" 1185 "keywords": [
1186 "database",
1187 "database migrations",
1188 "db",
1189 "migrations",
1190 "phinx"
1191 ],
1192 "time": "2014-12-23 06:06:14"
984 }, 1193 },
985 { 1194 {
986 "name": "symfony/intl", 1195 "name": "sensio/distribution-bundle",
987 "version": "v2.6.3", 1196 "version": "v3.0.15",
988 "target-dir": "Symfony/Component/Intl", 1197 "target-dir": "Sensio/Bundle/DistributionBundle",
989 "source": { 1198 "source": {
990 "type": "git", 1199 "type": "git",
991 "url": "https://github.com/symfony/Intl.git", 1200 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
992 "reference": "5e7494e1e6aed4309f43121b3141d6e0273dcaee" 1201 "reference": "0692cd6a8fcf645abce8ea45f7cbbd1942e2b23c"
993 }, 1202 },
994 "dist": { 1203 "dist": {
995 "type": "zip", 1204 "type": "zip",
996 "url": "https://api.github.com/repos/symfony/Intl/zipball/5e7494e1e6aed4309f43121b3141d6e0273dcaee", 1205 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/0692cd6a8fcf645abce8ea45f7cbbd1942e2b23c",
997 "reference": "5e7494e1e6aed4309f43121b3141d6e0273dcaee", 1206 "reference": "0692cd6a8fcf645abce8ea45f7cbbd1942e2b23c",
998 "shasum": "" 1207 "shasum": ""
999 }, 1208 },
1000 "require": { 1209 "require": {
1001 "php": ">=5.3.3" 1210 "php": ">=5.3.3",
1002 }, 1211 "sensiolabs/security-checker": "~2.0",
1003 "require-dev": { 1212 "symfony/class-loader": "~2.2",
1004 "symfony/filesystem": ">=2.1" 1213 "symfony/form": "~2.2",
1005 }, 1214 "symfony/framework-bundle": "~2.3",
1006 "suggest": { 1215 "symfony/process": "~2.2",
1007 "ext-intl": "to use the component with locales other than \"en\"" 1216 "symfony/validator": "~2.2",
1217 "symfony/yaml": "~2.2"
1008 }, 1218 },
1009 "type": "library", 1219 "type": "symfony-bundle",
1010 "extra": { 1220 "extra": {
1011 "branch-alias": { 1221 "branch-alias": {
1012 "dev-master": "2.6-dev" 1222 "dev-master": "3.0.x-dev"
1013 } 1223 }
1014 }, 1224 },
1015 "autoload": { 1225 "autoload": {
1016 "psr-0": { 1226 "psr-0": {
1017 "Symfony\\Component\\Intl\\": "" 1227 "Sensio\\Bundle\\DistributionBundle": ""
1018 }, 1228 }
1019 "classmap": [
1020 "Symfony/Component/Intl/Resources/stubs"
1021 ],
1022 "files": [
1023 "Symfony/Component/Intl/Resources/stubs/functions.php"
1024 ]
1025 }, 1229 },
1026 "notification-url": "https://packagist.org/downloads/", 1230 "notification-url": "https://packagist.org/downloads/",
1027 "license": [ 1231 "license": [
@@ -1029,61 +1233,53 @@
1029 ], 1233 ],
1030 "authors": [ 1234 "authors": [
1031 { 1235 {
1032 "name": "Symfony Community", 1236 "name": "Fabien Potencier",
1033 "homepage": "http://symfony.com/contributors" 1237 "email": "fabien@symfony.com"
1034 },
1035 {
1036 "name": "Bernhard Schussek",
1037 "email": "bschussek@gmail.com"
1038 },
1039 {
1040 "name": "Eriksen Costa",
1041 "email": "eriksen.costa@infranology.com.br"
1042 },
1043 {
1044 "name": "Igor Wiedler",
1045 "email": "igor@wiedler.ch"
1046 } 1238 }
1047 ], 1239 ],
1048 "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", 1240 "description": "Base bundle for Symfony Distributions",
1049 "homepage": "http://symfony.com",
1050 "keywords": [ 1241 "keywords": [
1051 "i18n", 1242 "configuration",
1052 "icu", 1243 "distribution"
1053 "internationalization",
1054 "intl",
1055 "l10n",
1056 "localization"
1057 ], 1244 ],
1058 "time": "2015-01-03 08:01:59" 1245 "time": "2015-01-07 07:13:43"
1059 }, 1246 },
1060 { 1247 {
1061 "name": "symfony/options-resolver", 1248 "name": "sensio/framework-extra-bundle",
1062 "version": "v2.6.3", 1249 "version": "v3.0.4",
1063 "target-dir": "Symfony/Component/OptionsResolver", 1250 "target-dir": "Sensio/Bundle/FrameworkExtraBundle",
1064 "source": { 1251 "source": {
1065 "type": "git", 1252 "type": "git",
1066 "url": "https://github.com/symfony/OptionsResolver.git", 1253 "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
1067 "reference": "23aed23820c9c2273c405b43deee3de6c0668acd" 1254 "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a"
1068 }, 1255 },
1069 "dist": { 1256 "dist": {
1070 "type": "zip", 1257 "type": "zip",
1071 "url": "https://api.github.com/repos/symfony/OptionsResolver/zipball/23aed23820c9c2273c405b43deee3de6c0668acd", 1258 "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/b3bc3e67c8b6b68b18d727012183520d35ee762a",
1072 "reference": "23aed23820c9c2273c405b43deee3de6c0668acd", 1259 "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a",
1073 "shasum": "" 1260 "shasum": ""
1074 }, 1261 },
1075 "require": { 1262 "require": {
1076 "php": ">=5.3.3" 1263 "doctrine/common": "~2.2",
1264 "symfony/framework-bundle": "~2.3"
1077 }, 1265 },
1078 "type": "library", 1266 "require-dev": {
1267 "symfony/expression-language": "~2.4",
1268 "symfony/security-bundle": "~2.4"
1269 },
1270 "suggest": {
1271 "symfony/expression-language": "",
1272 "symfony/security-bundle": ""
1273 },
1274 "type": "symfony-bundle",
1079 "extra": { 1275 "extra": {
1080 "branch-alias": { 1276 "branch-alias": {
1081 "dev-master": "2.6-dev" 1277 "dev-master": "3.0.x-dev"
1082 } 1278 }
1083 }, 1279 },
1084 "autoload": { 1280 "autoload": {
1085 "psr-0": { 1281 "psr-0": {
1086 "Symfony\\Component\\OptionsResolver\\": "" 1282 "Sensio\\Bundle\\FrameworkExtraBundle": ""
1087 } 1283 }
1088 }, 1284 },
1089 "notification-url": "https://packagist.org/downloads/", 1285 "notification-url": "https://packagist.org/downloads/",
@@ -1092,50 +1288,47 @@
1092 ], 1288 ],
1093 "authors": [ 1289 "authors": [
1094 { 1290 {
1095 "name": "Symfony Community",
1096 "homepage": "http://symfony.com/contributors"
1097 },
1098 {
1099 "name": "Fabien Potencier", 1291 "name": "Fabien Potencier",
1100 "email": "fabien@symfony.com" 1292 "email": "fabien@symfony.com"
1101 } 1293 }
1102 ], 1294 ],
1103 "description": "Symfony OptionsResolver Component", 1295 "description": "This bundle provides a way to configure your controllers with annotations",
1104 "homepage": "http://symfony.com",
1105 "keywords": [ 1296 "keywords": [
1106 "config", 1297 "annotations",
1107 "configuration", 1298 "controllers"
1108 "options"
1109 ], 1299 ],
1110 "time": "2015-01-05 17:41:06" 1300 "time": "2014-12-02 09:52:52"
1111 }, 1301 },
1112 { 1302 {
1113 "name": "symfony/property-access", 1303 "name": "sensiolabs/security-checker",
1114 "version": "v2.6.3", 1304 "version": "v2.0.0",
1115 "target-dir": "Symfony/Component/PropertyAccess",
1116 "source": { 1305 "source": {
1117 "type": "git", 1306 "type": "git",
1118 "url": "https://github.com/symfony/PropertyAccess.git", 1307 "url": "https://github.com/sensiolabs/security-checker.git",
1119 "reference": "b5055bdf4365638065d2a268e213a57b771d2f74" 1308 "reference": "5b4eb4743ebe68276c911c84101ecdf4a9ae76ee"
1120 }, 1309 },
1121 "dist": { 1310 "dist": {
1122 "type": "zip", 1311 "type": "zip",
1123 "url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/b5055bdf4365638065d2a268e213a57b771d2f74", 1312 "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/5b4eb4743ebe68276c911c84101ecdf4a9ae76ee",
1124 "reference": "b5055bdf4365638065d2a268e213a57b771d2f74", 1313 "reference": "5b4eb4743ebe68276c911c84101ecdf4a9ae76ee",
1125 "shasum": "" 1314 "shasum": ""
1126 }, 1315 },
1127 "require": { 1316 "require": {
1128 "php": ">=5.3.3" 1317 "ext-curl": "*",
1318 "symfony/console": "~2.0"
1129 }, 1319 },
1320 "bin": [
1321 "security-checker"
1322 ],
1130 "type": "library", 1323 "type": "library",
1131 "extra": { 1324 "extra": {
1132 "branch-alias": { 1325 "branch-alias": {
1133 "dev-master": "2.6-dev" 1326 "dev-master": "2.0-dev"
1134 } 1327 }
1135 }, 1328 },
1136 "autoload": { 1329 "autoload": {
1137 "psr-0": { 1330 "psr-0": {
1138 "Symfony\\Component\\PropertyAccess\\": "" 1331 "SensioLabs\\Security": ""
1139 } 1332 }
1140 }, 1333 },
1141 "notification-url": "https://packagist.org/downloads/", 1334 "notification-url": "https://packagist.org/downloads/",
@@ -1144,141 +1337,97 @@
1144 ], 1337 ],
1145 "authors": [ 1338 "authors": [
1146 { 1339 {
1147 "name": "Symfony Community",
1148 "homepage": "http://symfony.com/contributors"
1149 },
1150 {
1151 "name": "Fabien Potencier", 1340 "name": "Fabien Potencier",
1152 "email": "fabien@symfony.com" 1341 "email": "fabien.potencier@gmail.com"
1153 } 1342 }
1154 ], 1343 ],
1155 "description": "Symfony PropertyAccess Component", 1344 "description": "A security checker for your composer.lock",
1156 "homepage": "http://symfony.com", 1345 "time": "2014-07-19 10:52:35"
1157 "keywords": [
1158 "access",
1159 "array",
1160 "extraction",
1161 "index",
1162 "injection",
1163 "object",
1164 "property",
1165 "property path",
1166 "reflection"
1167 ],
1168 "time": "2015-01-03 15:33:07"
1169 }, 1346 },
1170 { 1347 {
1171 "name": "symfony/routing", 1348 "name": "simplepie/simplepie",
1172 "version": "v2.6.3", 1349 "version": "dev-master",
1173 "target-dir": "Symfony/Component/Routing",
1174 "source": { 1350 "source": {
1175 "type": "git", 1351 "type": "git",
1176 "url": "https://github.com/symfony/Routing.git", 1352 "url": "https://github.com/simplepie/simplepie.git",
1177 "reference": "28382c6806780ddc657c136a5ca4415dd3252f41" 1353 "reference": "9a9faaa0d563426cf6d897c169373c5b62f1b252"
1178 }, 1354 },
1179 "dist": { 1355 "dist": {
1180 "type": "zip", 1356 "type": "zip",
1181 "url": "https://api.github.com/repos/symfony/Routing/zipball/28382c6806780ddc657c136a5ca4415dd3252f41", 1357 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/9a9faaa0d563426cf6d897c169373c5b62f1b252",
1182 "reference": "28382c6806780ddc657c136a5ca4415dd3252f41", 1358 "reference": "9a9faaa0d563426cf6d897c169373c5b62f1b252",
1183 "shasum": "" 1359 "shasum": ""
1184 }, 1360 },
1185 "require": { 1361 "require": {
1186 "php": ">=5.3.3" 1362 "php": ">=5.2.0"
1187 },
1188 "require-dev": {
1189 "doctrine/annotations": "~1.0",
1190 "doctrine/common": "~2.2",
1191 "psr/log": "~1.0",
1192 "symfony/config": "~2.2",
1193 "symfony/expression-language": "~2.4",
1194 "symfony/http-foundation": "~2.3",
1195 "symfony/yaml": "~2.0,>=2.0.5"
1196 },
1197 "suggest": {
1198 "doctrine/annotations": "For using the annotation loader",
1199 "symfony/config": "For using the all-in-one router or any loader",
1200 "symfony/expression-language": "For using expression matching",
1201 "symfony/yaml": "For using the YAML loader"
1202 }, 1363 },
1203 "type": "library", 1364 "type": "library",
1204 "extra": {
1205 "branch-alias": {
1206 "dev-master": "2.6-dev"
1207 }
1208 },
1209 "autoload": { 1365 "autoload": {
1210 "psr-0": { 1366 "psr-0": {
1211 "Symfony\\Component\\Routing\\": "" 1367 "SimplePie": "library"
1212 } 1368 }
1213 }, 1369 },
1214 "notification-url": "https://packagist.org/downloads/", 1370 "notification-url": "https://packagist.org/downloads/",
1215 "license": [ 1371 "license": [
1216 "MIT" 1372 "BSD-3-Clause"
1217 ], 1373 ],
1218 "authors": [ 1374 "authors": [
1219 { 1375 {
1220 "name": "Symfony Community", 1376 "name": "Ryan Parman",
1221 "homepage": "http://symfony.com/contributors" 1377 "homepage": "http://ryanparman.com/",
1378 "role": "Creator, alumnus developer"
1222 }, 1379 },
1223 { 1380 {
1224 "name": "Fabien Potencier", 1381 "name": "Geoffrey Sneddon",
1225 "email": "fabien@symfony.com" 1382 "homepage": "http://gsnedders.com/",
1383 "role": "Alumnus developer"
1384 },
1385 {
1386 "name": "Ryan McCue",
1387 "email": "me@ryanmccue.info",
1388 "homepage": "http://ryanmccue.info/",
1389 "role": "Developer"
1226 } 1390 }
1227 ], 1391 ],
1228 "description": "Symfony Routing Component", 1392 "description": "A simple Atom/RSS parsing library for PHP",
1229 "homepage": "http://symfony.com", 1393 "homepage": "http://simplepie.org/",
1230 "keywords": [ 1394 "keywords": [
1231 "router", 1395 "atom",
1232 "routing", 1396 "feeds",
1233 "uri", 1397 "rss"
1234 "url"
1235 ], 1398 ],
1236 "time": "2015-01-05 14:28:40" 1399 "time": "2014-04-28 12:50:39"
1237 }, 1400 },
1238 { 1401 {
1239 "name": "symfony/security-core", 1402 "name": "swiftmailer/swiftmailer",
1240 "version": "v2.6.3", 1403 "version": "v5.3.1",
1241 "target-dir": "Symfony/Component/Security/Core",
1242 "source": { 1404 "source": {
1243 "type": "git", 1405 "type": "git",
1244 "url": "https://github.com/symfony/security-core.git", 1406 "url": "https://github.com/swiftmailer/swiftmailer.git",
1245 "reference": "db8c6964f9d69496b9ef21788c4afc4306113242" 1407 "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a"
1246 }, 1408 },
1247 "dist": { 1409 "dist": {
1248 "type": "zip", 1410 "type": "zip",
1249 "url": "https://api.github.com/repos/symfony/security-core/zipball/db8c6964f9d69496b9ef21788c4afc4306113242", 1411 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/c5f963e7f9d6f6438fda4f22d5cc2db296ec621a",
1250 "reference": "db8c6964f9d69496b9ef21788c4afc4306113242", 1412 "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a",
1251 "shasum": "" 1413 "shasum": ""
1252 }, 1414 },
1253 "require": { 1415 "require": {
1254 "php": ">=5.3.3" 1416 "php": ">=5.3.3"
1255 }, 1417 },
1256 "require-dev": { 1418 "require-dev": {
1257 "ircmaxell/password-compat": "1.0.*", 1419 "mockery/mockery": "~0.9.1"
1258 "psr/log": "~1.0",
1259 "symfony/event-dispatcher": "~2.1",
1260 "symfony/expression-language": "~2.6",
1261 "symfony/http-foundation": "~2.4",
1262 "symfony/translation": "~2.0,>=2.0.5",
1263 "symfony/validator": "~2.5,>=2.5.5"
1264 },
1265 "suggest": {
1266 "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5",
1267 "symfony/event-dispatcher": "",
1268 "symfony/expression-language": "For using the expression voter",
1269 "symfony/http-foundation": "",
1270 "symfony/validator": "For using the user password constraint"
1271 }, 1420 },
1272 "type": "library", 1421 "type": "library",
1273 "extra": { 1422 "extra": {
1274 "branch-alias": { 1423 "branch-alias": {
1275 "dev-master": "2.6-dev" 1424 "dev-master": "5.3-dev"
1276 } 1425 }
1277 }, 1426 },
1278 "autoload": { 1427 "autoload": {
1279 "psr-0": { 1428 "files": [
1280 "Symfony\\Component\\Security\\Core\\": "" 1429 "lib/swift_required.php"
1281 } 1430 ]
1282 }, 1431 },
1283 "notification-url": "https://packagist.org/downloads/", 1432 "notification-url": "https://packagist.org/downloads/",
1284 "license": [ 1433 "license": [
@@ -1286,52 +1435,63 @@
1286 ], 1435 ],
1287 "authors": [ 1436 "authors": [
1288 { 1437 {
1289 "name": "Symfony Community", 1438 "name": "Chris Corbyn"
1290 "homepage": "http://symfony.com/contributors"
1291 }, 1439 },
1292 { 1440 {
1293 "name": "Fabien Potencier", 1441 "name": "Fabien Potencier",
1294 "email": "fabien@symfony.com" 1442 "email": "fabien@symfony.com"
1295 } 1443 }
1296 ], 1444 ],
1297 "description": "Symfony Security Component - Core Library", 1445 "description": "Swiftmailer, free feature-rich PHP mailer",
1298 "homepage": "http://symfony.com", 1446 "homepage": "http://swiftmailer.org",
1299 "time": "2015-01-05 20:59:13" 1447 "keywords": [
1448 "mail",
1449 "mailer"
1450 ],
1451 "time": "2014-12-05 14:17:14"
1300 }, 1452 },
1301 { 1453 {
1302 "name": "symfony/security-csrf", 1454 "name": "symfony/assetic-bundle",
1303 "version": "v2.6.3", 1455 "version": "v2.5.0",
1304 "target-dir": "Symfony/Component/Security/Csrf",
1305 "source": { 1456 "source": {
1306 "type": "git", 1457 "type": "git",
1307 "url": "https://github.com/symfony/security-csrf.git", 1458 "url": "https://github.com/symfony/AsseticBundle.git",
1308 "reference": "c532081e1c9295b69dac2e3faea87112543504fc" 1459 "reference": "90ea7fb66d6d5245fd4afc16e4c8070214254fec"
1309 }, 1460 },
1310 "dist": { 1461 "dist": {
1311 "type": "zip", 1462 "type": "zip",
1312 "url": "https://api.github.com/repos/symfony/security-csrf/zipball/c532081e1c9295b69dac2e3faea87112543504fc", 1463 "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/90ea7fb66d6d5245fd4afc16e4c8070214254fec",
1313 "reference": "c532081e1c9295b69dac2e3faea87112543504fc", 1464 "reference": "90ea7fb66d6d5245fd4afc16e4c8070214254fec",
1314 "shasum": "" 1465 "shasum": ""
1315 }, 1466 },
1316 "require": { 1467 "require": {
1317 "php": ">=5.3.3", 1468 "kriswallsmith/assetic": "~1.2",
1318 "symfony/security-core": "~2.4" 1469 "php": ">=5.3.0",
1470 "symfony/console": "~2.1",
1471 "symfony/framework-bundle": "~2.1",
1472 "symfony/yaml": "~2.1"
1319 }, 1473 },
1320 "require-dev": { 1474 "require-dev": {
1321 "symfony/http-foundation": "~2.1" 1475 "kriswallsmith/spork": "~0.2",
1476 "patchwork/jsqueeze": "~1.0",
1477 "symfony/class-loader": "~2.1",
1478 "symfony/css-selector": "~2.1",
1479 "symfony/dom-crawler": "~2.1",
1480 "symfony/twig-bundle": "~2.1"
1322 }, 1481 },
1323 "suggest": { 1482 "suggest": {
1324 "symfony/http-foundation": "For using the class SessionTokenStorage." 1483 "kriswallsmith/spork": "to be able to dump assets in parallel",
1484 "symfony/twig-bundle": "to use the Twig integration"
1325 }, 1485 },
1326 "type": "library", 1486 "type": "symfony-bundle",
1327 "extra": { 1487 "extra": {
1328 "branch-alias": { 1488 "branch-alias": {
1329 "dev-master": "2.6-dev" 1489 "dev-master": "2.5-dev"
1330 } 1490 }
1331 }, 1491 },
1332 "autoload": { 1492 "autoload": {
1333 "psr-0": { 1493 "psr-4": {
1334 "Symfony\\Component\\Security\\Csrf\\": "" 1494 "Symfony\\Bundle\\AsseticBundle\\": ""
1335 } 1495 }
1336 }, 1496 },
1337 "notification-url": "https://packagist.org/downloads/", 1497 "notification-url": "https://packagist.org/downloads/",
@@ -1340,56 +1500,55 @@
1340 ], 1500 ],
1341 "authors": [ 1501 "authors": [
1342 { 1502 {
1343 "name": "Symfony Community", 1503 "name": "Kris Wallsmith",
1344 "homepage": "http://symfony.com/contributors" 1504 "email": "kris.wallsmith@gmail.com",
1345 }, 1505 "homepage": "http://kriswallsmith.net/"
1346 {
1347 "name": "Fabien Potencier",
1348 "email": "fabien@symfony.com"
1349 } 1506 }
1350 ], 1507 ],
1351 "description": "Symfony Security Component - CSRF Library", 1508 "description": "Integrates Assetic into Symfony2",
1352 "homepage": "http://symfony.com", 1509 "homepage": "https://github.com/symfony/AsseticBundle",
1353 "time": "2015-01-03 08:01:59" 1510 "keywords": [
1511 "assets",
1512 "compression",
1513 "minification"
1514 ],
1515 "time": "2014-10-15 12:03:38"
1354 }, 1516 },
1355 { 1517 {
1356 "name": "symfony/translation", 1518 "name": "symfony/monolog-bundle",
1357 "version": "v2.6.3", 1519 "version": "v2.7.1",
1358 "target-dir": "Symfony/Component/Translation",
1359 "source": { 1520 "source": {
1360 "type": "git", 1521 "type": "git",
1361 "url": "https://github.com/symfony/Translation.git", 1522 "url": "https://github.com/symfony/MonologBundle.git",
1362 "reference": "f289cdf8179d32058c1e1cbac723106a5ff6fa39" 1523 "reference": "9320b6863404c70ebe111e9040dab96f251de7ac"
1363 }, 1524 },
1364 "dist": { 1525 "dist": {
1365 "type": "zip", 1526 "type": "zip",
1366 "url": "https://api.github.com/repos/symfony/Translation/zipball/f289cdf8179d32058c1e1cbac723106a5ff6fa39", 1527 "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/9320b6863404c70ebe111e9040dab96f251de7ac",
1367 "reference": "f289cdf8179d32058c1e1cbac723106a5ff6fa39", 1528 "reference": "9320b6863404c70ebe111e9040dab96f251de7ac",
1368 "shasum": "" 1529 "shasum": ""
1369 }, 1530 },
1370 "require": { 1531 "require": {
1371 "php": ">=5.3.3" 1532 "monolog/monolog": "~1.8",
1533 "php": ">=5.3.2",
1534 "symfony/config": "~2.3",
1535 "symfony/dependency-injection": "~2.3",
1536 "symfony/http-kernel": "~2.3",
1537 "symfony/monolog-bridge": "~2.3"
1372 }, 1538 },
1373 "require-dev": { 1539 "require-dev": {
1374 "psr/log": "~1.0", 1540 "symfony/console": "~2.3",
1375 "symfony/config": "~2.3,>=2.3.12", 1541 "symfony/yaml": "~2.3"
1376 "symfony/intl": "~2.3",
1377 "symfony/yaml": "~2.2"
1378 },
1379 "suggest": {
1380 "psr/log": "To use logging capability in translator",
1381 "symfony/config": "",
1382 "symfony/yaml": ""
1383 }, 1542 },
1384 "type": "library", 1543 "type": "symfony-bundle",
1385 "extra": { 1544 "extra": {
1386 "branch-alias": { 1545 "branch-alias": {
1387 "dev-master": "2.6-dev" 1546 "dev-master": "2.7.x-dev"
1388 } 1547 }
1389 }, 1548 },
1390 "autoload": { 1549 "autoload": {
1391 "psr-0": { 1550 "psr-4": {
1392 "Symfony\\Component\\Translation\\": "" 1551 "Symfony\\Bundle\\MonologBundle\\": ""
1393 } 1552 }
1394 }, 1553 },
1395 "notification-url": "https://packagist.org/downloads/", 1554 "notification-url": "https://packagist.org/downloads/",
@@ -1406,67 +1565,51 @@
1406 "email": "fabien@symfony.com" 1565 "email": "fabien@symfony.com"
1407 } 1566 }
1408 ], 1567 ],
1409 "description": "Symfony Translation Component", 1568 "description": "Symfony MonologBundle",
1410 "homepage": "http://symfony.com", 1569 "homepage": "http://symfony.com",
1411 "time": "2015-01-03 15:33:07" 1570 "keywords": [
1571 "log",
1572 "logging"
1573 ],
1574 "time": "2015-01-04 20:21:17"
1412 }, 1575 },
1413 { 1576 {
1414 "name": "symfony/twig-bridge", 1577 "name": "symfony/swiftmailer-bundle",
1415 "version": "v2.6.3", 1578 "version": "v2.3.8",
1416 "target-dir": "Symfony/Bridge/Twig",
1417 "source": { 1579 "source": {
1418 "type": "git", 1580 "type": "git",
1419 "url": "https://github.com/symfony/TwigBridge.git", 1581 "url": "https://github.com/symfony/SwiftmailerBundle.git",
1420 "reference": "72c911dd02f5d8e68accab7120fc0fd1a0b84ba1" 1582 "reference": "970b13d01871207e81d17b17ddda025e7e21e797"
1421 }, 1583 },
1422 "dist": { 1584 "dist": {
1423 "type": "zip", 1585 "type": "zip",
1424 "url": "https://api.github.com/repos/symfony/TwigBridge/zipball/72c911dd02f5d8e68accab7120fc0fd1a0b84ba1", 1586 "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797",
1425 "reference": "72c911dd02f5d8e68accab7120fc0fd1a0b84ba1", 1587 "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
1426 "shasum": "" 1588 "shasum": ""
1427 }, 1589 },
1428 "require": { 1590 "require": {
1429 "php": ">=5.3.3", 1591 "php": ">=5.3.2",
1430 "symfony/security-csrf": "~2.4", 1592 "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
1431 "twig/twig": "~1.13,>=1.13.1" 1593 "symfony/swiftmailer-bridge": "~2.1"
1432 }, 1594 },
1433 "require-dev": { 1595 "require-dev": {
1434 "symfony/console": "~2.4", 1596 "symfony/config": "~2.1",
1435 "symfony/expression-language": "~2.4", 1597 "symfony/dependency-injection": "~2.1",
1436 "symfony/finder": "~2.3", 1598 "symfony/http-kernel": "~2.1",
1437 "symfony/form": "~2.6", 1599 "symfony/yaml": "~2.1"
1438 "symfony/http-kernel": "~2.3",
1439 "symfony/intl": "~2.3",
1440 "symfony/routing": "~2.2",
1441 "symfony/security": "~2.4",
1442 "symfony/stopwatch": "~2.2",
1443 "symfony/templating": "~2.1",
1444 "symfony/translation": "~2.2",
1445 "symfony/var-dumper": "~2.6",
1446 "symfony/yaml": "~2.0,>=2.0.5"
1447 }, 1600 },
1448 "suggest": { 1601 "suggest": {
1449 "symfony/expression-language": "For using the ExpressionExtension", 1602 "psr/log": "Allows logging"
1450 "symfony/finder": "", 1603 },
1451 "symfony/form": "For using the FormExtension", 1604 "type": "symfony-bundle",
1452 "symfony/http-kernel": "For using the HttpKernelExtension",
1453 "symfony/routing": "For using the RoutingExtension",
1454 "symfony/security": "For using the SecurityExtension",
1455 "symfony/stopwatch": "For using the StopwatchExtension",
1456 "symfony/templating": "For using the TwigEngine",
1457 "symfony/translation": "For using the TranslationExtension",
1458 "symfony/var-dumper": "For using the DumpExtension",
1459 "symfony/yaml": "For using the YamlExtension"
1460 },
1461 "type": "symfony-bridge",
1462 "extra": { 1605 "extra": {
1463 "branch-alias": { 1606 "branch-alias": {
1464 "dev-master": "2.6-dev" 1607 "dev-master": "2.3-dev"
1465 } 1608 }
1466 }, 1609 },
1467 "autoload": { 1610 "autoload": {
1468 "psr-0": { 1611 "psr-4": {
1469 "Symfony\\Bridge\\Twig\\": "" 1612 "Symfony\\Bundle\\SwiftmailerBundle\\": ""
1470 } 1613 }
1471 }, 1614 },
1472 "notification-url": "https://packagist.org/downloads/", 1615 "notification-url": "https://packagist.org/downloads/",
@@ -1483,27 +1626,86 @@
1483 "email": "fabien@symfony.com" 1626 "email": "fabien@symfony.com"
1484 } 1627 }
1485 ], 1628 ],
1486 "description": "Symfony Twig Bridge", 1629 "description": "Symfony SwiftmailerBundle",
1487 "homepage": "http://symfony.com", 1630 "homepage": "http://symfony.com",
1488 "time": "2015-01-05 14:28:40" 1631 "time": "2014-12-01 17:44:50"
1489 }, 1632 },
1490 { 1633 {
1491 "name": "symfony/yaml", 1634 "name": "symfony/symfony",
1492 "version": "v2.6.3", 1635 "version": "v2.6.3",
1493 "target-dir": "Symfony/Component/Yaml",
1494 "source": { 1636 "source": {
1495 "type": "git", 1637 "type": "git",
1496 "url": "https://github.com/symfony/Yaml.git", 1638 "url": "https://github.com/symfony/symfony.git",
1497 "reference": "82462a90848a52c2533aa6b598b107d68076b018" 1639 "reference": "c34ef418015793a4653f2670afb69dd167ebf578"
1498 }, 1640 },
1499 "dist": { 1641 "dist": {
1500 "type": "zip", 1642 "type": "zip",
1501 "url": "https://api.github.com/repos/symfony/Yaml/zipball/82462a90848a52c2533aa6b598b107d68076b018", 1643 "url": "https://api.github.com/repos/symfony/symfony/zipball/c34ef418015793a4653f2670afb69dd167ebf578",
1502 "reference": "82462a90848a52c2533aa6b598b107d68076b018", 1644 "reference": "c34ef418015793a4653f2670afb69dd167ebf578",
1503 "shasum": "" 1645 "shasum": ""
1504 }, 1646 },
1505 "require": { 1647 "require": {
1506 "php": ">=5.3.3" 1648 "doctrine/common": "~2.3",
1649 "php": ">=5.3.3",
1650 "psr/log": "~1.0",
1651 "twig/twig": "~1.12,>=1.12.3"
1652 },
1653 "replace": {
1654 "symfony/browser-kit": "self.version",
1655 "symfony/class-loader": "self.version",
1656 "symfony/config": "self.version",
1657 "symfony/console": "self.version",
1658 "symfony/css-selector": "self.version",
1659 "symfony/debug": "self.version",
1660 "symfony/debug-bundle": "self.version",
1661 "symfony/dependency-injection": "self.version",
1662 "symfony/doctrine-bridge": "self.version",
1663 "symfony/dom-crawler": "self.version",
1664 "symfony/event-dispatcher": "self.version",
1665 "symfony/expression-language": "self.version",
1666 "symfony/filesystem": "self.version",
1667 "symfony/finder": "self.version",
1668 "symfony/form": "self.version",
1669 "symfony/framework-bundle": "self.version",
1670 "symfony/http-foundation": "self.version",
1671 "symfony/http-kernel": "self.version",
1672 "symfony/intl": "self.version",
1673 "symfony/locale": "self.version",
1674 "symfony/monolog-bridge": "self.version",
1675 "symfony/options-resolver": "self.version",
1676 "symfony/process": "self.version",
1677 "symfony/propel1-bridge": "self.version",
1678 "symfony/property-access": "self.version",
1679 "symfony/proxy-manager-bridge": "self.version",
1680 "symfony/routing": "self.version",
1681 "symfony/security": "self.version",
1682 "symfony/security-acl": "self.version",
1683 "symfony/security-bundle": "self.version",
1684 "symfony/security-core": "self.version",
1685 "symfony/security-csrf": "self.version",
1686 "symfony/security-http": "self.version",
1687 "symfony/serializer": "self.version",
1688 "symfony/stopwatch": "self.version",
1689 "symfony/swiftmailer-bridge": "self.version",
1690 "symfony/templating": "self.version",
1691 "symfony/translation": "self.version",
1692 "symfony/twig-bridge": "self.version",
1693 "symfony/twig-bundle": "self.version",
1694 "symfony/validator": "self.version",
1695 "symfony/var-dumper": "self.version",
1696 "symfony/web-profiler-bundle": "self.version",
1697 "symfony/yaml": "self.version"
1698 },
1699 "require-dev": {
1700 "doctrine/data-fixtures": "1.0.*",
1701 "doctrine/dbal": "~2.2",
1702 "doctrine/doctrine-bundle": "~1.2",
1703 "doctrine/orm": "~2.2,>=2.2.3",
1704 "egulias/email-validator": "~1.2",
1705 "ircmaxell/password-compat": "~1.0",
1706 "monolog/monolog": "~1.11",
1707 "ocramius/proxy-manager": "~0.4|~1.0",
1708 "propel/propel1": "~1.6"
1507 }, 1709 },
1508 "type": "library", 1710 "type": "library",
1509 "extra": { 1711 "extra": {
@@ -1513,8 +1715,15 @@
1513 }, 1715 },
1514 "autoload": { 1716 "autoload": {
1515 "psr-0": { 1717 "psr-0": {
1516 "Symfony\\Component\\Yaml\\": "" 1718 "Symfony\\": "src/"
1517 } 1719 },
1720 "classmap": [
1721 "src/Symfony/Component/HttpFoundation/Resources/stubs",
1722 "src/Symfony/Component/Intl/Resources/stubs"
1723 ],
1724 "files": [
1725 "src/Symfony/Component/Intl/Resources/stubs/functions.php"
1726 ]
1518 }, 1727 },
1519 "notification-url": "https://packagist.org/downloads/", 1728 "notification-url": "https://packagist.org/downloads/",
1520 "license": [ 1729 "license": [
@@ -1530,9 +1739,12 @@
1530 "email": "fabien@symfony.com" 1739 "email": "fabien@symfony.com"
1531 } 1740 }
1532 ], 1741 ],
1533 "description": "Symfony Yaml Component", 1742 "description": "The Symfony PHP framework",
1534 "homepage": "http://symfony.com", 1743 "homepage": "http://symfony.com",
1535 "time": "2015-01-03 15:33:07" 1744 "keywords": [
1745 "framework"
1746 ],
1747 "time": "2015-01-07 14:47:29"
1536 }, 1748 },
1537 { 1749 {
1538 "name": "tecnick.com/tcpdf", 1750 "name": "tecnick.com/tcpdf",
@@ -2404,12 +2616,59 @@
2404 "xunit" 2616 "xunit"
2405 ], 2617 ],
2406 "time": "2013-01-13 10:24:48" 2618 "time": "2013-01-13 10:24:48"
2619 },
2620 {
2621 "name": "sensio/generator-bundle",
2622 "version": "v2.5.1",
2623 "target-dir": "Sensio/Bundle/GeneratorBundle",
2624 "source": {
2625 "type": "git",
2626 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
2627 "reference": "9e23fc3de265ae013690d84aab98e7a84f46edcd"
2628 },
2629 "dist": {
2630 "type": "zip",
2631 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/9e23fc3de265ae013690d84aab98e7a84f46edcd",
2632 "reference": "9e23fc3de265ae013690d84aab98e7a84f46edcd",
2633 "shasum": ""
2634 },
2635 "require": {
2636 "symfony/console": "~2.5",
2637 "symfony/framework-bundle": "~2.2"
2638 },
2639 "require-dev": {
2640 "doctrine/orm": "~2.2,>=2.2.3",
2641 "symfony/doctrine-bridge": "~2.2",
2642 "twig/twig": "~1.11"
2643 },
2644 "type": "symfony-bundle",
2645 "extra": {
2646 "branch-alias": {
2647 "dev-master": "2.5.x-dev"
2648 }
2649 },
2650 "autoload": {
2651 "psr-0": {
2652 "Sensio\\Bundle\\GeneratorBundle": ""
2653 }
2654 },
2655 "notification-url": "https://packagist.org/downloads/",
2656 "license": [
2657 "MIT"
2658 ],
2659 "authors": [
2660 {
2661 "name": "Fabien Potencier",
2662 "email": "fabien@symfony.com"
2663 }
2664 ],
2665 "description": "This bundle generates code for you",
2666 "time": "2015-01-13 07:33:46"
2407 } 2667 }
2408 ], 2668 ],
2409 "aliases": [], 2669 "aliases": [],
2410 "minimum-stability": "stable", 2670 "minimum-stability": "stable",
2411 "stability-flags": { 2671 "stability-flags": {
2412 "fabpot/goutte": 20,
2413 "ezyang/htmlpurifier": 20, 2672 "ezyang/htmlpurifier": 20,
2414 "mgargano/simplehtmldom": 20, 2673 "mgargano/simplehtmldom": 20,
2415 "tecnick.com/tcpdf": 20, 2674 "tecnick.com/tcpdf": 20,
@@ -2425,6 +2684,8 @@
2425 }, 2684 },
2426 "prefer-stable": false, 2685 "prefer-stable": false,
2427 "prefer-lowest": false, 2686 "prefer-lowest": false,
2428 "platform": [], 2687 "platform": {
2688 "php": ">=5.3.3"
2689 },
2429 "platform-dev": [] 2690 "platform-dev": []
2430} 2691}