annotate composer.lock @ 1:f38015048f48 tip

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