| 1 | { |
| 2 | "_readme": [ |
| 3 | "This file locks the dependencies of your project to a known state", |
| 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" |
| 6 | ], |
| 7 | "hash": "297297b8355018bf874ad9e6c8129078", |
| 8 | "packages": [ |
| 9 | { |
| 10 | "name": "doctrine/annotations", |
| 11 | "version": "v1.2.0", |
| 12 | "source": { |
| 13 | "type": "git", |
| 14 | "url": "https://github.com/doctrine/annotations.git", |
| 15 | "reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd" |
| 16 | }, |
| 17 | "dist": { |
| 18 | "type": "zip", |
| 19 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd", |
| 20 | "reference": "d9b1a37e9351ddde1f19f09a02e3d6ee92e82efd", |
| 21 | "shasum": "" |
| 22 | }, |
| 23 | "require": { |
| 24 | "doctrine/lexer": "1.*", |
| 25 | "php": ">=5.3.2" |
| 26 | }, |
| 27 | "require-dev": { |
| 28 | "doctrine/cache": "1.*", |
| 29 | "phpunit/phpunit": "4.*" |
| 30 | }, |
| 31 | "type": "library", |
| 32 | "extra": { |
| 33 | "branch-alias": { |
| 34 | "dev-master": "1.3.x-dev" |
| 35 | } |
| 36 | }, |
| 37 | "autoload": { |
| 38 | "psr-0": { |
| 39 | "Doctrine\\Common\\Annotations\\": "lib/" |
| 40 | } |
| 41 | }, |
| 42 | "notification-url": "https://packagist.org/downloads/", |
| 43 | "license": [ |
| 44 | "MIT" |
| 45 | ], |
| 46 | "authors": [ |
| 47 | { |
| 48 | "name": "Jonathan Wage", |
| 49 | "email": "jonwage@gmail.com", |
| 50 | "homepage": "http://www.jwage.com/", |
| 51 | "role": "Creator" |
| 52 | }, |
| 53 | { |
| 54 | "name": "Guilherme Blanco", |
| 55 | "email": "guilhermeblanco@gmail.com", |
| 56 | "homepage": "http://www.instaclick.com" |
| 57 | }, |
| 58 | { |
| 59 | "name": "Roman Borschel", |
| 60 | "email": "roman@code-factory.org" |
| 61 | }, |
| 62 | { |
| 63 | "name": "Benjamin Eberlei", |
| 64 | "email": "kontakt@beberlei.de" |
| 65 | }, |
| 66 | { |
| 67 | "name": "Johannes Schmitt", |
| 68 | "email": "schmittjoh@gmail.com", |
| 69 | "homepage": "http://jmsyst.com", |
| 70 | "role": "Developer of wrapped JMSSerializerBundle" |
| 71 | } |
| 72 | ], |
| 73 | "description": "Docblock Annotations Parser", |
| 74 | "homepage": "http://www.doctrine-project.org", |
| 75 | "keywords": [ |
| 76 | "annotations", |
| 77 | "docblock", |
| 78 | "parser" |
| 79 | ], |
| 80 | "time": "2014-07-06 15:52:21" |
| 81 | }, |
| 82 | { |
| 83 | "name": "doctrine/cache", |
| 84 | "version": "v1.3.0", |
| 85 | "source": { |
| 86 | "type": "git", |
| 87 | "url": "https://github.com/doctrine/cache.git", |
| 88 | "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449" |
| 89 | }, |
| 90 | "dist": { |
| 91 | "type": "zip", |
| 92 | "url": "https://api.github.com/repos/doctrine/cache/zipball/e16d7adf45664a50fa86f515b6d5e7f670130449", |
| 93 | "reference": "e16d7adf45664a50fa86f515b6d5e7f670130449", |
| 94 | "shasum": "" |
| 95 | }, |
| 96 | "require": { |
| 97 | "php": ">=5.3.2" |
| 98 | }, |
| 99 | "conflict": { |
| 100 | "doctrine/common": ">2.2,<2.4" |
| 101 | }, |
| 102 | "require-dev": { |
| 103 | "phpunit/phpunit": ">=3.7", |
| 104 | "satooshi/php-coveralls": "~0.6" |
| 105 | }, |
| 106 | "type": "library", |
| 107 | "extra": { |
| 108 | "branch-alias": { |
| 109 | "dev-master": "1.0.x-dev" |
| 110 | } |
| 111 | }, |
| 112 | "autoload": { |
| 113 | "psr-0": { |
| 114 | "Doctrine\\Common\\Cache\\": "lib/" |
| 115 | } |
| 116 | }, |
| 117 | "notification-url": "https://packagist.org/downloads/", |
| 118 | "license": [ |
| 119 | "MIT" |
| 120 | ], |
| 121 | "authors": [ |
| 122 | { |
| 123 | "name": "Jonathan Wage", |
| 124 | "email": "jonwage@gmail.com", |
| 125 | "homepage": "http://www.jwage.com/", |
| 126 | "role": "Creator" |
| 127 | }, |
| 128 | { |
| 129 | "name": "Guilherme Blanco", |
| 130 | "email": "guilhermeblanco@gmail.com", |
| 131 | "homepage": "http://www.instaclick.com" |
| 132 | }, |
| 133 | { |
| 134 | "name": "Roman Borschel", |
| 135 | "email": "roman@code-factory.org" |
| 136 | }, |
| 137 | { |
| 138 | "name": "Benjamin Eberlei", |
| 139 | "email": "kontakt@beberlei.de" |
| 140 | }, |
| 141 | { |
| 142 | "name": "Johannes Schmitt", |
| 143 | "email": "schmittjoh@gmail.com", |
| 144 | "homepage": "http://jmsyst.com", |
| 145 | "role": "Developer of wrapped JMSSerializerBundle" |
| 146 | } |
| 147 | ], |
| 148 | "description": "Caching library offering an object-oriented API for many cache backends", |
| 149 | "homepage": "http://www.doctrine-project.org", |
| 150 | "keywords": [ |
| 151 | "cache", |
| 152 | "caching" |
| 153 | ], |
| 154 | "time": "2013-10-25 19:04:14" |
| 155 | }, |
| 156 | { |
| 157 | "name": "doctrine/collections", |
| 158 | "version": "v1.2", |
| 159 | "source": { |
| 160 | "type": "git", |
| 161 | "url": "https://github.com/doctrine/collections.git", |
| 162 | "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2" |
| 163 | }, |
| 164 | "dist": { |
| 165 | "type": "zip", |
| 166 | "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2", |
| 167 | "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2", |
| 168 | "shasum": "" |
| 169 | }, |
| 170 | "require": { |
| 171 | "php": ">=5.3.2" |
| 172 | }, |
| 173 | "type": "library", |
| 174 | "extra": { |
| 175 | "branch-alias": { |
| 176 | "dev-master": "1.2.x-dev" |
| 177 | } |
| 178 | }, |
| 179 | "autoload": { |
| 180 | "psr-0": { |
| 181 | "Doctrine\\Common\\Collections\\": "lib/" |
| 182 | } |
| 183 | }, |
| 184 | "notification-url": "https://packagist.org/downloads/", |
| 185 | "license": [ |
| 186 | "MIT" |
| 187 | ], |
| 188 | "authors": [ |
| 189 | { |
| 190 | "name": "Jonathan H. Wage", |
| 191 | "email": "jonwage@gmail.com", |
| 192 | "homepage": "http://www.jwage.com/", |
| 193 | "role": "Creator" |
| 194 | }, |
| 195 | { |
| 196 | "name": "Guilherme Blanco", |
| 197 | "email": "guilhermeblanco@gmail.com", |
| 198 | "homepage": "http://www.instaclick.com" |
| 199 | }, |
| 200 | { |
| 201 | "name": "Roman Borschel", |
| 202 | "email": "roman@code-factory.org" |
| 203 | }, |
| 204 | { |
| 205 | "name": "Benjamin Eberlei", |
| 206 | "email": "kontakt@beberlei.de" |
| 207 | }, |
| 208 | { |
| 209 | "name": "Johannes Schmitt", |
| 210 | "email": "schmittjoh@gmail.com", |
| 211 | "homepage": "https://github.com/schmittjoh", |
| 212 | "role": "Developer of wrapped JMSSerializerBundle" |
| 213 | } |
| 214 | ], |
| 215 | "description": "Collections Abstraction library", |
| 216 | "homepage": "http://www.doctrine-project.org", |
| 217 | "keywords": [ |
| 218 | "array", |
| 219 | "collections", |
| 220 | "iterator" |
| 221 | ], |
| 222 | "time": "2014-02-03 23:07:43" |
| 223 | }, |
| 224 | { |
| 225 | "name": "doctrine/common", |
| 226 | "version": "v2.4.2", |
| 227 | "source": { |
| 228 | "type": "git", |
| 229 | "url": "https://github.com/doctrine/common.git", |
| 230 | "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b" |
| 231 | }, |
| 232 | "dist": { |
| 233 | "type": "zip", |
| 234 | "url": "https://api.github.com/repos/doctrine/common/zipball/5db6ab40e4c531f14dad4ca96a394dfce5d4255b", |
| 235 | "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b", |
| 236 | "shasum": "" |
| 237 | }, |
| 238 | "require": { |
| 239 | "doctrine/annotations": "1.*", |
| 240 | "doctrine/cache": "1.*", |
| 241 | "doctrine/collections": "1.*", |
| 242 | "doctrine/inflector": "1.*", |
| 243 | "doctrine/lexer": "1.*", |
| 244 | "php": ">=5.3.2" |
| 245 | }, |
| 246 | "require-dev": { |
| 247 | "phpunit/phpunit": "~3.7" |
| 248 | }, |
| 249 | "type": "library", |
| 250 | "extra": { |
| 251 | "branch-alias": { |
| 252 | "dev-master": "2.4.x-dev" |
| 253 | } |
| 254 | }, |
| 255 | "autoload": { |
| 256 | "psr-0": { |
| 257 | "Doctrine\\Common\\": "lib/" |
| 258 | } |
| 259 | }, |
| 260 | "notification-url": "https://packagist.org/downloads/", |
| 261 | "license": [ |
| 262 | "MIT" |
| 263 | ], |
| 264 | "authors": [ |
| 265 | { |
| 266 | "name": "Jonathan Wage", |
| 267 | "email": "jonwage@gmail.com", |
| 268 | "homepage": "http://www.jwage.com/", |
| 269 | "role": "Creator" |
| 270 | }, |
| 271 | { |
| 272 | "name": "Guilherme Blanco", |
| 273 | "email": "guilhermeblanco@gmail.com", |
| 274 | "homepage": "http://www.instaclick.com" |
| 275 | }, |
| 276 | { |
| 277 | "name": "Roman Borschel", |
| 278 | "email": "roman@code-factory.org" |
| 279 | }, |
| 280 | { |
| 281 | "name": "Benjamin Eberlei", |
| 282 | "email": "kontakt@beberlei.de" |
| 283 | }, |
| 284 | { |
| 285 | "name": "Johannes Schmitt", |
| 286 | "email": "schmittjoh@gmail.com", |
| 287 | "homepage": "http://jmsyst.com", |
| 288 | "role": "Developer of wrapped JMSSerializerBundle" |
| 289 | } |
| 290 | ], |
| 291 | "description": "Common Library for Doctrine projects", |
| 292 | "homepage": "http://www.doctrine-project.org", |
| 293 | "keywords": [ |
| 294 | "annotations", |
| 295 | "collections", |
| 296 | "eventmanager", |
| 297 | "persistence", |
| 298 | "spl" |
| 299 | ], |
| 300 | "time": "2014-05-21 19:28:51" |
| 301 | }, |
| 302 | { |
| 303 | "name": "doctrine/dbal", |
| 304 | "version": "v2.4.2", |
| 305 | "source": { |
| 306 | "type": "git", |
| 307 | "url": "https://github.com/doctrine/dbal.git", |
| 308 | "reference": "fec965d330c958e175c39e61c3f6751955af32d0" |
| 309 | }, |
| 310 | "dist": { |
| 311 | "type": "zip", |
| 312 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/fec965d330c958e175c39e61c3f6751955af32d0", |
| 313 | "reference": "fec965d330c958e175c39e61c3f6751955af32d0", |
| 314 | "shasum": "" |
| 315 | }, |
| 316 | "require": { |
| 317 | "doctrine/common": "~2.4", |
| 318 | "php": ">=5.3.2" |
| 319 | }, |
| 320 | "require-dev": { |
| 321 | "phpunit/phpunit": "3.7.*", |
| 322 | "symfony/console": "~2.0" |
| 323 | }, |
| 324 | "suggest": { |
| 325 | "symfony/console": "Allows use of the command line interface" |
| 326 | }, |
| 327 | "type": "library", |
| 328 | "autoload": { |
| 329 | "psr-0": { |
| 330 | "Doctrine\\DBAL\\": "lib/" |
| 331 | } |
| 332 | }, |
| 333 | "notification-url": "https://packagist.org/downloads/", |
| 334 | "license": [ |
| 335 | "MIT" |
| 336 | ], |
| 337 | "authors": [ |
| 338 | { |
| 339 | "name": "Jonathan Wage", |
| 340 | "email": "jonwage@gmail.com", |
| 341 | "homepage": "http://www.jwage.com/", |
| 342 | "role": "Creator" |
| 343 | }, |
| 344 | { |
| 345 | "name": "Guilherme Blanco", |
| 346 | "email": "guilhermeblanco@gmail.com", |
| 347 | "homepage": "http://www.instaclick.com" |
| 348 | }, |
| 349 | { |
| 350 | "name": "Roman Borschel", |
| 351 | "email": "roman@code-factory.org" |
| 352 | }, |
| 353 | { |
| 354 | "name": "Benjamin Eberlei", |
| 355 | "email": "kontakt@beberlei.de" |
| 356 | } |
| 357 | ], |
| 358 | "description": "Database Abstraction Layer", |
| 359 | "homepage": "http://www.doctrine-project.org", |
| 360 | "keywords": [ |
| 361 | "database", |
| 362 | "dbal", |
| 363 | "persistence", |
| 364 | "queryobject" |
| 365 | ], |
| 366 | "time": "2014-01-01 16:43:57" |
| 367 | }, |
| 368 | { |
| 369 | "name": "doctrine/doctrine-bundle", |
| 370 | "version": "v1.2.0", |
| 371 | "target-dir": "Doctrine/Bundle/DoctrineBundle", |
| 372 | "source": { |
| 373 | "type": "git", |
| 374 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
| 375 | "reference": "765b0d87fcc3e839c74817b7211258cbef3a4fb9" |
| 376 | }, |
| 377 | "dist": { |
| 378 | "type": "zip", |
| 379 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/765b0d87fcc3e839c74817b7211258cbef3a4fb9", |
| 380 | "reference": "765b0d87fcc3e839c74817b7211258cbef3a4fb9", |
| 381 | "shasum": "" |
| 382 | }, |
| 383 | "require": { |
| 384 | "doctrine/dbal": ">=2.2,<2.5-dev", |
| 385 | "jdorn/sql-formatter": "~1.1", |
| 386 | "php": ">=5.3.2", |
| 387 | "symfony/doctrine-bridge": "~2.2", |
| 388 | "symfony/framework-bundle": "~2.2" |
| 389 | }, |
| 390 | "require-dev": { |
| 391 | "doctrine/orm": ">=2.2,<2.5-dev", |
| 392 | "symfony/validator": "~2.2", |
| 393 | "symfony/yaml": "~2.2" |
| 394 | }, |
| 395 | "suggest": { |
| 396 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
| 397 | "symfony/web-profiler-bundle": "to use the data collector" |
| 398 | }, |
| 399 | "type": "symfony-bundle", |
| 400 | "extra": { |
| 401 | "branch-alias": { |
| 402 | "dev-master": "1.2.x-dev" |
| 403 | } |
| 404 | }, |
| 405 | "autoload": { |
| 406 | "psr-0": { |
| 407 | "Doctrine\\Bundle\\DoctrineBundle": "" |
| 408 | } |
| 409 | }, |
| 410 | "notification-url": "https://packagist.org/downloads/", |
| 411 | "license": [ |
| 412 | "MIT" |
| 413 | ], |
| 414 | "authors": [ |
| 415 | { |
| 416 | "name": "Fabien Potencier", |
| 417 | "email": "fabien@symfony.com", |
| 418 | "homepage": "http://fabien.potencier.org", |
| 419 | "role": "Lead Developer" |
| 420 | }, |
| 421 | { |
| 422 | "name": "Symfony Community", |
| 423 | "homepage": "http://symfony.com/contributors" |
| 424 | }, |
| 425 | { |
| 426 | "name": "Benjamin Eberlei", |
| 427 | "email": "kontakt@beberlei.de" |
| 428 | } |
| 429 | ], |
| 430 | "description": "Symfony DoctrineBundle", |
| 431 | "homepage": "http://www.doctrine-project.org", |
| 432 | "keywords": [ |
| 433 | "database", |
| 434 | "dbal", |
| 435 | "orm", |
| 436 | "persistence" |
| 437 | ], |
| 438 | "time": "2013-03-25 20:13:59" |
| 439 | }, |
| 440 | { |
| 441 | "name": "doctrine/inflector", |
| 442 | "version": "v1.0", |
| 443 | "source": { |
| 444 | "type": "git", |
| 445 | "url": "https://github.com/doctrine/inflector.git", |
| 446 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08" |
| 447 | }, |
| 448 | "dist": { |
| 449 | "type": "zip", |
| 450 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08", |
| 451 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08", |
| 452 | "shasum": "" |
| 453 | }, |
| 454 | "require": { |
| 455 | "php": ">=5.3.2" |
| 456 | }, |
| 457 | "type": "library", |
| 458 | "autoload": { |
| 459 | "psr-0": { |
| 460 | "Doctrine\\Common\\Inflector\\": "lib/" |
| 461 | } |
| 462 | }, |
| 463 | "notification-url": "https://packagist.org/downloads/", |
| 464 | "license": [ |
| 465 | "MIT" |
| 466 | ], |
| 467 | "authors": [ |
| 468 | { |
| 469 | "name": "Jonathan Wage", |
| 470 | "email": "jonwage@gmail.com", |
| 471 | "homepage": "http://www.jwage.com/", |
| 472 | "role": "Creator" |
| 473 | }, |
| 474 | { |
| 475 | "name": "Guilherme Blanco", |
| 476 | "email": "guilhermeblanco@gmail.com", |
| 477 | "homepage": "http://www.instaclick.com" |
| 478 | }, |
| 479 | { |
| 480 | "name": "Roman Borschel", |
| 481 | "email": "roman@code-factory.org" |
| 482 | }, |
| 483 | { |
| 484 | "name": "Benjamin Eberlei", |
| 485 | "email": "kontakt@beberlei.de" |
| 486 | }, |
| 487 | { |
| 488 | "name": "Johannes M. Schmitt", |
| 489 | "email": "schmittjoh@gmail.com", |
| 490 | "homepage": "http://jmsyst.com", |
| 491 | "role": "Developer of wrapped JMSSerializerBundle" |
| 492 | } |
| 493 | ], |
| 494 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
| 495 | "homepage": "http://www.doctrine-project.org", |
| 496 | "keywords": [ |
| 497 | "inflection", |
| 498 | "pluarlize", |
| 499 | "singuarlize", |
| 500 | "string" |
| 501 | ], |
| 502 | "time": "2013-01-10 21:49:15" |
| 503 | }, |
| 504 | { |
| 505 | "name": "doctrine/lexer", |
| 506 | "version": "v1.0", |
| 507 | "source": { |
| 508 | "type": "git", |
| 509 | "url": "https://github.com/doctrine/lexer.git", |
| 510 | "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb" |
| 511 | }, |
| 512 | "dist": { |
| 513 | "type": "zip", |
| 514 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb", |
| 515 | "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb", |
| 516 | "shasum": "" |
| 517 | }, |
| 518 | "require": { |
| 519 | "php": ">=5.3.2" |
| 520 | }, |
| 521 | "type": "library", |
| 522 | "autoload": { |
| 523 | "psr-0": { |
| 524 | "Doctrine\\Common\\Lexer\\": "lib/" |
| 525 | } |
| 526 | }, |
| 527 | "notification-url": "https://packagist.org/downloads/", |
| 528 | "license": [ |
| 529 | "MIT" |
| 530 | ], |
| 531 | "authors": [ |
| 532 | { |
| 533 | "name": "Guilherme Blanco", |
| 534 | "email": "guilhermeblanco@gmail.com", |
| 535 | "homepage": "http://www.instaclick.com" |
| 536 | }, |
| 537 | { |
| 538 | "name": "Roman Borschel", |
| 539 | "email": "roman@code-factory.org" |
| 540 | }, |
| 541 | { |
| 542 | "name": "Johannes Schmitt", |
| 543 | "email": "schmittjoh@gmail.com", |
| 544 | "homepage": "http://jmsyst.com", |
| 545 | "role": "Developer of wrapped JMSSerializerBundle" |
| 546 | } |
| 547 | ], |
| 548 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
| 549 | "homepage": "http://www.doctrine-project.org", |
| 550 | "keywords": [ |
| 551 | "lexer", |
| 552 | "parser" |
| 553 | ], |
| 554 | "time": "2013-01-12 18:59:04" |
| 555 | }, |
| 556 | { |
| 557 | "name": "doctrine/orm", |
| 558 | "version": "v2.4.4", |
| 559 | "source": { |
| 560 | "type": "git", |
| 561 | "url": "https://github.com/doctrine/doctrine2.git", |
| 562 | "reference": "fc19c3b53dcd00e6584db40669fdd699c4671f97" |
| 563 | }, |
| 564 | "dist": { |
| 565 | "type": "zip", |
| 566 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/fc19c3b53dcd00e6584db40669fdd699c4671f97", |
| 567 | "reference": "fc19c3b53dcd00e6584db40669fdd699c4671f97", |
| 568 | "shasum": "" |
| 569 | }, |
| 570 | "require": { |
| 571 | "doctrine/collections": "~1.1", |
| 572 | "doctrine/dbal": "~2.4", |
| 573 | "ext-pdo": "*", |
| 574 | "php": ">=5.3.2", |
| 575 | "symfony/console": "~2.0" |
| 576 | }, |
| 577 | "require-dev": { |
| 578 | "satooshi/php-coveralls": "dev-master", |
| 579 | "symfony/yaml": "~2.1" |
| 580 | }, |
| 581 | "suggest": { |
| 582 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
| 583 | }, |
| 584 | "bin": [ |
| 585 | "bin/doctrine", |
| 586 | "bin/doctrine.php" |
| 587 | ], |
| 588 | "type": "library", |
| 589 | "extra": { |
| 590 | "branch-alias": { |
| 591 | "dev-master": "2.4.x-dev" |
| 592 | } |
| 593 | }, |
| 594 | "autoload": { |
| 595 | "psr-0": { |
| 596 | "Doctrine\\ORM\\": "lib/" |
| 597 | } |
| 598 | }, |
| 599 | "notification-url": "https://packagist.org/downloads/", |
| 600 | "license": [ |
| 601 | "MIT" |
| 602 | ], |
| 603 | "authors": [ |
| 604 | { |
| 605 | "name": "Jonathan Wage", |
| 606 | "email": "jonwage@gmail.com", |
| 607 | "homepage": "http://www.jwage.com/", |
| 608 | "role": "Creator" |
| 609 | }, |
| 610 | { |
| 611 | "name": "Guilherme Blanco", |
| 612 | "email": "guilhermeblanco@gmail.com", |
| 613 | "homepage": "http://www.instaclick.com" |
| 614 | }, |
| 615 | { |
| 616 | "name": "Roman Borschel", |
| 617 | "email": "roman@code-factory.org" |
| 618 | }, |
| 619 | { |
| 620 | "name": "Benjamin Eberlei", |
| 621 | "email": "kontakt@beberlei.de" |
| 622 | } |
| 623 | ], |
| 624 | "description": "Object-Relational-Mapper for PHP", |
| 625 | "homepage": "http://www.doctrine-project.org", |
| 626 | "keywords": [ |
| 627 | "database", |
| 628 | "orm" |
| 629 | ], |
| 630 | "time": "2014-07-11 03:05:53" |
| 631 | }, |
| 632 | { |
| 633 | "name": "friendsofsymfony/user-bundle", |
| 634 | "version": "dev-master", |
| 635 | "target-dir": "FOS/UserBundle", |
| 636 | "source": { |
| 637 | "type": "git", |
| 638 | "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git", |
| 639 | "reference": "ef7ca325929ff102fff521653a2e3b88c7a40361" |
| 640 | }, |
| 641 | "dist": { |
| 642 | "type": "zip", |
| 643 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/ef7ca325929ff102fff521653a2e3b88c7a40361", |
| 644 | "reference": "ef7ca325929ff102fff521653a2e3b88c7a40361", |
| 645 | "shasum": "" |
| 646 | }, |
| 647 | "require": { |
| 648 | "php": ">=5.3.2", |
| 649 | "symfony/form": "~2.1", |
| 650 | "symfony/framework-bundle": "~2.1", |
| 651 | "symfony/security-bundle": "~2.1" |
| 652 | }, |
| 653 | "require-dev": { |
| 654 | "doctrine/doctrine-bundle": "*", |
| 655 | "swiftmailer/swiftmailer": ">=4.3, <6.0", |
| 656 | "symfony/validator": "~2.1", |
| 657 | "symfony/yaml": "~2.1", |
| 658 | "twig/twig": "~1.5", |
| 659 | "willdurand/propel-typehintable-behavior": "dev-master" |
| 660 | }, |
| 661 | "suggest": { |
| 662 | "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation" |
| 663 | }, |
| 664 | "type": "symfony-bundle", |
| 665 | "extra": { |
| 666 | "branch-alias": { |
| 667 | "dev-master": "2.0.x-dev" |
| 668 | } |
| 669 | }, |
| 670 | "autoload": { |
| 671 | "psr-0": { |
| 672 | "FOS\\UserBundle": "" |
| 673 | } |
| 674 | }, |
| 675 | "notification-url": "https://packagist.org/downloads/", |
| 676 | "license": [ |
| 677 | "MIT" |
| 678 | ], |
| 679 | "authors": [ |
| 680 | { |
| 681 | "name": "Christophe Coevoet", |
| 682 | "email": "stof@notk.org" |
| 683 | }, |
| 684 | { |
| 685 | "name": "Thibault Duplessis", |
| 686 | "email": "thibault.duplessis@gmail.com", |
| 687 | "homepage": "http://ornicar.github.com" |
| 688 | }, |
| 689 | { |
| 690 | "name": "FriendsOfSymfony Community", |
| 691 | "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors" |
| 692 | } |
| 693 | ], |
| 694 | "description": "Symfony FOSUserBundle", |
| 695 | "homepage": "http://friendsofsymfony.github.com", |
| 696 | "keywords": [ |
| 697 | "User management" |
| 698 | ], |
| 699 | "time": "2014-07-09 10:33:42" |
| 700 | }, |
| 701 | { |
| 702 | "name": "incenteev/composer-parameter-handler", |
| 703 | "version": "v2.1.0", |
| 704 | "target-dir": "Incenteev/ParameterHandler", |
| 705 | "source": { |
| 706 | "type": "git", |
| 707 | "url": "https://github.com/Incenteev/ParameterHandler.git", |
| 708 | "reference": "143272a0a09c62616a3c8011fc165a10c6b35241" |
| 709 | }, |
| 710 | "dist": { |
| 711 | "type": "zip", |
| 712 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/143272a0a09c62616a3c8011fc165a10c6b35241", |
| 713 | "reference": "143272a0a09c62616a3c8011fc165a10c6b35241", |
| 714 | "shasum": "" |
| 715 | }, |
| 716 | "require": { |
| 717 | "php": ">=5.3.3", |
| 718 | "symfony/yaml": "~2.0" |
| 719 | }, |
| 720 | "require-dev": { |
| 721 | "composer/composer": "1.0.*@dev", |
| 722 | "phpspec/prophecy-phpunit": "~1.0", |
| 723 | "symfony/filesystem": "~2.2" |
| 724 | }, |
| 725 | "type": "library", |
| 726 | "extra": { |
| 727 | "branch-alias": { |
| 728 | "dev-master": "2.1.x-dev" |
| 729 | } |
| 730 | }, |
| 731 | "autoload": { |
| 732 | "psr-0": { |
| 733 | "Incenteev\\ParameterHandler": "" |
| 734 | } |
| 735 | }, |
| 736 | "notification-url": "https://packagist.org/downloads/", |
| 737 | "license": [ |
| 738 | "MIT" |
| 739 | ], |
| 740 | "authors": [ |
| 741 | { |
| 742 | "name": "Christophe Coevoet", |
| 743 | "email": "stof@notk.org" |
| 744 | } |
| 745 | ], |
| 746 | "description": "Composer script handling your ignored parameter file", |
| 747 | "homepage": "https://github.com/Incenteev/ParameterHandler", |
| 748 | "keywords": [ |
| 749 | "parameters management" |
| 750 | ], |
| 751 | "time": "2013-12-07 10:10:39" |
| 752 | }, |
| 753 | { |
| 754 | "name": "jdorn/sql-formatter", |
| 755 | "version": "v1.2.17", |
| 756 | "source": { |
| 757 | "type": "git", |
| 758 | "url": "https://github.com/jdorn/sql-formatter.git", |
| 759 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
| 760 | }, |
| 761 | "dist": { |
| 762 | "type": "zip", |
| 763 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
| 764 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
| 765 | "shasum": "" |
| 766 | }, |
| 767 | "require": { |
| 768 | "php": ">=5.2.4" |
| 769 | }, |
| 770 | "require-dev": { |
| 771 | "phpunit/phpunit": "3.7.*" |
| 772 | }, |
| 773 | "type": "library", |
| 774 | "extra": { |
| 775 | "branch-alias": { |
| 776 | "dev-master": "1.3.x-dev" |
| 777 | } |
| 778 | }, |
| 779 | "autoload": { |
| 780 | "classmap": [ |
| 781 | "lib" |
| 782 | ] |
| 783 | }, |
| 784 | "notification-url": "https://packagist.org/downloads/", |
| 785 | "license": [ |
| 786 | "MIT" |
| 787 | ], |
| 788 | "authors": [ |
| 789 | { |
| 790 | "name": "Jeremy Dorn", |
| 791 | "email": "jeremy@jeremydorn.com", |
| 792 | "homepage": "http://jeremydorn.com/" |
| 793 | } |
| 794 | ], |
| 795 | "description": "a PHP SQL highlighting library", |
| 796 | "homepage": "https://github.com/jdorn/sql-formatter/", |
| 797 | "keywords": [ |
| 798 | "highlight", |
| 799 | "sql" |
| 800 | ], |
| 801 | "time": "2014-01-12 16:20:24" |
| 802 | }, |
| 803 | { |
| 804 | "name": "kriswallsmith/assetic", |
| 805 | "version": "v1.1.2", |
| 806 | "source": { |
| 807 | "type": "git", |
| 808 | "url": "https://github.com/kriswallsmith/assetic.git", |
| 809 | "reference": "735cffd3982c6e8cdebe292d5db39d077f65890f" |
| 810 | }, |
| 811 | "dist": { |
| 812 | "type": "zip", |
| 813 | "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/735cffd3982c6e8cdebe292d5db39d077f65890f", |
| 814 | "reference": "735cffd3982c6e8cdebe292d5db39d077f65890f", |
| 815 | "shasum": "" |
| 816 | }, |
| 817 | "require": { |
| 818 | "php": ">=5.3.1", |
| 819 | "symfony/process": "~2.1" |
| 820 | }, |
| 821 | "require-dev": { |
| 822 | "cssmin/cssmin": "*", |
| 823 | "joliclic/javascript-packer": "*", |
| 824 | "kamicane/packager": "*", |
| 825 | "leafo/lessphp": "*", |
| 826 | "leafo/scssphp": "*", |
| 827 | "leafo/scssphp-compass": "*", |
| 828 | "mrclay/minify": "*", |
| 829 | "phpunit/phpunit": "~3.7", |
| 830 | "ptachoire/cssembed": "*", |
| 831 | "twig/twig": "~1.6" |
| 832 | }, |
| 833 | "suggest": { |
| 834 | "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler", |
| 835 | "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler", |
| 836 | "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin", |
| 837 | "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris", |
| 838 | "twig/twig": "Assetic provides the integration with the Twig templating engine" |
| 839 | }, |
| 840 | "type": "library", |
| 841 | "extra": { |
| 842 | "branch-alias": { |
| 843 | "dev-master": "1.1-dev" |
| 844 | } |
| 845 | }, |
| 846 | "autoload": { |
| 847 | "psr-0": { |
| 848 | "Assetic": "src/" |
| 849 | }, |
| 850 | "files": [ |
| 851 | "src/functions.php" |
| 852 | ] |
| 853 | }, |
| 854 | "notification-url": "https://packagist.org/downloads/", |
| 855 | "license": [ |
| 856 | "MIT" |
| 857 | ], |
| 858 | "authors": [ |
| 859 | { |
| 860 | "name": "Kris Wallsmith", |
| 861 | "email": "kris.wallsmith@gmail.com", |
| 862 | "homepage": "http://kriswallsmith.net/" |
| 863 | } |
| 864 | ], |
| 865 | "description": "Asset Management for PHP", |
| 866 | "homepage": "https://github.com/kriswallsmith/assetic", |
| 867 | "keywords": [ |
| 868 | "assets", |
| 869 | "compression", |
| 870 | "minification" |
| 871 | ], |
| 872 | "time": "2013-07-19 00:03:27" |
| 873 | }, |
| 874 | { |
| 875 | "name": "monolog/monolog", |
| 876 | "version": "1.10.0", |
| 877 | "source": { |
| 878 | "type": "git", |
| 879 | "url": "https://github.com/Seldaek/monolog.git", |
| 880 | "reference": "25b16e801979098cb2f120e697bfce454b18bf23" |
| 881 | }, |
| 882 | "dist": { |
| 883 | "type": "zip", |
| 884 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/25b16e801979098cb2f120e697bfce454b18bf23", |
| 885 | "reference": "25b16e801979098cb2f120e697bfce454b18bf23", |
| 886 | "shasum": "" |
| 887 | }, |
| 888 | "require": { |
| 889 | "php": ">=5.3.0", |
| 890 | "psr/log": "~1.0" |
| 891 | }, |
| 892 | "require-dev": { |
| 893 | "aws/aws-sdk-php": "~2.4, >2.4.8", |
| 894 | "doctrine/couchdb": "~1.0@dev", |
| 895 | "graylog2/gelf-php": "~1.0", |
| 896 | "phpunit/phpunit": "~3.7.0", |
| 897 | "raven/raven": "~0.5", |
| 898 | "ruflin/elastica": "0.90.*" |
| 899 | }, |
| 900 | "suggest": { |
| 901 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
| 902 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
| 903 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
| 904 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
| 905 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
| 906 | "raven/raven": "Allow sending log messages to a Sentry server", |
| 907 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
| 908 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server" |
| 909 | }, |
| 910 | "type": "library", |
| 911 | "extra": { |
| 912 | "branch-alias": { |
| 913 | "dev-master": "1.10.x-dev" |
| 914 | } |
| 915 | }, |
| 916 | "autoload": { |
| 917 | "psr-4": { |
| 918 | "Monolog\\": "src/Monolog" |
| 919 | } |
| 920 | }, |
| 921 | "notification-url": "https://packagist.org/downloads/", |
| 922 | "license": [ |
| 923 | "MIT" |
| 924 | ], |
| 925 | "authors": [ |
| 926 | { |
| 927 | "name": "Jordi Boggiano", |
| 928 | "email": "j.boggiano@seld.be", |
| 929 | "homepage": "http://seld.be", |
| 930 | "role": "Developer" |
| 931 | } |
| 932 | ], |
| 933 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
| 934 | "homepage": "http://github.com/Seldaek/monolog", |
| 935 | "keywords": [ |
| 936 | "log", |
| 937 | "logging", |
| 938 | "psr-3" |
| 939 | ], |
| 940 | "time": "2014-06-04 16:30:04" |
| 941 | }, |
| 942 | { |
| 943 | "name": "psr/log", |
| 944 | "version": "1.0.0", |
| 945 | "source": { |
| 946 | "type": "git", |
| 947 | "url": "https://github.com/php-fig/log.git", |
| 948 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
| 949 | }, |
| 950 | "dist": { |
| 951 | "type": "zip", |
| 952 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
| 953 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
| 954 | "shasum": "" |
| 955 | }, |
| 956 | "type": "library", |
| 957 | "autoload": { |
| 958 | "psr-0": { |
| 959 | "Psr\\Log\\": "" |
| 960 | } |
| 961 | }, |
| 962 | "notification-url": "https://packagist.org/downloads/", |
| 963 | "license": [ |
| 964 | "MIT" |
| 965 | ], |
| 966 | "authors": [ |
| 967 | { |
| 968 | "name": "PHP-FIG", |
| 969 | "homepage": "http://www.php-fig.org/" |
| 970 | } |
| 971 | ], |
| 972 | "description": "Common interface for logging libraries", |
| 973 | "keywords": [ |
| 974 | "log", |
| 975 | "psr", |
| 976 | "psr-3" |
| 977 | ], |
| 978 | "time": "2012-12-21 11:40:51" |
| 979 | }, |
| 980 | { |
| 981 | "name": "sensio/distribution-bundle", |
| 982 | "version": "v2.3.4", |
| 983 | "target-dir": "Sensio/Bundle/DistributionBundle", |
| 984 | "source": { |
| 985 | "type": "git", |
| 986 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", |
| 987 | "reference": "66df91b4bd637a83299d8072aed3658bfd3b3021" |
| 988 | }, |
| 989 | "dist": { |
| 990 | "type": "zip", |
| 991 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/66df91b4bd637a83299d8072aed3658bfd3b3021", |
| 992 | "reference": "66df91b4bd637a83299d8072aed3658bfd3b3021", |
| 993 | "shasum": "" |
| 994 | }, |
| 995 | "require": { |
| 996 | "symfony/framework-bundle": "~2.2" |
| 997 | }, |
| 998 | "type": "symfony-bundle", |
| 999 | "extra": { |
| 1000 | "branch-alias": { |
| 1001 | "dev-master": "2.3.x-dev" |
| 1002 | } |
| 1003 | }, |
| 1004 | "autoload": { |
| 1005 | "psr-0": { |
| 1006 | "Sensio\\Bundle\\DistributionBundle": "" |
| 1007 | } |
| 1008 | }, |
| 1009 | "notification-url": "https://packagist.org/downloads/", |
| 1010 | "license": [ |
| 1011 | "MIT" |
| 1012 | ], |
| 1013 | "authors": [ |
| 1014 | { |
| 1015 | "name": "Fabien Potencier", |
| 1016 | "email": "fabien@symfony.com", |
| 1017 | "homepage": "http://fabien.potencier.org", |
| 1018 | "role": "Lead Developer" |
| 1019 | } |
| 1020 | ], |
| 1021 | "description": "The base bundle for the Symfony Distributions", |
| 1022 | "keywords": [ |
| 1023 | "configuration", |
| 1024 | "distribution" |
| 1025 | ], |
| 1026 | "time": "2013-08-22 05:04:53" |
| 1027 | }, |
| 1028 | { |
| 1029 | "name": "sensio/framework-extra-bundle", |
| 1030 | "version": "v3.0.1", |
| 1031 | "target-dir": "Sensio/Bundle/FrameworkExtraBundle", |
| 1032 | "source": { |
| 1033 | "type": "git", |
| 1034 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
| 1035 | "reference": "dbc1e5aa830f3bf8063b29102add3c1e476d616e" |
| 1036 | }, |
| 1037 | "dist": { |
| 1038 | "type": "zip", |
| 1039 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/dbc1e5aa830f3bf8063b29102add3c1e476d616e", |
| 1040 | "reference": "dbc1e5aa830f3bf8063b29102add3c1e476d616e", |
| 1041 | "shasum": "" |
| 1042 | }, |
| 1043 | "require": { |
| 1044 | "doctrine/common": "~2.2", |
| 1045 | "symfony/framework-bundle": "~2.5" |
| 1046 | }, |
| 1047 | "require-dev": { |
| 1048 | "symfony/expression-language": "~2.4", |
| 1049 | "symfony/security-bundle": "~2.4" |
| 1050 | }, |
| 1051 | "suggest": { |
| 1052 | "symfony/expression-language": "", |
| 1053 | "symfony/security-bundle": "" |
| 1054 | }, |
| 1055 | "type": "symfony-bundle", |
| 1056 | "extra": { |
| 1057 | "branch-alias": { |
| 1058 | "dev-master": "3.0.x-dev" |
| 1059 | } |
| 1060 | }, |
| 1061 | "autoload": { |
| 1062 | "psr-0": { |
| 1063 | "Sensio\\Bundle\\FrameworkExtraBundle": "" |
| 1064 | } |
| 1065 | }, |
| 1066 | "notification-url": "https://packagist.org/downloads/", |
| 1067 | "license": [ |
| 1068 | "MIT" |
| 1069 | ], |
| 1070 | "authors": [ |
| 1071 | { |
| 1072 | "name": "Fabien Potencier", |
| 1073 | "email": "fabien@symfony.com", |
| 1074 | "homepage": "http://fabien.potencier.org", |
| 1075 | "role": "Lead Developer" |
| 1076 | } |
| 1077 | ], |
| 1078 | "description": "This bundle provides a way to configure your controllers with annotations", |
| 1079 | "keywords": [ |
| 1080 | "annotations", |
| 1081 | "controllers" |
| 1082 | ], |
| 1083 | "time": "2014-05-22 23:27:44" |
| 1084 | }, |
| 1085 | { |
| 1086 | "name": "sensio/generator-bundle", |
| 1087 | "version": "v2.3.5", |
| 1088 | "target-dir": "Sensio/Bundle/GeneratorBundle", |
| 1089 | "source": { |
| 1090 | "type": "git", |
| 1091 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", |
| 1092 | "reference": "8b7a33aa3d22388443b6de0b0cf184122e9f60d2" |
| 1093 | }, |
| 1094 | "dist": { |
| 1095 | "type": "zip", |
| 1096 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/8b7a33aa3d22388443b6de0b0cf184122e9f60d2", |
| 1097 | "reference": "8b7a33aa3d22388443b6de0b0cf184122e9f60d2", |
| 1098 | "shasum": "" |
| 1099 | }, |
| 1100 | "require": { |
| 1101 | "symfony/console": "~2.0", |
| 1102 | "symfony/framework-bundle": "~2.2" |
| 1103 | }, |
| 1104 | "require-dev": { |
| 1105 | "doctrine/orm": "~2.2,>=2.2.3", |
| 1106 | "symfony/doctrine-bridge": "~2.2", |
| 1107 | "twig/twig": "~1.11" |
| 1108 | }, |
| 1109 | "type": "symfony-bundle", |
| 1110 | "extra": { |
| 1111 | "branch-alias": { |
| 1112 | "dev-master": "2.3.x-dev" |
| 1113 | } |
| 1114 | }, |
| 1115 | "autoload": { |
| 1116 | "psr-0": { |
| 1117 | "Sensio\\Bundle\\GeneratorBundle": "" |
| 1118 | } |
| 1119 | }, |
| 1120 | "notification-url": "https://packagist.org/downloads/", |
| 1121 | "license": [ |
| 1122 | "MIT" |
| 1123 | ], |
| 1124 | "authors": [ |
| 1125 | { |
| 1126 | "name": "Fabien Potencier", |
| 1127 | "email": "fabien@symfony.com", |
| 1128 | "homepage": "http://fabien.potencier.org", |
| 1129 | "role": "Lead Developer" |
| 1130 | } |
| 1131 | ], |
| 1132 | "description": "This bundle generates code for you", |
| 1133 | "time": "2014-04-28 14:01:06" |
| 1134 | }, |
| 1135 | { |
| 1136 | "name": "swiftmailer/swiftmailer", |
| 1137 | "version": "v5.2.1", |
| 1138 | "source": { |
| 1139 | "type": "git", |
| 1140 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
| 1141 | "reference": "2b9af56cc676c338d52fca4c657e5bdff73bb7af" |
| 1142 | }, |
| 1143 | "dist": { |
| 1144 | "type": "zip", |
| 1145 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/2b9af56cc676c338d52fca4c657e5bdff73bb7af", |
| 1146 | "reference": "2b9af56cc676c338d52fca4c657e5bdff73bb7af", |
| 1147 | "shasum": "" |
| 1148 | }, |
| 1149 | "require": { |
| 1150 | "php": ">=5.2.4" |
| 1151 | }, |
| 1152 | "require-dev": { |
| 1153 | "mockery/mockery": "~0.9.1" |
| 1154 | }, |
| 1155 | "type": "library", |
| 1156 | "extra": { |
| 1157 | "branch-alias": { |
| 1158 | "dev-master": "5.2-dev" |
| 1159 | } |
| 1160 | }, |
| 1161 | "autoload": { |
| 1162 | "files": [ |
| 1163 | "lib/swift_required.php" |
| 1164 | ] |
| 1165 | }, |
| 1166 | "notification-url": "https://packagist.org/downloads/", |
| 1167 | "license": [ |
| 1168 | "MIT" |
| 1169 | ], |
| 1170 | "authors": [ |
| 1171 | { |
| 1172 | "name": "Fabien Potencier", |
| 1173 | "email": "fabien@symfony.com", |
| 1174 | "homepage": "http://fabien.potencier.org", |
| 1175 | "role": "Lead Developer" |
| 1176 | }, |
| 1177 | { |
| 1178 | "name": "Chris Corbyn" |
| 1179 | } |
| 1180 | ], |
| 1181 | "description": "Swiftmailer, free feature-rich PHP mailer", |
| 1182 | "homepage": "http://swiftmailer.org", |
| 1183 | "keywords": [ |
| 1184 | "mail", |
| 1185 | "mailer" |
| 1186 | ], |
| 1187 | "time": "2014-06-13 11:44:54" |
| 1188 | }, |
| 1189 | { |
| 1190 | "name": "symfony/assetic-bundle", |
| 1191 | "version": "v2.3.0", |
| 1192 | "target-dir": "Symfony/Bundle/AsseticBundle", |
| 1193 | "source": { |
| 1194 | "type": "git", |
| 1195 | "url": "https://github.com/symfony/AsseticBundle.git", |
| 1196 | "reference": "146dd3cb46b302bd471560471c6aaa930483dac1" |
| 1197 | }, |
| 1198 | "dist": { |
| 1199 | "type": "zip", |
| 1200 | "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/146dd3cb46b302bd471560471c6aaa930483dac1", |
| 1201 | "reference": "146dd3cb46b302bd471560471c6aaa930483dac1", |
| 1202 | "shasum": "" |
| 1203 | }, |
| 1204 | "require": { |
| 1205 | "kriswallsmith/assetic": "~1.1", |
| 1206 | "php": ">=5.3.0", |
| 1207 | "symfony/framework-bundle": "~2.1" |
| 1208 | }, |
| 1209 | "require-dev": { |
| 1210 | "symfony/class-loader": "~2.1", |
| 1211 | "symfony/console": "~2.1", |
| 1212 | "symfony/css-selector": "~2.1", |
| 1213 | "symfony/dom-crawler": "~2.1", |
| 1214 | "symfony/form": "~2.1", |
| 1215 | "symfony/twig-bundle": "~2.1", |
| 1216 | "symfony/yaml": "~2.1" |
| 1217 | }, |
| 1218 | "suggest": { |
| 1219 | "symfony/twig-bundle": "~2.1" |
| 1220 | }, |
| 1221 | "type": "symfony-bundle", |
| 1222 | "extra": { |
| 1223 | "branch-alias": { |
| 1224 | "dev-master": "2.1.x-dev" |
| 1225 | } |
| 1226 | }, |
| 1227 | "autoload": { |
| 1228 | "psr-0": { |
| 1229 | "Symfony\\Bundle\\AsseticBundle": "" |
| 1230 | } |
| 1231 | }, |
| 1232 | "notification-url": "https://packagist.org/downloads/", |
| 1233 | "license": [ |
| 1234 | "MIT" |
| 1235 | ], |
| 1236 | "authors": [ |
| 1237 | { |
| 1238 | "name": "Kris Wallsmith", |
| 1239 | "email": "kris.wallsmith@gmail.com", |
| 1240 | "homepage": "http://kriswallsmith.net/" |
| 1241 | } |
| 1242 | ], |
| 1243 | "description": "Integrates Assetic into Symfony2", |
| 1244 | "homepage": "https://github.com/symfony/AsseticBundle", |
| 1245 | "keywords": [ |
| 1246 | "assets", |
| 1247 | "compression", |
| 1248 | "minification" |
| 1249 | ], |
| 1250 | "time": "2013-05-16 05:32:23" |
| 1251 | }, |
| 1252 | { |
| 1253 | "name": "symfony/icu", |
| 1254 | "version": "v1.2.1", |
| 1255 | "target-dir": "Symfony/Component/Icu", |
| 1256 | "source": { |
| 1257 | "type": "git", |
| 1258 | "url": "https://github.com/symfony/Icu.git", |
| 1259 | "reference": "98e197da54df1f966dd5e8a4992135703569c987" |
| 1260 | }, |
| 1261 | "dist": { |
| 1262 | "type": "zip", |
| 1263 | "url": "https://api.github.com/repos/symfony/Icu/zipball/98e197da54df1f966dd5e8a4992135703569c987", |
| 1264 | "reference": "98e197da54df1f966dd5e8a4992135703569c987", |
| 1265 | "shasum": "" |
| 1266 | }, |
| 1267 | "require": { |
| 1268 | "lib-icu": ">=4.4", |
| 1269 | "php": ">=5.3.3", |
| 1270 | "symfony/intl": "~2.3" |
| 1271 | }, |
| 1272 | "type": "library", |
| 1273 | "autoload": { |
| 1274 | "psr-0": { |
| 1275 | "Symfony\\Component\\Icu\\": "" |
| 1276 | } |
| 1277 | }, |
| 1278 | "notification-url": "https://packagist.org/downloads/", |
| 1279 | "license": [ |
| 1280 | "MIT" |
| 1281 | ], |
| 1282 | "authors": [ |
| 1283 | { |
| 1284 | "name": "Symfony Community", |
| 1285 | "homepage": "http://symfony.com/contributors" |
| 1286 | }, |
| 1287 | { |
| 1288 | "name": "Bernhard Schussek", |
| 1289 | "email": "bschussek@gmail.com" |
| 1290 | } |
| 1291 | ], |
| 1292 | "description": "Contains an excerpt of the ICU data and classes to load it.", |
| 1293 | "homepage": "http://symfony.com", |
| 1294 | "keywords": [ |
| 1295 | "icu", |
| 1296 | "intl" |
| 1297 | ], |
| 1298 | "time": "2013-10-04 10:06:38" |
| 1299 | }, |
| 1300 | { |
| 1301 | "name": "symfony/monolog-bundle", |
| 1302 | "version": "v2.6.0", |
| 1303 | "target-dir": "Symfony/Bundle/MonologBundle", |
| 1304 | "source": { |
| 1305 | "type": "git", |
| 1306 | "url": "https://github.com/symfony/MonologBundle.git", |
| 1307 | "reference": "e1d4aa99c7440b11e9dfbfef7ed63084401dbc6a" |
| 1308 | }, |
| 1309 | "dist": { |
| 1310 | "type": "zip", |
| 1311 | "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/e1d4aa99c7440b11e9dfbfef7ed63084401dbc6a", |
| 1312 | "reference": "e1d4aa99c7440b11e9dfbfef7ed63084401dbc6a", |
| 1313 | "shasum": "" |
| 1314 | }, |
| 1315 | "require": { |
| 1316 | "monolog/monolog": "~1.8", |
| 1317 | "php": ">=5.3.2", |
| 1318 | "symfony/config": "~2.3", |
| 1319 | "symfony/dependency-injection": "~2.3", |
| 1320 | "symfony/http-kernel": "~2.3", |
| 1321 | "symfony/monolog-bridge": "~2.3" |
| 1322 | }, |
| 1323 | "require-dev": { |
| 1324 | "symfony/console": "~2.3", |
| 1325 | "symfony/yaml": "~2.3" |
| 1326 | }, |
| 1327 | "type": "symfony-bundle", |
| 1328 | "extra": { |
| 1329 | "branch-alias": { |
| 1330 | "dev-master": "2.6.x-dev" |
| 1331 | } |
| 1332 | }, |
| 1333 | "autoload": { |
| 1334 | "psr-0": { |
| 1335 | "Symfony\\Bundle\\MonologBundle": "" |
| 1336 | } |
| 1337 | }, |
| 1338 | "notification-url": "https://packagist.org/downloads/", |
| 1339 | "license": [ |
| 1340 | "MIT" |
| 1341 | ], |
| 1342 | "authors": [ |
| 1343 | { |
| 1344 | "name": "Fabien Potencier", |
| 1345 | "email": "fabien@symfony.com", |
| 1346 | "homepage": "http://fabien.potencier.org", |
| 1347 | "role": "Lead Developer" |
| 1348 | }, |
| 1349 | { |
| 1350 | "name": "Symfony Community", |
| 1351 | "homepage": "http://symfony.com/contributors" |
| 1352 | } |
| 1353 | ], |
| 1354 | "description": "Symfony MonologBundle", |
| 1355 | "homepage": "http://symfony.com", |
| 1356 | "keywords": [ |
| 1357 | "log", |
| 1358 | "logging" |
| 1359 | ], |
| 1360 | "time": "2014-06-04 16:49:13" |
| 1361 | }, |
| 1362 | { |
| 1363 | "name": "symfony/swiftmailer-bundle", |
| 1364 | "version": "v2.3.7", |
| 1365 | "target-dir": "Symfony/Bundle/SwiftmailerBundle", |
| 1366 | "source": { |
| 1367 | "type": "git", |
| 1368 | "url": "https://github.com/symfony/SwiftmailerBundle.git", |
| 1369 | "reference": "e98defd402f72e8b54a029ba4d3ac4cb51dc3577" |
| 1370 | }, |
| 1371 | "dist": { |
| 1372 | "type": "zip", |
| 1373 | "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/e98defd402f72e8b54a029ba4d3ac4cb51dc3577", |
| 1374 | "reference": "e98defd402f72e8b54a029ba4d3ac4cb51dc3577", |
| 1375 | "shasum": "" |
| 1376 | }, |
| 1377 | "require": { |
| 1378 | "php": ">=5.3.2", |
| 1379 | "swiftmailer/swiftmailer": ">=4.2.0,~5.0", |
| 1380 | "symfony/swiftmailer-bridge": "~2.1" |
| 1381 | }, |
| 1382 | "require-dev": { |
| 1383 | "symfony/config": "~2.1", |
| 1384 | "symfony/dependency-injection": "~2.1", |
| 1385 | "symfony/http-kernel": "~2.1", |
| 1386 | "symfony/yaml": "~2.1" |
| 1387 | }, |
| 1388 | "type": "symfony-bundle", |
| 1389 | "extra": { |
| 1390 | "branch-alias": { |
| 1391 | "dev-master": "2.3-dev" |
| 1392 | } |
| 1393 | }, |
| 1394 | "autoload": { |
| 1395 | "psr-0": { |
| 1396 | "Symfony\\Bundle\\SwiftmailerBundle": "" |
| 1397 | } |
| 1398 | }, |
| 1399 | "notification-url": "https://packagist.org/downloads/", |
| 1400 | "license": [ |
| 1401 | "MIT" |
| 1402 | ], |
| 1403 | "authors": [ |
| 1404 | { |
| 1405 | "name": "Fabien Potencier", |
| 1406 | "email": "fabien@symfony.com", |
| 1407 | "homepage": "http://fabien.potencier.org", |
| 1408 | "role": "Lead Developer" |
| 1409 | }, |
| 1410 | { |
| 1411 | "name": "Symfony Community", |
| 1412 | "homepage": "http://symfony.com/contributors" |
| 1413 | } |
| 1414 | ], |
| 1415 | "description": "Symfony SwiftmailerBundle", |
| 1416 | "homepage": "http://symfony.com", |
| 1417 | "time": "2014-04-05 17:15:52" |
| 1418 | }, |
| 1419 | { |
| 1420 | "name": "symfony/symfony", |
| 1421 | "version": "v2.5.2", |
| 1422 | "source": { |
| 1423 | "type": "git", |
| 1424 | "url": "https://github.com/symfony/symfony.git", |
| 1425 | "reference": "e66ee967571b89234c90946fe0d50dad195ad29c" |
| 1426 | }, |
| 1427 | "dist": { |
| 1428 | "type": "zip", |
| 1429 | "url": "https://api.github.com/repos/symfony/symfony/zipball/e66ee967571b89234c90946fe0d50dad195ad29c", |
| 1430 | "reference": "e66ee967571b89234c90946fe0d50dad195ad29c", |
| 1431 | "shasum": "" |
| 1432 | }, |
| 1433 | "require": { |
| 1434 | "doctrine/common": "~2.2", |
| 1435 | "php": ">=5.3.3", |
| 1436 | "psr/log": "~1.0", |
| 1437 | "symfony/icu": "~1.0", |
| 1438 | "twig/twig": "~1.12" |
| 1439 | }, |
| 1440 | "replace": { |
| 1441 | "symfony/browser-kit": "self.version", |
| 1442 | "symfony/class-loader": "self.version", |
| 1443 | "symfony/config": "self.version", |
| 1444 | "symfony/console": "self.version", |
| 1445 | "symfony/css-selector": "self.version", |
| 1446 | "symfony/debug": "self.version", |
| 1447 | "symfony/dependency-injection": "self.version", |
| 1448 | "symfony/doctrine-bridge": "self.version", |
| 1449 | "symfony/dom-crawler": "self.version", |
| 1450 | "symfony/event-dispatcher": "self.version", |
| 1451 | "symfony/expression-language": "self.version", |
| 1452 | "symfony/filesystem": "self.version", |
| 1453 | "symfony/finder": "self.version", |
| 1454 | "symfony/form": "self.version", |
| 1455 | "symfony/framework-bundle": "self.version", |
| 1456 | "symfony/http-foundation": "self.version", |
| 1457 | "symfony/http-kernel": "self.version", |
| 1458 | "symfony/intl": "self.version", |
| 1459 | "symfony/locale": "self.version", |
| 1460 | "symfony/monolog-bridge": "self.version", |
| 1461 | "symfony/options-resolver": "self.version", |
| 1462 | "symfony/process": "self.version", |
| 1463 | "symfony/propel1-bridge": "self.version", |
| 1464 | "symfony/property-access": "self.version", |
| 1465 | "symfony/proxy-manager-bridge": "self.version", |
| 1466 | "symfony/routing": "self.version", |
| 1467 | "symfony/security": "self.version", |
| 1468 | "symfony/security-acl": "self.version", |
| 1469 | "symfony/security-bundle": "self.version", |
| 1470 | "symfony/security-core": "self.version", |
| 1471 | "symfony/security-csrf": "self.version", |
| 1472 | "symfony/security-http": "self.version", |
| 1473 | "symfony/serializer": "self.version", |
| 1474 | "symfony/stopwatch": "self.version", |
| 1475 | "symfony/swiftmailer-bridge": "self.version", |
| 1476 | "symfony/templating": "self.version", |
| 1477 | "symfony/translation": "self.version", |
| 1478 | "symfony/twig-bridge": "self.version", |
| 1479 | "symfony/twig-bundle": "self.version", |
| 1480 | "symfony/validator": "self.version", |
| 1481 | "symfony/web-profiler-bundle": "self.version", |
| 1482 | "symfony/yaml": "self.version" |
| 1483 | }, |
| 1484 | "require-dev": { |
| 1485 | "doctrine/data-fixtures": "1.0.*", |
| 1486 | "doctrine/dbal": "~2.2", |
| 1487 | "doctrine/orm": "~2.2,>=2.2.3", |
| 1488 | "egulias/email-validator": "1.1.0", |
| 1489 | "ircmaxell/password-compat": "1.0.*", |
| 1490 | "monolog/monolog": "~1.3", |
| 1491 | "ocramius/proxy-manager": ">=0.3.1,<0.6-dev", |
| 1492 | "propel/propel1": "1.6.*" |
| 1493 | }, |
| 1494 | "type": "library", |
| 1495 | "extra": { |
| 1496 | "branch-alias": { |
| 1497 | "dev-master": "2.5-dev" |
| 1498 | } |
| 1499 | }, |
| 1500 | "autoload": { |
| 1501 | "psr-0": { |
| 1502 | "Symfony\\": "src/" |
| 1503 | }, |
| 1504 | "classmap": [ |
| 1505 | "src/Symfony/Component/HttpFoundation/Resources/stubs", |
| 1506 | "src/Symfony/Component/Intl/Resources/stubs" |
| 1507 | ], |
| 1508 | "files": [ |
| 1509 | "src/Symfony/Component/Intl/Resources/stubs/functions.php" |
| 1510 | ] |
| 1511 | }, |
| 1512 | "notification-url": "https://packagist.org/downloads/", |
| 1513 | "license": [ |
| 1514 | "MIT" |
| 1515 | ], |
| 1516 | "authors": [ |
| 1517 | { |
| 1518 | "name": "Fabien Potencier", |
| 1519 | "email": "fabien@symfony.com", |
| 1520 | "homepage": "http://fabien.potencier.org", |
| 1521 | "role": "Lead Developer" |
| 1522 | }, |
| 1523 | { |
| 1524 | "name": "Symfony Community", |
| 1525 | "homepage": "http://symfony.com/contributors" |
| 1526 | } |
| 1527 | ], |
| 1528 | "description": "The Symfony PHP framework", |
| 1529 | "homepage": "http://symfony.com", |
| 1530 | "keywords": [ |
| 1531 | "framework" |
| 1532 | ], |
| 1533 | "time": "2014-07-15 15:39:46" |
| 1534 | }, |
| 1535 | { |
| 1536 | "name": "twig/extensions", |
| 1537 | "version": "v1.1.0", |
| 1538 | "source": { |
| 1539 | "type": "git", |
| 1540 | "url": "https://github.com/fabpot/Twig-extensions.git", |
| 1541 | "reference": "c0ab818595338dd5569369bfce2552d02cec5d50" |
| 1542 | }, |
| 1543 | "dist": { |
| 1544 | "type": "zip", |
| 1545 | "url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/c0ab818595338dd5569369bfce2552d02cec5d50", |
| 1546 | "reference": "c0ab818595338dd5569369bfce2552d02cec5d50", |
| 1547 | "shasum": "" |
| 1548 | }, |
| 1549 | "require": { |
| 1550 | "twig/twig": "~1.12" |
| 1551 | }, |
| 1552 | "type": "library", |
| 1553 | "extra": { |
| 1554 | "branch-alias": { |
| 1555 | "dev-master": "1.1.x-dev" |
| 1556 | } |
| 1557 | }, |
| 1558 | "autoload": { |
| 1559 | "psr-0": { |
| 1560 | "Twig_Extensions_": "lib/" |
| 1561 | } |
| 1562 | }, |
| 1563 | "notification-url": "https://packagist.org/downloads/", |
| 1564 | "license": [ |
| 1565 | "MIT" |
| 1566 | ], |
| 1567 | "authors": [ |
| 1568 | { |
| 1569 | "name": "Fabien Potencier", |
| 1570 | "email": "fabien@symfony.com", |
| 1571 | "homepage": "http://fabien.potencier.org", |
| 1572 | "role": "Lead Developer" |
| 1573 | } |
| 1574 | ], |
| 1575 | "description": "Common additional features for Twig that do not directly belong in core", |
| 1576 | "homepage": "https://github.com/fabpot/Twig-extensions", |
| 1577 | "keywords": [ |
| 1578 | "i18n", |
| 1579 | "text" |
| 1580 | ], |
| 1581 | "time": "2014-07-05 10:01:35" |
| 1582 | }, |
| 1583 | { |
| 1584 | "name": "twig/twig", |
| 1585 | "version": "v1.16.0", |
| 1586 | "source": { |
| 1587 | "type": "git", |
| 1588 | "url": "https://github.com/fabpot/Twig.git", |
| 1589 | "reference": "8ce37115802e257a984a82d38254884085060024" |
| 1590 | }, |
| 1591 | "dist": { |
| 1592 | "type": "zip", |
| 1593 | "url": "https://api.github.com/repos/fabpot/Twig/zipball/8ce37115802e257a984a82d38254884085060024", |
| 1594 | "reference": "8ce37115802e257a984a82d38254884085060024", |
| 1595 | "shasum": "" |
| 1596 | }, |
| 1597 | "require": { |
| 1598 | "php": ">=5.2.4" |
| 1599 | }, |
| 1600 | "type": "library", |
| 1601 | "extra": { |
| 1602 | "branch-alias": { |
| 1603 | "dev-master": "1.16-dev" |
| 1604 | } |
| 1605 | }, |
| 1606 | "autoload": { |
| 1607 | "psr-0": { |
| 1608 | "Twig_": "lib/" |
| 1609 | } |
| 1610 | }, |
| 1611 | "notification-url": "https://packagist.org/downloads/", |
| 1612 | "license": [ |
| 1613 | "BSD-3-Clause" |
| 1614 | ], |
| 1615 | "authors": [ |
| 1616 | { |
| 1617 | "name": "Fabien Potencier", |
| 1618 | "email": "fabien@symfony.com", |
| 1619 | "homepage": "http://fabien.potencier.org", |
| 1620 | "role": "Lead Developer" |
| 1621 | }, |
| 1622 | { |
| 1623 | "name": "Armin Ronacher2", |
| 1624 | "email": "armin.ronacher@active-4.com", |
| 1625 | "role": "Project Founder" |
| 1626 | }, |
| 1627 | { |
| 1628 | "name": "Twig Team", |
| 1629 | "homepage": "https://github.com/fabpot/Twig/graphs/contributors", |
| 1630 | "role": "Contributors" |
| 1631 | } |
| 1632 | ], |
| 1633 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
| 1634 | "homepage": "http://twig.sensiolabs.org", |
| 1635 | "keywords": [ |
| 1636 | "templating" |
| 1637 | ], |
| 1638 | "time": "2014-07-05 12:19:05" |
| 1639 | } |
| 1640 | ], |
| 1641 | "packages-dev": [ |
| 1642 | |
| 1643 | ], |
| 1644 | "aliases": [ |
| 1645 | |
| 1646 | ], |
| 1647 | "minimum-stability": "stable", |
| 1648 | "stability-flags": { |
| 1649 | "friendsofsymfony/user-bundle": 20 |
| 1650 | }, |
| 1651 | "platform": { |
| 1652 | "php": ">=5.3.3" |
| 1653 | }, |
| 1654 | "platform-dev": [ |
| 1655 | |
| 1656 | ] |
| 1657 | } |