libgraviton /
graviton
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
| 1 | { |
||
| 2 | "_readme": [ |
||
| 3 | "This file locks the dependencies of your project to a known state", |
||
| 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
| 5 | "This file is @generated automatically" |
||
| 6 | ], |
||
| 7 | "hash": "e1cd5feca37263c5892b5a171e2948f8", |
||
| 8 | "content-hash": "c30cd9aa04477251d21ebc0f36f8b864", |
||
| 9 | "packages": [ |
||
| 10 | { |
||
| 11 | "name": "antimattr/mongodb-migrations", |
||
| 12 | "version": "v1.0.0", |
||
| 13 | "source": { |
||
| 14 | "type": "git", |
||
| 15 | "url": "https://github.com/antimattr/mongodb-migrations.git", |
||
| 16 | "reference": "855636b0e170df3a808b03161b6e0903de217698" |
||
| 17 | }, |
||
| 18 | "dist": { |
||
| 19 | "type": "zip", |
||
| 20 | "url": "https://api.github.com/repos/antimattr/mongodb-migrations/zipball/855636b0e170df3a808b03161b6e0903de217698", |
||
| 21 | "reference": "855636b0e170df3a808b03161b6e0903de217698", |
||
| 22 | "shasum": "" |
||
| 23 | }, |
||
| 24 | "require": { |
||
| 25 | "doctrine/mongodb": "1.*", |
||
| 26 | "php": ">=5.3.2", |
||
| 27 | "symfony/console": "2.*", |
||
| 28 | "symfony/yaml": "2.*" |
||
| 29 | }, |
||
| 30 | "require-dev": { |
||
| 31 | "antimattr/test-case": "~1.0@stable", |
||
| 32 | "fabpot/php-cs-fixer": "0.5.*@dev", |
||
| 33 | "mikey179/vfsstream": "1.*", |
||
| 34 | "phpunit/phpunit": "~4.0" |
||
| 35 | }, |
||
| 36 | "type": "library", |
||
| 37 | "extra": { |
||
| 38 | "branch-alias": { |
||
| 39 | "dev-master": "1.0.x-dev" |
||
| 40 | } |
||
| 41 | }, |
||
| 42 | "autoload": { |
||
| 43 | "psr-0": { |
||
| 44 | "AntiMattr\\MongoDB\\Migrations\\": "src/" |
||
| 45 | } |
||
| 46 | }, |
||
| 47 | "notification-url": "https://packagist.org/downloads/", |
||
| 48 | "license": [ |
||
| 49 | "MIT" |
||
| 50 | ], |
||
| 51 | "authors": [ |
||
| 52 | { |
||
| 53 | "name": "Matthew Fitzgerald", |
||
| 54 | "email": "[email protected]" |
||
| 55 | }, |
||
| 56 | { |
||
| 57 | "name": "Ryan Catlin", |
||
| 58 | "email": "[email protected]" |
||
| 59 | } |
||
| 60 | ], |
||
| 61 | "description": "Managed Database Migrations for MongoDB", |
||
| 62 | "homepage": "http://github.com/antimattr/mongodb-migrations", |
||
| 63 | "keywords": [ |
||
| 64 | "antimattr", |
||
| 65 | "database", |
||
| 66 | "doctrine", |
||
| 67 | "migration", |
||
| 68 | "mongodb" |
||
| 69 | ], |
||
| 70 | "time": "2014-09-26 17:18:36" |
||
| 71 | }, |
||
| 72 | { |
||
| 73 | "name": "aws/aws-sdk-php", |
||
| 74 | "version": "2.8.30", |
||
| 75 | "source": { |
||
| 76 | "type": "git", |
||
| 77 | "url": "https://github.com/aws/aws-sdk-php.git", |
||
| 78 | "reference": "2d7183cd22381237bce25f11d741a77bdeb2d0b8" |
||
| 79 | }, |
||
| 80 | "dist": { |
||
| 81 | "type": "zip", |
||
| 82 | "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/2d7183cd22381237bce25f11d741a77bdeb2d0b8", |
||
| 83 | "reference": "2d7183cd22381237bce25f11d741a77bdeb2d0b8", |
||
| 84 | "shasum": "" |
||
| 85 | }, |
||
| 86 | "require": { |
||
| 87 | "guzzle/guzzle": "~3.7", |
||
| 88 | "php": ">=5.3.3" |
||
| 89 | }, |
||
| 90 | "require-dev": { |
||
| 91 | "doctrine/cache": "~1.0", |
||
| 92 | "ext-openssl": "*", |
||
| 93 | "monolog/monolog": "~1.4", |
||
| 94 | "phpunit/phpunit": "~4.0", |
||
| 95 | "phpunit/phpunit-mock-objects": "2.3.1", |
||
| 96 | "symfony/yaml": "~2.1" |
||
| 97 | }, |
||
| 98 | "suggest": { |
||
| 99 | "doctrine/cache": "Adds support for caching of credentials and responses", |
||
| 100 | "ext-apc": "Allows service description opcode caching, request and response caching, and credentials caching", |
||
| 101 | "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages", |
||
| 102 | "monolog/monolog": "Adds support for logging HTTP requests and responses", |
||
| 103 | "symfony/yaml": "Eases the ability to write manifests for creating jobs in AWS Import/Export" |
||
| 104 | }, |
||
| 105 | "type": "library", |
||
| 106 | "autoload": { |
||
| 107 | "psr-0": { |
||
| 108 | "Aws": "src/" |
||
| 109 | } |
||
| 110 | }, |
||
| 111 | "notification-url": "https://packagist.org/downloads/", |
||
| 112 | "license": [ |
||
| 113 | "Apache-2.0" |
||
| 114 | ], |
||
| 115 | "authors": [ |
||
| 116 | { |
||
| 117 | "name": "Amazon Web Services", |
||
| 118 | "homepage": "http://aws.amazon.com" |
||
| 119 | } |
||
| 120 | ], |
||
| 121 | "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project", |
||
| 122 | "homepage": "http://aws.amazon.com/sdkforphp", |
||
| 123 | "keywords": [ |
||
| 124 | "amazon", |
||
| 125 | "aws", |
||
| 126 | "cloud", |
||
| 127 | "dynamodb", |
||
| 128 | "ec2", |
||
| 129 | "glacier", |
||
| 130 | "s3", |
||
| 131 | "sdk" |
||
| 132 | ], |
||
| 133 | "time": "2016-05-03 17:42:24" |
||
| 134 | }, |
||
| 135 | { |
||
| 136 | "name": "behat/transliterator", |
||
| 137 | "version": "v1.1.0", |
||
| 138 | "source": { |
||
| 139 | "type": "git", |
||
| 140 | "url": "https://github.com/Behat/Transliterator.git", |
||
| 141 | "reference": "868e05be3a9f25ba6424c2dd4849567f50715003" |
||
| 142 | }, |
||
| 143 | "dist": { |
||
| 144 | "type": "zip", |
||
| 145 | "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003", |
||
| 146 | "reference": "868e05be3a9f25ba6424c2dd4849567f50715003", |
||
| 147 | "shasum": "" |
||
| 148 | }, |
||
| 149 | "require": { |
||
| 150 | "php": ">=5.3.3" |
||
| 151 | }, |
||
| 152 | "type": "library", |
||
| 153 | "extra": { |
||
| 154 | "branch-alias": { |
||
| 155 | "dev-master": "1.1-dev" |
||
| 156 | } |
||
| 157 | }, |
||
| 158 | "autoload": { |
||
| 159 | "psr-0": { |
||
| 160 | "Behat\\Transliterator": "src/" |
||
| 161 | } |
||
| 162 | }, |
||
| 163 | "notification-url": "https://packagist.org/downloads/", |
||
| 164 | "license": [ |
||
| 165 | "Artistic-1.0" |
||
| 166 | ], |
||
| 167 | "description": "String transliterator", |
||
| 168 | "keywords": [ |
||
| 169 | "i18n", |
||
| 170 | "slug", |
||
| 171 | "transliterator" |
||
| 172 | ], |
||
| 173 | "time": "2015-09-28 16:26:35" |
||
| 174 | }, |
||
| 175 | { |
||
| 176 | "name": "dbtlr/php-airbrake", |
||
| 177 | "version": "1.1.4", |
||
| 178 | "source": { |
||
| 179 | "type": "git", |
||
| 180 | "url": "https://github.com/dbtlr/php-airbrake.git", |
||
| 181 | "reference": "69fd4782219ba22fcfe4c278de1eebbbe38f0950" |
||
| 182 | }, |
||
| 183 | "dist": { |
||
| 184 | "type": "zip", |
||
| 185 | "url": "https://api.github.com/repos/dbtlr/php-airbrake/zipball/69fd4782219ba22fcfe4c278de1eebbbe38f0950", |
||
| 186 | "reference": "69fd4782219ba22fcfe4c278de1eebbbe38f0950", |
||
| 187 | "shasum": "" |
||
| 188 | }, |
||
| 189 | "require-dev": { |
||
| 190 | "ext-curl": "*", |
||
| 191 | "php": ">=5.3.3", |
||
| 192 | "phpunit/phpunit": "*", |
||
| 193 | "squizlabs/php_codesniffer": "*" |
||
| 194 | }, |
||
| 195 | "type": "library", |
||
| 196 | "autoload": { |
||
| 197 | "psr-0": { |
||
| 198 | "Airbrake\\": "src/" |
||
| 199 | } |
||
| 200 | }, |
||
| 201 | "notification-url": "https://packagist.org/downloads/", |
||
| 202 | "license": [ |
||
| 203 | "MIT" |
||
| 204 | ], |
||
| 205 | "authors": [ |
||
| 206 | { |
||
| 207 | "name": "Drew Butler", |
||
| 208 | "email": "[email protected]", |
||
| 209 | "homepage": "http://dbtlr.com" |
||
| 210 | } |
||
| 211 | ], |
||
| 212 | "description": "A PHP 5.3 library for sending errors to the Airbrake.io service.", |
||
| 213 | "homepage": "https://github.com/dbtlr/php-airbrake", |
||
| 214 | "keywords": [ |
||
| 215 | "airbrake", |
||
| 216 | "errors", |
||
| 217 | "exceptions", |
||
| 218 | "logging" |
||
| 219 | ], |
||
| 220 | "time": "2015-08-25 15:01:23" |
||
| 221 | }, |
||
| 222 | { |
||
| 223 | "name": "doctrine/annotations", |
||
| 224 | "version": "v1.2.7", |
||
| 225 | "source": { |
||
| 226 | "type": "git", |
||
| 227 | "url": "https://github.com/doctrine/annotations.git", |
||
| 228 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" |
||
| 229 | }, |
||
| 230 | "dist": { |
||
| 231 | "type": "zip", |
||
| 232 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
| 233 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
| 234 | "shasum": "" |
||
| 235 | }, |
||
| 236 | "require": { |
||
| 237 | "doctrine/lexer": "1.*", |
||
| 238 | "php": ">=5.3.2" |
||
| 239 | }, |
||
| 240 | "require-dev": { |
||
| 241 | "doctrine/cache": "1.*", |
||
| 242 | "phpunit/phpunit": "4.*" |
||
| 243 | }, |
||
| 244 | "type": "library", |
||
| 245 | "extra": { |
||
| 246 | "branch-alias": { |
||
| 247 | "dev-master": "1.3.x-dev" |
||
| 248 | } |
||
| 249 | }, |
||
| 250 | "autoload": { |
||
| 251 | "psr-0": { |
||
| 252 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
| 253 | } |
||
| 254 | }, |
||
| 255 | "notification-url": "https://packagist.org/downloads/", |
||
| 256 | "license": [ |
||
| 257 | "MIT" |
||
| 258 | ], |
||
| 259 | "authors": [ |
||
| 260 | { |
||
| 261 | "name": "Roman Borschel", |
||
| 262 | "email": "[email protected]" |
||
| 263 | }, |
||
| 264 | { |
||
| 265 | "name": "Benjamin Eberlei", |
||
| 266 | "email": "[email protected]" |
||
| 267 | }, |
||
| 268 | { |
||
| 269 | "name": "Guilherme Blanco", |
||
| 270 | "email": "[email protected]" |
||
| 271 | }, |
||
| 272 | { |
||
| 273 | "name": "Jonathan Wage", |
||
| 274 | "email": "[email protected]" |
||
| 275 | }, |
||
| 276 | { |
||
| 277 | "name": "Johannes Schmitt", |
||
| 278 | "email": "[email protected]" |
||
| 279 | } |
||
| 280 | ], |
||
| 281 | "description": "Docblock Annotations Parser", |
||
| 282 | "homepage": "http://www.doctrine-project.org", |
||
| 283 | "keywords": [ |
||
| 284 | "annotations", |
||
| 285 | "docblock", |
||
| 286 | "parser" |
||
| 287 | ], |
||
| 288 | "time": "2015-08-31 12:32:49" |
||
| 289 | }, |
||
| 290 | { |
||
| 291 | "name": "doctrine/cache", |
||
| 292 | "version": "v1.6.0", |
||
| 293 | "source": { |
||
| 294 | "type": "git", |
||
| 295 | "url": "https://github.com/doctrine/cache.git", |
||
| 296 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6" |
||
| 297 | }, |
||
| 298 | "dist": { |
||
| 299 | "type": "zip", |
||
| 300 | "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
| 301 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
| 302 | "shasum": "" |
||
| 303 | }, |
||
| 304 | "require": { |
||
| 305 | "php": "~5.5|~7.0" |
||
| 306 | }, |
||
| 307 | "conflict": { |
||
| 308 | "doctrine/common": ">2.2,<2.4" |
||
| 309 | }, |
||
| 310 | "require-dev": { |
||
| 311 | "phpunit/phpunit": "~4.8|~5.0", |
||
| 312 | "predis/predis": "~1.0", |
||
| 313 | "satooshi/php-coveralls": "~0.6" |
||
| 314 | }, |
||
| 315 | "type": "library", |
||
| 316 | "extra": { |
||
| 317 | "branch-alias": { |
||
| 318 | "dev-master": "1.6.x-dev" |
||
| 319 | } |
||
| 320 | }, |
||
| 321 | "autoload": { |
||
| 322 | "psr-4": { |
||
| 323 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
| 324 | } |
||
| 325 | }, |
||
| 326 | "notification-url": "https://packagist.org/downloads/", |
||
| 327 | "license": [ |
||
| 328 | "MIT" |
||
| 329 | ], |
||
| 330 | "authors": [ |
||
| 331 | { |
||
| 332 | "name": "Roman Borschel", |
||
| 333 | "email": "[email protected]" |
||
| 334 | }, |
||
| 335 | { |
||
| 336 | "name": "Benjamin Eberlei", |
||
| 337 | "email": "[email protected]" |
||
| 338 | }, |
||
| 339 | { |
||
| 340 | "name": "Guilherme Blanco", |
||
| 341 | "email": "[email protected]" |
||
| 342 | }, |
||
| 343 | { |
||
| 344 | "name": "Jonathan Wage", |
||
| 345 | "email": "[email protected]" |
||
| 346 | }, |
||
| 347 | { |
||
| 348 | "name": "Johannes Schmitt", |
||
| 349 | "email": "[email protected]" |
||
| 350 | } |
||
| 351 | ], |
||
| 352 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
| 353 | "homepage": "http://www.doctrine-project.org", |
||
| 354 | "keywords": [ |
||
| 355 | "cache", |
||
| 356 | "caching" |
||
| 357 | ], |
||
| 358 | "time": "2015-12-31 16:37:02" |
||
| 359 | }, |
||
| 360 | { |
||
| 361 | "name": "doctrine/collections", |
||
| 362 | "version": "v1.3.0", |
||
| 363 | "source": { |
||
| 364 | "type": "git", |
||
| 365 | "url": "https://github.com/doctrine/collections.git", |
||
| 366 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" |
||
| 367 | }, |
||
| 368 | "dist": { |
||
| 369 | "type": "zip", |
||
| 370 | "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
| 371 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
| 372 | "shasum": "" |
||
| 373 | }, |
||
| 374 | "require": { |
||
| 375 | "php": ">=5.3.2" |
||
| 376 | }, |
||
| 377 | "require-dev": { |
||
| 378 | "phpunit/phpunit": "~4.0" |
||
| 379 | }, |
||
| 380 | "type": "library", |
||
| 381 | "extra": { |
||
| 382 | "branch-alias": { |
||
| 383 | "dev-master": "1.2.x-dev" |
||
| 384 | } |
||
| 385 | }, |
||
| 386 | "autoload": { |
||
| 387 | "psr-0": { |
||
| 388 | "Doctrine\\Common\\Collections\\": "lib/" |
||
| 389 | } |
||
| 390 | }, |
||
| 391 | "notification-url": "https://packagist.org/downloads/", |
||
| 392 | "license": [ |
||
| 393 | "MIT" |
||
| 394 | ], |
||
| 395 | "authors": [ |
||
| 396 | { |
||
| 397 | "name": "Roman Borschel", |
||
| 398 | "email": "[email protected]" |
||
| 399 | }, |
||
| 400 | { |
||
| 401 | "name": "Benjamin Eberlei", |
||
| 402 | "email": "[email protected]" |
||
| 403 | }, |
||
| 404 | { |
||
| 405 | "name": "Guilherme Blanco", |
||
| 406 | "email": "[email protected]" |
||
| 407 | }, |
||
| 408 | { |
||
| 409 | "name": "Jonathan Wage", |
||
| 410 | "email": "[email protected]" |
||
| 411 | }, |
||
| 412 | { |
||
| 413 | "name": "Johannes Schmitt", |
||
| 414 | "email": "[email protected]" |
||
| 415 | } |
||
| 416 | ], |
||
| 417 | "description": "Collections Abstraction library", |
||
| 418 | "homepage": "http://www.doctrine-project.org", |
||
| 419 | "keywords": [ |
||
| 420 | "array", |
||
| 421 | "collections", |
||
| 422 | "iterator" |
||
| 423 | ], |
||
| 424 | "time": "2015-04-14 22:21:58" |
||
| 425 | }, |
||
| 426 | { |
||
| 427 | "name": "doctrine/common", |
||
| 428 | "version": "v2.6.1", |
||
| 429 | "source": { |
||
| 430 | "type": "git", |
||
| 431 | "url": "https://github.com/doctrine/common.git", |
||
| 432 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0" |
||
| 433 | }, |
||
| 434 | "dist": { |
||
| 435 | "type": "zip", |
||
| 436 | "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0", |
||
| 437 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0", |
||
| 438 | "shasum": "" |
||
| 439 | }, |
||
| 440 | "require": { |
||
| 441 | "doctrine/annotations": "1.*", |
||
| 442 | "doctrine/cache": "1.*", |
||
| 443 | "doctrine/collections": "1.*", |
||
| 444 | "doctrine/inflector": "1.*", |
||
| 445 | "doctrine/lexer": "1.*", |
||
| 446 | "php": "~5.5|~7.0" |
||
| 447 | }, |
||
| 448 | "require-dev": { |
||
| 449 | "phpunit/phpunit": "~4.8|~5.0" |
||
| 450 | }, |
||
| 451 | "type": "library", |
||
| 452 | "extra": { |
||
| 453 | "branch-alias": { |
||
| 454 | "dev-master": "2.7.x-dev" |
||
| 455 | } |
||
| 456 | }, |
||
| 457 | "autoload": { |
||
| 458 | "psr-4": { |
||
| 459 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
| 460 | } |
||
| 461 | }, |
||
| 462 | "notification-url": "https://packagist.org/downloads/", |
||
| 463 | "license": [ |
||
| 464 | "MIT" |
||
| 465 | ], |
||
| 466 | "authors": [ |
||
| 467 | { |
||
| 468 | "name": "Roman Borschel", |
||
| 469 | "email": "[email protected]" |
||
| 470 | }, |
||
| 471 | { |
||
| 472 | "name": "Benjamin Eberlei", |
||
| 473 | "email": "[email protected]" |
||
| 474 | }, |
||
| 475 | { |
||
| 476 | "name": "Guilherme Blanco", |
||
| 477 | "email": "[email protected]" |
||
| 478 | }, |
||
| 479 | { |
||
| 480 | "name": "Jonathan Wage", |
||
| 481 | "email": "[email protected]" |
||
| 482 | }, |
||
| 483 | { |
||
| 484 | "name": "Johannes Schmitt", |
||
| 485 | "email": "[email protected]" |
||
| 486 | } |
||
| 487 | ], |
||
| 488 | "description": "Common Library for Doctrine projects", |
||
| 489 | "homepage": "http://www.doctrine-project.org", |
||
| 490 | "keywords": [ |
||
| 491 | "annotations", |
||
| 492 | "collections", |
||
| 493 | "eventmanager", |
||
| 494 | "persistence", |
||
| 495 | "spl" |
||
| 496 | ], |
||
| 497 | "time": "2015-12-25 13:18:31" |
||
| 498 | }, |
||
| 499 | { |
||
| 500 | "name": "doctrine/data-fixtures", |
||
| 501 | "version": "v1.1.1", |
||
| 502 | "source": { |
||
| 503 | "type": "git", |
||
| 504 | "url": "https://github.com/doctrine/data-fixtures.git", |
||
| 505 | "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a" |
||
| 506 | }, |
||
| 507 | "dist": { |
||
| 508 | "type": "zip", |
||
| 509 | "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a", |
||
| 510 | "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a", |
||
| 511 | "shasum": "" |
||
| 512 | }, |
||
| 513 | "require": { |
||
| 514 | "doctrine/common": "~2.2", |
||
| 515 | "php": ">=5.3.2" |
||
| 516 | }, |
||
| 517 | "conflict": { |
||
| 518 | "doctrine/orm": "< 2.4" |
||
| 519 | }, |
||
| 520 | "require-dev": { |
||
| 521 | "doctrine/orm": "~2.4" |
||
| 522 | }, |
||
| 523 | "suggest": { |
||
| 524 | "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures", |
||
| 525 | "doctrine/orm": "For loading ORM fixtures", |
||
| 526 | "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures" |
||
| 527 | }, |
||
| 528 | "type": "library", |
||
| 529 | "extra": { |
||
| 530 | "branch-alias": { |
||
| 531 | "dev-master": "1.1.x-dev" |
||
| 532 | } |
||
| 533 | }, |
||
| 534 | "autoload": { |
||
| 535 | "psr-0": { |
||
| 536 | "Doctrine\\Common\\DataFixtures": "lib/" |
||
| 537 | } |
||
| 538 | }, |
||
| 539 | "notification-url": "https://packagist.org/downloads/", |
||
| 540 | "license": [ |
||
| 541 | "MIT" |
||
| 542 | ], |
||
| 543 | "authors": [ |
||
| 544 | { |
||
| 545 | "name": "Jonathan Wage", |
||
| 546 | "email": "[email protected]" |
||
| 547 | } |
||
| 548 | ], |
||
| 549 | "description": "Data Fixtures for all Doctrine Object Managers", |
||
| 550 | "homepage": "http://www.doctrine-project.org", |
||
| 551 | "keywords": [ |
||
| 552 | "database" |
||
| 553 | ], |
||
| 554 | "time": "2015-03-30 12:14:13" |
||
| 555 | }, |
||
| 556 | { |
||
| 557 | "name": "doctrine/dbal", |
||
| 558 | "version": "v2.5.4", |
||
| 559 | "source": { |
||
| 560 | "type": "git", |
||
| 561 | "url": "https://github.com/doctrine/dbal.git", |
||
| 562 | "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769" |
||
| 563 | }, |
||
| 564 | "dist": { |
||
| 565 | "type": "zip", |
||
| 566 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769", |
||
| 567 | "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769", |
||
| 568 | "shasum": "" |
||
| 569 | }, |
||
| 570 | "require": { |
||
| 571 | "doctrine/common": ">=2.4,<2.7-dev", |
||
| 572 | "php": ">=5.3.2" |
||
| 573 | }, |
||
| 574 | "require-dev": { |
||
| 575 | "phpunit/phpunit": "4.*", |
||
| 576 | "symfony/console": "2.*" |
||
| 577 | }, |
||
| 578 | "suggest": { |
||
| 579 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
| 580 | }, |
||
| 581 | "bin": [ |
||
| 582 | "bin/doctrine-dbal" |
||
| 583 | ], |
||
| 584 | "type": "library", |
||
| 585 | "extra": { |
||
| 586 | "branch-alias": { |
||
| 587 | "dev-master": "2.5.x-dev" |
||
| 588 | } |
||
| 589 | }, |
||
| 590 | "autoload": { |
||
| 591 | "psr-0": { |
||
| 592 | "Doctrine\\DBAL\\": "lib/" |
||
| 593 | } |
||
| 594 | }, |
||
| 595 | "notification-url": "https://packagist.org/downloads/", |
||
| 596 | "license": [ |
||
| 597 | "MIT" |
||
| 598 | ], |
||
| 599 | "authors": [ |
||
| 600 | { |
||
| 601 | "name": "Roman Borschel", |
||
| 602 | "email": "[email protected]" |
||
| 603 | }, |
||
| 604 | { |
||
| 605 | "name": "Benjamin Eberlei", |
||
| 606 | "email": "[email protected]" |
||
| 607 | }, |
||
| 608 | { |
||
| 609 | "name": "Guilherme Blanco", |
||
| 610 | "email": "[email protected]" |
||
| 611 | }, |
||
| 612 | { |
||
| 613 | "name": "Jonathan Wage", |
||
| 614 | "email": "[email protected]" |
||
| 615 | } |
||
| 616 | ], |
||
| 617 | "description": "Database Abstraction Layer", |
||
| 618 | "homepage": "http://www.doctrine-project.org", |
||
| 619 | "keywords": [ |
||
| 620 | "database", |
||
| 621 | "dbal", |
||
| 622 | "persistence", |
||
| 623 | "queryobject" |
||
| 624 | ], |
||
| 625 | "time": "2016-01-05 22:11:12" |
||
| 626 | }, |
||
| 627 | { |
||
| 628 | "name": "doctrine/doctrine-bundle", |
||
| 629 | "version": "1.6.3", |
||
| 630 | "source": { |
||
| 631 | "type": "git", |
||
| 632 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
||
| 633 | "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1" |
||
| 634 | }, |
||
| 635 | "dist": { |
||
| 636 | "type": "zip", |
||
| 637 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/fd51907c6c76acaa8a5234822a4f901c1500afc1", |
||
| 638 | "reference": "fd51907c6c76acaa8a5234822a4f901c1500afc1", |
||
| 639 | "shasum": "" |
||
| 640 | }, |
||
| 641 | "require": { |
||
| 642 | "doctrine/dbal": "~2.3", |
||
| 643 | "doctrine/doctrine-cache-bundle": "~1.0", |
||
| 644 | "jdorn/sql-formatter": "~1.1", |
||
| 645 | "php": ">=5.3.2", |
||
| 646 | "symfony/console": "~2.3|~3.0", |
||
| 647 | "symfony/doctrine-bridge": "~2.2|~3.0", |
||
| 648 | "symfony/framework-bundle": "~2.3|~3.0" |
||
| 649 | }, |
||
| 650 | "require-dev": { |
||
| 651 | "doctrine/orm": "~2.3", |
||
| 652 | "phpunit/phpunit": "~4", |
||
| 653 | "satooshi/php-coveralls": "~0.6.1", |
||
| 654 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
| 655 | "symfony/property-info": "~2.8|~3.0", |
||
| 656 | "symfony/validator": "~2.2|~3.0", |
||
| 657 | "symfony/yaml": "~2.2|~3.0", |
||
| 658 | "twig/twig": "~1.10" |
||
| 659 | }, |
||
| 660 | "suggest": { |
||
| 661 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
||
| 662 | "symfony/web-profiler-bundle": "To use the data collector." |
||
| 663 | }, |
||
| 664 | "type": "symfony-bundle", |
||
| 665 | "extra": { |
||
| 666 | "branch-alias": { |
||
| 667 | "dev-master": "1.6.x-dev" |
||
| 668 | } |
||
| 669 | }, |
||
| 670 | "autoload": { |
||
| 671 | "psr-4": { |
||
| 672 | "Doctrine\\Bundle\\DoctrineBundle\\": "" |
||
| 673 | } |
||
| 674 | }, |
||
| 675 | "notification-url": "https://packagist.org/downloads/", |
||
| 676 | "license": [ |
||
| 677 | "MIT" |
||
| 678 | ], |
||
| 679 | "authors": [ |
||
| 680 | { |
||
| 681 | "name": "Symfony Community", |
||
| 682 | "homepage": "http://symfony.com/contributors" |
||
| 683 | }, |
||
| 684 | { |
||
| 685 | "name": "Benjamin Eberlei", |
||
| 686 | "email": "[email protected]" |
||
| 687 | }, |
||
| 688 | { |
||
| 689 | "name": "Doctrine Project", |
||
| 690 | "homepage": "http://www.doctrine-project.org/" |
||
| 691 | }, |
||
| 692 | { |
||
| 693 | "name": "Fabien Potencier", |
||
| 694 | "email": "[email protected]" |
||
| 695 | } |
||
| 696 | ], |
||
| 697 | "description": "Symfony DoctrineBundle", |
||
| 698 | "homepage": "http://www.doctrine-project.org", |
||
| 699 | "keywords": [ |
||
| 700 | "database", |
||
| 701 | "dbal", |
||
| 702 | "orm", |
||
| 703 | "persistence" |
||
| 704 | ], |
||
| 705 | "time": "2016-04-21 19:55:56" |
||
| 706 | }, |
||
| 707 | { |
||
| 708 | "name": "doctrine/doctrine-cache-bundle", |
||
| 709 | "version": "1.3.0", |
||
| 710 | "source": { |
||
| 711 | "type": "git", |
||
| 712 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
||
| 713 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504" |
||
| 714 | }, |
||
| 715 | "dist": { |
||
| 716 | "type": "zip", |
||
| 717 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
| 718 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
| 719 | "shasum": "" |
||
| 720 | }, |
||
| 721 | "require": { |
||
| 722 | "doctrine/cache": "^1.4.2", |
||
| 723 | "doctrine/inflector": "~1.0", |
||
| 724 | "php": ">=5.3.2", |
||
| 725 | "symfony/doctrine-bridge": "~2.2|~3.0" |
||
| 726 | }, |
||
| 727 | "require-dev": { |
||
| 728 | "instaclick/coding-standard": "~1.1", |
||
| 729 | "instaclick/object-calisthenics-sniffs": "dev-master", |
||
| 730 | "instaclick/symfony2-coding-standard": "dev-remaster", |
||
| 731 | "phpunit/phpunit": "~4", |
||
| 732 | "predis/predis": "~0.8", |
||
| 733 | "satooshi/php-coveralls": "~0.6.1", |
||
| 734 | "squizlabs/php_codesniffer": "~1.5", |
||
| 735 | "symfony/console": "~2.2|~3.0", |
||
| 736 | "symfony/finder": "~2.2|~3.0", |
||
| 737 | "symfony/framework-bundle": "~2.2|~3.0", |
||
| 738 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
| 739 | "symfony/security-acl": "~2.3|~3.0", |
||
| 740 | "symfony/validator": "~2.2|~3.0", |
||
| 741 | "symfony/yaml": "~2.2|~3.0" |
||
| 742 | }, |
||
| 743 | "suggest": { |
||
| 744 | "symfony/security-acl": "For using this bundle to cache ACLs" |
||
| 745 | }, |
||
| 746 | "type": "symfony-bundle", |
||
| 747 | "extra": { |
||
| 748 | "branch-alias": { |
||
| 749 | "dev-master": "1.2.x-dev" |
||
| 750 | } |
||
| 751 | }, |
||
| 752 | "autoload": { |
||
| 753 | "psr-4": { |
||
| 754 | "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" |
||
| 755 | } |
||
| 756 | }, |
||
| 757 | "notification-url": "https://packagist.org/downloads/", |
||
| 758 | "license": [ |
||
| 759 | "MIT" |
||
| 760 | ], |
||
| 761 | "authors": [ |
||
| 762 | { |
||
| 763 | "name": "Symfony Community", |
||
| 764 | "homepage": "http://symfony.com/contributors" |
||
| 765 | }, |
||
| 766 | { |
||
| 767 | "name": "Benjamin Eberlei", |
||
| 768 | "email": "[email protected]" |
||
| 769 | }, |
||
| 770 | { |
||
| 771 | "name": "Fabio B. Silva", |
||
| 772 | "email": "[email protected]" |
||
| 773 | }, |
||
| 774 | { |
||
| 775 | "name": "Guilherme Blanco", |
||
| 776 | "email": "[email protected]" |
||
| 777 | }, |
||
| 778 | { |
||
| 779 | "name": "Doctrine Project", |
||
| 780 | "homepage": "http://www.doctrine-project.org/" |
||
| 781 | }, |
||
| 782 | { |
||
| 783 | "name": "Fabien Potencier", |
||
| 784 | "email": "[email protected]" |
||
| 785 | } |
||
| 786 | ], |
||
| 787 | "description": "Symfony Bundle for Doctrine Cache", |
||
| 788 | "homepage": "http://www.doctrine-project.org", |
||
| 789 | "keywords": [ |
||
| 790 | "cache", |
||
| 791 | "caching" |
||
| 792 | ], |
||
| 793 | "time": "2016-01-26 17:28:51" |
||
| 794 | }, |
||
| 795 | { |
||
| 796 | "name": "doctrine/doctrine-fixtures-bundle", |
||
| 797 | "version": "2.3.0", |
||
| 798 | "source": { |
||
| 799 | "type": "git", |
||
| 800 | "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", |
||
| 801 | "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029" |
||
| 802 | }, |
||
| 803 | "dist": { |
||
| 804 | "type": "zip", |
||
| 805 | "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029", |
||
| 806 | "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029", |
||
| 807 | "shasum": "" |
||
| 808 | }, |
||
| 809 | "require": { |
||
| 810 | "doctrine/data-fixtures": "~1.0", |
||
| 811 | "doctrine/doctrine-bundle": "~1.0", |
||
| 812 | "php": ">=5.3.2", |
||
| 813 | "symfony/doctrine-bridge": "~2.3|~3.0" |
||
| 814 | }, |
||
| 815 | "type": "symfony-bundle", |
||
| 816 | "extra": { |
||
| 817 | "branch-alias": { |
||
| 818 | "dev-master": "2.2.x-dev" |
||
| 819 | } |
||
| 820 | }, |
||
| 821 | "autoload": { |
||
| 822 | "psr-4": { |
||
| 823 | "Doctrine\\Bundle\\FixturesBundle\\": "" |
||
| 824 | } |
||
| 825 | }, |
||
| 826 | "notification-url": "https://packagist.org/downloads/", |
||
| 827 | "license": [ |
||
| 828 | "MIT" |
||
| 829 | ], |
||
| 830 | "authors": [ |
||
| 831 | { |
||
| 832 | "name": "Symfony Community", |
||
| 833 | "homepage": "http://symfony.com/contributors" |
||
| 834 | }, |
||
| 835 | { |
||
| 836 | "name": "Doctrine Project", |
||
| 837 | "homepage": "http://www.doctrine-project.org" |
||
| 838 | }, |
||
| 839 | { |
||
| 840 | "name": "Fabien Potencier", |
||
| 841 | "email": "[email protected]" |
||
| 842 | } |
||
| 843 | ], |
||
| 844 | "description": "Symfony DoctrineFixturesBundle", |
||
| 845 | "homepage": "http://www.doctrine-project.org", |
||
| 846 | "keywords": [ |
||
| 847 | "Fixture", |
||
| 848 | "persistence" |
||
| 849 | ], |
||
| 850 | "time": "2015-11-04 21:23:23" |
||
| 851 | }, |
||
| 852 | { |
||
| 853 | "name": "doctrine/inflector", |
||
| 854 | "version": "v1.1.0", |
||
| 855 | "source": { |
||
| 856 | "type": "git", |
||
| 857 | "url": "https://github.com/doctrine/inflector.git", |
||
| 858 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
| 859 | }, |
||
| 860 | "dist": { |
||
| 861 | "type": "zip", |
||
| 862 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
| 863 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
| 864 | "shasum": "" |
||
| 865 | }, |
||
| 866 | "require": { |
||
| 867 | "php": ">=5.3.2" |
||
| 868 | }, |
||
| 869 | "require-dev": { |
||
| 870 | "phpunit/phpunit": "4.*" |
||
| 871 | }, |
||
| 872 | "type": "library", |
||
| 873 | "extra": { |
||
| 874 | "branch-alias": { |
||
| 875 | "dev-master": "1.1.x-dev" |
||
| 876 | } |
||
| 877 | }, |
||
| 878 | "autoload": { |
||
| 879 | "psr-0": { |
||
| 880 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
| 881 | } |
||
| 882 | }, |
||
| 883 | "notification-url": "https://packagist.org/downloads/", |
||
| 884 | "license": [ |
||
| 885 | "MIT" |
||
| 886 | ], |
||
| 887 | "authors": [ |
||
| 888 | { |
||
| 889 | "name": "Roman Borschel", |
||
| 890 | "email": "[email protected]" |
||
| 891 | }, |
||
| 892 | { |
||
| 893 | "name": "Benjamin Eberlei", |
||
| 894 | "email": "[email protected]" |
||
| 895 | }, |
||
| 896 | { |
||
| 897 | "name": "Guilherme Blanco", |
||
| 898 | "email": "[email protected]" |
||
| 899 | }, |
||
| 900 | { |
||
| 901 | "name": "Jonathan Wage", |
||
| 902 | "email": "[email protected]" |
||
| 903 | }, |
||
| 904 | { |
||
| 905 | "name": "Johannes Schmitt", |
||
| 906 | "email": "[email protected]" |
||
| 907 | } |
||
| 908 | ], |
||
| 909 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
| 910 | "homepage": "http://www.doctrine-project.org", |
||
| 911 | "keywords": [ |
||
| 912 | "inflection", |
||
| 913 | "pluralize", |
||
| 914 | "singularize", |
||
| 915 | "string" |
||
| 916 | ], |
||
| 917 | "time": "2015-11-06 14:35:42" |
||
| 918 | }, |
||
| 919 | { |
||
| 920 | "name": "doctrine/instantiator", |
||
| 921 | "version": "1.0.5", |
||
| 922 | "source": { |
||
| 923 | "type": "git", |
||
| 924 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 925 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
| 926 | }, |
||
| 927 | "dist": { |
||
| 928 | "type": "zip", |
||
| 929 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 930 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 931 | "shasum": "" |
||
| 932 | }, |
||
| 933 | "require": { |
||
| 934 | "php": ">=5.3,<8.0-DEV" |
||
| 935 | }, |
||
| 936 | "require-dev": { |
||
| 937 | "athletic/athletic": "~0.1.8", |
||
| 938 | "ext-pdo": "*", |
||
| 939 | "ext-phar": "*", |
||
| 940 | "phpunit/phpunit": "~4.0", |
||
| 941 | "squizlabs/php_codesniffer": "~2.0" |
||
| 942 | }, |
||
| 943 | "type": "library", |
||
| 944 | "extra": { |
||
| 945 | "branch-alias": { |
||
| 946 | "dev-master": "1.0.x-dev" |
||
| 947 | } |
||
| 948 | }, |
||
| 949 | "autoload": { |
||
| 950 | "psr-4": { |
||
| 951 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
| 952 | } |
||
| 953 | }, |
||
| 954 | "notification-url": "https://packagist.org/downloads/", |
||
| 955 | "license": [ |
||
| 956 | "MIT" |
||
| 957 | ], |
||
| 958 | "authors": [ |
||
| 959 | { |
||
| 960 | "name": "Marco Pivetta", |
||
| 961 | "email": "[email protected]", |
||
| 962 | "homepage": "http://ocramius.github.com/" |
||
| 963 | } |
||
| 964 | ], |
||
| 965 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 966 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 967 | "keywords": [ |
||
| 968 | "constructor", |
||
| 969 | "instantiate" |
||
| 970 | ], |
||
| 971 | "time": "2015-06-14 21:17:01" |
||
| 972 | }, |
||
| 973 | { |
||
| 974 | "name": "doctrine/lexer", |
||
| 975 | "version": "v1.0.1", |
||
| 976 | "source": { |
||
| 977 | "type": "git", |
||
| 978 | "url": "https://github.com/doctrine/lexer.git", |
||
| 979 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
| 980 | }, |
||
| 981 | "dist": { |
||
| 982 | "type": "zip", |
||
| 983 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 984 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 985 | "shasum": "" |
||
| 986 | }, |
||
| 987 | "require": { |
||
| 988 | "php": ">=5.3.2" |
||
| 989 | }, |
||
| 990 | "type": "library", |
||
| 991 | "extra": { |
||
| 992 | "branch-alias": { |
||
| 993 | "dev-master": "1.0.x-dev" |
||
| 994 | } |
||
| 995 | }, |
||
| 996 | "autoload": { |
||
| 997 | "psr-0": { |
||
| 998 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 999 | } |
||
| 1000 | }, |
||
| 1001 | "notification-url": "https://packagist.org/downloads/", |
||
| 1002 | "license": [ |
||
| 1003 | "MIT" |
||
| 1004 | ], |
||
| 1005 | "authors": [ |
||
| 1006 | { |
||
| 1007 | "name": "Roman Borschel", |
||
| 1008 | "email": "[email protected]" |
||
| 1009 | }, |
||
| 1010 | { |
||
| 1011 | "name": "Guilherme Blanco", |
||
| 1012 | "email": "[email protected]" |
||
| 1013 | }, |
||
| 1014 | { |
||
| 1015 | "name": "Johannes Schmitt", |
||
| 1016 | "email": "[email protected]" |
||
| 1017 | } |
||
| 1018 | ], |
||
| 1019 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 1020 | "homepage": "http://www.doctrine-project.org", |
||
| 1021 | "keywords": [ |
||
| 1022 | "lexer", |
||
| 1023 | "parser" |
||
| 1024 | ], |
||
| 1025 | "time": "2014-09-09 13:34:57" |
||
| 1026 | }, |
||
| 1027 | { |
||
| 1028 | "name": "doctrine/mongodb", |
||
| 1029 | "version": "1.3.0", |
||
| 1030 | "source": { |
||
| 1031 | "type": "git", |
||
| 1032 | "url": "https://github.com/doctrine/mongodb.git", |
||
| 1033 | "reference": "b4eb8683d66d44de4e9e4e974149bdce327dc818" |
||
| 1034 | }, |
||
| 1035 | "dist": { |
||
| 1036 | "type": "zip", |
||
| 1037 | "url": "https://api.github.com/repos/doctrine/mongodb/zipball/b4eb8683d66d44de4e9e4e974149bdce327dc818", |
||
| 1038 | "reference": "b4eb8683d66d44de4e9e4e974149bdce327dc818", |
||
| 1039 | "shasum": "" |
||
| 1040 | }, |
||
| 1041 | "require": { |
||
| 1042 | "doctrine/common": "^2.2", |
||
| 1043 | "ext-mongo": "^1.5", |
||
| 1044 | "php": "^5.5 || ^7.0" |
||
| 1045 | }, |
||
| 1046 | "require-dev": { |
||
| 1047 | "jmikola/geojson": "^1.0", |
||
| 1048 | "phpunit/phpunit": "~4.8|~5.0" |
||
| 1049 | }, |
||
| 1050 | "suggest": { |
||
| 1051 | "jmikola/geojson": "Support GeoJSON geometry objects in 2dsphere queries" |
||
| 1052 | }, |
||
| 1053 | "type": "library", |
||
| 1054 | "extra": { |
||
| 1055 | "branch-alias": { |
||
| 1056 | "dev-master": "1.3.x-dev" |
||
| 1057 | } |
||
| 1058 | }, |
||
| 1059 | "autoload": { |
||
| 1060 | "psr-0": { |
||
| 1061 | "Doctrine\\MongoDB": "lib/" |
||
| 1062 | } |
||
| 1063 | }, |
||
| 1064 | "notification-url": "https://packagist.org/downloads/", |
||
| 1065 | "license": [ |
||
| 1066 | "MIT" |
||
| 1067 | ], |
||
| 1068 | "authors": [ |
||
| 1069 | { |
||
| 1070 | "name": "Jonathan H. Wage", |
||
| 1071 | "email": "[email protected]" |
||
| 1072 | }, |
||
| 1073 | { |
||
| 1074 | "name": "Jeremy Mikola", |
||
| 1075 | "email": "[email protected]" |
||
| 1076 | }, |
||
| 1077 | { |
||
| 1078 | "name": "Bulat Shakirzyanov", |
||
| 1079 | "email": "[email protected]" |
||
| 1080 | }, |
||
| 1081 | { |
||
| 1082 | "name": "Kris Wallsmith", |
||
| 1083 | "email": "[email protected]" |
||
| 1084 | }, |
||
| 1085 | { |
||
| 1086 | "name": "Maciej Malarz", |
||
| 1087 | "email": "[email protected]" |
||
| 1088 | }, |
||
| 1089 | { |
||
| 1090 | "name": "Andreas Braun", |
||
| 1091 | "email": "[email protected]" |
||
| 1092 | } |
||
| 1093 | ], |
||
| 1094 | "description": "Doctrine MongoDB Abstraction Layer", |
||
| 1095 | "homepage": "http://www.doctrine-project.org", |
||
| 1096 | "keywords": [ |
||
| 1097 | "database", |
||
| 1098 | "mongodb", |
||
| 1099 | "persistence" |
||
| 1100 | ], |
||
| 1101 | "time": "2016-03-19 18:45:48" |
||
| 1102 | }, |
||
| 1103 | { |
||
| 1104 | "name": "doctrine/mongodb-odm", |
||
| 1105 | "version": "1.1.0", |
||
| 1106 | "source": { |
||
| 1107 | "type": "git", |
||
| 1108 | "url": "https://github.com/doctrine/mongodb-odm.git", |
||
| 1109 | "reference": "1137922032d098a2e284575f2ce30e83abbecea2" |
||
| 1110 | }, |
||
| 1111 | "dist": { |
||
| 1112 | "type": "zip", |
||
| 1113 | "url": "https://api.github.com/repos/doctrine/mongodb-odm/zipball/1137922032d098a2e284575f2ce30e83abbecea2", |
||
| 1114 | "reference": "1137922032d098a2e284575f2ce30e83abbecea2", |
||
| 1115 | "shasum": "" |
||
| 1116 | }, |
||
| 1117 | "require": { |
||
| 1118 | "doctrine/annotations": "~1.0", |
||
| 1119 | "doctrine/cache": "~1.0", |
||
| 1120 | "doctrine/collections": "~1.1", |
||
| 1121 | "doctrine/common": "~2.4", |
||
| 1122 | "doctrine/inflector": "~1.0", |
||
| 1123 | "doctrine/instantiator": "~1.0.1", |
||
| 1124 | "doctrine/mongodb": "~1.3", |
||
| 1125 | "php": "^5.6 || ^7.0", |
||
| 1126 | "symfony/console": "~2.3|~3.0" |
||
| 1127 | }, |
||
| 1128 | "require-dev": { |
||
| 1129 | "phpunit/phpunit": "~4.8|~5.0", |
||
| 1130 | "symfony/yaml": "~2.3|~3.0" |
||
| 1131 | }, |
||
| 1132 | "suggest": { |
||
| 1133 | "symfony/yaml": "Enables the YAML metadata mapping driver" |
||
| 1134 | }, |
||
| 1135 | "type": "library", |
||
| 1136 | "extra": { |
||
| 1137 | "branch-alias": { |
||
| 1138 | "dev-master": "1.1.x-dev" |
||
| 1139 | } |
||
| 1140 | }, |
||
| 1141 | "autoload": { |
||
| 1142 | "psr-0": { |
||
| 1143 | "Doctrine\\ODM\\MongoDB": "lib/" |
||
| 1144 | } |
||
| 1145 | }, |
||
| 1146 | "notification-url": "https://packagist.org/downloads/", |
||
| 1147 | "license": [ |
||
| 1148 | "MIT" |
||
| 1149 | ], |
||
| 1150 | "authors": [ |
||
| 1151 | { |
||
| 1152 | "name": "Jonathan H. Wage", |
||
| 1153 | "email": "[email protected]" |
||
| 1154 | }, |
||
| 1155 | { |
||
| 1156 | "name": "Jeremy Mikola", |
||
| 1157 | "email": "[email protected]" |
||
| 1158 | }, |
||
| 1159 | { |
||
| 1160 | "name": "Bulat Shakirzyanov", |
||
| 1161 | "email": "[email protected]" |
||
| 1162 | }, |
||
| 1163 | { |
||
| 1164 | "name": "Kris Wallsmith", |
||
| 1165 | "email": "[email protected]" |
||
| 1166 | }, |
||
| 1167 | { |
||
| 1168 | "name": "Maciej Malarz", |
||
| 1169 | "email": "[email protected]" |
||
| 1170 | }, |
||
| 1171 | { |
||
| 1172 | "name": "Andreas Braun", |
||
| 1173 | "email": "[email protected]" |
||
| 1174 | } |
||
| 1175 | ], |
||
| 1176 | "description": "Doctrine MongoDB Object Document Mapper", |
||
| 1177 | "homepage": "http://www.doctrine-project.org", |
||
| 1178 | "keywords": [ |
||
| 1179 | "database", |
||
| 1180 | "mongodb", |
||
| 1181 | "odm", |
||
| 1182 | "persistence" |
||
| 1183 | ], |
||
| 1184 | "time": "2016-06-09 14:21:30" |
||
| 1185 | }, |
||
| 1186 | { |
||
| 1187 | "name": "doctrine/mongodb-odm-bundle", |
||
| 1188 | "version": "3.1.0", |
||
| 1189 | "source": { |
||
| 1190 | "type": "git", |
||
| 1191 | "url": "https://github.com/doctrine/DoctrineMongoDBBundle.git", |
||
| 1192 | "reference": "5ecd5d553816a258bb5860a5a2eddb67b4446f75" |
||
| 1193 | }, |
||
| 1194 | "dist": { |
||
| 1195 | "type": "zip", |
||
| 1196 | "url": "https://api.github.com/repos/doctrine/DoctrineMongoDBBundle/zipball/5ecd5d553816a258bb5860a5a2eddb67b4446f75", |
||
| 1197 | "reference": "5ecd5d553816a258bb5860a5a2eddb67b4446f75", |
||
| 1198 | "shasum": "" |
||
| 1199 | }, |
||
| 1200 | "require": { |
||
| 1201 | "doctrine/mongodb-odm": "^1.0", |
||
| 1202 | "php": "^5.5 || ^7.0", |
||
| 1203 | "psr/log": "^1.0", |
||
| 1204 | "symfony/config": "^2.7 || ^3.0", |
||
| 1205 | "symfony/console": "^2.7 || ^3.0", |
||
| 1206 | "symfony/dependency-injection": "^2.7 || ^3.0", |
||
| 1207 | "symfony/doctrine-bridge": "^2.7 || ^3.0", |
||
| 1208 | "symfony/framework-bundle": "^2.7 || ^3.0", |
||
| 1209 | "symfony/options-resolver": "^2.7 || ^3.0" |
||
| 1210 | }, |
||
| 1211 | "require-dev": { |
||
| 1212 | "doctrine/data-fixtures": "@dev", |
||
| 1213 | "symfony/form": "^2.7 || ^3.0", |
||
| 1214 | "symfony/phpunit-bridge": "^2.7 || ^3.0", |
||
| 1215 | "symfony/yaml": "^2.7 || ^3.0" |
||
| 1216 | }, |
||
| 1217 | "suggest": { |
||
| 1218 | "doctrine/data-fixtures": "Load data fixtures" |
||
| 1219 | }, |
||
| 1220 | "type": "symfony-bundle", |
||
| 1221 | "extra": { |
||
| 1222 | "branch-alias": { |
||
| 1223 | "dev-master": "3.1-dev" |
||
| 1224 | } |
||
| 1225 | }, |
||
| 1226 | "autoload": { |
||
| 1227 | "psr-4": { |
||
| 1228 | "Doctrine\\Bundle\\MongoDBBundle\\": "" |
||
| 1229 | } |
||
| 1230 | }, |
||
| 1231 | "notification-url": "https://packagist.org/downloads/", |
||
| 1232 | "license": [ |
||
| 1233 | "MIT" |
||
| 1234 | ], |
||
| 1235 | "authors": [ |
||
| 1236 | { |
||
| 1237 | "name": "Kris Wallsmith", |
||
| 1238 | "email": "[email protected]" |
||
| 1239 | }, |
||
| 1240 | { |
||
| 1241 | "name": "Jonathan H. Wage", |
||
| 1242 | "email": "[email protected]" |
||
| 1243 | }, |
||
| 1244 | { |
||
| 1245 | "name": "Bulat Shakirzyanov", |
||
| 1246 | "email": "[email protected]" |
||
| 1247 | } |
||
| 1248 | ], |
||
| 1249 | "description": "Symfony2 Doctrine MongoDB Bundle", |
||
| 1250 | "homepage": "http://www.doctrine-project.org", |
||
| 1251 | "keywords": [ |
||
| 1252 | "mongodb", |
||
| 1253 | "persistence", |
||
| 1254 | "symfony" |
||
| 1255 | ], |
||
| 1256 | "time": "2016-04-10 19:04:45" |
||
| 1257 | }, |
||
| 1258 | { |
||
| 1259 | "name": "doctrine/orm", |
||
| 1260 | "version": "v2.5.4", |
||
| 1261 | "source": { |
||
| 1262 | "type": "git", |
||
| 1263 | "url": "https://github.com/doctrine/doctrine2.git", |
||
| 1264 | "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab" |
||
| 1265 | }, |
||
| 1266 | "dist": { |
||
| 1267 | "type": "zip", |
||
| 1268 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab", |
||
| 1269 | "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab", |
||
| 1270 | "shasum": "" |
||
| 1271 | }, |
||
| 1272 | "require": { |
||
| 1273 | "doctrine/cache": "~1.4", |
||
| 1274 | "doctrine/collections": "~1.2", |
||
| 1275 | "doctrine/common": ">=2.5-dev,<2.7-dev", |
||
| 1276 | "doctrine/dbal": ">=2.5-dev,<2.6-dev", |
||
| 1277 | "doctrine/instantiator": "~1.0.1", |
||
| 1278 | "ext-pdo": "*", |
||
| 1279 | "php": ">=5.4", |
||
| 1280 | "symfony/console": "~2.5|~3.0" |
||
| 1281 | }, |
||
| 1282 | "require-dev": { |
||
| 1283 | "phpunit/phpunit": "~4.0", |
||
| 1284 | "symfony/yaml": "~2.3|~3.0" |
||
| 1285 | }, |
||
| 1286 | "suggest": { |
||
| 1287 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
| 1288 | }, |
||
| 1289 | "bin": [ |
||
| 1290 | "bin/doctrine", |
||
| 1291 | "bin/doctrine.php" |
||
| 1292 | ], |
||
| 1293 | "type": "library", |
||
| 1294 | "extra": { |
||
| 1295 | "branch-alias": { |
||
| 1296 | "dev-master": "2.6.x-dev" |
||
| 1297 | } |
||
| 1298 | }, |
||
| 1299 | "autoload": { |
||
| 1300 | "psr-0": { |
||
| 1301 | "Doctrine\\ORM\\": "lib/" |
||
| 1302 | } |
||
| 1303 | }, |
||
| 1304 | "notification-url": "https://packagist.org/downloads/", |
||
| 1305 | "license": [ |
||
| 1306 | "MIT" |
||
| 1307 | ], |
||
| 1308 | "authors": [ |
||
| 1309 | { |
||
| 1310 | "name": "Roman Borschel", |
||
| 1311 | "email": "[email protected]" |
||
| 1312 | }, |
||
| 1313 | { |
||
| 1314 | "name": "Benjamin Eberlei", |
||
| 1315 | "email": "[email protected]" |
||
| 1316 | }, |
||
| 1317 | { |
||
| 1318 | "name": "Guilherme Blanco", |
||
| 1319 | "email": "[email protected]" |
||
| 1320 | }, |
||
| 1321 | { |
||
| 1322 | "name": "Jonathan Wage", |
||
| 1323 | "email": "[email protected]" |
||
| 1324 | } |
||
| 1325 | ], |
||
| 1326 | "description": "Object-Relational-Mapper for PHP", |
||
| 1327 | "homepage": "http://www.doctrine-project.org", |
||
| 1328 | "keywords": [ |
||
| 1329 | "database", |
||
| 1330 | "orm" |
||
| 1331 | ], |
||
| 1332 | "time": "2016-01-05 21:34:58" |
||
| 1333 | }, |
||
| 1334 | { |
||
| 1335 | "name": "eo/airbrake-bundle", |
||
| 1336 | "version": "dev-master", |
||
| 1337 | "source": { |
||
| 1338 | "type": "git", |
||
| 1339 | "url": "https://github.com/eymengunay/EoAirbrakeBundle.git", |
||
| 1340 | "reference": "2533069dca7ae359a2de6d495aec8b64f07d2cee" |
||
| 1341 | }, |
||
| 1342 | "dist": { |
||
| 1343 | "type": "zip", |
||
| 1344 | "url": "https://api.github.com/repos/eymengunay/EoAirbrakeBundle/zipball/2533069dca7ae359a2de6d495aec8b64f07d2cee", |
||
| 1345 | "reference": "2533069dca7ae359a2de6d495aec8b64f07d2cee", |
||
| 1346 | "shasum": "" |
||
| 1347 | }, |
||
| 1348 | "require": { |
||
| 1349 | "dbtlr/php-airbrake": "~1.1", |
||
| 1350 | "symfony/symfony": "~2.1" |
||
| 1351 | }, |
||
| 1352 | "type": "symfony-bundle", |
||
| 1353 | "extra": { |
||
| 1354 | "branch-alias": { |
||
| 1355 | "dev-master": "1.0.x-dev" |
||
| 1356 | } |
||
| 1357 | }, |
||
| 1358 | "autoload": { |
||
| 1359 | "psr-4": { |
||
| 1360 | "Eo\\AirbrakeBundle\\": "" |
||
| 1361 | } |
||
| 1362 | }, |
||
| 1363 | "notification-url": "https://packagist.org/downloads/", |
||
| 1364 | "license": [ |
||
| 1365 | "MIT" |
||
| 1366 | ], |
||
| 1367 | "authors": [ |
||
| 1368 | { |
||
| 1369 | "name": "Eymen Gunay", |
||
| 1370 | "email": "[email protected]" |
||
| 1371 | } |
||
| 1372 | ], |
||
| 1373 | "description": "Airbrake.io integration for Symfony2", |
||
| 1374 | "keywords": [ |
||
| 1375 | "airbrake", |
||
| 1376 | "errbit", |
||
| 1377 | "exception" |
||
| 1378 | ], |
||
| 1379 | "time": "2016-02-02 11:43:50" |
||
| 1380 | }, |
||
| 1381 | { |
||
| 1382 | "name": "exercise/htmlpurifier-bundle", |
||
| 1383 | "version": "v0.2.3", |
||
| 1384 | "source": { |
||
| 1385 | "type": "git", |
||
| 1386 | "url": "https://github.com/Exercise/HTMLPurifierBundle.git", |
||
| 1387 | "reference": "3b5842de5e7ffee2c360eb7746519797a2fbb0f6" |
||
| 1388 | }, |
||
| 1389 | "dist": { |
||
| 1390 | "type": "zip", |
||
| 1391 | "url": "https://api.github.com/repos/Exercise/HTMLPurifierBundle/zipball/3b5842de5e7ffee2c360eb7746519797a2fbb0f6", |
||
| 1392 | "reference": "3b5842de5e7ffee2c360eb7746519797a2fbb0f6", |
||
| 1393 | "shasum": "" |
||
| 1394 | }, |
||
| 1395 | "require": { |
||
| 1396 | "ezyang/htmlpurifier": "~4.0", |
||
| 1397 | "php": ">=5.3.2", |
||
| 1398 | "symfony/framework-bundle": "~2.0|~3.0" |
||
| 1399 | }, |
||
| 1400 | "require-dev": { |
||
| 1401 | "symfony/form": "~2.0", |
||
| 1402 | "twig/twig": "~1.3" |
||
| 1403 | }, |
||
| 1404 | "type": "symfony-bundle", |
||
| 1405 | "extra": { |
||
| 1406 | "branch-alias": { |
||
| 1407 | "dev-master": "1.0.x-dev" |
||
| 1408 | } |
||
| 1409 | }, |
||
| 1410 | "autoload": { |
||
| 1411 | "psr-4": { |
||
| 1412 | "Exercise\\HTMLPurifierBundle\\": "" |
||
| 1413 | } |
||
| 1414 | }, |
||
| 1415 | "notification-url": "https://packagist.org/downloads/", |
||
| 1416 | "license": [ |
||
| 1417 | "MIT" |
||
| 1418 | ], |
||
| 1419 | "authors": [ |
||
| 1420 | { |
||
| 1421 | "name": "contributors", |
||
| 1422 | "homepage": "https://github.com/Exercise/HTMLPurifierBundle/contributors" |
||
| 1423 | } |
||
| 1424 | ], |
||
| 1425 | "description": "HTMLPurifier integration for your Symfony2 project", |
||
| 1426 | "homepage": "https://github.com/Exercise/HTMLPurifierBundle", |
||
| 1427 | "keywords": [ |
||
| 1428 | "htmlpurifier" |
||
| 1429 | ], |
||
| 1430 | "time": "2015-12-01 17:32:26" |
||
| 1431 | }, |
||
| 1432 | { |
||
| 1433 | "name": "ezyang/htmlpurifier", |
||
| 1434 | "version": "v4.7.0", |
||
| 1435 | "source": { |
||
| 1436 | "type": "git", |
||
| 1437 | "url": "https://github.com/ezyang/htmlpurifier.git", |
||
| 1438 | "reference": "ae1828d955112356f7677c465f94f7deb7d27a40" |
||
| 1439 | }, |
||
| 1440 | "dist": { |
||
| 1441 | "type": "zip", |
||
| 1442 | "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40", |
||
| 1443 | "reference": "ae1828d955112356f7677c465f94f7deb7d27a40", |
||
| 1444 | "shasum": "" |
||
| 1445 | }, |
||
| 1446 | "require": { |
||
| 1447 | "php": ">=5.2" |
||
| 1448 | }, |
||
| 1449 | "type": "library", |
||
| 1450 | "autoload": { |
||
| 1451 | "psr-0": { |
||
| 1452 | "HTMLPurifier": "library/" |
||
| 1453 | }, |
||
| 1454 | "files": [ |
||
| 1455 | "library/HTMLPurifier.composer.php" |
||
| 1456 | ] |
||
| 1457 | }, |
||
| 1458 | "notification-url": "https://packagist.org/downloads/", |
||
| 1459 | "license": [ |
||
| 1460 | "LGPL" |
||
| 1461 | ], |
||
| 1462 | "authors": [ |
||
| 1463 | { |
||
| 1464 | "name": "Edward Z. Yang", |
||
| 1465 | "email": "[email protected]", |
||
| 1466 | "homepage": "http://ezyang.com" |
||
| 1467 | } |
||
| 1468 | ], |
||
| 1469 | "description": "Standards compliant HTML filter written in PHP", |
||
| 1470 | "homepage": "http://htmlpurifier.org/", |
||
| 1471 | "keywords": [ |
||
| 1472 | "html" |
||
| 1473 | ], |
||
| 1474 | "time": "2015-08-05 01:03:42" |
||
| 1475 | }, |
||
| 1476 | { |
||
| 1477 | "name": "gedmo/doctrine-extensions", |
||
| 1478 | "version": "v2.4.13", |
||
| 1479 | "source": { |
||
| 1480 | "type": "git", |
||
| 1481 | "url": "https://github.com/Atlantic18/DoctrineExtensions.git", |
||
| 1482 | "reference": "5f4b6c848f0d6834a434a62a09a0935d147082e1" |
||
| 1483 | }, |
||
| 1484 | "dist": { |
||
| 1485 | "type": "zip", |
||
| 1486 | "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/5f4b6c848f0d6834a434a62a09a0935d147082e1", |
||
| 1487 | "reference": "5f4b6c848f0d6834a434a62a09a0935d147082e1", |
||
| 1488 | "shasum": "" |
||
| 1489 | }, |
||
| 1490 | "require": { |
||
| 1491 | "behat/transliterator": "~1.0", |
||
| 1492 | "doctrine/common": "~2.4", |
||
| 1493 | "php": ">=5.3.2" |
||
| 1494 | }, |
||
| 1495 | "require-dev": { |
||
| 1496 | "doctrine/common": ">=2.5.0", |
||
| 1497 | "doctrine/mongodb-odm": ">=1.0.2", |
||
| 1498 | "doctrine/orm": ">=2.5.0", |
||
| 1499 | "phpunit/phpunit": "~4.4", |
||
| 1500 | "phpunit/phpunit-mock-objects": "~2.3", |
||
| 1501 | "symfony/yaml": "~2.6" |
||
| 1502 | }, |
||
| 1503 | "suggest": { |
||
| 1504 | "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM", |
||
| 1505 | "doctrine/orm": "to use the extensions with the ORM" |
||
| 1506 | }, |
||
| 1507 | "type": "library", |
||
| 1508 | "extra": { |
||
| 1509 | "branch-alias": { |
||
| 1510 | "dev-master": "2.4.x-dev" |
||
| 1511 | } |
||
| 1512 | }, |
||
| 1513 | "autoload": { |
||
| 1514 | "psr-0": { |
||
| 1515 | "Gedmo\\": "lib/" |
||
| 1516 | } |
||
| 1517 | }, |
||
| 1518 | "notification-url": "https://packagist.org/downloads/", |
||
| 1519 | "license": [ |
||
| 1520 | "MIT" |
||
| 1521 | ], |
||
| 1522 | "authors": [ |
||
| 1523 | { |
||
| 1524 | "name": "David Buchmann", |
||
| 1525 | "email": "[email protected]" |
||
| 1526 | }, |
||
| 1527 | { |
||
| 1528 | "name": "Gediminas Morkevicius", |
||
| 1529 | "email": "[email protected]" |
||
| 1530 | }, |
||
| 1531 | { |
||
| 1532 | "name": "Gustavo Falco", |
||
| 1533 | "email": "[email protected]" |
||
| 1534 | } |
||
| 1535 | ], |
||
| 1536 | "description": "Doctrine2 behavioral extensions", |
||
| 1537 | "homepage": "http://gediminasm.org/", |
||
| 1538 | "keywords": [ |
||
| 1539 | "Blameable", |
||
| 1540 | "behaviors", |
||
| 1541 | "doctrine2", |
||
| 1542 | "extensions", |
||
| 1543 | "gedmo", |
||
| 1544 | "loggable", |
||
| 1545 | "nestedset", |
||
| 1546 | "sluggable", |
||
| 1547 | "sortable", |
||
| 1548 | "timestampable", |
||
| 1549 | "translatable", |
||
| 1550 | "tree", |
||
| 1551 | "uploadable" |
||
| 1552 | ], |
||
| 1553 | "time": "2016-02-18 15:33:43" |
||
| 1554 | }, |
||
| 1555 | { |
||
| 1556 | "name": "graviton/deploy-scripts", |
||
| 1557 | "version": "v0.4.0", |
||
| 1558 | "source": { |
||
| 1559 | "type": "git", |
||
| 1560 | "url": "https://github.com/libgraviton/deploy-scripts.git", |
||
| 1561 | "reference": "1b083bb0038c9958b44c5bd85e4b354d8dd680ff" |
||
| 1562 | }, |
||
| 1563 | "dist": { |
||
| 1564 | "type": "zip", |
||
| 1565 | "url": "https://api.github.com/repos/libgraviton/deploy-scripts/zipball/1b083bb0038c9958b44c5bd85e4b354d8dd680ff", |
||
| 1566 | "reference": "1b083bb0038c9958b44c5bd85e4b354d8dd680ff", |
||
| 1567 | "shasum": "" |
||
| 1568 | }, |
||
| 1569 | "require": { |
||
| 1570 | "incenteev/composer-parameter-handler": "^2.1", |
||
| 1571 | "symfony/config": "^2.6", |
||
| 1572 | "symfony/console": "^2.6", |
||
| 1573 | "symfony/process": "^2.6" |
||
| 1574 | }, |
||
| 1575 | "require-dev": { |
||
| 1576 | "kherge/box": "^2.5", |
||
| 1577 | "libgraviton/codesniffer": "~1.3", |
||
| 1578 | "phpunit/phpunit": "~4.6", |
||
| 1579 | "squizlabs/php_codesniffer": "~2.2" |
||
| 1580 | }, |
||
| 1581 | "bin": [ |
||
| 1582 | "bin/deploy" |
||
| 1583 | ], |
||
| 1584 | "type": "library", |
||
| 1585 | "extra": { |
||
| 1586 | "incenteev-parameters": { |
||
| 1587 | "parameter-key": "deploy-scripts", |
||
| 1588 | "file": "app/config/deploy.yml", |
||
| 1589 | "env-map": { |
||
| 1590 | "cf_bin": "CF_BIN", |
||
| 1591 | "cf_process_timeout": "CF_PROCESS_TIMEOUT", |
||
| 1592 | "cf_api_url": "CF_API_URL", |
||
| 1593 | "cf_username": "CF_USERNAME", |
||
| 1594 | "cf_password": "CF_PASSWORD", |
||
| 1595 | "cf_org": "CF_ORG", |
||
| 1596 | "cf_space": "CF_SPACE", |
||
| 1597 | "cf_domain": "CF_DOMAIN", |
||
| 1598 | "cf_services": "CF_SERVICES" |
||
| 1599 | } |
||
| 1600 | } |
||
| 1601 | }, |
||
| 1602 | "autoload": { |
||
| 1603 | "psr-4": { |
||
| 1604 | "Graviton\\Deployment\\": "src/" |
||
| 1605 | } |
||
| 1606 | }, |
||
| 1607 | "notification-url": "https://packagist.org/downloads/", |
||
| 1608 | "license": [ |
||
| 1609 | "GPL" |
||
| 1610 | ], |
||
| 1611 | "authors": [ |
||
| 1612 | { |
||
| 1613 | "name": "List of contributors", |
||
| 1614 | "homepage": "https://github.com/libgraviton/deploy-scripts/graphs/contributors" |
||
| 1615 | } |
||
| 1616 | ], |
||
| 1617 | "description": "low level deploy helpers", |
||
| 1618 | "time": "2015-09-13 13:50:48" |
||
| 1619 | }, |
||
| 1620 | { |
||
| 1621 | "name": "graviton/json-schema", |
||
| 1622 | "version": "v1.2.0", |
||
| 1623 | "source": { |
||
| 1624 | "type": "git", |
||
| 1625 | "url": "https://github.com/libgraviton/json-schema.git", |
||
| 1626 | "reference": "e6acd829194fc441820d07deeee2df8b8ce820d8" |
||
| 1627 | }, |
||
| 1628 | "dist": { |
||
| 1629 | "type": "zip", |
||
| 1630 | "url": "https://api.github.com/repos/libgraviton/json-schema/zipball/e6acd829194fc441820d07deeee2df8b8ce820d8", |
||
| 1631 | "reference": "e6acd829194fc441820d07deeee2df8b8ce820d8", |
||
| 1632 | "shasum": "" |
||
| 1633 | }, |
||
| 1634 | "require": { |
||
| 1635 | "justinrainbow/json-schema": "~2.0", |
||
| 1636 | "symfony/symfony": "^2.8.6" |
||
| 1637 | }, |
||
| 1638 | "require-dev": { |
||
| 1639 | "libgraviton/codesniffer": "~1.3", |
||
| 1640 | "phpunit/phpunit": "~5.2", |
||
| 1641 | "squizlabs/php_codesniffer": "~2.2", |
||
| 1642 | "symfony/phpunit-bridge": "^3.0" |
||
| 1643 | }, |
||
| 1644 | "bin": [ |
||
| 1645 | "bin/graviton-validate-directory", |
||
| 1646 | "bin/graviton-validate-file" |
||
| 1647 | ], |
||
| 1648 | "type": "library", |
||
| 1649 | "autoload": { |
||
| 1650 | "psr-0": { |
||
| 1651 | "Graviton": "src/" |
||
| 1652 | } |
||
| 1653 | }, |
||
| 1654 | "notification-url": "https://packagist.org/downloads/", |
||
| 1655 | "license": [ |
||
| 1656 | "GPL" |
||
| 1657 | ], |
||
| 1658 | "authors": [ |
||
| 1659 | { |
||
| 1660 | "name": "List of contributors", |
||
| 1661 | "homepage": "https://github.com/libgraviton/json-schema/graphs/contributors" |
||
| 1662 | } |
||
| 1663 | ], |
||
| 1664 | "description": "JSON Schemas describing the Graviton specific JSON formats", |
||
| 1665 | "time": "2016-07-14 09:10:17" |
||
| 1666 | }, |
||
| 1667 | { |
||
| 1668 | "name": "graviton/php-rql-parser", |
||
| 1669 | "version": "v2.0.3", |
||
| 1670 | "source": { |
||
| 1671 | "type": "git", |
||
| 1672 | "url": "https://github.com/libgraviton/php-rql-parser.git", |
||
| 1673 | "reference": "1db68fc3d5ec29ca481bcb8e9807354e232d1062" |
||
| 1674 | }, |
||
| 1675 | "dist": { |
||
| 1676 | "type": "zip", |
||
| 1677 | "url": "https://api.github.com/repos/libgraviton/php-rql-parser/zipball/1db68fc3d5ec29ca481bcb8e9807354e232d1062", |
||
| 1678 | "reference": "1db68fc3d5ec29ca481bcb8e9807354e232d1062", |
||
| 1679 | "shasum": "" |
||
| 1680 | }, |
||
| 1681 | "require": { |
||
| 1682 | "doctrine/mongodb-odm": "~1.0@beta", |
||
| 1683 | "php": "~5.4", |
||
| 1684 | "symfony/event-dispatcher": "^2.6", |
||
| 1685 | "xiag/rql-parser": "^1.0.2" |
||
| 1686 | }, |
||
| 1687 | "require-dev": { |
||
| 1688 | "doctrine/data-fixtures": "~1.0", |
||
| 1689 | "libgraviton/codesniffer": "~1.3", |
||
| 1690 | "phpunit/phpunit": "*", |
||
| 1691 | "squizlabs/php_codesniffer": "~2.2", |
||
| 1692 | "xiag/rql-command": "^1.0" |
||
| 1693 | }, |
||
| 1694 | "type": "library", |
||
| 1695 | "autoload": { |
||
| 1696 | "psr-4": { |
||
| 1697 | "Graviton\\Rql\\": "src/" |
||
| 1698 | } |
||
| 1699 | }, |
||
| 1700 | "notification-url": "https://packagist.org/downloads/", |
||
| 1701 | "license": [ |
||
| 1702 | "GPL" |
||
| 1703 | ], |
||
| 1704 | "authors": [ |
||
| 1705 | { |
||
| 1706 | "name": "List of contributors", |
||
| 1707 | "homepage": "https://github.com/libgraviton/php-rql-parser/graphs/contributors" |
||
| 1708 | } |
||
| 1709 | ], |
||
| 1710 | "description": "doctrine-odm query building wrapper to xiag-ag/rql-parser", |
||
| 1711 | "homepage": "https://github.com/libgraviton/php-rql-parser", |
||
| 1712 | "keywords": [ |
||
| 1713 | "language", |
||
| 1714 | "mongo", |
||
| 1715 | "mongodb", |
||
| 1716 | "parser", |
||
| 1717 | "query", |
||
| 1718 | "resource", |
||
| 1719 | "rest", |
||
| 1720 | "rql" |
||
| 1721 | ], |
||
| 1722 | "time": "2016-07-04 12:45:12" |
||
| 1723 | }, |
||
| 1724 | { |
||
| 1725 | "name": "graviton/rql-parser-bundle", |
||
| 1726 | "version": "v0.11.0", |
||
| 1727 | "source": { |
||
| 1728 | "type": "git", |
||
| 1729 | "url": "https://github.com/libgraviton/GravitonRqlParserBundle.git", |
||
| 1730 | "reference": "b492988e72a20785a1df2a767c41867ca7999691" |
||
| 1731 | }, |
||
| 1732 | "dist": { |
||
| 1733 | "type": "zip", |
||
| 1734 | "url": "https://api.github.com/repos/libgraviton/GravitonRqlParserBundle/zipball/b492988e72a20785a1df2a767c41867ca7999691", |
||
| 1735 | "reference": "b492988e72a20785a1df2a767c41867ca7999691", |
||
| 1736 | "shasum": "" |
||
| 1737 | }, |
||
| 1738 | "require": { |
||
| 1739 | "graviton/php-rql-parser": ">=2.0.0-alpha15", |
||
| 1740 | "php": "~5.4", |
||
| 1741 | "symfony/http-kernel": "~2.6" |
||
| 1742 | }, |
||
| 1743 | "require-dev": { |
||
| 1744 | "doctrine/mongodb-odm": "~1.0@beta", |
||
| 1745 | "libgraviton/codesniffer": "~1.3", |
||
| 1746 | "phpunit/phpunit": "~4.7", |
||
| 1747 | "squizlabs/php_codesniffer": "~2.2", |
||
| 1748 | "symfony/framework-bundle": "~2.7" |
||
| 1749 | }, |
||
| 1750 | "type": "library", |
||
| 1751 | "autoload": { |
||
| 1752 | "psr-4": { |
||
| 1753 | "Graviton\\RqlParserBundle\\": "src/" |
||
| 1754 | } |
||
| 1755 | }, |
||
| 1756 | "notification-url": "https://packagist.org/downloads/", |
||
| 1757 | "license": [ |
||
| 1758 | "GPL" |
||
| 1759 | ], |
||
| 1760 | "authors": [ |
||
| 1761 | { |
||
| 1762 | "name": "List of contributors", |
||
| 1763 | "homepage": "https://github.com/libgraviton/GravitonRqlParserBundle/graphs/contributors" |
||
| 1764 | } |
||
| 1765 | ], |
||
| 1766 | "description": "Port of the php-rql-parser into the world of Symfony 2.", |
||
| 1767 | "time": "2016-04-15 12:56:32" |
||
| 1768 | }, |
||
| 1769 | { |
||
| 1770 | "name": "guzzle/guzzle", |
||
| 1771 | "version": "v3.9.3", |
||
| 1772 | "source": { |
||
| 1773 | "type": "git", |
||
| 1774 | "url": "https://github.com/guzzle/guzzle3.git", |
||
| 1775 | "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" |
||
| 1776 | }, |
||
| 1777 | "dist": { |
||
| 1778 | "type": "zip", |
||
| 1779 | "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", |
||
| 1780 | "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", |
||
| 1781 | "shasum": "" |
||
| 1782 | }, |
||
| 1783 | "require": { |
||
| 1784 | "ext-curl": "*", |
||
| 1785 | "php": ">=5.3.3", |
||
| 1786 | "symfony/event-dispatcher": "~2.1" |
||
| 1787 | }, |
||
| 1788 | "replace": { |
||
| 1789 | "guzzle/batch": "self.version", |
||
| 1790 | "guzzle/cache": "self.version", |
||
| 1791 | "guzzle/common": "self.version", |
||
| 1792 | "guzzle/http": "self.version", |
||
| 1793 | "guzzle/inflection": "self.version", |
||
| 1794 | "guzzle/iterator": "self.version", |
||
| 1795 | "guzzle/log": "self.version", |
||
| 1796 | "guzzle/parser": "self.version", |
||
| 1797 | "guzzle/plugin": "self.version", |
||
| 1798 | "guzzle/plugin-async": "self.version", |
||
| 1799 | "guzzle/plugin-backoff": "self.version", |
||
| 1800 | "guzzle/plugin-cache": "self.version", |
||
| 1801 | "guzzle/plugin-cookie": "self.version", |
||
| 1802 | "guzzle/plugin-curlauth": "self.version", |
||
| 1803 | "guzzle/plugin-error-response": "self.version", |
||
| 1804 | "guzzle/plugin-history": "self.version", |
||
| 1805 | "guzzle/plugin-log": "self.version", |
||
| 1806 | "guzzle/plugin-md5": "self.version", |
||
| 1807 | "guzzle/plugin-mock": "self.version", |
||
| 1808 | "guzzle/plugin-oauth": "self.version", |
||
| 1809 | "guzzle/service": "self.version", |
||
| 1810 | "guzzle/stream": "self.version" |
||
| 1811 | }, |
||
| 1812 | "require-dev": { |
||
| 1813 | "doctrine/cache": "~1.3", |
||
| 1814 | "monolog/monolog": "~1.0", |
||
| 1815 | "phpunit/phpunit": "3.7.*", |
||
| 1816 | "psr/log": "~1.0", |
||
| 1817 | "symfony/class-loader": "~2.1", |
||
| 1818 | "zendframework/zend-cache": "2.*,<2.3", |
||
| 1819 | "zendframework/zend-log": "2.*,<2.3" |
||
| 1820 | }, |
||
| 1821 | "suggest": { |
||
| 1822 | "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." |
||
| 1823 | }, |
||
| 1824 | "type": "library", |
||
| 1825 | "extra": { |
||
| 1826 | "branch-alias": { |
||
| 1827 | "dev-master": "3.9-dev" |
||
| 1828 | } |
||
| 1829 | }, |
||
| 1830 | "autoload": { |
||
| 1831 | "psr-0": { |
||
| 1832 | "Guzzle": "src/", |
||
| 1833 | "Guzzle\\Tests": "tests/" |
||
| 1834 | } |
||
| 1835 | }, |
||
| 1836 | "notification-url": "https://packagist.org/downloads/", |
||
| 1837 | "license": [ |
||
| 1838 | "MIT" |
||
| 1839 | ], |
||
| 1840 | "authors": [ |
||
| 1841 | { |
||
| 1842 | "name": "Michael Dowling", |
||
| 1843 | "email": "[email protected]", |
||
| 1844 | "homepage": "https://github.com/mtdowling" |
||
| 1845 | }, |
||
| 1846 | { |
||
| 1847 | "name": "Guzzle Community", |
||
| 1848 | "homepage": "https://github.com/guzzle/guzzle/contributors" |
||
| 1849 | } |
||
| 1850 | ], |
||
| 1851 | "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", |
||
| 1852 | "homepage": "http://guzzlephp.org/", |
||
| 1853 | "keywords": [ |
||
| 1854 | "client", |
||
| 1855 | "curl", |
||
| 1856 | "framework", |
||
| 1857 | "http", |
||
| 1858 | "http client", |
||
| 1859 | "rest", |
||
| 1860 | "web service" |
||
| 1861 | ], |
||
| 1862 | "abandoned": "guzzlehttp/guzzle", |
||
| 1863 | "time": "2015-03-18 18:23:50" |
||
| 1864 | }, |
||
| 1865 | { |
||
| 1866 | "name": "guzzlehttp/guzzle", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 1867 | "version": "6.2.0", |
||
| 1868 | "source": { |
||
| 1869 | "type": "git", |
||
| 1870 | "url": "https://github.com/guzzle/guzzle.git", |
||
| 1871 | "reference": "d094e337976dff9d8e2424e8485872194e768662" |
||
| 1872 | }, |
||
| 1873 | "dist": { |
||
| 1874 | "type": "zip", |
||
| 1875 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d094e337976dff9d8e2424e8485872194e768662", |
||
| 1876 | "reference": "d094e337976dff9d8e2424e8485872194e768662", |
||
| 1877 | "shasum": "" |
||
| 1878 | }, |
||
| 1879 | "require": { |
||
| 1880 | "guzzlehttp/promises": "~1.0", |
||
| 1881 | "guzzlehttp/psr7": "~1.1", |
||
| 1882 | "php": ">=5.5.0" |
||
| 1883 | }, |
||
| 1884 | "require-dev": { |
||
| 1885 | "ext-curl": "*", |
||
| 1886 | "phpunit/phpunit": "~4.0", |
||
| 1887 | "psr/log": "~1.0" |
||
| 1888 | }, |
||
| 1889 | "type": "library", |
||
| 1890 | "extra": { |
||
| 1891 | "branch-alias": { |
||
| 1892 | "dev-master": "6.2-dev" |
||
| 1893 | } |
||
| 1894 | }, |
||
| 1895 | "autoload": { |
||
| 1896 | "files": [ |
||
| 1897 | "src/functions_include.php" |
||
| 1898 | ], |
||
| 1899 | "psr-4": { |
||
| 1900 | "GuzzleHttp\\": "src/" |
||
| 1901 | } |
||
| 1902 | }, |
||
| 1903 | "notification-url": "https://packagist.org/downloads/", |
||
| 1904 | "license": [ |
||
| 1905 | "MIT" |
||
| 1906 | ], |
||
| 1907 | "authors": [ |
||
| 1908 | { |
||
| 1909 | "name": "Michael Dowling", |
||
| 1910 | "email": "[email protected]", |
||
| 1911 | "homepage": "https://github.com/mtdowling" |
||
| 1912 | } |
||
| 1913 | ], |
||
| 1914 | "description": "Guzzle is a PHP HTTP client library", |
||
| 1915 | "homepage": "http://guzzlephp.org/", |
||
| 1916 | "keywords": [ |
||
| 1917 | "client", |
||
| 1918 | "curl", |
||
| 1919 | "framework", |
||
| 1920 | "http", |
||
| 1921 | "http client", |
||
| 1922 | "rest", |
||
| 1923 | "web service" |
||
| 1924 | ], |
||
| 1925 | "time": "2016-03-21 20:02:09" |
||
| 1926 | }, |
||
| 1927 | { |
||
| 1928 | "name": "guzzlehttp/promises", |
||
| 1929 | "version": "1.2.0", |
||
| 1930 | "source": { |
||
| 1931 | "type": "git", |
||
| 1932 | "url": "https://github.com/guzzle/promises.git", |
||
| 1933 | "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579" |
||
| 1934 | }, |
||
| 1935 | "dist": { |
||
| 1936 | "type": "zip", |
||
| 1937 | "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579", |
||
| 1938 | "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579", |
||
| 1939 | "shasum": "" |
||
| 1940 | }, |
||
| 1941 | "require": { |
||
| 1942 | "php": ">=5.5.0" |
||
| 1943 | }, |
||
| 1944 | "require-dev": { |
||
| 1945 | "phpunit/phpunit": "~4.0" |
||
| 1946 | }, |
||
| 1947 | "type": "library", |
||
| 1948 | "extra": { |
||
| 1949 | "branch-alias": { |
||
| 1950 | "dev-master": "1.0-dev" |
||
| 1951 | } |
||
| 1952 | }, |
||
| 1953 | "autoload": { |
||
| 1954 | "psr-4": { |
||
| 1955 | "GuzzleHttp\\Promise\\": "src/" |
||
| 1956 | }, |
||
| 1957 | "files": [ |
||
| 1958 | "src/functions_include.php" |
||
| 1959 | ] |
||
| 1960 | }, |
||
| 1961 | "notification-url": "https://packagist.org/downloads/", |
||
| 1962 | "license": [ |
||
| 1963 | "MIT" |
||
| 1964 | ], |
||
| 1965 | "authors": [ |
||
| 1966 | { |
||
| 1967 | "name": "Michael Dowling", |
||
| 1968 | "email": "[email protected]", |
||
| 1969 | "homepage": "https://github.com/mtdowling" |
||
| 1970 | } |
||
| 1971 | ], |
||
| 1972 | "description": "Guzzle promises library", |
||
| 1973 | "keywords": [ |
||
| 1974 | "promise" |
||
| 1975 | ], |
||
| 1976 | "time": "2016-05-18 16:56:05" |
||
| 1977 | }, |
||
| 1978 | { |
||
| 1979 | "name": "guzzlehttp/psr7", |
||
| 1980 | "version": "1.3.0", |
||
| 1981 | "source": { |
||
| 1982 | "type": "git", |
||
| 1983 | "url": "https://github.com/guzzle/psr7.git", |
||
| 1984 | "reference": "31382fef2889136415751badebbd1cb022a4ed72" |
||
| 1985 | }, |
||
| 1986 | "dist": { |
||
| 1987 | "type": "zip", |
||
| 1988 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/31382fef2889136415751badebbd1cb022a4ed72", |
||
| 1989 | "reference": "31382fef2889136415751badebbd1cb022a4ed72", |
||
| 1990 | "shasum": "" |
||
| 1991 | }, |
||
| 1992 | "require": { |
||
| 1993 | "php": ">=5.4.0", |
||
| 1994 | "psr/http-message": "~1.0" |
||
| 1995 | }, |
||
| 1996 | "provide": { |
||
| 1997 | "psr/http-message-implementation": "1.0" |
||
| 1998 | }, |
||
| 1999 | "require-dev": { |
||
| 2000 | "phpunit/phpunit": "~4.0" |
||
| 2001 | }, |
||
| 2002 | "type": "library", |
||
| 2003 | "extra": { |
||
| 2004 | "branch-alias": { |
||
| 2005 | "dev-master": "1.0-dev" |
||
| 2006 | } |
||
| 2007 | }, |
||
| 2008 | "autoload": { |
||
| 2009 | "psr-4": { |
||
| 2010 | "GuzzleHttp\\Psr7\\": "src/" |
||
| 2011 | }, |
||
| 2012 | "files": [ |
||
| 2013 | "src/functions_include.php" |
||
| 2014 | ] |
||
| 2015 | }, |
||
| 2016 | "notification-url": "https://packagist.org/downloads/", |
||
| 2017 | "license": [ |
||
| 2018 | "MIT" |
||
| 2019 | ], |
||
| 2020 | "authors": [ |
||
| 2021 | { |
||
| 2022 | "name": "Michael Dowling", |
||
| 2023 | "email": "[email protected]", |
||
| 2024 | "homepage": "https://github.com/mtdowling" |
||
| 2025 | } |
||
| 2026 | ], |
||
| 2027 | "description": "PSR-7 message implementation", |
||
| 2028 | "keywords": [ |
||
| 2029 | "http", |
||
| 2030 | "message", |
||
| 2031 | "stream", |
||
| 2032 | "uri" |
||
| 2033 | ], |
||
| 2034 | "time": "2016-04-13 19:56:01" |
||
| 2035 | }, |
||
| 2036 | { |
||
| 2037 | "name": "hwi/oauth-bundle", |
||
| 2038 | "version": "0.4.1", |
||
| 2039 | "source": { |
||
| 2040 | "type": "git", |
||
| 2041 | "url": "https://github.com/hwi/HWIOAuthBundle.git", |
||
| 2042 | "reference": "ae741802c8e99d8fa52de927fd483d0299911293" |
||
| 2043 | }, |
||
| 2044 | "dist": { |
||
| 2045 | "type": "zip", |
||
| 2046 | "url": "https://api.github.com/repos/hwi/HWIOAuthBundle/zipball/ae741802c8e99d8fa52de927fd483d0299911293", |
||
| 2047 | "reference": "ae741802c8e99d8fa52de927fd483d0299911293", |
||
| 2048 | "shasum": "" |
||
| 2049 | }, |
||
| 2050 | "require": { |
||
| 2051 | "kriswallsmith/buzz": "~0.13", |
||
| 2052 | "php": ">=5.3.3", |
||
| 2053 | "symfony/form": "~2.3", |
||
| 2054 | "symfony/framework-bundle": "~2.3", |
||
| 2055 | "symfony/options-resolver": "~2.3", |
||
| 2056 | "symfony/security-bundle": "~2.3", |
||
| 2057 | "symfony/yaml": "~2.3" |
||
| 2058 | }, |
||
| 2059 | "conflict": { |
||
| 2060 | "twig/twig": "<1.12" |
||
| 2061 | }, |
||
| 2062 | "require-dev": { |
||
| 2063 | "doctrine/orm": "~2.3", |
||
| 2064 | "friendsofsymfony/user-bundle": "~1.3|~2.0", |
||
| 2065 | "phpunit/phpunit": "~4.8|~5.0", |
||
| 2066 | "symfony/phpunit-bridge": "~2.7", |
||
| 2067 | "symfony/property-access": "~2.3", |
||
| 2068 | "symfony/twig-bundle": "~2.3", |
||
| 2069 | "symfony/validator": "~2.3" |
||
| 2070 | }, |
||
| 2071 | "suggest": { |
||
| 2072 | "doctrine/doctrine-bundle": "to use Doctrine user provider", |
||
| 2073 | "friendsofsymfony/user-bundle": "to connect FOSUB with this bundle", |
||
| 2074 | "symfony/property-access": "to use FOSUB integration with this bundle", |
||
| 2075 | "symfony/twig-bundle": "to use the Twig hwi_oauth_* functions" |
||
| 2076 | }, |
||
| 2077 | "type": "symfony-bundle", |
||
| 2078 | "extra": { |
||
| 2079 | "branch-alias": { |
||
| 2080 | "dev-master": "0.4-dev" |
||
| 2081 | } |
||
| 2082 | }, |
||
| 2083 | "autoload": { |
||
| 2084 | "psr-4": { |
||
| 2085 | "HWI\\Bundle\\OAuthBundle\\": "" |
||
| 2086 | } |
||
| 2087 | }, |
||
| 2088 | "notification-url": "https://packagist.org/downloads/", |
||
| 2089 | "license": [ |
||
| 2090 | "MIT" |
||
| 2091 | ], |
||
| 2092 | "authors": [ |
||
| 2093 | { |
||
| 2094 | "name": "Contributors", |
||
| 2095 | "homepage": "https://github.com/hwi/HWIOAuthBundle/contributors" |
||
| 2096 | }, |
||
| 2097 | { |
||
| 2098 | "name": "Joseph Bielawski", |
||
| 2099 | "email": "[email protected]" |
||
| 2100 | }, |
||
| 2101 | { |
||
| 2102 | "name": "Alexander", |
||
| 2103 | "email": "[email protected]" |
||
| 2104 | }, |
||
| 2105 | { |
||
| 2106 | "name": "Geoffrey Bachelet", |
||
| 2107 | "email": "[email protected]" |
||
| 2108 | } |
||
| 2109 | ], |
||
| 2110 | "description": "Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony2.", |
||
| 2111 | "homepage": "http://github.com/hwi/HWIOAuthBundle", |
||
| 2112 | "keywords": [ |
||
| 2113 | "37signals", |
||
| 2114 | "Authentication", |
||
| 2115 | "Deezer", |
||
| 2116 | "EVE Online", |
||
| 2117 | "amazon", |
||
| 2118 | "auth0", |
||
| 2119 | "azure", |
||
| 2120 | "bitbucket", |
||
| 2121 | "bitly", |
||
| 2122 | "box", |
||
| 2123 | "bufferapp", |
||
| 2124 | "dailymotion", |
||
| 2125 | "deviantart", |
||
| 2126 | "discogs", |
||
| 2127 | "disqus", |
||
| 2128 | "dropbox", |
||
| 2129 | "eventbrite", |
||
| 2130 | "facebook", |
||
| 2131 | "firewall", |
||
| 2132 | "fiware", |
||
| 2133 | "flickr", |
||
| 2134 | "foursquare", |
||
| 2135 | "github", |
||
| 2136 | "google", |
||
| 2137 | "hubic", |
||
| 2138 | "instagram", |
||
| 2139 | "jira", |
||
| 2140 | "linkedin", |
||
| 2141 | "mail.ru", |
||
| 2142 | "oauth", |
||
| 2143 | "oauth1", |
||
| 2144 | "oauth2", |
||
| 2145 | "odnoklassniki", |
||
| 2146 | "paypal", |
||
| 2147 | "qq", |
||
| 2148 | "reddit", |
||
| 2149 | "runkeeper", |
||
| 2150 | "salesforce", |
||
| 2151 | "security", |
||
| 2152 | "sensio connect", |
||
| 2153 | "sina weibo", |
||
| 2154 | "slack", |
||
| 2155 | "sound cloud", |
||
| 2156 | "spotify", |
||
| 2157 | "stack exchange", |
||
| 2158 | "stereomood", |
||
| 2159 | "strava", |
||
| 2160 | "toshl", |
||
| 2161 | "trakt", |
||
| 2162 | "trello", |
||
| 2163 | "twitch", |
||
| 2164 | "twitter", |
||
| 2165 | "vkontakte", |
||
| 2166 | "wechat", |
||
| 2167 | "windows live", |
||
| 2168 | "wordpress", |
||
| 2169 | "xing", |
||
| 2170 | "yahoo", |
||
| 2171 | "yandex", |
||
| 2172 | "youtube" |
||
| 2173 | ], |
||
| 2174 | "time": "2016-03-08 08:00:04" |
||
| 2175 | }, |
||
| 2176 | { |
||
| 2177 | "name": "incenteev/composer-parameter-handler", |
||
| 2178 | "version": "v2.1.2", |
||
| 2179 | "source": { |
||
| 2180 | "type": "git", |
||
| 2181 | "url": "https://github.com/Incenteev/ParameterHandler.git", |
||
| 2182 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc" |
||
| 2183 | }, |
||
| 2184 | "dist": { |
||
| 2185 | "type": "zip", |
||
| 2186 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
| 2187 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
| 2188 | "shasum": "" |
||
| 2189 | }, |
||
| 2190 | "require": { |
||
| 2191 | "php": ">=5.3.3", |
||
| 2192 | "symfony/yaml": "~2.3|~3.0" |
||
| 2193 | }, |
||
| 2194 | "require-dev": { |
||
| 2195 | "composer/composer": "1.0.*@dev", |
||
| 2196 | "phpspec/prophecy-phpunit": "~1.0", |
||
| 2197 | "symfony/filesystem": "~2.2" |
||
| 2198 | }, |
||
| 2199 | "type": "library", |
||
| 2200 | "extra": { |
||
| 2201 | "branch-alias": { |
||
| 2202 | "dev-master": "2.1.x-dev" |
||
| 2203 | } |
||
| 2204 | }, |
||
| 2205 | "autoload": { |
||
| 2206 | "psr-4": { |
||
| 2207 | "Incenteev\\ParameterHandler\\": "" |
||
| 2208 | } |
||
| 2209 | }, |
||
| 2210 | "notification-url": "https://packagist.org/downloads/", |
||
| 2211 | "license": [ |
||
| 2212 | "MIT" |
||
| 2213 | ], |
||
| 2214 | "authors": [ |
||
| 2215 | { |
||
| 2216 | "name": "Christophe Coevoet", |
||
| 2217 | "email": "[email protected]" |
||
| 2218 | } |
||
| 2219 | ], |
||
| 2220 | "description": "Composer script handling your ignored parameter file", |
||
| 2221 | "homepage": "https://github.com/Incenteev/ParameterHandler", |
||
| 2222 | "keywords": [ |
||
| 2223 | "parameters management" |
||
| 2224 | ], |
||
| 2225 | "time": "2015-11-10 17:04:01" |
||
| 2226 | }, |
||
| 2227 | { |
||
| 2228 | "name": "ircmaxell/password-compat", |
||
| 2229 | "version": "v1.0.4", |
||
| 2230 | "source": { |
||
| 2231 | "type": "git", |
||
| 2232 | "url": "https://github.com/ircmaxell/password_compat.git", |
||
| 2233 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" |
||
| 2234 | }, |
||
| 2235 | "dist": { |
||
| 2236 | "type": "zip", |
||
| 2237 | "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
| 2238 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
| 2239 | "shasum": "" |
||
| 2240 | }, |
||
| 2241 | "require-dev": { |
||
| 2242 | "phpunit/phpunit": "4.*" |
||
| 2243 | }, |
||
| 2244 | "type": "library", |
||
| 2245 | "autoload": { |
||
| 2246 | "files": [ |
||
| 2247 | "lib/password.php" |
||
| 2248 | ] |
||
| 2249 | }, |
||
| 2250 | "notification-url": "https://packagist.org/downloads/", |
||
| 2251 | "license": [ |
||
| 2252 | "MIT" |
||
| 2253 | ], |
||
| 2254 | "authors": [ |
||
| 2255 | { |
||
| 2256 | "name": "Anthony Ferrara", |
||
| 2257 | "email": "[email protected]", |
||
| 2258 | "homepage": "http://blog.ircmaxell.com" |
||
| 2259 | } |
||
| 2260 | ], |
||
| 2261 | "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", |
||
| 2262 | "homepage": "https://github.com/ircmaxell/password_compat", |
||
| 2263 | "keywords": [ |
||
| 2264 | "hashing", |
||
| 2265 | "password" |
||
| 2266 | ], |
||
| 2267 | "time": "2014-11-20 16:49:30" |
||
| 2268 | }, |
||
| 2269 | { |
||
| 2270 | "name": "jdorn/sql-formatter", |
||
| 2271 | "version": "v1.2.17", |
||
| 2272 | "source": { |
||
| 2273 | "type": "git", |
||
| 2274 | "url": "https://github.com/jdorn/sql-formatter.git", |
||
| 2275 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
||
| 2276 | }, |
||
| 2277 | "dist": { |
||
| 2278 | "type": "zip", |
||
| 2279 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
| 2280 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
| 2281 | "shasum": "" |
||
| 2282 | }, |
||
| 2283 | "require": { |
||
| 2284 | "php": ">=5.2.4" |
||
| 2285 | }, |
||
| 2286 | "require-dev": { |
||
| 2287 | "phpunit/phpunit": "3.7.*" |
||
| 2288 | }, |
||
| 2289 | "type": "library", |
||
| 2290 | "extra": { |
||
| 2291 | "branch-alias": { |
||
| 2292 | "dev-master": "1.3.x-dev" |
||
| 2293 | } |
||
| 2294 | }, |
||
| 2295 | "autoload": { |
||
| 2296 | "classmap": [ |
||
| 2297 | "lib" |
||
| 2298 | ] |
||
| 2299 | }, |
||
| 2300 | "notification-url": "https://packagist.org/downloads/", |
||
| 2301 | "license": [ |
||
| 2302 | "MIT" |
||
| 2303 | ], |
||
| 2304 | "authors": [ |
||
| 2305 | { |
||
| 2306 | "name": "Jeremy Dorn", |
||
| 2307 | "email": "[email protected]", |
||
| 2308 | "homepage": "http://jeremydorn.com/" |
||
| 2309 | } |
||
| 2310 | ], |
||
| 2311 | "description": "a PHP SQL highlighting library", |
||
| 2312 | "homepage": "https://github.com/jdorn/sql-formatter/", |
||
| 2313 | "keywords": [ |
||
| 2314 | "highlight", |
||
| 2315 | "sql" |
||
| 2316 | ], |
||
| 2317 | "time": "2014-01-12 16:20:24" |
||
| 2318 | }, |
||
| 2319 | { |
||
| 2320 | "name": "jenssegers/proxy", |
||
| 2321 | "version": "v3.0.0-beta2", |
||
| 2322 | "source": { |
||
| 2323 | "type": "git", |
||
| 2324 | "url": "https://github.com/jenssegers/php-proxy.git", |
||
| 2325 | "reference": "e29cbee6cbd35df012eb854016dbd0460974ec92" |
||
| 2326 | }, |
||
| 2327 | "dist": { |
||
| 2328 | "type": "zip", |
||
| 2329 | "url": "https://api.github.com/repos/jenssegers/php-proxy/zipball/e29cbee6cbd35df012eb854016dbd0460974ec92", |
||
| 2330 | "reference": "e29cbee6cbd35df012eb854016dbd0460974ec92", |
||
| 2331 | "shasum": "" |
||
| 2332 | }, |
||
| 2333 | "require": { |
||
| 2334 | "guzzlehttp/guzzle": "~6.0", |
||
| 2335 | "psr/http-message": "^1.0", |
||
| 2336 | "relay/relay": "^0.2.0", |
||
| 2337 | "zendframework/zend-diactoros": "~1.0" |
||
| 2338 | }, |
||
| 2339 | "require-dev": { |
||
| 2340 | "mockery/mockery": "~0.9", |
||
| 2341 | "phpunit/phpunit": "~4.4", |
||
| 2342 | "satooshi/php-coveralls": "~0.6" |
||
| 2343 | }, |
||
| 2344 | "type": "library", |
||
| 2345 | "autoload": { |
||
| 2346 | "psr-4": { |
||
| 2347 | "Proxy\\": "src" |
||
| 2348 | } |
||
| 2349 | }, |
||
| 2350 | "notification-url": "https://packagist.org/downloads/", |
||
| 2351 | "license": [ |
||
| 2352 | "MIT" |
||
| 2353 | ], |
||
| 2354 | "authors": [ |
||
| 2355 | { |
||
| 2356 | "name": "Jens Segers", |
||
| 2357 | "homepage": "http://jenssegers.be" |
||
| 2358 | }, |
||
| 2359 | { |
||
| 2360 | "name": "Ota Mares", |
||
| 2361 | "email": "[email protected]", |
||
| 2362 | "homepage": "http://www.rebuy.de" |
||
| 2363 | } |
||
| 2364 | ], |
||
| 2365 | "description": "Proxy library that forwards requests to the desired url and returns the response.", |
||
| 2366 | "homepage": "https://github.com/jenssegers/php-proxy", |
||
| 2367 | "keywords": [ |
||
| 2368 | "proxy" |
||
| 2369 | ], |
||
| 2370 | "time": "2015-10-30 18:45:42" |
||
| 2371 | }, |
||
| 2372 | { |
||
| 2373 | "name": "jms/aop-bundle", |
||
| 2374 | "version": "1.2.0", |
||
| 2375 | "source": { |
||
| 2376 | "type": "git", |
||
| 2377 | "url": "https://github.com/schmittjoh/JMSAopBundle.git", |
||
| 2378 | "reference": "78000d007e74283cc564a58e184d7f62548ad394" |
||
| 2379 | }, |
||
| 2380 | "dist": { |
||
| 2381 | "type": "zip", |
||
| 2382 | "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/78000d007e74283cc564a58e184d7f62548ad394", |
||
| 2383 | "reference": "78000d007e74283cc564a58e184d7f62548ad394", |
||
| 2384 | "shasum": "" |
||
| 2385 | }, |
||
| 2386 | "require": { |
||
| 2387 | "jms/cg": "^1.1", |
||
| 2388 | "php": ">=5.3.9", |
||
| 2389 | "symfony/framework-bundle": "^2.3|^3.0" |
||
| 2390 | }, |
||
| 2391 | "require-dev": { |
||
| 2392 | "symfony/phpunit-bridge": "^2.7" |
||
| 2393 | }, |
||
| 2394 | "type": "symfony-bundle", |
||
| 2395 | "extra": { |
||
| 2396 | "branch-alias": { |
||
| 2397 | "dev-master": "1.1.x-dev" |
||
| 2398 | } |
||
| 2399 | }, |
||
| 2400 | "autoload": { |
||
| 2401 | "psr-4": { |
||
| 2402 | "JMS\\AopBundle\\": "" |
||
| 2403 | } |
||
| 2404 | }, |
||
| 2405 | "notification-url": "https://packagist.org/downloads/", |
||
| 2406 | "license": [ |
||
| 2407 | "Apache-2.0" |
||
| 2408 | ], |
||
| 2409 | "authors": [ |
||
| 2410 | { |
||
| 2411 | "name": "Johannes M. Schmitt", |
||
| 2412 | "email": "[email protected]" |
||
| 2413 | } |
||
| 2414 | ], |
||
| 2415 | "description": "Adds AOP capabilities to Symfony2", |
||
| 2416 | "keywords": [ |
||
| 2417 | "annotations", |
||
| 2418 | "aop" |
||
| 2419 | ], |
||
| 2420 | "time": "2015-12-09 16:30:46" |
||
| 2421 | }, |
||
| 2422 | { |
||
| 2423 | "name": "jms/cg", |
||
| 2424 | "version": "1.1.0", |
||
| 2425 | "source": { |
||
| 2426 | "type": "git", |
||
| 2427 | "url": "https://github.com/schmittjoh/cg-library.git", |
||
| 2428 | "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c" |
||
| 2429 | }, |
||
| 2430 | "dist": { |
||
| 2431 | "type": "zip", |
||
| 2432 | "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c", |
||
| 2433 | "reference": "0af1113c7409b8636c5244bbae10b2e0ff792e9c", |
||
| 2434 | "shasum": "" |
||
| 2435 | }, |
||
| 2436 | "require": { |
||
| 2437 | "php": ">=5.3.0" |
||
| 2438 | }, |
||
| 2439 | "type": "library", |
||
| 2440 | "extra": { |
||
| 2441 | "branch-alias": { |
||
| 2442 | "dev-master": "1.1-dev" |
||
| 2443 | } |
||
| 2444 | }, |
||
| 2445 | "autoload": { |
||
| 2446 | "psr-0": { |
||
| 2447 | "CG\\": "src/" |
||
| 2448 | } |
||
| 2449 | }, |
||
| 2450 | "notification-url": "https://packagist.org/downloads/", |
||
| 2451 | "license": [ |
||
| 2452 | "Apache2" |
||
| 2453 | ], |
||
| 2454 | "authors": [ |
||
| 2455 | { |
||
| 2456 | "name": "Johannes M. Schmitt", |
||
| 2457 | "email": "[email protected]" |
||
| 2458 | } |
||
| 2459 | ], |
||
| 2460 | "description": "Toolset for generating PHP code", |
||
| 2461 | "keywords": [ |
||
| 2462 | "code generation" |
||
| 2463 | ], |
||
| 2464 | "time": "2015-09-13 08:54:43" |
||
| 2465 | }, |
||
| 2466 | { |
||
| 2467 | "name": "jms/di-extra-bundle", |
||
| 2468 | "version": "1.7.1", |
||
| 2469 | "source": { |
||
| 2470 | "type": "git", |
||
| 2471 | "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git", |
||
| 2472 | "reference": "27c3fc7150550ccc0731290b2c1ceb57449f909d" |
||
| 2473 | }, |
||
| 2474 | "dist": { |
||
| 2475 | "type": "zip", |
||
| 2476 | "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/27c3fc7150550ccc0731290b2c1ceb57449f909d", |
||
| 2477 | "reference": "27c3fc7150550ccc0731290b2c1ceb57449f909d", |
||
| 2478 | "shasum": "" |
||
| 2479 | }, |
||
| 2480 | "require": { |
||
| 2481 | "jms/aop-bundle": "~1.1", |
||
| 2482 | "jms/metadata": "~1.0", |
||
| 2483 | "php": "~5.3|~7.0", |
||
| 2484 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 2485 | "symfony/finder": "~2.3|~3.0", |
||
| 2486 | "symfony/framework-bundle": "~2.3|~3.0", |
||
| 2487 | "symfony/http-kernel": "^2.3.24|~3.0", |
||
| 2488 | "symfony/process": "~2.3|~3.0", |
||
| 2489 | "symfony/routing": "~2.3|~3.0" |
||
| 2490 | }, |
||
| 2491 | "require-dev": { |
||
| 2492 | "doctrine/doctrine-bundle": "~1.5", |
||
| 2493 | "doctrine/orm": "~2.3", |
||
| 2494 | "jms/security-extra-bundle": "~1.0", |
||
| 2495 | "phpcollection/phpcollection": ">=0.2,<0.3-dev", |
||
| 2496 | "sensio/framework-extra-bundle": "~2.0|~3.0", |
||
| 2497 | "symfony/browser-kit": "~2.3|~3.0", |
||
| 2498 | "symfony/class-loader": "~2.3|~3.0", |
||
| 2499 | "symfony/form": "~2.3|~3.0", |
||
| 2500 | "symfony/phpunit-bridge": "~2.7", |
||
| 2501 | "symfony/security-bundle": "~2.3", |
||
| 2502 | "symfony/twig-bundle": "~2.3|~3.0", |
||
| 2503 | "symfony/validator": "~2.3|~3.0", |
||
| 2504 | "symfony/yaml": "~2.3|~3.0" |
||
| 2505 | }, |
||
| 2506 | "type": "symfony-bundle", |
||
| 2507 | "extra": { |
||
| 2508 | "branch-alias": { |
||
| 2509 | "dev-master": "1.7-dev" |
||
| 2510 | } |
||
| 2511 | }, |
||
| 2512 | "autoload": { |
||
| 2513 | "psr-4": { |
||
| 2514 | "JMS\\DiExtraBundle\\": "" |
||
| 2515 | } |
||
| 2516 | }, |
||
| 2517 | "notification-url": "https://packagist.org/downloads/", |
||
| 2518 | "license": [ |
||
| 2519 | "Apache-2.0" |
||
| 2520 | ], |
||
| 2521 | "authors": [ |
||
| 2522 | { |
||
| 2523 | "name": "Johannes M. Schmitt", |
||
| 2524 | "email": "[email protected]" |
||
| 2525 | } |
||
| 2526 | ], |
||
| 2527 | "description": "Allows to configure dependency injection using annotations", |
||
| 2528 | "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle", |
||
| 2529 | "keywords": [ |
||
| 2530 | "annotations", |
||
| 2531 | "dependency injection" |
||
| 2532 | ], |
||
| 2533 | "time": "2016-04-18 22:27:09" |
||
| 2534 | }, |
||
| 2535 | { |
||
| 2536 | "name": "jms/metadata", |
||
| 2537 | "version": "1.5.1", |
||
| 2538 | "source": { |
||
| 2539 | "type": "git", |
||
| 2540 | "url": "https://github.com/schmittjoh/metadata.git", |
||
| 2541 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353" |
||
| 2542 | }, |
||
| 2543 | "dist": { |
||
| 2544 | "type": "zip", |
||
| 2545 | "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353", |
||
| 2546 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353", |
||
| 2547 | "shasum": "" |
||
| 2548 | }, |
||
| 2549 | "require": { |
||
| 2550 | "php": ">=5.3.0" |
||
| 2551 | }, |
||
| 2552 | "require-dev": { |
||
| 2553 | "doctrine/cache": "~1.0" |
||
| 2554 | }, |
||
| 2555 | "type": "library", |
||
| 2556 | "extra": { |
||
| 2557 | "branch-alias": { |
||
| 2558 | "dev-master": "1.5.x-dev" |
||
| 2559 | } |
||
| 2560 | }, |
||
| 2561 | "autoload": { |
||
| 2562 | "psr-0": { |
||
| 2563 | "Metadata\\": "src/" |
||
| 2564 | } |
||
| 2565 | }, |
||
| 2566 | "notification-url": "https://packagist.org/downloads/", |
||
| 2567 | "license": [ |
||
| 2568 | "Apache" |
||
| 2569 | ], |
||
| 2570 | "authors": [ |
||
| 2571 | { |
||
| 2572 | "name": "Johannes Schmitt", |
||
| 2573 | "email": "[email protected]", |
||
| 2574 | "homepage": "https://github.com/schmittjoh", |
||
| 2575 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 2576 | } |
||
| 2577 | ], |
||
| 2578 | "description": "Class/method/property metadata management in PHP", |
||
| 2579 | "keywords": [ |
||
| 2580 | "annotations", |
||
| 2581 | "metadata", |
||
| 2582 | "xml", |
||
| 2583 | "yaml" |
||
| 2584 | ], |
||
| 2585 | "time": "2014-07-12 07:13:19" |
||
| 2586 | }, |
||
| 2587 | { |
||
| 2588 | "name": "jms/parser-lib", |
||
| 2589 | "version": "1.0.0", |
||
| 2590 | "source": { |
||
| 2591 | "type": "git", |
||
| 2592 | "url": "https://github.com/schmittjoh/parser-lib.git", |
||
| 2593 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" |
||
| 2594 | }, |
||
| 2595 | "dist": { |
||
| 2596 | "type": "zip", |
||
| 2597 | "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
| 2598 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
| 2599 | "shasum": "" |
||
| 2600 | }, |
||
| 2601 | "require": { |
||
| 2602 | "phpoption/phpoption": ">=0.9,<2.0-dev" |
||
| 2603 | }, |
||
| 2604 | "type": "library", |
||
| 2605 | "extra": { |
||
| 2606 | "branch-alias": { |
||
| 2607 | "dev-master": "1.0-dev" |
||
| 2608 | } |
||
| 2609 | }, |
||
| 2610 | "autoload": { |
||
| 2611 | "psr-0": { |
||
| 2612 | "JMS\\": "src/" |
||
| 2613 | } |
||
| 2614 | }, |
||
| 2615 | "notification-url": "https://packagist.org/downloads/", |
||
| 2616 | "license": [ |
||
| 2617 | "Apache2" |
||
| 2618 | ], |
||
| 2619 | "description": "A library for easily creating recursive-descent parsers.", |
||
| 2620 | "time": "2012-11-18 18:08:43" |
||
| 2621 | }, |
||
| 2622 | { |
||
| 2623 | "name": "jms/serializer", |
||
| 2624 | "version": "1.1.0", |
||
| 2625 | "source": { |
||
| 2626 | "type": "git", |
||
| 2627 | "url": "https://github.com/schmittjoh/serializer.git", |
||
| 2628 | "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48" |
||
| 2629 | }, |
||
| 2630 | "dist": { |
||
| 2631 | "type": "zip", |
||
| 2632 | "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48", |
||
| 2633 | "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48", |
||
| 2634 | "shasum": "" |
||
| 2635 | }, |
||
| 2636 | "require": { |
||
| 2637 | "doctrine/annotations": "1.*", |
||
| 2638 | "doctrine/instantiator": "~1.0.3", |
||
| 2639 | "jms/metadata": "~1.1", |
||
| 2640 | "jms/parser-lib": "1.*", |
||
| 2641 | "php": ">=5.4.0", |
||
| 2642 | "phpcollection/phpcollection": "~0.1" |
||
| 2643 | }, |
||
| 2644 | "conflict": { |
||
| 2645 | "twig/twig": "<1.12" |
||
| 2646 | }, |
||
| 2647 | "require-dev": { |
||
| 2648 | "doctrine/orm": "~2.1", |
||
| 2649 | "doctrine/phpcr-odm": "~1.0.1", |
||
| 2650 | "jackalope/jackalope-doctrine-dbal": "1.0.*", |
||
| 2651 | "phpunit/phpunit": "~4.0", |
||
| 2652 | "propel/propel1": "~1.7", |
||
| 2653 | "symfony/filesystem": "2.*", |
||
| 2654 | "symfony/form": "~2.1", |
||
| 2655 | "symfony/translation": "~2.0", |
||
| 2656 | "symfony/validator": "~2.0", |
||
| 2657 | "symfony/yaml": "2.*", |
||
| 2658 | "twig/twig": "~1.12|~2.0" |
||
| 2659 | }, |
||
| 2660 | "suggest": { |
||
| 2661 | "symfony/yaml": "Required if you'd like to serialize data to YAML format." |
||
| 2662 | }, |
||
| 2663 | "type": "library", |
||
| 2664 | "extra": { |
||
| 2665 | "branch-alias": { |
||
| 2666 | "dev-master": "1.1-dev" |
||
| 2667 | } |
||
| 2668 | }, |
||
| 2669 | "autoload": { |
||
| 2670 | "psr-0": { |
||
| 2671 | "JMS\\Serializer": "src/" |
||
| 2672 | } |
||
| 2673 | }, |
||
| 2674 | "notification-url": "https://packagist.org/downloads/", |
||
| 2675 | "license": [ |
||
| 2676 | "Apache2" |
||
| 2677 | ], |
||
| 2678 | "authors": [ |
||
| 2679 | { |
||
| 2680 | "name": "Johannes M. Schmitt", |
||
| 2681 | "email": "[email protected]" |
||
| 2682 | } |
||
| 2683 | ], |
||
| 2684 | "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", |
||
| 2685 | "homepage": "http://jmsyst.com/libs/serializer", |
||
| 2686 | "keywords": [ |
||
| 2687 | "deserialization", |
||
| 2688 | "jaxb", |
||
| 2689 | "json", |
||
| 2690 | "serialization", |
||
| 2691 | "xml" |
||
| 2692 | ], |
||
| 2693 | "time": "2015-10-27 09:24:41" |
||
| 2694 | }, |
||
| 2695 | { |
||
| 2696 | "name": "jms/serializer-bundle", |
||
| 2697 | "version": "1.1.0", |
||
| 2698 | "target-dir": "JMS/SerializerBundle", |
||
| 2699 | "source": { |
||
| 2700 | "type": "git", |
||
| 2701 | "url": "https://github.com/schmittjoh/JMSSerializerBundle.git", |
||
| 2702 | "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e" |
||
| 2703 | }, |
||
| 2704 | "dist": { |
||
| 2705 | "type": "zip", |
||
| 2706 | "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e", |
||
| 2707 | "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e", |
||
| 2708 | "shasum": "" |
||
| 2709 | }, |
||
| 2710 | "require": { |
||
| 2711 | "jms/serializer": "^1.0.0", |
||
| 2712 | "php": ">=5.4.0", |
||
| 2713 | "phpoption/phpoption": "^1.1.0", |
||
| 2714 | "symfony/framework-bundle": "~2.3|~3.0" |
||
| 2715 | }, |
||
| 2716 | "require-dev": { |
||
| 2717 | "doctrine/doctrine-bundle": "*", |
||
| 2718 | "doctrine/orm": "*", |
||
| 2719 | "symfony/browser-kit": "*", |
||
| 2720 | "symfony/class-loader": "*", |
||
| 2721 | "symfony/css-selector": "*", |
||
| 2722 | "symfony/finder": "*", |
||
| 2723 | "symfony/form": "*", |
||
| 2724 | "symfony/process": "*", |
||
| 2725 | "symfony/stopwatch": "*", |
||
| 2726 | "symfony/twig-bundle": "*", |
||
| 2727 | "symfony/validator": "*", |
||
| 2728 | "symfony/yaml": "*" |
||
| 2729 | }, |
||
| 2730 | "suggest": { |
||
| 2731 | "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3" |
||
| 2732 | }, |
||
| 2733 | "type": "symfony-bundle", |
||
| 2734 | "extra": { |
||
| 2735 | "branch-alias": { |
||
| 2736 | "dev-master": "1.1-dev" |
||
| 2737 | } |
||
| 2738 | }, |
||
| 2739 | "autoload": { |
||
| 2740 | "psr-0": { |
||
| 2741 | "JMS\\SerializerBundle": "" |
||
| 2742 | } |
||
| 2743 | }, |
||
| 2744 | "notification-url": "https://packagist.org/downloads/", |
||
| 2745 | "license": [ |
||
| 2746 | "Apache2" |
||
| 2747 | ], |
||
| 2748 | "authors": [ |
||
| 2749 | { |
||
| 2750 | "name": "Johannes M. Schmitt", |
||
| 2751 | "email": "[email protected]" |
||
| 2752 | } |
||
| 2753 | ], |
||
| 2754 | "description": "Allows you to easily serialize, and deserialize data of any complexity", |
||
| 2755 | "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle", |
||
| 2756 | "keywords": [ |
||
| 2757 | "deserialization", |
||
| 2758 | "jaxb", |
||
| 2759 | "json", |
||
| 2760 | "serialization", |
||
| 2761 | "xml" |
||
| 2762 | ], |
||
| 2763 | "time": "2015-11-10 12:26:42" |
||
| 2764 | }, |
||
| 2765 | { |
||
| 2766 | "name": "justinrainbow/json-schema", |
||
| 2767 | "version": "2.0.5", |
||
| 2768 | "source": { |
||
| 2769 | "type": "git", |
||
| 2770 | "url": "https://github.com/justinrainbow/json-schema.git", |
||
| 2771 | "reference": "6b2a33e6a768f96bdc2ead5600af0822eed17d67" |
||
| 2772 | }, |
||
| 2773 | "dist": { |
||
| 2774 | "type": "zip", |
||
| 2775 | "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/6b2a33e6a768f96bdc2ead5600af0822eed17d67", |
||
| 2776 | "reference": "6b2a33e6a768f96bdc2ead5600af0822eed17d67", |
||
| 2777 | "shasum": "" |
||
| 2778 | }, |
||
| 2779 | "require": { |
||
| 2780 | "php": ">=5.3.3" |
||
| 2781 | }, |
||
| 2782 | "require-dev": { |
||
| 2783 | "json-schema/json-schema-test-suite": "1.2.0", |
||
| 2784 | "phpdocumentor/phpdocumentor": "~2", |
||
| 2785 | "phpunit/phpunit": "^4.8.22" |
||
| 2786 | }, |
||
| 2787 | "bin": [ |
||
| 2788 | "bin/validate-json" |
||
| 2789 | ], |
||
| 2790 | "type": "library", |
||
| 2791 | "extra": { |
||
| 2792 | "branch-alias": { |
||
| 2793 | "dev-master": "2.0.x-dev" |
||
| 2794 | } |
||
| 2795 | }, |
||
| 2796 | "autoload": { |
||
| 2797 | "psr-4": { |
||
| 2798 | "JsonSchema\\": "src/JsonSchema/" |
||
| 2799 | } |
||
| 2800 | }, |
||
| 2801 | "notification-url": "https://packagist.org/downloads/", |
||
| 2802 | "license": [ |
||
| 2803 | "MIT" |
||
| 2804 | ], |
||
| 2805 | "authors": [ |
||
| 2806 | { |
||
| 2807 | "name": "Bruno Prieto Reis", |
||
| 2808 | "email": "[email protected]" |
||
| 2809 | }, |
||
| 2810 | { |
||
| 2811 | "name": "Justin Rainbow", |
||
| 2812 | "email": "[email protected]" |
||
| 2813 | }, |
||
| 2814 | { |
||
| 2815 | "name": "Igor Wiedler", |
||
| 2816 | "email": "[email protected]" |
||
| 2817 | }, |
||
| 2818 | { |
||
| 2819 | "name": "Robert Schönthal", |
||
| 2820 | "email": "[email protected]" |
||
| 2821 | } |
||
| 2822 | ], |
||
| 2823 | "description": "A library to validate a json schema.", |
||
| 2824 | "homepage": "https://github.com/justinrainbow/json-schema", |
||
| 2825 | "keywords": [ |
||
| 2826 | "json", |
||
| 2827 | "schema" |
||
| 2828 | ], |
||
| 2829 | "time": "2016-06-02 10:59:52" |
||
| 2830 | }, |
||
| 2831 | { |
||
| 2832 | "name": "knplabs/gaufrette", |
||
| 2833 | "version": "0.2.1", |
||
| 2834 | "source": { |
||
| 2835 | "type": "git", |
||
| 2836 | "url": "https://github.com/KnpLabs/Gaufrette.git", |
||
| 2837 | "reference": "1696386ca66f2f046dea7892cf1f85fd82b5b68e" |
||
| 2838 | }, |
||
| 2839 | "dist": { |
||
| 2840 | "type": "zip", |
||
| 2841 | "url": "https://api.github.com/repos/KnpLabs/Gaufrette/zipball/1696386ca66f2f046dea7892cf1f85fd82b5b68e", |
||
| 2842 | "reference": "1696386ca66f2f046dea7892cf1f85fd82b5b68e", |
||
| 2843 | "shasum": "" |
||
| 2844 | }, |
||
| 2845 | "require": { |
||
| 2846 | "php": ">=5.3.2" |
||
| 2847 | }, |
||
| 2848 | "require-dev": { |
||
| 2849 | "amazonwebservices/aws-sdk-for-php": "1.5.*", |
||
| 2850 | "aws/aws-sdk-php": "~2", |
||
| 2851 | "doctrine/dbal": ">=2.3", |
||
| 2852 | "dropbox-php/dropbox-php": "*", |
||
| 2853 | "google/apiclient": "~1.1.3", |
||
| 2854 | "herzult/php-ssh": "*", |
||
| 2855 | "microsoft/windowsazure": "dev-master", |
||
| 2856 | "mikey179/vfsstream": "~1.2.0", |
||
| 2857 | "phpseclib/phpseclib": "^2.0", |
||
| 2858 | "phpspec/phpspec": "2.0.*", |
||
| 2859 | "phpunit/phpunit": "3.7.*", |
||
| 2860 | "rackspace/php-opencloud": "1.9.*" |
||
| 2861 | }, |
||
| 2862 | "suggest": { |
||
| 2863 | "amazonwebservices/aws-sdk-for-php": "to use the legacy Amazon S3 adapters", |
||
| 2864 | "aws/aws-sdk-php": "to use the Amazon S3 adapter", |
||
| 2865 | "doctrine/dbal": "to use the Doctrine DBAL adapter", |
||
| 2866 | "dropbox-php/dropbox-php": "to use the Dropbox adapter", |
||
| 2867 | "ext-apc": "to use the APC adapter", |
||
| 2868 | "ext-curl": "*", |
||
| 2869 | "ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters", |
||
| 2870 | "ext-mbstring": "*", |
||
| 2871 | "ext-mongo": "*", |
||
| 2872 | "ext-zip": "to use the Zip adapter", |
||
| 2873 | "google/apiclient": "to use GoogleCloudStorage adapter", |
||
| 2874 | "herzult/php-ssh": "to use SFtp adapter", |
||
| 2875 | "knplabs/knp-gaufrette-bundle": "to use with Symfony2", |
||
| 2876 | "microsoft/windowsazure": "to use Microsoft Azure Blob Storage adapter", |
||
| 2877 | "phpseclib/phpseclib": "to use PhpseclibSftp adapter", |
||
| 2878 | "rackspace/php-opencloud": "to use Opencloud adapter" |
||
| 2879 | }, |
||
| 2880 | "type": "library", |
||
| 2881 | "extra": { |
||
| 2882 | "branch-alias": { |
||
| 2883 | "dev-master": "0.4.x-dev" |
||
| 2884 | } |
||
| 2885 | }, |
||
| 2886 | "autoload": { |
||
| 2887 | "psr-0": { |
||
| 2888 | "Gaufrette": "src/" |
||
| 2889 | } |
||
| 2890 | }, |
||
| 2891 | "notification-url": "https://packagist.org/downloads/", |
||
| 2892 | "license": [ |
||
| 2893 | "MIT" |
||
| 2894 | ], |
||
| 2895 | "authors": [ |
||
| 2896 | { |
||
| 2897 | "name": "The contributors", |
||
| 2898 | "homepage": "http://github.com/knplabs/Gaufrette/contributors" |
||
| 2899 | }, |
||
| 2900 | { |
||
| 2901 | "name": "KnpLabs Team", |
||
| 2902 | "homepage": "http://knplabs.com" |
||
| 2903 | } |
||
| 2904 | ], |
||
| 2905 | "description": "PHP5 library that provides a filesystem abstraction layer", |
||
| 2906 | "homepage": "http://knplabs.com", |
||
| 2907 | "keywords": [ |
||
| 2908 | "abstraction", |
||
| 2909 | "file", |
||
| 2910 | "filesystem", |
||
| 2911 | "media" |
||
| 2912 | ], |
||
| 2913 | "time": "2016-03-03 09:36:22" |
||
| 2914 | }, |
||
| 2915 | { |
||
| 2916 | "name": "knplabs/knp-components", |
||
| 2917 | "version": "1.3.3", |
||
| 2918 | "source": { |
||
| 2919 | "type": "git", |
||
| 2920 | "url": "https://github.com/KnpLabs/knp-components.git", |
||
| 2921 | "reference": "bc49e739d1cce94d783b1e23bc5b263b38dc47da" |
||
| 2922 | }, |
||
| 2923 | "dist": { |
||
| 2924 | "type": "zip", |
||
| 2925 | "url": "https://api.github.com/repos/KnpLabs/knp-components/zipball/bc49e739d1cce94d783b1e23bc5b263b38dc47da", |
||
| 2926 | "reference": "bc49e739d1cce94d783b1e23bc5b263b38dc47da", |
||
| 2927 | "shasum": "" |
||
| 2928 | }, |
||
| 2929 | "require": { |
||
| 2930 | "php": ">=5.3.2" |
||
| 2931 | }, |
||
| 2932 | "require-dev": { |
||
| 2933 | "doctrine/mongodb-odm": "~1.0@beta", |
||
| 2934 | "doctrine/orm": "~2.4", |
||
| 2935 | "doctrine/phpcr-odm": "~1.2", |
||
| 2936 | "jackalope/jackalope-doctrine-dbal": "~1.2", |
||
| 2937 | "phpunit/phpunit": "~4.2", |
||
| 2938 | "ruflin/elastica": "~1.0", |
||
| 2939 | "symfony/event-dispatcher": "~2.5" |
||
| 2940 | }, |
||
| 2941 | "suggest": { |
||
| 2942 | "doctrine/common": "to allow usage pagination with Doctrine ArrayCollection", |
||
| 2943 | "doctrine/mongodb-odm": "to allow usage pagination with Doctrine ODM MongoDB", |
||
| 2944 | "doctrine/orm": "to allow usage pagination with Doctrine ORM", |
||
| 2945 | "doctrine/phpcr-odm": "to allow usage pagination with Doctrine ODM PHPCR", |
||
| 2946 | "propel/propel1": "to allow usage pagination with Propel ORM", |
||
| 2947 | "ruflin/Elastica": "to allow usage pagination with ElasticSearch Client", |
||
| 2948 | "solarium/solarium": "to allow usage pagination with Solarium Client" |
||
| 2949 | }, |
||
| 2950 | "type": "library", |
||
| 2951 | "extra": { |
||
| 2952 | "branch-alias": { |
||
| 2953 | "dev-master": "1.3.x-dev" |
||
| 2954 | } |
||
| 2955 | }, |
||
| 2956 | "autoload": { |
||
| 2957 | "psr-0": { |
||
| 2958 | "Knp\\Component": "src" |
||
| 2959 | } |
||
| 2960 | }, |
||
| 2961 | "notification-url": "https://packagist.org/downloads/", |
||
| 2962 | "license": [ |
||
| 2963 | "MIT" |
||
| 2964 | ], |
||
| 2965 | "authors": [ |
||
| 2966 | { |
||
| 2967 | "name": "KnpLabs Team", |
||
| 2968 | "homepage": "http://knplabs.com" |
||
| 2969 | }, |
||
| 2970 | { |
||
| 2971 | "name": "Symfony Community", |
||
| 2972 | "homepage": "http://github.com/KnpLabs/knp-components/contributors" |
||
| 2973 | } |
||
| 2974 | ], |
||
| 2975 | "description": "Knplabs component library", |
||
| 2976 | "homepage": "http://github.com/KnpLabs/knp-components", |
||
| 2977 | "keywords": [ |
||
| 2978 | "components", |
||
| 2979 | "knp", |
||
| 2980 | "knplabs", |
||
| 2981 | "pager", |
||
| 2982 | "paginator" |
||
| 2983 | ], |
||
| 2984 | "time": "2016-04-21 06:26:20" |
||
| 2985 | }, |
||
| 2986 | { |
||
| 2987 | "name": "knplabs/knp-gaufrette-bundle", |
||
| 2988 | "version": "0.3.0", |
||
| 2989 | "source": { |
||
| 2990 | "type": "git", |
||
| 2991 | "url": "https://github.com/KnpLabs/KnpGaufretteBundle.git", |
||
| 2992 | "reference": "44cf552e14031517516458b0e394f16dd36a131b" |
||
| 2993 | }, |
||
| 2994 | "dist": { |
||
| 2995 | "type": "zip", |
||
| 2996 | "url": "https://api.github.com/repos/KnpLabs/KnpGaufretteBundle/zipball/44cf552e14031517516458b0e394f16dd36a131b", |
||
| 2997 | "reference": "44cf552e14031517516458b0e394f16dd36a131b", |
||
| 2998 | "shasum": "" |
||
| 2999 | }, |
||
| 3000 | "require": { |
||
| 3001 | "knplabs/gaufrette": "~0.1.7|~0.2", |
||
| 3002 | "symfony/framework-bundle": "~2.0|~3.0" |
||
| 3003 | }, |
||
| 3004 | "require-dev": { |
||
| 3005 | "phpunit/phpunit": "~4.2", |
||
| 3006 | "symfony/console": "~2.0|~3.0", |
||
| 3007 | "symfony/yaml": "~2.0|~3.0" |
||
| 3008 | }, |
||
| 3009 | "type": "symfony-bundle", |
||
| 3010 | "extra": { |
||
| 3011 | "branch-alias": { |
||
| 3012 | "dev-master": "0.4.x-dev" |
||
| 3013 | } |
||
| 3014 | }, |
||
| 3015 | "autoload": { |
||
| 3016 | "psr-4": { |
||
| 3017 | "Knp\\Bundle\\GaufretteBundle\\": "" |
||
| 3018 | } |
||
| 3019 | }, |
||
| 3020 | "notification-url": "https://packagist.org/downloads/", |
||
| 3021 | "license": [ |
||
| 3022 | "MIT" |
||
| 3023 | ], |
||
| 3024 | "authors": [ |
||
| 3025 | { |
||
| 3026 | "name": "The contributors", |
||
| 3027 | "homepage": "https://github.com/knplabs/KnpGaufretteBundle/contributors" |
||
| 3028 | }, |
||
| 3029 | { |
||
| 3030 | "name": "Antoine Hérault", |
||
| 3031 | "email": "[email protected]" |
||
| 3032 | } |
||
| 3033 | ], |
||
| 3034 | "description": "Allows to easily use the Gaufrette library in a Symfony project", |
||
| 3035 | "homepage": "http://knplabs.com", |
||
| 3036 | "keywords": [ |
||
| 3037 | "abstraction", |
||
| 3038 | "file", |
||
| 3039 | "filesystem", |
||
| 3040 | "media" |
||
| 3041 | ], |
||
| 3042 | "time": "2016-01-16 00:12:11" |
||
| 3043 | }, |
||
| 3044 | { |
||
| 3045 | "name": "knplabs/knp-paginator-bundle", |
||
| 3046 | "version": "2.5.3", |
||
| 3047 | "source": { |
||
| 3048 | "type": "git", |
||
| 3049 | "url": "https://github.com/KnpLabs/KnpPaginatorBundle.git", |
||
| 3050 | "reference": "c988761005504007c6c87d6a557641281194a0e5" |
||
| 3051 | }, |
||
| 3052 | "dist": { |
||
| 3053 | "type": "zip", |
||
| 3054 | "url": "https://api.github.com/repos/KnpLabs/KnpPaginatorBundle/zipball/c988761005504007c6c87d6a557641281194a0e5", |
||
| 3055 | "reference": "c988761005504007c6c87d6a557641281194a0e5", |
||
| 3056 | "shasum": "" |
||
| 3057 | }, |
||
| 3058 | "require": { |
||
| 3059 | "knplabs/knp-components": "~1.2", |
||
| 3060 | "php": ">=5.3.3", |
||
| 3061 | "symfony/framework-bundle": "~2.3|~3.0", |
||
| 3062 | "twig/twig": "~1.12|~2" |
||
| 3063 | }, |
||
| 3064 | "require-dev": { |
||
| 3065 | "symfony/expression-language": "~2.4|~3.0" |
||
| 3066 | }, |
||
| 3067 | "type": "symfony-bundle", |
||
| 3068 | "extra": { |
||
| 3069 | "branch-alias": { |
||
| 3070 | "dev-master": "2.5.x-dev" |
||
| 3071 | } |
||
| 3072 | }, |
||
| 3073 | "autoload": { |
||
| 3074 | "psr-4": { |
||
| 3075 | "Knp\\Bundle\\PaginatorBundle\\": "" |
||
| 3076 | } |
||
| 3077 | }, |
||
| 3078 | "notification-url": "https://packagist.org/downloads/", |
||
| 3079 | "license": [ |
||
| 3080 | "MIT" |
||
| 3081 | ], |
||
| 3082 | "authors": [ |
||
| 3083 | { |
||
| 3084 | "name": "KnpLabs Team", |
||
| 3085 | "homepage": "http://knplabs.com" |
||
| 3086 | }, |
||
| 3087 | { |
||
| 3088 | "name": "Symfony2 Community", |
||
| 3089 | "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle/contributors" |
||
| 3090 | } |
||
| 3091 | ], |
||
| 3092 | "description": "Paginator bundle for Symfony2 to automate pagination and simplify sorting and other features", |
||
| 3093 | "homepage": "http://github.com/KnpLabs/KnpPaginatorBundle", |
||
| 3094 | "keywords": [ |
||
| 3095 | "Symfony2", |
||
| 3096 | "bundle", |
||
| 3097 | "knp", |
||
| 3098 | "knplabs", |
||
| 3099 | "pager", |
||
| 3100 | "pagination", |
||
| 3101 | "paginator" |
||
| 3102 | ], |
||
| 3103 | "time": "2016-04-20 11:40:30" |
||
| 3104 | }, |
||
| 3105 | { |
||
| 3106 | "name": "kriswallsmith/assetic", |
||
| 3107 | "version": "v1.3.2", |
||
| 3108 | "source": { |
||
| 3109 | "type": "git", |
||
| 3110 | "url": "https://github.com/kriswallsmith/assetic.git", |
||
| 3111 | "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5" |
||
| 3112 | }, |
||
| 3113 | "dist": { |
||
| 3114 | "type": "zip", |
||
| 3115 | "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5", |
||
| 3116 | "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5", |
||
| 3117 | "shasum": "" |
||
| 3118 | }, |
||
| 3119 | "require": { |
||
| 3120 | "php": ">=5.3.1", |
||
| 3121 | "symfony/process": "~2.1|~3.0" |
||
| 3122 | }, |
||
| 3123 | "conflict": { |
||
| 3124 | "twig/twig": "<1.23" |
||
| 3125 | }, |
||
| 3126 | "require-dev": { |
||
| 3127 | "cssmin/cssmin": "3.0.1", |
||
| 3128 | "joliclic/javascript-packer": "1.1", |
||
| 3129 | "kamicane/packager": "1.0", |
||
| 3130 | "leafo/lessphp": "^0.3.7", |
||
| 3131 | "leafo/scssphp": "~0.1", |
||
| 3132 | "mrclay/minify": "~2.2", |
||
| 3133 | "patchwork/jsqueeze": "~1.0|~2.0", |
||
| 3134 | "phpunit/phpunit": "~4.8", |
||
| 3135 | "psr/log": "~1.0", |
||
| 3136 | "ptachoire/cssembed": "~1.0", |
||
| 3137 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
| 3138 | "twig/twig": "~1.8|~2.0" |
||
| 3139 | }, |
||
| 3140 | "suggest": { |
||
| 3141 | "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler", |
||
| 3142 | "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler", |
||
| 3143 | "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin", |
||
| 3144 | "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor", |
||
| 3145 | "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris", |
||
| 3146 | "twig/twig": "Assetic provides the integration with the Twig templating engine" |
||
| 3147 | }, |
||
| 3148 | "type": "library", |
||
| 3149 | "extra": { |
||
| 3150 | "branch-alias": { |
||
| 3151 | "dev-master": "1.4-dev" |
||
| 3152 | } |
||
| 3153 | }, |
||
| 3154 | "autoload": { |
||
| 3155 | "psr-0": { |
||
| 3156 | "Assetic": "src/" |
||
| 3157 | }, |
||
| 3158 | "files": [ |
||
| 3159 | "src/functions.php" |
||
| 3160 | ] |
||
| 3161 | }, |
||
| 3162 | "notification-url": "https://packagist.org/downloads/", |
||
| 3163 | "license": [ |
||
| 3164 | "MIT" |
||
| 3165 | ], |
||
| 3166 | "authors": [ |
||
| 3167 | { |
||
| 3168 | "name": "Kris Wallsmith", |
||
| 3169 | "email": "[email protected]", |
||
| 3170 | "homepage": "http://kriswallsmith.net/" |
||
| 3171 | } |
||
| 3172 | ], |
||
| 3173 | "description": "Asset Management for PHP", |
||
| 3174 | "homepage": "https://github.com/kriswallsmith/assetic", |
||
| 3175 | "keywords": [ |
||
| 3176 | "assets", |
||
| 3177 | "compression", |
||
| 3178 | "minification" |
||
| 3179 | ], |
||
| 3180 | "time": "2015-11-12 13:51:40" |
||
| 3181 | }, |
||
| 3182 | { |
||
| 3183 | "name": "kriswallsmith/buzz", |
||
| 3184 | "version": "v0.15", |
||
| 3185 | "source": { |
||
| 3186 | "type": "git", |
||
| 3187 | "url": "https://github.com/kriswallsmith/Buzz.git", |
||
| 3188 | "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8" |
||
| 3189 | }, |
||
| 3190 | "dist": { |
||
| 3191 | "type": "zip", |
||
| 3192 | "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d4041666c3ffb379af02a92dabe81c904b35fab8", |
||
| 3193 | "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8", |
||
| 3194 | "shasum": "" |
||
| 3195 | }, |
||
| 3196 | "require": { |
||
| 3197 | "php": ">=5.3.0" |
||
| 3198 | }, |
||
| 3199 | "require-dev": { |
||
| 3200 | "phpunit/phpunit": "3.7.*" |
||
| 3201 | }, |
||
| 3202 | "suggest": { |
||
| 3203 | "ext-curl": "*" |
||
| 3204 | }, |
||
| 3205 | "type": "library", |
||
| 3206 | "autoload": { |
||
| 3207 | "psr-0": { |
||
| 3208 | "Buzz": "lib/" |
||
| 3209 | } |
||
| 3210 | }, |
||
| 3211 | "notification-url": "https://packagist.org/downloads/", |
||
| 3212 | "license": [ |
||
| 3213 | "MIT" |
||
| 3214 | ], |
||
| 3215 | "authors": [ |
||
| 3216 | { |
||
| 3217 | "name": "Kris Wallsmith", |
||
| 3218 | "email": "[email protected]", |
||
| 3219 | "homepage": "http://kriswallsmith.net/" |
||
| 3220 | } |
||
| 3221 | ], |
||
| 3222 | "description": "Lightweight HTTP client", |
||
| 3223 | "homepage": "https://github.com/kriswallsmith/Buzz", |
||
| 3224 | "keywords": [ |
||
| 3225 | "curl", |
||
| 3226 | "http client" |
||
| 3227 | ], |
||
| 3228 | "time": "2015-06-25 17:26:56" |
||
| 3229 | }, |
||
| 3230 | { |
||
| 3231 | "name": "misd/guzzle-bundle", |
||
| 3232 | "version": "v1.1.5", |
||
| 3233 | "source": { |
||
| 3234 | "type": "git", |
||
| 3235 | "url": "https://github.com/misd-service-development/guzzle-bundle.git", |
||
| 3236 | "reference": "555c105ef4ac66597a029fe634dee0fe4f9cb084" |
||
| 3237 | }, |
||
| 3238 | "dist": { |
||
| 3239 | "type": "zip", |
||
| 3240 | "url": "https://api.github.com/repos/misd-service-development/guzzle-bundle/zipball/555c105ef4ac66597a029fe634dee0fe4f9cb084", |
||
| 3241 | "reference": "555c105ef4ac66597a029fe634dee0fe4f9cb084", |
||
| 3242 | "shasum": "" |
||
| 3243 | }, |
||
| 3244 | "require": { |
||
| 3245 | "guzzle/guzzle": "~3.0", |
||
| 3246 | "php": ">=5.3.3", |
||
| 3247 | "symfony/framework-bundle": "~2.2" |
||
| 3248 | }, |
||
| 3249 | "conflict": { |
||
| 3250 | "jms/serializer-bundle": "<0.11-dev", |
||
| 3251 | "sensio/framework-extra-bundle": ">=4.0-dev" |
||
| 3252 | }, |
||
| 3253 | "require-dev": { |
||
| 3254 | "doctrine/cache": "~1.0", |
||
| 3255 | "jms/serializer-bundle": "~0.11", |
||
| 3256 | "phpunit/phpunit": "~4.3", |
||
| 3257 | "sensio/framework-extra-bundle": "~2.2", |
||
| 3258 | "symfony/monolog-bundle": "~2.2", |
||
| 3259 | "symfony/yaml": "~2.2" |
||
| 3260 | }, |
||
| 3261 | "suggest": { |
||
| 3262 | "jms/serializer-bundle": "Serialize/deserialize objects to/from XML, JSON and YAML", |
||
| 3263 | "sensio/framework-extra-bundle": "Provides a parameter converter", |
||
| 3264 | "symfony/monolog-bundle": "Log requests" |
||
| 3265 | }, |
||
| 3266 | "type": "symfony-bundle", |
||
| 3267 | "extra": { |
||
| 3268 | "branch-alias": { |
||
| 3269 | "dev-master": "1.1.x-dev" |
||
| 3270 | } |
||
| 3271 | }, |
||
| 3272 | "autoload": { |
||
| 3273 | "psr-4": { |
||
| 3274 | "Misd\\GuzzleBundle\\": "" |
||
| 3275 | } |
||
| 3276 | }, |
||
| 3277 | "notification-url": "https://packagist.org/downloads/", |
||
| 3278 | "license": [ |
||
| 3279 | "MIT" |
||
| 3280 | ], |
||
| 3281 | "authors": [ |
||
| 3282 | { |
||
| 3283 | "name": "Chris Wilkinson", |
||
| 3284 | "email": "[email protected]" |
||
| 3285 | } |
||
| 3286 | ], |
||
| 3287 | "description": "Integrates Guzzle into your Symfony2 application", |
||
| 3288 | "homepage": "https://github.com/misd-service-development/guzzle-bundle", |
||
| 3289 | "keywords": [ |
||
| 3290 | "Guzzle", |
||
| 3291 | "api", |
||
| 3292 | "bundle", |
||
| 3293 | "client", |
||
| 3294 | "curl", |
||
| 3295 | "http", |
||
| 3296 | "http client", |
||
| 3297 | "rest", |
||
| 3298 | "web service" |
||
| 3299 | ], |
||
| 3300 | "abandoned": true, |
||
| 3301 | "time": "2014-12-01 08:29:51" |
||
| 3302 | }, |
||
| 3303 | { |
||
| 3304 | "name": "monolog/monolog", |
||
| 3305 | "version": "1.19.0", |
||
| 3306 | "source": { |
||
| 3307 | "type": "git", |
||
| 3308 | "url": "https://github.com/Seldaek/monolog.git", |
||
| 3309 | "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf" |
||
| 3310 | }, |
||
| 3311 | "dist": { |
||
| 3312 | "type": "zip", |
||
| 3313 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf", |
||
| 3314 | "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf", |
||
| 3315 | "shasum": "" |
||
| 3316 | }, |
||
| 3317 | "require": { |
||
| 3318 | "php": ">=5.3.0", |
||
| 3319 | "psr/log": "~1.0" |
||
| 3320 | }, |
||
| 3321 | "provide": { |
||
| 3322 | "psr/log-implementation": "1.0.0" |
||
| 3323 | }, |
||
| 3324 | "require-dev": { |
||
| 3325 | "aws/aws-sdk-php": "^2.4.9", |
||
| 3326 | "doctrine/couchdb": "~1.0@dev", |
||
| 3327 | "graylog2/gelf-php": "~1.0", |
||
| 3328 | "jakub-onderka/php-parallel-lint": "0.9", |
||
| 3329 | "php-amqplib/php-amqplib": "~2.4", |
||
| 3330 | "php-console/php-console": "^3.1.3", |
||
| 3331 | "phpunit/phpunit": "~4.5", |
||
| 3332 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
| 3333 | "raven/raven": "^0.13", |
||
| 3334 | "ruflin/elastica": ">=0.90 <3.0", |
||
| 3335 | "swiftmailer/swiftmailer": "~5.3" |
||
| 3336 | }, |
||
| 3337 | "suggest": { |
||
| 3338 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
| 3339 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
| 3340 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
| 3341 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
| 3342 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
| 3343 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
| 3344 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
| 3345 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
| 3346 | "raven/raven": "Allow sending log messages to a Sentry server", |
||
| 3347 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
| 3348 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server" |
||
| 3349 | }, |
||
| 3350 | "type": "library", |
||
| 3351 | "extra": { |
||
| 3352 | "branch-alias": { |
||
| 3353 | "dev-master": "2.0.x-dev" |
||
| 3354 | } |
||
| 3355 | }, |
||
| 3356 | "autoload": { |
||
| 3357 | "psr-4": { |
||
| 3358 | "Monolog\\": "src/Monolog" |
||
| 3359 | } |
||
| 3360 | }, |
||
| 3361 | "notification-url": "https://packagist.org/downloads/", |
||
| 3362 | "license": [ |
||
| 3363 | "MIT" |
||
| 3364 | ], |
||
| 3365 | "authors": [ |
||
| 3366 | { |
||
| 3367 | "name": "Jordi Boggiano", |
||
| 3368 | "email": "[email protected]", |
||
| 3369 | "homepage": "http://seld.be" |
||
| 3370 | } |
||
| 3371 | ], |
||
| 3372 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
| 3373 | "homepage": "http://github.com/Seldaek/monolog", |
||
| 3374 | "keywords": [ |
||
| 3375 | "log", |
||
| 3376 | "logging", |
||
| 3377 | "psr-3" |
||
| 3378 | ], |
||
| 3379 | "time": "2016-04-12 18:29:35" |
||
| 3380 | }, |
||
| 3381 | { |
||
| 3382 | "name": "paragonie/random_compat", |
||
| 3383 | "version": "v2.0.2", |
||
| 3384 | "source": { |
||
| 3385 | "type": "git", |
||
| 3386 | "url": "https://github.com/paragonie/random_compat.git", |
||
| 3387 | "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf" |
||
| 3388 | }, |
||
| 3389 | "dist": { |
||
| 3390 | "type": "zip", |
||
| 3391 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf", |
||
| 3392 | "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf", |
||
| 3393 | "shasum": "" |
||
| 3394 | }, |
||
| 3395 | "require": { |
||
| 3396 | "php": ">=5.2.0" |
||
| 3397 | }, |
||
| 3398 | "require-dev": { |
||
| 3399 | "phpunit/phpunit": "4.*|5.*" |
||
| 3400 | }, |
||
| 3401 | "suggest": { |
||
| 3402 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
| 3403 | }, |
||
| 3404 | "type": "library", |
||
| 3405 | "autoload": { |
||
| 3406 | "files": [ |
||
| 3407 | "lib/random.php" |
||
| 3408 | ] |
||
| 3409 | }, |
||
| 3410 | "notification-url": "https://packagist.org/downloads/", |
||
| 3411 | "license": [ |
||
| 3412 | "MIT" |
||
| 3413 | ], |
||
| 3414 | "authors": [ |
||
| 3415 | { |
||
| 3416 | "name": "Paragon Initiative Enterprises", |
||
| 3417 | "email": "[email protected]", |
||
| 3418 | "homepage": "https://paragonie.com" |
||
| 3419 | } |
||
| 3420 | ], |
||
| 3421 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
| 3422 | "keywords": [ |
||
| 3423 | "csprng", |
||
| 3424 | "pseudorandom", |
||
| 3425 | "random" |
||
| 3426 | ], |
||
| 3427 | "time": "2016-04-03 06:00:07" |
||
| 3428 | }, |
||
| 3429 | { |
||
| 3430 | "name": "php-amqplib/php-amqplib", |
||
| 3431 | "version": "v2.6.3", |
||
| 3432 | "source": { |
||
| 3433 | "type": "git", |
||
| 3434 | "url": "https://github.com/php-amqplib/php-amqplib.git", |
||
| 3435 | "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6" |
||
| 3436 | }, |
||
| 3437 | "dist": { |
||
| 3438 | "type": "zip", |
||
| 3439 | "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/fa2f0d4410a11008cb36b379177291be7ee9e4f6", |
||
| 3440 | "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6", |
||
| 3441 | "shasum": "" |
||
| 3442 | }, |
||
| 3443 | "require": { |
||
| 3444 | "ext-bcmath": "*", |
||
| 3445 | "ext-mbstring": "*", |
||
| 3446 | "php": ">=5.3.0" |
||
| 3447 | }, |
||
| 3448 | "replace": { |
||
| 3449 | "videlalvaro/php-amqplib": "self.version" |
||
| 3450 | }, |
||
| 3451 | "require-dev": { |
||
| 3452 | "phpunit/phpunit": "^4.8", |
||
| 3453 | "scrutinizer/ocular": "^1.1", |
||
| 3454 | "squizlabs/php_codesniffer": "^2.5" |
||
| 3455 | }, |
||
| 3456 | "suggest": { |
||
| 3457 | "ext-sockets": "Use AMQPSocketConnection" |
||
| 3458 | }, |
||
| 3459 | "type": "library", |
||
| 3460 | "extra": { |
||
| 3461 | "branch-alias": { |
||
| 3462 | "dev-master": "2.7-dev" |
||
| 3463 | } |
||
| 3464 | }, |
||
| 3465 | "autoload": { |
||
| 3466 | "psr-4": { |
||
| 3467 | "PhpAmqpLib\\": "PhpAmqpLib/" |
||
| 3468 | } |
||
| 3469 | }, |
||
| 3470 | "notification-url": "https://packagist.org/downloads/", |
||
| 3471 | "license": [ |
||
| 3472 | "LGPL-2.1" |
||
| 3473 | ], |
||
| 3474 | "authors": [ |
||
| 3475 | { |
||
| 3476 | "name": "Alvaro Videla", |
||
| 3477 | "role": "Original Maintainer" |
||
| 3478 | }, |
||
| 3479 | { |
||
| 3480 | "name": "John Kelly", |
||
| 3481 | "email": "[email protected]", |
||
| 3482 | "role": "Maintainer" |
||
| 3483 | }, |
||
| 3484 | { |
||
| 3485 | "name": "Raúl Araya", |
||
| 3486 | "email": "[email protected]", |
||
| 3487 | "role": "Maintainer" |
||
| 3488 | } |
||
| 3489 | ], |
||
| 3490 | "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.", |
||
| 3491 | "homepage": "https://github.com/php-amqplib/php-amqplib/", |
||
| 3492 | "keywords": [ |
||
| 3493 | "message", |
||
| 3494 | "queue", |
||
| 3495 | "rabbitmq" |
||
| 3496 | ], |
||
| 3497 | "time": "2016-04-11 14:30:01" |
||
| 3498 | }, |
||
| 3499 | { |
||
| 3500 | "name": "php-amqplib/rabbitmq-bundle", |
||
| 3501 | "version": "v1.10.0", |
||
| 3502 | "source": { |
||
| 3503 | "type": "git", |
||
| 3504 | "url": "https://github.com/php-amqplib/RabbitMqBundle.git", |
||
| 3505 | "reference": "8c6f74b545b8162b24ef951b567e9c7d581ee512" |
||
| 3506 | }, |
||
| 3507 | "dist": { |
||
| 3508 | "type": "zip", |
||
| 3509 | "url": "https://api.github.com/repos/php-amqplib/RabbitMqBundle/zipball/8c6f74b545b8162b24ef951b567e9c7d581ee512", |
||
| 3510 | "reference": "8c6f74b545b8162b24ef951b567e9c7d581ee512", |
||
| 3511 | "shasum": "" |
||
| 3512 | }, |
||
| 3513 | "require": { |
||
| 3514 | "php": ">=5.3.0", |
||
| 3515 | "php-amqplib/php-amqplib": "~2.6", |
||
| 3516 | "psr/log": "~1.0", |
||
| 3517 | "symfony/config": "~2.3 || ~3.0", |
||
| 3518 | "symfony/console": "~2.3 || ~3.0", |
||
| 3519 | "symfony/dependency-injection": "~2.3 || ~3.0", |
||
| 3520 | "symfony/event-dispatcher": "~2.3 || ~3.0", |
||
| 3521 | "symfony/yaml": "~2.3 || ~3.0" |
||
| 3522 | }, |
||
| 3523 | "replace": { |
||
| 3524 | "oldsound/rabbitmq-bundle": "self.version" |
||
| 3525 | }, |
||
| 3526 | "require-dev": { |
||
| 3527 | "phpunit/phpunit": "~4.8 || ~5.0", |
||
| 3528 | "symfony/debug": "~2.3 || ~3.0", |
||
| 3529 | "symfony/serializer": "~2.3 || ~3.0" |
||
| 3530 | }, |
||
| 3531 | "suggest": { |
||
| 3532 | "symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector" |
||
| 3533 | }, |
||
| 3534 | "type": "symfony-bundle", |
||
| 3535 | "extra": { |
||
| 3536 | "branch-alias": { |
||
| 3537 | "dev-master": "1.10.x-dev" |
||
| 3538 | } |
||
| 3539 | }, |
||
| 3540 | "autoload": { |
||
| 3541 | "psr-4": { |
||
| 3542 | "OldSound\\RabbitMqBundle\\": "" |
||
| 3543 | } |
||
| 3544 | }, |
||
| 3545 | "notification-url": "https://packagist.org/downloads/", |
||
| 3546 | "license": [ |
||
| 3547 | "MIT" |
||
| 3548 | ], |
||
| 3549 | "authors": [ |
||
| 3550 | { |
||
| 3551 | "name": "Alvaro Videla" |
||
| 3552 | } |
||
| 3553 | ], |
||
| 3554 | "description": "Integrates php-amqplib with Symfony2|3 and RabbitMq. Formerly oldsound/rabbitmq-bundle.", |
||
| 3555 | "keywords": [ |
||
| 3556 | "AMQP", |
||
| 3557 | "Symfony2", |
||
| 3558 | "message", |
||
| 3559 | "queue", |
||
| 3560 | "rabbitmq" |
||
| 3561 | ], |
||
| 3562 | "time": "2016-05-31 11:36:12" |
||
| 3563 | }, |
||
| 3564 | { |
||
| 3565 | "name": "php-jsonpatch/php-jsonpatch", |
||
| 3566 | "version": "v2.1.3", |
||
| 3567 | "source": { |
||
| 3568 | "type": "git", |
||
| 3569 | "url": "https://github.com/raphaelstolt/php-jsonpatch.git", |
||
| 3570 | "reference": "6f90113dcf19c151a1106f9917782f60b786a62c" |
||
| 3571 | }, |
||
| 3572 | "dist": { |
||
| 3573 | "type": "zip", |
||
| 3574 | "url": "https://api.github.com/repos/raphaelstolt/php-jsonpatch/zipball/6f90113dcf19c151a1106f9917782f60b786a62c", |
||
| 3575 | "reference": "6f90113dcf19c151a1106f9917782f60b786a62c", |
||
| 3576 | "shasum": "" |
||
| 3577 | }, |
||
| 3578 | "require": { |
||
| 3579 | "php": ">=5.4", |
||
| 3580 | "php-jsonpointer/php-jsonpointer": "^2.0", |
||
| 3581 | "symfony/polyfill-mbstring": "^1.1" |
||
| 3582 | }, |
||
| 3583 | "require-dev": { |
||
| 3584 | "friendsofphp/php-cs-fixer": "^1.11", |
||
| 3585 | "phpunit/phpunit": "4.6.*" |
||
| 3586 | }, |
||
| 3587 | "type": "library", |
||
| 3588 | "extra": { |
||
| 3589 | "branch-alias": { |
||
| 3590 | "dev-master": "2.0.x-dev" |
||
| 3591 | } |
||
| 3592 | }, |
||
| 3593 | "autoload": { |
||
| 3594 | "psr-0": { |
||
| 3595 | "Rs\\Json": "src/" |
||
| 3596 | } |
||
| 3597 | }, |
||
| 3598 | "notification-url": "https://packagist.org/downloads/", |
||
| 3599 | "license": [ |
||
| 3600 | "MIT" |
||
| 3601 | ], |
||
| 3602 | "authors": [ |
||
| 3603 | { |
||
| 3604 | "name": "Raphael Stolt", |
||
| 3605 | "email": "[email protected]", |
||
| 3606 | "homepage": "http://raphaelstolt.blogspot.com" |
||
| 3607 | } |
||
| 3608 | ], |
||
| 3609 | "description": "Implementation of JSON Patch (http://tools.ietf.org/html/rfc6902)", |
||
| 3610 | "homepage": "https://github.com/raphaelstolt/php-jsonpatch", |
||
| 3611 | "keywords": [ |
||
| 3612 | "json", |
||
| 3613 | "json modification", |
||
| 3614 | "json patch" |
||
| 3615 | ], |
||
| 3616 | "time": "2016-07-21 10:41:55" |
||
| 3617 | }, |
||
| 3618 | { |
||
| 3619 | "name": "php-jsonpointer/php-jsonpointer", |
||
| 3620 | "version": "v2.0.0", |
||
| 3621 | "source": { |
||
| 3622 | "type": "git", |
||
| 3623 | "url": "https://github.com/raphaelstolt/php-jsonpointer.git", |
||
| 3624 | "reference": "6c54ccb3f6d8c843ef45fc4feeba70303aa0c7e1" |
||
| 3625 | }, |
||
| 3626 | "dist": { |
||
| 3627 | "type": "zip", |
||
| 3628 | "url": "https://api.github.com/repos/raphaelstolt/php-jsonpointer/zipball/6c54ccb3f6d8c843ef45fc4feeba70303aa0c7e1", |
||
| 3629 | "reference": "6c54ccb3f6d8c843ef45fc4feeba70303aa0c7e1", |
||
| 3630 | "shasum": "" |
||
| 3631 | }, |
||
| 3632 | "require": { |
||
| 3633 | "php": ">=5.4" |
||
| 3634 | }, |
||
| 3635 | "require-dev": { |
||
| 3636 | "phpunit/phpunit": "4.6.*" |
||
| 3637 | }, |
||
| 3638 | "type": "library", |
||
| 3639 | "extra": { |
||
| 3640 | "branch-alias": { |
||
| 3641 | "dev-master": "2.0.x-dev" |
||
| 3642 | } |
||
| 3643 | }, |
||
| 3644 | "autoload": { |
||
| 3645 | "psr-0": { |
||
| 3646 | "Rs\\Json": "src/" |
||
| 3647 | } |
||
| 3648 | }, |
||
| 3649 | "notification-url": "https://packagist.org/downloads/", |
||
| 3650 | "license": [ |
||
| 3651 | "MIT" |
||
| 3652 | ], |
||
| 3653 | "authors": [ |
||
| 3654 | { |
||
| 3655 | "name": "Raphael Stolt", |
||
| 3656 | "email": "[email protected]", |
||
| 3657 | "homepage": "http://raphaelstolt.blogspot.com/" |
||
| 3658 | } |
||
| 3659 | ], |
||
| 3660 | "description": "Implementation of JSON Pointer (http://tools.ietf.org/html/rfc6901)", |
||
| 3661 | "homepage": "https://github.com/raphaelstolt/php-jsonpointer", |
||
| 3662 | "keywords": [ |
||
| 3663 | "json", |
||
| 3664 | "json pointer", |
||
| 3665 | "json traversal" |
||
| 3666 | ], |
||
| 3667 | "time": "2016-06-20 19:42:02" |
||
| 3668 | }, |
||
| 3669 | { |
||
| 3670 | "name": "phpcollection/phpcollection", |
||
| 3671 | "version": "0.4.0", |
||
| 3672 | "source": { |
||
| 3673 | "type": "git", |
||
| 3674 | "url": "https://github.com/schmittjoh/php-collection.git", |
||
| 3675 | "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83" |
||
| 3676 | }, |
||
| 3677 | "dist": { |
||
| 3678 | "type": "zip", |
||
| 3679 | "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83", |
||
| 3680 | "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83", |
||
| 3681 | "shasum": "" |
||
| 3682 | }, |
||
| 3683 | "require": { |
||
| 3684 | "phpoption/phpoption": "1.*" |
||
| 3685 | }, |
||
| 3686 | "type": "library", |
||
| 3687 | "extra": { |
||
| 3688 | "branch-alias": { |
||
| 3689 | "dev-master": "0.3-dev" |
||
| 3690 | } |
||
| 3691 | }, |
||
| 3692 | "autoload": { |
||
| 3693 | "psr-0": { |
||
| 3694 | "PhpCollection": "src/" |
||
| 3695 | } |
||
| 3696 | }, |
||
| 3697 | "notification-url": "https://packagist.org/downloads/", |
||
| 3698 | "license": [ |
||
| 3699 | "Apache2" |
||
| 3700 | ], |
||
| 3701 | "authors": [ |
||
| 3702 | { |
||
| 3703 | "name": "Johannes Schmitt", |
||
| 3704 | "email": "[email protected]", |
||
| 3705 | "homepage": "https://github.com/schmittjoh", |
||
| 3706 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 3707 | } |
||
| 3708 | ], |
||
| 3709 | "description": "General-Purpose Collection Library for PHP", |
||
| 3710 | "keywords": [ |
||
| 3711 | "collection", |
||
| 3712 | "list", |
||
| 3713 | "map", |
||
| 3714 | "sequence", |
||
| 3715 | "set" |
||
| 3716 | ], |
||
| 3717 | "time": "2014-03-11 13:46:42" |
||
| 3718 | }, |
||
| 3719 | { |
||
| 3720 | "name": "phpoption/phpoption", |
||
| 3721 | "version": "1.5.0", |
||
| 3722 | "source": { |
||
| 3723 | "type": "git", |
||
| 3724 | "url": "https://github.com/schmittjoh/php-option.git", |
||
| 3725 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" |
||
| 3726 | }, |
||
| 3727 | "dist": { |
||
| 3728 | "type": "zip", |
||
| 3729 | "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
| 3730 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
| 3731 | "shasum": "" |
||
| 3732 | }, |
||
| 3733 | "require": { |
||
| 3734 | "php": ">=5.3.0" |
||
| 3735 | }, |
||
| 3736 | "require-dev": { |
||
| 3737 | "phpunit/phpunit": "4.7.*" |
||
| 3738 | }, |
||
| 3739 | "type": "library", |
||
| 3740 | "extra": { |
||
| 3741 | "branch-alias": { |
||
| 3742 | "dev-master": "1.3-dev" |
||
| 3743 | } |
||
| 3744 | }, |
||
| 3745 | "autoload": { |
||
| 3746 | "psr-0": { |
||
| 3747 | "PhpOption\\": "src/" |
||
| 3748 | } |
||
| 3749 | }, |
||
| 3750 | "notification-url": "https://packagist.org/downloads/", |
||
| 3751 | "license": [ |
||
| 3752 | "Apache2" |
||
| 3753 | ], |
||
| 3754 | "authors": [ |
||
| 3755 | { |
||
| 3756 | "name": "Johannes M. Schmitt", |
||
| 3757 | "email": "[email protected]" |
||
| 3758 | } |
||
| 3759 | ], |
||
| 3760 | "description": "Option Type for PHP", |
||
| 3761 | "keywords": [ |
||
| 3762 | "language", |
||
| 3763 | "option", |
||
| 3764 | "php", |
||
| 3765 | "type" |
||
| 3766 | ], |
||
| 3767 | "time": "2015-07-25 16:39:46" |
||
| 3768 | }, |
||
| 3769 | { |
||
| 3770 | "name": "psr/http-message", |
||
| 3771 | "version": "1.0", |
||
| 3772 | "source": { |
||
| 3773 | "type": "git", |
||
| 3774 | "url": "https://github.com/php-fig/http-message.git", |
||
| 3775 | "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298" |
||
| 3776 | }, |
||
| 3777 | "dist": { |
||
| 3778 | "type": "zip", |
||
| 3779 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
||
| 3780 | "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298", |
||
| 3781 | "shasum": "" |
||
| 3782 | }, |
||
| 3783 | "require": { |
||
| 3784 | "php": ">=5.3.0" |
||
| 3785 | }, |
||
| 3786 | "type": "library", |
||
| 3787 | "extra": { |
||
| 3788 | "branch-alias": { |
||
| 3789 | "dev-master": "1.0.x-dev" |
||
| 3790 | } |
||
| 3791 | }, |
||
| 3792 | "autoload": { |
||
| 3793 | "psr-4": { |
||
| 3794 | "Psr\\Http\\Message\\": "src/" |
||
| 3795 | } |
||
| 3796 | }, |
||
| 3797 | "notification-url": "https://packagist.org/downloads/", |
||
| 3798 | "license": [ |
||
| 3799 | "MIT" |
||
| 3800 | ], |
||
| 3801 | "authors": [ |
||
| 3802 | { |
||
| 3803 | "name": "PHP-FIG", |
||
| 3804 | "homepage": "http://www.php-fig.org/" |
||
| 3805 | } |
||
| 3806 | ], |
||
| 3807 | "description": "Common interface for HTTP messages", |
||
| 3808 | "keywords": [ |
||
| 3809 | "http", |
||
| 3810 | "http-message", |
||
| 3811 | "psr", |
||
| 3812 | "psr-7", |
||
| 3813 | "request", |
||
| 3814 | "response" |
||
| 3815 | ], |
||
| 3816 | "time": "2015-05-04 20:22:00" |
||
| 3817 | }, |
||
| 3818 | { |
||
| 3819 | "name": "psr/log", |
||
| 3820 | "version": "1.0.0", |
||
| 3821 | "source": { |
||
| 3822 | "type": "git", |
||
| 3823 | "url": "https://github.com/php-fig/log.git", |
||
| 3824 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" |
||
| 3825 | }, |
||
| 3826 | "dist": { |
||
| 3827 | "type": "zip", |
||
| 3828 | "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
| 3829 | "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", |
||
| 3830 | "shasum": "" |
||
| 3831 | }, |
||
| 3832 | "type": "library", |
||
| 3833 | "autoload": { |
||
| 3834 | "psr-0": { |
||
| 3835 | "Psr\\Log\\": "" |
||
| 3836 | } |
||
| 3837 | }, |
||
| 3838 | "notification-url": "https://packagist.org/downloads/", |
||
| 3839 | "license": [ |
||
| 3840 | "MIT" |
||
| 3841 | ], |
||
| 3842 | "authors": [ |
||
| 3843 | { |
||
| 3844 | "name": "PHP-FIG", |
||
| 3845 | "homepage": "http://www.php-fig.org/" |
||
| 3846 | } |
||
| 3847 | ], |
||
| 3848 | "description": "Common interface for logging libraries", |
||
| 3849 | "keywords": [ |
||
| 3850 | "log", |
||
| 3851 | "psr", |
||
| 3852 | "psr-3" |
||
| 3853 | ], |
||
| 3854 | "time": "2012-12-21 11:40:51" |
||
| 3855 | }, |
||
| 3856 | { |
||
| 3857 | "name": "relay/relay", |
||
| 3858 | "version": "0.2.0", |
||
| 3859 | "source": { |
||
| 3860 | "type": "git", |
||
| 3861 | "url": "https://github.com/relayphp/Relay.Relay.git", |
||
| 3862 | "reference": "6f1f1e2392ea690d8d4402495d1104017bfa9062" |
||
| 3863 | }, |
||
| 3864 | "dist": { |
||
| 3865 | "type": "zip", |
||
| 3866 | "url": "https://api.github.com/repos/relayphp/Relay.Relay/zipball/6f1f1e2392ea690d8d4402495d1104017bfa9062", |
||
| 3867 | "reference": "6f1f1e2392ea690d8d4402495d1104017bfa9062", |
||
| 3868 | "shasum": "" |
||
| 3869 | }, |
||
| 3870 | "require": { |
||
| 3871 | "php": ">=5.5.0", |
||
| 3872 | "psr/http-message": "~1.0" |
||
| 3873 | }, |
||
| 3874 | "require-dev": { |
||
| 3875 | "zendframework/zend-diactoros": "~1.0" |
||
| 3876 | }, |
||
| 3877 | "type": "library", |
||
| 3878 | "autoload": { |
||
| 3879 | "psr-4": { |
||
| 3880 | "Relay\\": "src/" |
||
| 3881 | } |
||
| 3882 | }, |
||
| 3883 | "notification-url": "https://packagist.org/downloads/", |
||
| 3884 | "license": [ |
||
| 3885 | "MIT" |
||
| 3886 | ], |
||
| 3887 | "authors": [ |
||
| 3888 | { |
||
| 3889 | "name": "Relay.Relay Contributors", |
||
| 3890 | "homepage": "https://github.com/relayphp/Relay.Relay/contributors" |
||
| 3891 | } |
||
| 3892 | ], |
||
| 3893 | "description": "A PSR-7 middleware dispatcher.", |
||
| 3894 | "homepage": "https://github.com/relayphp/Relay.Relay", |
||
| 3895 | "keywords": [ |
||
| 3896 | "middleware", |
||
| 3897 | "psr-7" |
||
| 3898 | ], |
||
| 3899 | "time": "2015-06-25 14:27:22" |
||
| 3900 | }, |
||
| 3901 | { |
||
| 3902 | "name": "sensio/distribution-bundle", |
||
| 3903 | "version": "v3.0.36", |
||
| 3904 | "target-dir": "Sensio/Bundle/DistributionBundle", |
||
| 3905 | "source": { |
||
| 3906 | "type": "git", |
||
| 3907 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", |
||
| 3908 | "reference": "964a56e855acac38d4a81920b3a86543f7e8492f" |
||
| 3909 | }, |
||
| 3910 | "dist": { |
||
| 3911 | "type": "zip", |
||
| 3912 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/964a56e855acac38d4a81920b3a86543f7e8492f", |
||
| 3913 | "reference": "964a56e855acac38d4a81920b3a86543f7e8492f", |
||
| 3914 | "shasum": "" |
||
| 3915 | }, |
||
| 3916 | "require": { |
||
| 3917 | "php": ">=5.3.3", |
||
| 3918 | "sensiolabs/security-checker": "~3.0", |
||
| 3919 | "symfony/class-loader": "~2.2", |
||
| 3920 | "symfony/framework-bundle": "~2.3", |
||
| 3921 | "symfony/process": "~2.2" |
||
| 3922 | }, |
||
| 3923 | "require-dev": { |
||
| 3924 | "symfony/form": "~2.2", |
||
| 3925 | "symfony/validator": "~2.2", |
||
| 3926 | "symfony/yaml": "~2.2" |
||
| 3927 | }, |
||
| 3928 | "suggest": { |
||
| 3929 | "symfony/form": "If you want to use the configurator", |
||
| 3930 | "symfony/validator": "If you want to use the configurator", |
||
| 3931 | "symfony/yaml": "If you want to use the configurator" |
||
| 3932 | }, |
||
| 3933 | "type": "symfony-bundle", |
||
| 3934 | "extra": { |
||
| 3935 | "branch-alias": { |
||
| 3936 | "dev-master": "3.0.x-dev" |
||
| 3937 | } |
||
| 3938 | }, |
||
| 3939 | "autoload": { |
||
| 3940 | "psr-0": { |
||
| 3941 | "Sensio\\Bundle\\DistributionBundle": "" |
||
| 3942 | } |
||
| 3943 | }, |
||
| 3944 | "notification-url": "https://packagist.org/downloads/", |
||
| 3945 | "license": [ |
||
| 3946 | "MIT" |
||
| 3947 | ], |
||
| 3948 | "authors": [ |
||
| 3949 | { |
||
| 3950 | "name": "Fabien Potencier", |
||
| 3951 | "email": "[email protected]" |
||
| 3952 | } |
||
| 3953 | ], |
||
| 3954 | "description": "Base bundle for Symfony Distributions", |
||
| 3955 | "keywords": [ |
||
| 3956 | "configuration", |
||
| 3957 | "distribution" |
||
| 3958 | ], |
||
| 3959 | "time": "2016-04-25 20:46:43" |
||
| 3960 | }, |
||
| 3961 | { |
||
| 3962 | "name": "sensio/framework-extra-bundle", |
||
| 3963 | "version": "v3.0.16", |
||
| 3964 | "source": { |
||
| 3965 | "type": "git", |
||
| 3966 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
| 3967 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546" |
||
| 3968 | }, |
||
| 3969 | "dist": { |
||
| 3970 | "type": "zip", |
||
| 3971 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
| 3972 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
| 3973 | "shasum": "" |
||
| 3974 | }, |
||
| 3975 | "require": { |
||
| 3976 | "doctrine/common": "~2.2", |
||
| 3977 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 3978 | "symfony/framework-bundle": "~2.3|~3.0" |
||
| 3979 | }, |
||
| 3980 | "require-dev": { |
||
| 3981 | "symfony/browser-kit": "~2.3|~3.0", |
||
| 3982 | "symfony/dom-crawler": "~2.3|~3.0", |
||
| 3983 | "symfony/expression-language": "~2.4|~3.0", |
||
| 3984 | "symfony/finder": "~2.3|~3.0", |
||
| 3985 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
| 3986 | "symfony/security-bundle": "~2.4|~3.0", |
||
| 3987 | "symfony/twig-bundle": "~2.3|~3.0", |
||
| 3988 | "twig/twig": "~1.11|~2.0" |
||
| 3989 | }, |
||
| 3990 | "suggest": { |
||
| 3991 | "symfony/expression-language": "", |
||
| 3992 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", |
||
| 3993 | "symfony/security-bundle": "" |
||
| 3994 | }, |
||
| 3995 | "type": "symfony-bundle", |
||
| 3996 | "extra": { |
||
| 3997 | "branch-alias": { |
||
| 3998 | "dev-master": "3.0.x-dev" |
||
| 3999 | } |
||
| 4000 | }, |
||
| 4001 | "autoload": { |
||
| 4002 | "psr-4": { |
||
| 4003 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" |
||
| 4004 | } |
||
| 4005 | }, |
||
| 4006 | "notification-url": "https://packagist.org/downloads/", |
||
| 4007 | "license": [ |
||
| 4008 | "MIT" |
||
| 4009 | ], |
||
| 4010 | "authors": [ |
||
| 4011 | { |
||
| 4012 | "name": "Fabien Potencier", |
||
| 4013 | "email": "[email protected]" |
||
| 4014 | } |
||
| 4015 | ], |
||
| 4016 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
| 4017 | "keywords": [ |
||
| 4018 | "annotations", |
||
| 4019 | "controllers" |
||
| 4020 | ], |
||
| 4021 | "time": "2016-03-25 17:08:27" |
||
| 4022 | }, |
||
| 4023 | { |
||
| 4024 | "name": "sensio/generator-bundle", |
||
| 4025 | "version": "v3.0.6", |
||
| 4026 | "source": { |
||
| 4027 | "type": "git", |
||
| 4028 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", |
||
| 4029 | "reference": "ac91535054d025937d897d78ebb5fc2da5e955a4" |
||
| 4030 | }, |
||
| 4031 | "dist": { |
||
| 4032 | "type": "zip", |
||
| 4033 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/ac91535054d025937d897d78ebb5fc2da5e955a4", |
||
| 4034 | "reference": "ac91535054d025937d897d78ebb5fc2da5e955a4", |
||
| 4035 | "shasum": "" |
||
| 4036 | }, |
||
| 4037 | "require": { |
||
| 4038 | "symfony/console": "~2.7|~3.0", |
||
| 4039 | "symfony/framework-bundle": "~2.7|~3.0", |
||
| 4040 | "symfony/process": "~2.7|~3.0", |
||
| 4041 | "symfony/yaml": "~2.7|~3.0" |
||
| 4042 | }, |
||
| 4043 | "require-dev": { |
||
| 4044 | "doctrine/orm": "~2.4", |
||
| 4045 | "symfony/doctrine-bridge": "~2.7|~3.0", |
||
| 4046 | "twig/twig": "~1.18" |
||
| 4047 | }, |
||
| 4048 | "type": "symfony-bundle", |
||
| 4049 | "extra": { |
||
| 4050 | "branch-alias": { |
||
| 4051 | "dev-master": "3.0.x-dev" |
||
| 4052 | } |
||
| 4053 | }, |
||
| 4054 | "autoload": { |
||
| 4055 | "psr-4": { |
||
| 4056 | "Sensio\\Bundle\\GeneratorBundle\\": "" |
||
| 4057 | }, |
||
| 4058 | "exclude-from-classmap": [ |
||
| 4059 | "/Tests/" |
||
| 4060 | ] |
||
| 4061 | }, |
||
| 4062 | "notification-url": "https://packagist.org/downloads/", |
||
| 4063 | "license": [ |
||
| 4064 | "MIT" |
||
| 4065 | ], |
||
| 4066 | "authors": [ |
||
| 4067 | { |
||
| 4068 | "name": "Fabien Potencier", |
||
| 4069 | "email": "[email protected]" |
||
| 4070 | } |
||
| 4071 | ], |
||
| 4072 | "description": "This bundle generates code for you", |
||
| 4073 | "time": "2016-02-26 04:36:01" |
||
| 4074 | }, |
||
| 4075 | { |
||
| 4076 | "name": "sensiolabs/security-checker", |
||
| 4077 | "version": "v3.0.2", |
||
| 4078 | "source": { |
||
| 4079 | "type": "git", |
||
| 4080 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
| 4081 | "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93" |
||
| 4082 | }, |
||
| 4083 | "dist": { |
||
| 4084 | "type": "zip", |
||
| 4085 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93", |
||
| 4086 | "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93", |
||
| 4087 | "shasum": "" |
||
| 4088 | }, |
||
| 4089 | "require": { |
||
| 4090 | "symfony/console": "~2.0|~3.0" |
||
| 4091 | }, |
||
| 4092 | "bin": [ |
||
| 4093 | "security-checker" |
||
| 4094 | ], |
||
| 4095 | "type": "library", |
||
| 4096 | "extra": { |
||
| 4097 | "branch-alias": { |
||
| 4098 | "dev-master": "3.0-dev" |
||
| 4099 | } |
||
| 4100 | }, |
||
| 4101 | "autoload": { |
||
| 4102 | "psr-0": { |
||
| 4103 | "SensioLabs\\Security": "" |
||
| 4104 | } |
||
| 4105 | }, |
||
| 4106 | "notification-url": "https://packagist.org/downloads/", |
||
| 4107 | "license": [ |
||
| 4108 | "MIT" |
||
| 4109 | ], |
||
| 4110 | "authors": [ |
||
| 4111 | { |
||
| 4112 | "name": "Fabien Potencier", |
||
| 4113 | "email": "[email protected]" |
||
| 4114 | } |
||
| 4115 | ], |
||
| 4116 | "description": "A security checker for your composer.lock", |
||
| 4117 | "time": "2015-11-07 08:07:40" |
||
| 4118 | }, |
||
| 4119 | { |
||
| 4120 | "name": "stof/doctrine-extensions-bundle", |
||
| 4121 | "version": "v1.2.2", |
||
| 4122 | "source": { |
||
| 4123 | "type": "git", |
||
| 4124 | "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git", |
||
| 4125 | "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25" |
||
| 4126 | }, |
||
| 4127 | "dist": { |
||
| 4128 | "type": "zip", |
||
| 4129 | "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/4e7499d25dc5d0862da09fa8e336164948a29a25", |
||
| 4130 | "reference": "4e7499d25dc5d0862da09fa8e336164948a29a25", |
||
| 4131 | "shasum": "" |
||
| 4132 | }, |
||
| 4133 | "require": { |
||
| 4134 | "gedmo/doctrine-extensions": "^2.3.1", |
||
| 4135 | "php": ">=5.3.2", |
||
| 4136 | "symfony/framework-bundle": "~2.1|~3.0" |
||
| 4137 | }, |
||
| 4138 | "suggest": { |
||
| 4139 | "doctrine/doctrine-bundle": "to use the ORM extensions", |
||
| 4140 | "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions" |
||
| 4141 | }, |
||
| 4142 | "type": "symfony-bundle", |
||
| 4143 | "extra": { |
||
| 4144 | "branch-alias": { |
||
| 4145 | "dev-master": "1.2.x-dev" |
||
| 4146 | } |
||
| 4147 | }, |
||
| 4148 | "autoload": { |
||
| 4149 | "psr-4": { |
||
| 4150 | "Stof\\DoctrineExtensionsBundle\\": "" |
||
| 4151 | } |
||
| 4152 | }, |
||
| 4153 | "notification-url": "https://packagist.org/downloads/", |
||
| 4154 | "license": [ |
||
| 4155 | "MIT" |
||
| 4156 | ], |
||
| 4157 | "authors": [ |
||
| 4158 | { |
||
| 4159 | "name": "Christophe Coevoet", |
||
| 4160 | "email": "[email protected]" |
||
| 4161 | } |
||
| 4162 | ], |
||
| 4163 | "description": "Integration of the gedmo/doctrine-extensions with Symfony2", |
||
| 4164 | "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle", |
||
| 4165 | "keywords": [ |
||
| 4166 | "behaviors", |
||
| 4167 | "doctrine2", |
||
| 4168 | "extensions", |
||
| 4169 | "gedmo", |
||
| 4170 | "loggable", |
||
| 4171 | "nestedset", |
||
| 4172 | "sluggable", |
||
| 4173 | "sortable", |
||
| 4174 | "timestampable", |
||
| 4175 | "translatable", |
||
| 4176 | "tree" |
||
| 4177 | ], |
||
| 4178 | "time": "2016-01-26 23:58:32" |
||
| 4179 | }, |
||
| 4180 | { |
||
| 4181 | "name": "swiftmailer/swiftmailer", |
||
| 4182 | "version": "v5.4.2", |
||
| 4183 | "source": { |
||
| 4184 | "type": "git", |
||
| 4185 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
| 4186 | "reference": "d8db871a54619458a805229a057ea2af33c753e8" |
||
| 4187 | }, |
||
| 4188 | "dist": { |
||
| 4189 | "type": "zip", |
||
| 4190 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d8db871a54619458a805229a057ea2af33c753e8", |
||
| 4191 | "reference": "d8db871a54619458a805229a057ea2af33c753e8", |
||
| 4192 | "shasum": "" |
||
| 4193 | }, |
||
| 4194 | "require": { |
||
| 4195 | "php": ">=5.3.3" |
||
| 4196 | }, |
||
| 4197 | "require-dev": { |
||
| 4198 | "mockery/mockery": "~0.9.1,<0.9.4" |
||
| 4199 | }, |
||
| 4200 | "type": "library", |
||
| 4201 | "extra": { |
||
| 4202 | "branch-alias": { |
||
| 4203 | "dev-master": "5.4-dev" |
||
| 4204 | } |
||
| 4205 | }, |
||
| 4206 | "autoload": { |
||
| 4207 | "files": [ |
||
| 4208 | "lib/swift_required.php" |
||
| 4209 | ] |
||
| 4210 | }, |
||
| 4211 | "notification-url": "https://packagist.org/downloads/", |
||
| 4212 | "license": [ |
||
| 4213 | "MIT" |
||
| 4214 | ], |
||
| 4215 | "authors": [ |
||
| 4216 | { |
||
| 4217 | "name": "Chris Corbyn" |
||
| 4218 | }, |
||
| 4219 | { |
||
| 4220 | "name": "Fabien Potencier", |
||
| 4221 | "email": "[email protected]" |
||
| 4222 | } |
||
| 4223 | ], |
||
| 4224 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
| 4225 | "homepage": "http://swiftmailer.org", |
||
| 4226 | "keywords": [ |
||
| 4227 | "email", |
||
| 4228 | "mail", |
||
| 4229 | "mailer" |
||
| 4230 | ], |
||
| 4231 | "time": "2016-05-01 08:45:47" |
||
| 4232 | }, |
||
| 4233 | { |
||
| 4234 | "name": "symfony/assetic-bundle", |
||
| 4235 | "version": "v2.8.0", |
||
| 4236 | "source": { |
||
| 4237 | "type": "git", |
||
| 4238 | "url": "https://github.com/symfony/assetic-bundle.git", |
||
| 4239 | "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d" |
||
| 4240 | }, |
||
| 4241 | "dist": { |
||
| 4242 | "type": "zip", |
||
| 4243 | "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/aa5b4f8b712f38745928fa845ddb73300bb2af6d", |
||
| 4244 | "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d", |
||
| 4245 | "shasum": "" |
||
| 4246 | }, |
||
| 4247 | "require": { |
||
| 4248 | "kriswallsmith/assetic": "~1.3", |
||
| 4249 | "php": ">=5.3.0", |
||
| 4250 | "symfony/console": "~2.3|~3.0", |
||
| 4251 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 4252 | "symfony/framework-bundle": "~2.3|~3.0", |
||
| 4253 | "symfony/yaml": "~2.3|~3.0" |
||
| 4254 | }, |
||
| 4255 | "conflict": { |
||
| 4256 | "kriswallsmith/spork": "<=0.2", |
||
| 4257 | "twig/twig": "<1.20" |
||
| 4258 | }, |
||
| 4259 | "require-dev": { |
||
| 4260 | "kriswallsmith/spork": "~0.3", |
||
| 4261 | "patchwork/jsqueeze": "~1.0", |
||
| 4262 | "symfony/class-loader": "~2.3|~3.0", |
||
| 4263 | "symfony/css-selector": "~2.3|~3.0", |
||
| 4264 | "symfony/dom-crawler": "~2.3|~3.0", |
||
| 4265 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
| 4266 | "symfony/twig-bundle": "~2.3|~3.0" |
||
| 4267 | }, |
||
| 4268 | "suggest": { |
||
| 4269 | "kriswallsmith/spork": "to be able to dump assets in parallel", |
||
| 4270 | "symfony/twig-bundle": "to use the Twig integration" |
||
| 4271 | }, |
||
| 4272 | "type": "symfony-bundle", |
||
| 4273 | "extra": { |
||
| 4274 | "branch-alias": { |
||
| 4275 | "dev-master": "2.7-dev" |
||
| 4276 | } |
||
| 4277 | }, |
||
| 4278 | "autoload": { |
||
| 4279 | "psr-4": { |
||
| 4280 | "Symfony\\Bundle\\AsseticBundle\\": "" |
||
| 4281 | } |
||
| 4282 | }, |
||
| 4283 | "notification-url": "https://packagist.org/downloads/", |
||
| 4284 | "license": [ |
||
| 4285 | "MIT" |
||
| 4286 | ], |
||
| 4287 | "authors": [ |
||
| 4288 | { |
||
| 4289 | "name": "Kris Wallsmith", |
||
| 4290 | "email": "[email protected]", |
||
| 4291 | "homepage": "http://kriswallsmith.net/" |
||
| 4292 | } |
||
| 4293 | ], |
||
| 4294 | "description": "Integrates Assetic into Symfony2", |
||
| 4295 | "homepage": "https://github.com/symfony/AsseticBundle", |
||
| 4296 | "keywords": [ |
||
| 4297 | "assets", |
||
| 4298 | "compression", |
||
| 4299 | "minification" |
||
| 4300 | ], |
||
| 4301 | "time": "2015-12-28 13:12:39" |
||
| 4302 | }, |
||
| 4303 | { |
||
| 4304 | "name": "symfony/monolog-bundle", |
||
| 4305 | "version": "2.11.1", |
||
| 4306 | "source": { |
||
| 4307 | "type": "git", |
||
| 4308 | "url": "https://github.com/symfony/monolog-bundle.git", |
||
| 4309 | "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00" |
||
| 4310 | }, |
||
| 4311 | "dist": { |
||
| 4312 | "type": "zip", |
||
| 4313 | "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00", |
||
| 4314 | "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00", |
||
| 4315 | "shasum": "" |
||
| 4316 | }, |
||
| 4317 | "require": { |
||
| 4318 | "monolog/monolog": "~1.18", |
||
| 4319 | "php": ">=5.3.2", |
||
| 4320 | "symfony/config": "~2.3|~3.0", |
||
| 4321 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 4322 | "symfony/http-kernel": "~2.3|~3.0", |
||
| 4323 | "symfony/monolog-bridge": "~2.3|~3.0" |
||
| 4324 | }, |
||
| 4325 | "require-dev": { |
||
| 4326 | "phpunit/phpunit": "^4.8", |
||
| 4327 | "symfony/console": "~2.3|~3.0", |
||
| 4328 | "symfony/yaml": "~2.3|~3.0" |
||
| 4329 | }, |
||
| 4330 | "type": "symfony-bundle", |
||
| 4331 | "extra": { |
||
| 4332 | "branch-alias": { |
||
| 4333 | "dev-master": "2.x-dev" |
||
| 4334 | } |
||
| 4335 | }, |
||
| 4336 | "autoload": { |
||
| 4337 | "psr-4": { |
||
| 4338 | "Symfony\\Bundle\\MonologBundle\\": "" |
||
| 4339 | } |
||
| 4340 | }, |
||
| 4341 | "notification-url": "https://packagist.org/downloads/", |
||
| 4342 | "license": [ |
||
| 4343 | "MIT" |
||
| 4344 | ], |
||
| 4345 | "authors": [ |
||
| 4346 | { |
||
| 4347 | "name": "Symfony Community", |
||
| 4348 | "homepage": "http://symfony.com/contributors" |
||
| 4349 | }, |
||
| 4350 | { |
||
| 4351 | "name": "Fabien Potencier", |
||
| 4352 | "email": "[email protected]" |
||
| 4353 | } |
||
| 4354 | ], |
||
| 4355 | "description": "Symfony MonologBundle", |
||
| 4356 | "homepage": "http://symfony.com", |
||
| 4357 | "keywords": [ |
||
| 4358 | "log", |
||
| 4359 | "logging" |
||
| 4360 | ], |
||
| 4361 | "time": "2016-04-13 16:21:01" |
||
| 4362 | }, |
||
| 4363 | { |
||
| 4364 | "name": "symfony/polyfill-apcu", |
||
| 4365 | "version": "v1.2.0", |
||
| 4366 | "source": { |
||
| 4367 | "type": "git", |
||
| 4368 | "url": "https://github.com/symfony/polyfill-apcu.git", |
||
| 4369 | "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b" |
||
| 4370 | }, |
||
| 4371 | "dist": { |
||
| 4372 | "type": "zip", |
||
| 4373 | "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b", |
||
| 4374 | "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b", |
||
| 4375 | "shasum": "" |
||
| 4376 | }, |
||
| 4377 | "require": { |
||
| 4378 | "php": ">=5.3.3" |
||
| 4379 | }, |
||
| 4380 | "type": "library", |
||
| 4381 | "extra": { |
||
| 4382 | "branch-alias": { |
||
| 4383 | "dev-master": "1.2-dev" |
||
| 4384 | } |
||
| 4385 | }, |
||
| 4386 | "autoload": { |
||
| 4387 | "files": [ |
||
| 4388 | "bootstrap.php" |
||
| 4389 | ] |
||
| 4390 | }, |
||
| 4391 | "notification-url": "https://packagist.org/downloads/", |
||
| 4392 | "license": [ |
||
| 4393 | "MIT" |
||
| 4394 | ], |
||
| 4395 | "authors": [ |
||
| 4396 | { |
||
| 4397 | "name": "Nicolas Grekas", |
||
| 4398 | "email": "[email protected]" |
||
| 4399 | }, |
||
| 4400 | { |
||
| 4401 | "name": "Symfony Community", |
||
| 4402 | "homepage": "https://symfony.com/contributors" |
||
| 4403 | } |
||
| 4404 | ], |
||
| 4405 | "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", |
||
| 4406 | "homepage": "https://symfony.com", |
||
| 4407 | "keywords": [ |
||
| 4408 | "apcu", |
||
| 4409 | "compatibility", |
||
| 4410 | "polyfill", |
||
| 4411 | "portable", |
||
| 4412 | "shim" |
||
| 4413 | ], |
||
| 4414 | "time": "2016-05-18 14:26:46" |
||
| 4415 | }, |
||
| 4416 | { |
||
| 4417 | "name": "symfony/polyfill-intl-icu", |
||
| 4418 | "version": "v1.2.0", |
||
| 4419 | "source": { |
||
| 4420 | "type": "git", |
||
| 4421 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
| 4422 | "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f" |
||
| 4423 | }, |
||
| 4424 | "dist": { |
||
| 4425 | "type": "zip", |
||
| 4426 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/0f8dc2c45f69f8672379e9210bca4a115cd5146f", |
||
| 4427 | "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f", |
||
| 4428 | "shasum": "" |
||
| 4429 | }, |
||
| 4430 | "require": { |
||
| 4431 | "php": ">=5.3.3", |
||
| 4432 | "symfony/intl": "~2.3|~3.0" |
||
| 4433 | }, |
||
| 4434 | "suggest": { |
||
| 4435 | "ext-intl": "For best performance" |
||
| 4436 | }, |
||
| 4437 | "type": "library", |
||
| 4438 | "extra": { |
||
| 4439 | "branch-alias": { |
||
| 4440 | "dev-master": "1.2-dev" |
||
| 4441 | } |
||
| 4442 | }, |
||
| 4443 | "autoload": { |
||
| 4444 | "files": [ |
||
| 4445 | "bootstrap.php" |
||
| 4446 | ] |
||
| 4447 | }, |
||
| 4448 | "notification-url": "https://packagist.org/downloads/", |
||
| 4449 | "license": [ |
||
| 4450 | "MIT" |
||
| 4451 | ], |
||
| 4452 | "authors": [ |
||
| 4453 | { |
||
| 4454 | "name": "Nicolas Grekas", |
||
| 4455 | "email": "[email protected]" |
||
| 4456 | }, |
||
| 4457 | { |
||
| 4458 | "name": "Symfony Community", |
||
| 4459 | "homepage": "https://symfony.com/contributors" |
||
| 4460 | } |
||
| 4461 | ], |
||
| 4462 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
| 4463 | "homepage": "https://symfony.com", |
||
| 4464 | "keywords": [ |
||
| 4465 | "compatibility", |
||
| 4466 | "icu", |
||
| 4467 | "intl", |
||
| 4468 | "polyfill", |
||
| 4469 | "portable", |
||
| 4470 | "shim" |
||
| 4471 | ], |
||
| 4472 | "time": "2016-05-18 14:26:46" |
||
| 4473 | }, |
||
| 4474 | { |
||
| 4475 | "name": "symfony/polyfill-mbstring", |
||
| 4476 | "version": "v1.2.0", |
||
| 4477 | "source": { |
||
| 4478 | "type": "git", |
||
| 4479 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 4480 | "reference": "dff51f72b0706335131b00a7f49606168c582594" |
||
| 4481 | }, |
||
| 4482 | "dist": { |
||
| 4483 | "type": "zip", |
||
| 4484 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594", |
||
| 4485 | "reference": "dff51f72b0706335131b00a7f49606168c582594", |
||
| 4486 | "shasum": "" |
||
| 4487 | }, |
||
| 4488 | "require": { |
||
| 4489 | "php": ">=5.3.3" |
||
| 4490 | }, |
||
| 4491 | "suggest": { |
||
| 4492 | "ext-mbstring": "For best performance" |
||
| 4493 | }, |
||
| 4494 | "type": "library", |
||
| 4495 | "extra": { |
||
| 4496 | "branch-alias": { |
||
| 4497 | "dev-master": "1.2-dev" |
||
| 4498 | } |
||
| 4499 | }, |
||
| 4500 | "autoload": { |
||
| 4501 | "psr-4": { |
||
| 4502 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 4503 | }, |
||
| 4504 | "files": [ |
||
| 4505 | "bootstrap.php" |
||
| 4506 | ] |
||
| 4507 | }, |
||
| 4508 | "notification-url": "https://packagist.org/downloads/", |
||
| 4509 | "license": [ |
||
| 4510 | "MIT" |
||
| 4511 | ], |
||
| 4512 | "authors": [ |
||
| 4513 | { |
||
| 4514 | "name": "Nicolas Grekas", |
||
| 4515 | "email": "[email protected]" |
||
| 4516 | }, |
||
| 4517 | { |
||
| 4518 | "name": "Symfony Community", |
||
| 4519 | "homepage": "https://symfony.com/contributors" |
||
| 4520 | } |
||
| 4521 | ], |
||
| 4522 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 4523 | "homepage": "https://symfony.com", |
||
| 4524 | "keywords": [ |
||
| 4525 | "compatibility", |
||
| 4526 | "mbstring", |
||
| 4527 | "polyfill", |
||
| 4528 | "portable", |
||
| 4529 | "shim" |
||
| 4530 | ], |
||
| 4531 | "time": "2016-05-18 14:26:46" |
||
| 4532 | }, |
||
| 4533 | { |
||
| 4534 | "name": "symfony/polyfill-php54", |
||
| 4535 | "version": "v1.2.0", |
||
| 4536 | "source": { |
||
| 4537 | "type": "git", |
||
| 4538 | "url": "https://github.com/symfony/polyfill-php54.git", |
||
| 4539 | "reference": "34d761992f6f2cc6092cc0e5e93f38b53ba5e4f1" |
||
| 4540 | }, |
||
| 4541 | "dist": { |
||
| 4542 | "type": "zip", |
||
| 4543 | "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/34d761992f6f2cc6092cc0e5e93f38b53ba5e4f1", |
||
| 4544 | "reference": "34d761992f6f2cc6092cc0e5e93f38b53ba5e4f1", |
||
| 4545 | "shasum": "" |
||
| 4546 | }, |
||
| 4547 | "require": { |
||
| 4548 | "php": ">=5.3.3" |
||
| 4549 | }, |
||
| 4550 | "type": "library", |
||
| 4551 | "extra": { |
||
| 4552 | "branch-alias": { |
||
| 4553 | "dev-master": "1.2-dev" |
||
| 4554 | } |
||
| 4555 | }, |
||
| 4556 | "autoload": { |
||
| 4557 | "psr-4": { |
||
| 4558 | "Symfony\\Polyfill\\Php54\\": "" |
||
| 4559 | }, |
||
| 4560 | "files": [ |
||
| 4561 | "bootstrap.php" |
||
| 4562 | ], |
||
| 4563 | "classmap": [ |
||
| 4564 | "Resources/stubs" |
||
| 4565 | ] |
||
| 4566 | }, |
||
| 4567 | "notification-url": "https://packagist.org/downloads/", |
||
| 4568 | "license": [ |
||
| 4569 | "MIT" |
||
| 4570 | ], |
||
| 4571 | "authors": [ |
||
| 4572 | { |
||
| 4573 | "name": "Nicolas Grekas", |
||
| 4574 | "email": "[email protected]" |
||
| 4575 | }, |
||
| 4576 | { |
||
| 4577 | "name": "Symfony Community", |
||
| 4578 | "homepage": "https://symfony.com/contributors" |
||
| 4579 | } |
||
| 4580 | ], |
||
| 4581 | "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions", |
||
| 4582 | "homepage": "https://symfony.com", |
||
| 4583 | "keywords": [ |
||
| 4584 | "compatibility", |
||
| 4585 | "polyfill", |
||
| 4586 | "portable", |
||
| 4587 | "shim" |
||
| 4588 | ], |
||
| 4589 | "time": "2016-05-18 14:26:46" |
||
| 4590 | }, |
||
| 4591 | { |
||
| 4592 | "name": "symfony/polyfill-php55", |
||
| 4593 | "version": "v1.2.0", |
||
| 4594 | "source": { |
||
| 4595 | "type": "git", |
||
| 4596 | "url": "https://github.com/symfony/polyfill-php55.git", |
||
| 4597 | "reference": "bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d" |
||
| 4598 | }, |
||
| 4599 | "dist": { |
||
| 4600 | "type": "zip", |
||
| 4601 | "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d", |
||
| 4602 | "reference": "bf2ff9ad6be1a4772cb873e4eea94d70daa95c6d", |
||
| 4603 | "shasum": "" |
||
| 4604 | }, |
||
| 4605 | "require": { |
||
| 4606 | "ircmaxell/password-compat": "~1.0", |
||
| 4607 | "php": ">=5.3.3" |
||
| 4608 | }, |
||
| 4609 | "type": "library", |
||
| 4610 | "extra": { |
||
| 4611 | "branch-alias": { |
||
| 4612 | "dev-master": "1.2-dev" |
||
| 4613 | } |
||
| 4614 | }, |
||
| 4615 | "autoload": { |
||
| 4616 | "psr-4": { |
||
| 4617 | "Symfony\\Polyfill\\Php55\\": "" |
||
| 4618 | }, |
||
| 4619 | "files": [ |
||
| 4620 | "bootstrap.php" |
||
| 4621 | ] |
||
| 4622 | }, |
||
| 4623 | "notification-url": "https://packagist.org/downloads/", |
||
| 4624 | "license": [ |
||
| 4625 | "MIT" |
||
| 4626 | ], |
||
| 4627 | "authors": [ |
||
| 4628 | { |
||
| 4629 | "name": "Nicolas Grekas", |
||
| 4630 | "email": "[email protected]" |
||
| 4631 | }, |
||
| 4632 | { |
||
| 4633 | "name": "Symfony Community", |
||
| 4634 | "homepage": "https://symfony.com/contributors" |
||
| 4635 | } |
||
| 4636 | ], |
||
| 4637 | "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions", |
||
| 4638 | "homepage": "https://symfony.com", |
||
| 4639 | "keywords": [ |
||
| 4640 | "compatibility", |
||
| 4641 | "polyfill", |
||
| 4642 | "portable", |
||
| 4643 | "shim" |
||
| 4644 | ], |
||
| 4645 | "time": "2016-05-18 14:26:46" |
||
| 4646 | }, |
||
| 4647 | { |
||
| 4648 | "name": "symfony/polyfill-php56", |
||
| 4649 | "version": "v1.2.0", |
||
| 4650 | "source": { |
||
| 4651 | "type": "git", |
||
| 4652 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
| 4653 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a" |
||
| 4654 | }, |
||
| 4655 | "dist": { |
||
| 4656 | "type": "zip", |
||
| 4657 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
| 4658 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
| 4659 | "shasum": "" |
||
| 4660 | }, |
||
| 4661 | "require": { |
||
| 4662 | "php": ">=5.3.3", |
||
| 4663 | "symfony/polyfill-util": "~1.0" |
||
| 4664 | }, |
||
| 4665 | "type": "library", |
||
| 4666 | "extra": { |
||
| 4667 | "branch-alias": { |
||
| 4668 | "dev-master": "1.2-dev" |
||
| 4669 | } |
||
| 4670 | }, |
||
| 4671 | "autoload": { |
||
| 4672 | "psr-4": { |
||
| 4673 | "Symfony\\Polyfill\\Php56\\": "" |
||
| 4674 | }, |
||
| 4675 | "files": [ |
||
| 4676 | "bootstrap.php" |
||
| 4677 | ] |
||
| 4678 | }, |
||
| 4679 | "notification-url": "https://packagist.org/downloads/", |
||
| 4680 | "license": [ |
||
| 4681 | "MIT" |
||
| 4682 | ], |
||
| 4683 | "authors": [ |
||
| 4684 | { |
||
| 4685 | "name": "Nicolas Grekas", |
||
| 4686 | "email": "[email protected]" |
||
| 4687 | }, |
||
| 4688 | { |
||
| 4689 | "name": "Symfony Community", |
||
| 4690 | "homepage": "https://symfony.com/contributors" |
||
| 4691 | } |
||
| 4692 | ], |
||
| 4693 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
| 4694 | "homepage": "https://symfony.com", |
||
| 4695 | "keywords": [ |
||
| 4696 | "compatibility", |
||
| 4697 | "polyfill", |
||
| 4698 | "portable", |
||
| 4699 | "shim" |
||
| 4700 | ], |
||
| 4701 | "time": "2016-05-18 14:26:46" |
||
| 4702 | }, |
||
| 4703 | { |
||
| 4704 | "name": "symfony/polyfill-php70", |
||
| 4705 | "version": "v1.2.0", |
||
| 4706 | "source": { |
||
| 4707 | "type": "git", |
||
| 4708 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
| 4709 | "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85" |
||
| 4710 | }, |
||
| 4711 | "dist": { |
||
| 4712 | "type": "zip", |
||
| 4713 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/a42f4b6b05ed458910f8af4c4e1121b0101b2d85", |
||
| 4714 | "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85", |
||
| 4715 | "shasum": "" |
||
| 4716 | }, |
||
| 4717 | "require": { |
||
| 4718 | "paragonie/random_compat": "~1.0|~2.0", |
||
| 4719 | "php": ">=5.3.3" |
||
| 4720 | }, |
||
| 4721 | "type": "library", |
||
| 4722 | "extra": { |
||
| 4723 | "branch-alias": { |
||
| 4724 | "dev-master": "1.2-dev" |
||
| 4725 | } |
||
| 4726 | }, |
||
| 4727 | "autoload": { |
||
| 4728 | "psr-4": { |
||
| 4729 | "Symfony\\Polyfill\\Php70\\": "" |
||
| 4730 | }, |
||
| 4731 | "files": [ |
||
| 4732 | "bootstrap.php" |
||
| 4733 | ], |
||
| 4734 | "classmap": [ |
||
| 4735 | "Resources/stubs" |
||
| 4736 | ] |
||
| 4737 | }, |
||
| 4738 | "notification-url": "https://packagist.org/downloads/", |
||
| 4739 | "license": [ |
||
| 4740 | "MIT" |
||
| 4741 | ], |
||
| 4742 | "authors": [ |
||
| 4743 | { |
||
| 4744 | "name": "Nicolas Grekas", |
||
| 4745 | "email": "[email protected]" |
||
| 4746 | }, |
||
| 4747 | { |
||
| 4748 | "name": "Symfony Community", |
||
| 4749 | "homepage": "https://symfony.com/contributors" |
||
| 4750 | } |
||
| 4751 | ], |
||
| 4752 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
| 4753 | "homepage": "https://symfony.com", |
||
| 4754 | "keywords": [ |
||
| 4755 | "compatibility", |
||
| 4756 | "polyfill", |
||
| 4757 | "portable", |
||
| 4758 | "shim" |
||
| 4759 | ], |
||
| 4760 | "time": "2016-05-18 14:26:46" |
||
| 4761 | }, |
||
| 4762 | { |
||
| 4763 | "name": "symfony/polyfill-util", |
||
| 4764 | "version": "v1.2.0", |
||
| 4765 | "source": { |
||
| 4766 | "type": "git", |
||
| 4767 | "url": "https://github.com/symfony/polyfill-util.git", |
||
| 4768 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99" |
||
| 4769 | }, |
||
| 4770 | "dist": { |
||
| 4771 | "type": "zip", |
||
| 4772 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
| 4773 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
| 4774 | "shasum": "" |
||
| 4775 | }, |
||
| 4776 | "require": { |
||
| 4777 | "php": ">=5.3.3" |
||
| 4778 | }, |
||
| 4779 | "type": "library", |
||
| 4780 | "extra": { |
||
| 4781 | "branch-alias": { |
||
| 4782 | "dev-master": "1.2-dev" |
||
| 4783 | } |
||
| 4784 | }, |
||
| 4785 | "autoload": { |
||
| 4786 | "psr-4": { |
||
| 4787 | "Symfony\\Polyfill\\Util\\": "" |
||
| 4788 | } |
||
| 4789 | }, |
||
| 4790 | "notification-url": "https://packagist.org/downloads/", |
||
| 4791 | "license": [ |
||
| 4792 | "MIT" |
||
| 4793 | ], |
||
| 4794 | "authors": [ |
||
| 4795 | { |
||
| 4796 | "name": "Nicolas Grekas", |
||
| 4797 | "email": "[email protected]" |
||
| 4798 | }, |
||
| 4799 | { |
||
| 4800 | "name": "Symfony Community", |
||
| 4801 | "homepage": "https://symfony.com/contributors" |
||
| 4802 | } |
||
| 4803 | ], |
||
| 4804 | "description": "Symfony utilities for portability of PHP codes", |
||
| 4805 | "homepage": "https://symfony.com", |
||
| 4806 | "keywords": [ |
||
| 4807 | "compat", |
||
| 4808 | "compatibility", |
||
| 4809 | "polyfill", |
||
| 4810 | "shim" |
||
| 4811 | ], |
||
| 4812 | "time": "2016-05-18 14:26:46" |
||
| 4813 | }, |
||
| 4814 | { |
||
| 4815 | "name": "symfony/psr-http-message-bridge", |
||
| 4816 | "version": "v0.2", |
||
| 4817 | "source": { |
||
| 4818 | "type": "git", |
||
| 4819 | "url": "https://github.com/symfony/psr-http-message-bridge.git", |
||
| 4820 | "reference": "dc7e308e1dc2898a46776e2221a643cb08315453" |
||
| 4821 | }, |
||
| 4822 | "dist": { |
||
| 4823 | "type": "zip", |
||
| 4824 | "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/dc7e308e1dc2898a46776e2221a643cb08315453", |
||
| 4825 | "reference": "dc7e308e1dc2898a46776e2221a643cb08315453", |
||
| 4826 | "shasum": "" |
||
| 4827 | }, |
||
| 4828 | "require": { |
||
| 4829 | "php": ">=5.3.3", |
||
| 4830 | "psr/http-message": "~1.0", |
||
| 4831 | "symfony/http-foundation": "~2.3|~3.0" |
||
| 4832 | }, |
||
| 4833 | "require-dev": { |
||
| 4834 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
| 4835 | }, |
||
| 4836 | "suggest": { |
||
| 4837 | "zendframework/zend-diactoros": "To use the Zend Diactoros factory" |
||
| 4838 | }, |
||
| 4839 | "type": "symfony-bridge", |
||
| 4840 | "autoload": { |
||
| 4841 | "psr-4": { |
||
| 4842 | "Symfony\\Bridge\\PsrHttpMessage\\": "" |
||
| 4843 | } |
||
| 4844 | }, |
||
| 4845 | "notification-url": "https://packagist.org/downloads/", |
||
| 4846 | "license": [ |
||
| 4847 | "MIT" |
||
| 4848 | ], |
||
| 4849 | "authors": [ |
||
| 4850 | { |
||
| 4851 | "name": "Symfony Community", |
||
| 4852 | "homepage": "http://symfony.com/contributors" |
||
| 4853 | }, |
||
| 4854 | { |
||
| 4855 | "name": "Fabien Potencier", |
||
| 4856 | "email": "[email protected]" |
||
| 4857 | } |
||
| 4858 | ], |
||
| 4859 | "description": "PSR HTTP message bridge", |
||
| 4860 | "homepage": "http://symfony.com", |
||
| 4861 | "keywords": [ |
||
| 4862 | "http", |
||
| 4863 | "http-message", |
||
| 4864 | "psr-7" |
||
| 4865 | ], |
||
| 4866 | "time": "2015-05-29 17:57:12" |
||
| 4867 | }, |
||
| 4868 | { |
||
| 4869 | "name": "symfony/security-acl", |
||
| 4870 | "version": "v3.0.0", |
||
| 4871 | "source": { |
||
| 4872 | "type": "git", |
||
| 4873 | "url": "https://github.com/symfony/security-acl.git", |
||
| 4874 | "reference": "053b49bf4aa333a392c83296855989bcf88ddad1" |
||
| 4875 | }, |
||
| 4876 | "dist": { |
||
| 4877 | "type": "zip", |
||
| 4878 | "url": "https://api.github.com/repos/symfony/security-acl/zipball/053b49bf4aa333a392c83296855989bcf88ddad1", |
||
| 4879 | "reference": "053b49bf4aa333a392c83296855989bcf88ddad1", |
||
| 4880 | "shasum": "" |
||
| 4881 | }, |
||
| 4882 | "require": { |
||
| 4883 | "php": ">=5.5.9", |
||
| 4884 | "symfony/security-core": "~2.8|~3.0" |
||
| 4885 | }, |
||
| 4886 | "require-dev": { |
||
| 4887 | "doctrine/common": "~2.2", |
||
| 4888 | "doctrine/dbal": "~2.2", |
||
| 4889 | "psr/log": "~1.0", |
||
| 4890 | "symfony/phpunit-bridge": "~2.8|~3.0" |
||
| 4891 | }, |
||
| 4892 | "suggest": { |
||
| 4893 | "doctrine/dbal": "For using the built-in ACL implementation", |
||
| 4894 | "symfony/class-loader": "For using the ACL generateSql script", |
||
| 4895 | "symfony/finder": "For using the ACL generateSql script" |
||
| 4896 | }, |
||
| 4897 | "type": "library", |
||
| 4898 | "extra": { |
||
| 4899 | "branch-alias": { |
||
| 4900 | "dev-master": "3.0-dev" |
||
| 4901 | } |
||
| 4902 | }, |
||
| 4903 | "autoload": { |
||
| 4904 | "psr-4": { |
||
| 4905 | "Symfony\\Component\\Security\\Acl\\": "" |
||
| 4906 | }, |
||
| 4907 | "exclude-from-classmap": [ |
||
| 4908 | "/Tests/" |
||
| 4909 | ] |
||
| 4910 | }, |
||
| 4911 | "notification-url": "https://packagist.org/downloads/", |
||
| 4912 | "license": [ |
||
| 4913 | "MIT" |
||
| 4914 | ], |
||
| 4915 | "authors": [ |
||
| 4916 | { |
||
| 4917 | "name": "Fabien Potencier", |
||
| 4918 | "email": "[email protected]" |
||
| 4919 | }, |
||
| 4920 | { |
||
| 4921 | "name": "Symfony Community", |
||
| 4922 | "homepage": "https://symfony.com/contributors" |
||
| 4923 | } |
||
| 4924 | ], |
||
| 4925 | "description": "Symfony Security Component - ACL (Access Control List)", |
||
| 4926 | "homepage": "https://symfony.com", |
||
| 4927 | "time": "2015-12-28 09:39:46" |
||
| 4928 | }, |
||
| 4929 | { |
||
| 4930 | "name": "symfony/swiftmailer-bundle", |
||
| 4931 | "version": "v2.3.11", |
||
| 4932 | "source": { |
||
| 4933 | "type": "git", |
||
| 4934 | "url": "https://github.com/symfony/swiftmailer-bundle.git", |
||
| 4935 | "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690" |
||
| 4936 | }, |
||
| 4937 | "dist": { |
||
| 4938 | "type": "zip", |
||
| 4939 | "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690", |
||
| 4940 | "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690", |
||
| 4941 | "shasum": "" |
||
| 4942 | }, |
||
| 4943 | "require": { |
||
| 4944 | "php": ">=5.3.2", |
||
| 4945 | "swiftmailer/swiftmailer": ">=4.2.0,~5.0", |
||
| 4946 | "symfony/config": "~2.3|~3.0", |
||
| 4947 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 4948 | "symfony/http-kernel": "~2.3|~3.0", |
||
| 4949 | "symfony/yaml": "~2.3|~3.0" |
||
| 4950 | }, |
||
| 4951 | "require-dev": { |
||
| 4952 | "symfony/phpunit-bridge": "~2.7|~3.0" |
||
| 4953 | }, |
||
| 4954 | "suggest": { |
||
| 4955 | "psr/log": "Allows logging" |
||
| 4956 | }, |
||
| 4957 | "type": "symfony-bundle", |
||
| 4958 | "extra": { |
||
| 4959 | "branch-alias": { |
||
| 4960 | "dev-master": "2.3-dev" |
||
| 4961 | } |
||
| 4962 | }, |
||
| 4963 | "autoload": { |
||
| 4964 | "psr-4": { |
||
| 4965 | "Symfony\\Bundle\\SwiftmailerBundle\\": "" |
||
| 4966 | } |
||
| 4967 | }, |
||
| 4968 | "notification-url": "https://packagist.org/downloads/", |
||
| 4969 | "license": [ |
||
| 4970 | "MIT" |
||
| 4971 | ], |
||
| 4972 | "authors": [ |
||
| 4973 | { |
||
| 4974 | "name": "Symfony Community", |
||
| 4975 | "homepage": "http://symfony.com/contributors" |
||
| 4976 | }, |
||
| 4977 | { |
||
| 4978 | "name": "Fabien Potencier", |
||
| 4979 | "email": "[email protected]" |
||
| 4980 | } |
||
| 4981 | ], |
||
| 4982 | "description": "Symfony SwiftmailerBundle", |
||
| 4983 | "homepage": "http://symfony.com", |
||
| 4984 | "time": "2016-01-15 16:41:20" |
||
| 4985 | }, |
||
| 4986 | { |
||
| 4987 | "name": "symfony/symfony", |
||
| 4988 | "version": "v2.8.7", |
||
| 4989 | "source": { |
||
| 4990 | "type": "git", |
||
| 4991 | "url": "https://github.com/symfony/symfony.git", |
||
| 4992 | "reference": "663b2d6202c3149515b39cfe50a174a130acb8e2" |
||
| 4993 | }, |
||
| 4994 | "dist": { |
||
| 4995 | "type": "zip", |
||
| 4996 | "url": "https://api.github.com/repos/symfony/symfony/zipball/663b2d6202c3149515b39cfe50a174a130acb8e2", |
||
| 4997 | "reference": "663b2d6202c3149515b39cfe50a174a130acb8e2", |
||
| 4998 | "shasum": "" |
||
| 4999 | }, |
||
| 5000 | "require": { |
||
| 5001 | "doctrine/common": "~2.4", |
||
| 5002 | "php": ">=5.3.9", |
||
| 5003 | "psr/log": "~1.0", |
||
| 5004 | "symfony/polyfill-apcu": "~1.1", |
||
| 5005 | "symfony/polyfill-intl-icu": "~1.0", |
||
| 5006 | "symfony/polyfill-mbstring": "~1.0", |
||
| 5007 | "symfony/polyfill-php54": "~1.0", |
||
| 5008 | "symfony/polyfill-php55": "~1.0", |
||
| 5009 | "symfony/polyfill-php56": "~1.0", |
||
| 5010 | "symfony/polyfill-php70": "~1.0", |
||
| 5011 | "symfony/polyfill-util": "~1.0", |
||
| 5012 | "symfony/security-acl": "~2.7|~3.0.0", |
||
| 5013 | "twig/twig": "~1.23|~2.0" |
||
| 5014 | }, |
||
| 5015 | "conflict": { |
||
| 5016 | "phpdocumentor/reflection": "<1.0.7" |
||
| 5017 | }, |
||
| 5018 | "replace": { |
||
| 5019 | "symfony/asset": "self.version", |
||
| 5020 | "symfony/browser-kit": "self.version", |
||
| 5021 | "symfony/class-loader": "self.version", |
||
| 5022 | "symfony/config": "self.version", |
||
| 5023 | "symfony/console": "self.version", |
||
| 5024 | "symfony/css-selector": "self.version", |
||
| 5025 | "symfony/debug": "self.version", |
||
| 5026 | "symfony/debug-bundle": "self.version", |
||
| 5027 | "symfony/dependency-injection": "self.version", |
||
| 5028 | "symfony/doctrine-bridge": "self.version", |
||
| 5029 | "symfony/dom-crawler": "self.version", |
||
| 5030 | "symfony/event-dispatcher": "self.version", |
||
| 5031 | "symfony/expression-language": "self.version", |
||
| 5032 | "symfony/filesystem": "self.version", |
||
| 5033 | "symfony/finder": "self.version", |
||
| 5034 | "symfony/form": "self.version", |
||
| 5035 | "symfony/framework-bundle": "self.version", |
||
| 5036 | "symfony/http-foundation": "self.version", |
||
| 5037 | "symfony/http-kernel": "self.version", |
||
| 5038 | "symfony/intl": "self.version", |
||
| 5039 | "symfony/ldap": "self.version", |
||
| 5040 | "symfony/locale": "self.version", |
||
| 5041 | "symfony/monolog-bridge": "self.version", |
||
| 5042 | "symfony/options-resolver": "self.version", |
||
| 5043 | "symfony/process": "self.version", |
||
| 5044 | "symfony/property-access": "self.version", |
||
| 5045 | "symfony/property-info": "self.version", |
||
| 5046 | "symfony/proxy-manager-bridge": "self.version", |
||
| 5047 | "symfony/routing": "self.version", |
||
| 5048 | "symfony/security": "self.version", |
||
| 5049 | "symfony/security-bundle": "self.version", |
||
| 5050 | "symfony/security-core": "self.version", |
||
| 5051 | "symfony/security-csrf": "self.version", |
||
| 5052 | "symfony/security-guard": "self.version", |
||
| 5053 | "symfony/security-http": "self.version", |
||
| 5054 | "symfony/serializer": "self.version", |
||
| 5055 | "symfony/stopwatch": "self.version", |
||
| 5056 | "symfony/swiftmailer-bridge": "self.version", |
||
| 5057 | "symfony/templating": "self.version", |
||
| 5058 | "symfony/translation": "self.version", |
||
| 5059 | "symfony/twig-bridge": "self.version", |
||
| 5060 | "symfony/twig-bundle": "self.version", |
||
| 5061 | "symfony/validator": "self.version", |
||
| 5062 | "symfony/var-dumper": "self.version", |
||
| 5063 | "symfony/web-profiler-bundle": "self.version", |
||
| 5064 | "symfony/yaml": "self.version" |
||
| 5065 | }, |
||
| 5066 | "require-dev": { |
||
| 5067 | "doctrine/data-fixtures": "1.0.*", |
||
| 5068 | "doctrine/dbal": "~2.4", |
||
| 5069 | "doctrine/doctrine-bundle": "~1.2", |
||
| 5070 | "doctrine/orm": "~2.4,>=2.4.5", |
||
| 5071 | "egulias/email-validator": "~1.2", |
||
| 5072 | "monolog/monolog": "~1.11", |
||
| 5073 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", |
||
| 5074 | "phpdocumentor/reflection": "^1.0.7" |
||
| 5075 | }, |
||
| 5076 | "type": "library", |
||
| 5077 | "extra": { |
||
| 5078 | "branch-alias": { |
||
| 5079 | "dev-master": "2.8-dev" |
||
| 5080 | } |
||
| 5081 | }, |
||
| 5082 | "autoload": { |
||
| 5083 | "psr-4": { |
||
| 5084 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
| 5085 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
| 5086 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
| 5087 | "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/", |
||
| 5088 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
| 5089 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
| 5090 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
| 5091 | }, |
||
| 5092 | "classmap": [ |
||
| 5093 | "src/Symfony/Component/Intl/Resources/stubs" |
||
| 5094 | ], |
||
| 5095 | "exclude-from-classmap": [ |
||
| 5096 | "**/Tests/" |
||
| 5097 | ] |
||
| 5098 | }, |
||
| 5099 | "notification-url": "https://packagist.org/downloads/", |
||
| 5100 | "license": [ |
||
| 5101 | "MIT" |
||
| 5102 | ], |
||
| 5103 | "authors": [ |
||
| 5104 | { |
||
| 5105 | "name": "Fabien Potencier", |
||
| 5106 | "email": "[email protected]" |
||
| 5107 | }, |
||
| 5108 | { |
||
| 5109 | "name": "Symfony Community", |
||
| 5110 | "homepage": "https://symfony.com/contributors" |
||
| 5111 | } |
||
| 5112 | ], |
||
| 5113 | "description": "The Symfony PHP framework", |
||
| 5114 | "homepage": "https://symfony.com", |
||
| 5115 | "keywords": [ |
||
| 5116 | "framework" |
||
| 5117 | ], |
||
| 5118 | "time": "2016-06-06 16:05:37" |
||
| 5119 | }, |
||
| 5120 | { |
||
| 5121 | "name": "thefrozenfire/swagger", |
||
| 5122 | "version": "2.0.7", |
||
| 5123 | "source": { |
||
| 5124 | "type": "git", |
||
| 5125 | "url": "https://github.com/TheFrozenFire/PHP-Swagger-Parser.git", |
||
| 5126 | "reference": "8007be78295f5a3f174f7e18421a9f6604067edf" |
||
| 5127 | }, |
||
| 5128 | "dist": { |
||
| 5129 | "type": "zip", |
||
| 5130 | "url": "https://api.github.com/repos/TheFrozenFire/PHP-Swagger-Parser/zipball/8007be78295f5a3f174f7e18421a9f6604067edf", |
||
| 5131 | "reference": "8007be78295f5a3f174f7e18421a9f6604067edf", |
||
| 5132 | "shasum": "" |
||
| 5133 | }, |
||
| 5134 | "require-dev": { |
||
| 5135 | "phpunit/phpunit": "~3.7.22", |
||
| 5136 | "satooshi/php-coveralls": "~0.6" |
||
| 5137 | }, |
||
| 5138 | "type": "library", |
||
| 5139 | "autoload": { |
||
| 5140 | "psr-0": { |
||
| 5141 | "Swagger": "src/" |
||
| 5142 | }, |
||
| 5143 | "classmap": [ |
||
| 5144 | "tests/" |
||
| 5145 | ] |
||
| 5146 | }, |
||
| 5147 | "notification-url": "https://packagist.org/downloads/", |
||
| 5148 | "authors": [ |
||
| 5149 | { |
||
| 5150 | "name": "Justin Martin", |
||
| 5151 | "email": "[email protected]" |
||
| 5152 | } |
||
| 5153 | ], |
||
| 5154 | "description": "Swagger parser for PHP", |
||
| 5155 | "time": "2015-09-23 22:52:23" |
||
| 5156 | }, |
||
| 5157 | { |
||
| 5158 | "name": "twig/extensions", |
||
| 5159 | "version": "v1.3.0", |
||
| 5160 | "source": { |
||
| 5161 | "type": "git", |
||
| 5162 | "url": "https://github.com/twigphp/Twig-extensions.git", |
||
| 5163 | "reference": "449e3c8a9ffad7c2479c7864557275a32b037499" |
||
| 5164 | }, |
||
| 5165 | "dist": { |
||
| 5166 | "type": "zip", |
||
| 5167 | "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499", |
||
| 5168 | "reference": "449e3c8a9ffad7c2479c7864557275a32b037499", |
||
| 5169 | "shasum": "" |
||
| 5170 | }, |
||
| 5171 | "require": { |
||
| 5172 | "twig/twig": "~1.20|~2.0" |
||
| 5173 | }, |
||
| 5174 | "require-dev": { |
||
| 5175 | "symfony/translation": "~2.3" |
||
| 5176 | }, |
||
| 5177 | "suggest": { |
||
| 5178 | "symfony/translation": "Allow the time_diff output to be translated" |
||
| 5179 | }, |
||
| 5180 | "type": "library", |
||
| 5181 | "extra": { |
||
| 5182 | "branch-alias": { |
||
| 5183 | "dev-master": "1.3-dev" |
||
| 5184 | } |
||
| 5185 | }, |
||
| 5186 | "autoload": { |
||
| 5187 | "psr-0": { |
||
| 5188 | "Twig_Extensions_": "lib/" |
||
| 5189 | } |
||
| 5190 | }, |
||
| 5191 | "notification-url": "https://packagist.org/downloads/", |
||
| 5192 | "license": [ |
||
| 5193 | "MIT" |
||
| 5194 | ], |
||
| 5195 | "authors": [ |
||
| 5196 | { |
||
| 5197 | "name": "Fabien Potencier", |
||
| 5198 | "email": "[email protected]" |
||
| 5199 | } |
||
| 5200 | ], |
||
| 5201 | "description": "Common additional features for Twig that do not directly belong in core", |
||
| 5202 | "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html", |
||
| 5203 | "keywords": [ |
||
| 5204 | "i18n", |
||
| 5205 | "text" |
||
| 5206 | ], |
||
| 5207 | "time": "2015-08-22 16:38:35" |
||
| 5208 | }, |
||
| 5209 | { |
||
| 5210 | "name": "twig/twig", |
||
| 5211 | "version": "v1.24.1", |
||
| 5212 | "source": { |
||
| 5213 | "type": "git", |
||
| 5214 | "url": "https://github.com/twigphp/Twig.git", |
||
| 5215 | "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512" |
||
| 5216 | }, |
||
| 5217 | "dist": { |
||
| 5218 | "type": "zip", |
||
| 5219 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/3566d311a92aae4deec6e48682dc5a4528c4a512", |
||
| 5220 | "reference": "3566d311a92aae4deec6e48682dc5a4528c4a512", |
||
| 5221 | "shasum": "" |
||
| 5222 | }, |
||
| 5223 | "require": { |
||
| 5224 | "php": ">=5.2.7" |
||
| 5225 | }, |
||
| 5226 | "require-dev": { |
||
| 5227 | "symfony/debug": "~2.7", |
||
| 5228 | "symfony/phpunit-bridge": "~2.7" |
||
| 5229 | }, |
||
| 5230 | "type": "library", |
||
| 5231 | "extra": { |
||
| 5232 | "branch-alias": { |
||
| 5233 | "dev-master": "1.24-dev" |
||
| 5234 | } |
||
| 5235 | }, |
||
| 5236 | "autoload": { |
||
| 5237 | "psr-0": { |
||
| 5238 | "Twig_": "lib/" |
||
| 5239 | } |
||
| 5240 | }, |
||
| 5241 | "notification-url": "https://packagist.org/downloads/", |
||
| 5242 | "license": [ |
||
| 5243 | "BSD-3-Clause" |
||
| 5244 | ], |
||
| 5245 | "authors": [ |
||
| 5246 | { |
||
| 5247 | "name": "Fabien Potencier", |
||
| 5248 | "email": "[email protected]", |
||
| 5249 | "homepage": "http://fabien.potencier.org", |
||
| 5250 | "role": "Lead Developer" |
||
| 5251 | }, |
||
| 5252 | { |
||
| 5253 | "name": "Armin Ronacher", |
||
| 5254 | "email": "[email protected]", |
||
| 5255 | "role": "Project Founder" |
||
| 5256 | }, |
||
| 5257 | { |
||
| 5258 | "name": "Twig Team", |
||
| 5259 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
| 5260 | "role": "Contributors" |
||
| 5261 | } |
||
| 5262 | ], |
||
| 5263 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
| 5264 | "homepage": "http://twig.sensiolabs.org", |
||
| 5265 | "keywords": [ |
||
| 5266 | "templating" |
||
| 5267 | ], |
||
| 5268 | "time": "2016-05-30 09:11:59" |
||
| 5269 | }, |
||
| 5270 | { |
||
| 5271 | "name": "xiag/rql-parser", |
||
| 5272 | "version": "v1.0.2", |
||
| 5273 | "source": { |
||
| 5274 | "type": "git", |
||
| 5275 | "url": "https://github.com/xiag-ag/rql-parser.git", |
||
| 5276 | "reference": "82eb4155983775b6afec48a9c32f6bc8332161a6" |
||
| 5277 | }, |
||
| 5278 | "dist": { |
||
| 5279 | "type": "zip", |
||
| 5280 | "url": "https://api.github.com/repos/xiag-ag/rql-parser/zipball/82eb4155983775b6afec48a9c32f6bc8332161a6", |
||
| 5281 | "reference": "82eb4155983775b6afec48a9c32f6bc8332161a6", |
||
| 5282 | "shasum": "" |
||
| 5283 | }, |
||
| 5284 | "require": { |
||
| 5285 | "php": ">=5.4" |
||
| 5286 | }, |
||
| 5287 | "require-dev": { |
||
| 5288 | "phpunit/phpunit": "*" |
||
| 5289 | }, |
||
| 5290 | "suggest": { |
||
| 5291 | "xiag/rql-command": "Console commands to visualize your RQL code" |
||
| 5292 | }, |
||
| 5293 | "type": "library", |
||
| 5294 | "autoload": { |
||
| 5295 | "psr-4": { |
||
| 5296 | "Xiag\\Rql\\Parser\\": "src/" |
||
| 5297 | } |
||
| 5298 | }, |
||
| 5299 | "notification-url": "https://packagist.org/downloads/", |
||
| 5300 | "license": [ |
||
| 5301 | "GPL-2.0" |
||
| 5302 | ], |
||
| 5303 | "keywords": [ |
||
| 5304 | "language", |
||
| 5305 | "parser", |
||
| 5306 | "query", |
||
| 5307 | "resource", |
||
| 5308 | "rest", |
||
| 5309 | "rql" |
||
| 5310 | ], |
||
| 5311 | "time": "2016-07-03 08:43:00" |
||
| 5312 | }, |
||
| 5313 | { |
||
| 5314 | "name": "zendframework/zend-diactoros", |
||
| 5315 | "version": "1.3.5", |
||
| 5316 | "source": { |
||
| 5317 | "type": "git", |
||
| 5318 | "url": "https://github.com/zendframework/zend-diactoros.git", |
||
| 5319 | "reference": "b1d59735b672865dbeb930805029c24f226e3e77" |
||
| 5320 | }, |
||
| 5321 | "dist": { |
||
| 5322 | "type": "zip", |
||
| 5323 | "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/b1d59735b672865dbeb930805029c24f226e3e77", |
||
| 5324 | "reference": "b1d59735b672865dbeb930805029c24f226e3e77", |
||
| 5325 | "shasum": "" |
||
| 5326 | }, |
||
| 5327 | "require": { |
||
| 5328 | "php": "^5.4 || ^7.0", |
||
| 5329 | "psr/http-message": "~1.0" |
||
| 5330 | }, |
||
| 5331 | "provide": { |
||
| 5332 | "psr/http-message-implementation": "~1.0.0" |
||
| 5333 | }, |
||
| 5334 | "require-dev": { |
||
| 5335 | "phpunit/phpunit": "~4.6", |
||
| 5336 | "squizlabs/php_codesniffer": "^2.3.1" |
||
| 5337 | }, |
||
| 5338 | "type": "library", |
||
| 5339 | "extra": { |
||
| 5340 | "branch-alias": { |
||
| 5341 | "dev-master": "1.3-dev", |
||
| 5342 | "dev-develop": "1.4-dev" |
||
| 5343 | } |
||
| 5344 | }, |
||
| 5345 | "autoload": { |
||
| 5346 | "psr-4": { |
||
| 5347 | "Zend\\Diactoros\\": "src/" |
||
| 5348 | } |
||
| 5349 | }, |
||
| 5350 | "notification-url": "https://packagist.org/downloads/", |
||
| 5351 | "license": [ |
||
| 5352 | "BSD-2-Clause" |
||
| 5353 | ], |
||
| 5354 | "description": "PSR HTTP Message implementations", |
||
| 5355 | "homepage": "https://github.com/zendframework/zend-diactoros", |
||
| 5356 | "keywords": [ |
||
| 5357 | "http", |
||
| 5358 | "psr", |
||
| 5359 | "psr-7" |
||
| 5360 | ], |
||
| 5361 | "time": "2016-03-17 18:02:05" |
||
| 5362 | } |
||
| 5363 | ], |
||
| 5364 | "packages-dev": [ |
||
| 5365 | { |
||
| 5366 | "name": "graviton/test-services-bundle", |
||
| 5367 | "version": "v0.20.0", |
||
| 5368 | "source": { |
||
| 5369 | "type": "git", |
||
| 5370 | "url": "https://github.com/libgraviton/GravitonTestServicesBundle.git", |
||
| 5371 | "reference": "13801b596d97f1bfa6f9f5f2db716414345faf5c" |
||
| 5372 | }, |
||
| 5373 | "dist": { |
||
| 5374 | "type": "zip", |
||
| 5375 | "url": "https://api.github.com/repos/libgraviton/GravitonTestServicesBundle/zipball/13801b596d97f1bfa6f9f5f2db716414345faf5c", |
||
| 5376 | "reference": "13801b596d97f1bfa6f9f5f2db716414345faf5c", |
||
| 5377 | "shasum": "" |
||
| 5378 | }, |
||
| 5379 | "type": "library", |
||
| 5380 | "autoload": { |
||
| 5381 | "psr-4": { |
||
| 5382 | "Graviton\\TestServicesBundle\\": "src/" |
||
| 5383 | } |
||
| 5384 | }, |
||
| 5385 | "license": [ |
||
| 5386 | "GPL" |
||
| 5387 | ], |
||
| 5388 | "authors": [ |
||
| 5389 | { |
||
| 5390 | "name": "Lucas Bickel", |
||
| 5391 | "email": "[email protected]" |
||
| 5392 | } |
||
| 5393 | ], |
||
| 5394 | "description": "Graviton service bundle containing some service definitions useful for testing.", |
||
| 5395 | "support": { |
||
| 5396 | "source": "https://github.com/libgraviton/GravitonTestServicesBundle/tree/v0.20.0", |
||
| 5397 | "issues": "https://github.com/libgraviton/GravitonTestServicesBundle/issues" |
||
| 5398 | }, |
||
| 5399 | "time": "2016-07-06 11:43:17" |
||
| 5400 | }, |
||
| 5401 | { |
||
| 5402 | "name": "johnkary/phpunit-speedtrap", |
||
| 5403 | "version": "v1.0.1", |
||
| 5404 | "source": { |
||
| 5405 | "type": "git", |
||
| 5406 | "url": "https://github.com/johnkary/phpunit-speedtrap.git", |
||
| 5407 | "reference": "76a26f8a903a9434608cdad2b41c40cd134ea326" |
||
| 5408 | }, |
||
| 5409 | "dist": { |
||
| 5410 | "type": "zip", |
||
| 5411 | "url": "https://api.github.com/repos/johnkary/phpunit-speedtrap/zipball/76a26f8a903a9434608cdad2b41c40cd134ea326", |
||
| 5412 | "reference": "76a26f8a903a9434608cdad2b41c40cd134ea326", |
||
| 5413 | "shasum": "" |
||
| 5414 | }, |
||
| 5415 | "require": { |
||
| 5416 | "php": ">=5.3.0" |
||
| 5417 | }, |
||
| 5418 | "require-dev": { |
||
| 5419 | "phpunit/phpunit": "3.7.*|~4.0" |
||
| 5420 | }, |
||
| 5421 | "type": "library", |
||
| 5422 | "extra": { |
||
| 5423 | "branch-alias": { |
||
| 5424 | "dev-master": "1.0-dev" |
||
| 5425 | } |
||
| 5426 | }, |
||
| 5427 | "autoload": { |
||
| 5428 | "psr-0": { |
||
| 5429 | "JohnKary": "src/" |
||
| 5430 | } |
||
| 5431 | }, |
||
| 5432 | "notification-url": "https://packagist.org/downloads/", |
||
| 5433 | "license": [ |
||
| 5434 | "MIT" |
||
| 5435 | ], |
||
| 5436 | "authors": [ |
||
| 5437 | { |
||
| 5438 | "name": "John Kary", |
||
| 5439 | "email": "[email protected]" |
||
| 5440 | } |
||
| 5441 | ], |
||
| 5442 | "description": "Find slow tests in your PHPUnit test suite", |
||
| 5443 | "homepage": "https://github.com/johnkary/phpunit-speedtrap", |
||
| 5444 | "keywords": [ |
||
| 5445 | "phpunit", |
||
| 5446 | "profile", |
||
| 5447 | "slow" |
||
| 5448 | ], |
||
| 5449 | "time": "2015-09-13 19:01:00" |
||
| 5450 | }, |
||
| 5451 | { |
||
| 5452 | "name": "lapistano/proxy-object", |
||
| 5453 | "version": "dev-master", |
||
| 5454 | "source": { |
||
| 5455 | "type": "git", |
||
| 5456 | "url": "https://github.com/lapistano/proxy-object.git", |
||
| 5457 | "reference": "d7184a479f502d5a0f96d0bae73566dbb498da8f" |
||
| 5458 | }, |
||
| 5459 | "dist": { |
||
| 5460 | "type": "zip", |
||
| 5461 | "url": "https://api.github.com/repos/lapistano/proxy-object/zipball/d7184a479f502d5a0f96d0bae73566dbb498da8f", |
||
| 5462 | "reference": "d7184a479f502d5a0f96d0bae73566dbb498da8f", |
||
| 5463 | "shasum": "" |
||
| 5464 | }, |
||
| 5465 | "require": { |
||
| 5466 | "php": ">=5.3.2" |
||
| 5467 | }, |
||
| 5468 | "require-dev": { |
||
| 5469 | "phpunit/phpunit": "@stable" |
||
| 5470 | }, |
||
| 5471 | "type": "library", |
||
| 5472 | "autoload": { |
||
| 5473 | "psr-0": { |
||
| 5474 | "lapistano\\ProxyObject": "src/" |
||
| 5475 | } |
||
| 5476 | }, |
||
| 5477 | "notification-url": "https://packagist.org/downloads/", |
||
| 5478 | "license": [ |
||
| 5479 | "Apache 2.0" |
||
| 5480 | ], |
||
| 5481 | "authors": [ |
||
| 5482 | { |
||
| 5483 | "name": "Bastian Feder", |
||
| 5484 | "email": "[email protected]", |
||
| 5485 | "homepage": "http://blog.bastian-feder.de" |
||
| 5486 | } |
||
| 5487 | ], |
||
| 5488 | "description": "A library that makes it much easier to generate a proxy of your system under test (SUT)", |
||
| 5489 | "homepage": "http://www.github.com/lapistano/proxy-object", |
||
| 5490 | "keywords": [ |
||
| 5491 | "phpunit", |
||
| 5492 | "proxy-object", |
||
| 5493 | "testing" |
||
| 5494 | ], |
||
| 5495 | "time": "2015-06-24 09:27:33" |
||
| 5496 | }, |
||
| 5497 | { |
||
| 5498 | "name": "libgraviton/codesniffer", |
||
| 5499 | "version": "v1.3.0", |
||
| 5500 | "target-dir": "CodeSniffer/Standards/ENTB", |
||
| 5501 | "source": { |
||
| 5502 | "type": "git", |
||
| 5503 | "url": "https://github.com/libgraviton/codesniffer-ruleset-entb.git", |
||
| 5504 | "reference": "6f10debdb3de17b241544e28c0e874bb85a948a8" |
||
| 5505 | }, |
||
| 5506 | "dist": { |
||
| 5507 | "type": "zip", |
||
| 5508 | "url": "https://api.github.com/repos/libgraviton/codesniffer-ruleset-entb/zipball/6f10debdb3de17b241544e28c0e874bb85a948a8", |
||
| 5509 | "reference": "6f10debdb3de17b241544e28c0e874bb85a948a8", |
||
| 5510 | "shasum": "" |
||
| 5511 | }, |
||
| 5512 | "type": "phpcs-standard", |
||
| 5513 | "notification-url": "https://packagist.org/downloads/", |
||
| 5514 | "license": [ |
||
| 5515 | "BSD-3-Clause", |
||
| 5516 | "GPL-3.0+" |
||
| 5517 | ], |
||
| 5518 | "keywords": [ |
||
| 5519 | "codesniffer", |
||
| 5520 | "libgraviton" |
||
| 5521 | ], |
||
| 5522 | "time": "2015-02-23 21:52:18" |
||
| 5523 | }, |
||
| 5524 | { |
||
| 5525 | "name": "liip/functional-test-bundle", |
||
| 5526 | "version": "1.6.3", |
||
| 5527 | "source": { |
||
| 5528 | "type": "git", |
||
| 5529 | "url": "https://github.com/liip/LiipFunctionalTestBundle.git", |
||
| 5530 | "reference": "f3606bff7fcf7208a482f88d4cd216ebf4af194e" |
||
| 5531 | }, |
||
| 5532 | "dist": { |
||
| 5533 | "type": "zip", |
||
| 5534 | "url": "https://api.github.com/repos/liip/LiipFunctionalTestBundle/zipball/f3606bff7fcf7208a482f88d4cd216ebf4af194e", |
||
| 5535 | "reference": "f3606bff7fcf7208a482f88d4cd216ebf4af194e", |
||
| 5536 | "shasum": "" |
||
| 5537 | }, |
||
| 5538 | "require": { |
||
| 5539 | "doctrine/common": "~2.0", |
||
| 5540 | "php": "^5.3.9|^7.0", |
||
| 5541 | "symfony/browser-kit": "~2.3|~3.0", |
||
| 5542 | "symfony/framework-bundle": "2.3.*|~2.7|~3.0" |
||
| 5543 | }, |
||
| 5544 | "require-dev": { |
||
| 5545 | "brianium/paratest": "~0.12.0|~0.13.2", |
||
| 5546 | "doctrine/doctrine-fixtures-bundle": "~2.3", |
||
| 5547 | "doctrine/orm": "^2.4.8", |
||
| 5548 | "doctrine/phpcr-bundle": "~1.3", |
||
| 5549 | "doctrine/phpcr-odm": "~1.3", |
||
| 5550 | "hautelook/alice-bundle": "~0.2|~1.2", |
||
| 5551 | "jackalope/jackalope-doctrine-dbal": "1.1.*|1.2.*", |
||
| 5552 | "nelmio/alice": "~1.7|~2.0", |
||
| 5553 | "phpunit/phpunit": "4.8.*|~5.2", |
||
| 5554 | "symfony/assetic-bundle": "~2.3", |
||
| 5555 | "symfony/monolog-bundle": "~2.4", |
||
| 5556 | "symfony/symfony": "~2.3.1|~2.7|~3.0", |
||
| 5557 | "twig/twig": "~1.12" |
||
| 5558 | }, |
||
| 5559 | "suggest": { |
||
| 5560 | "brianium/paratest": "Required when using paratest to parallelize tests", |
||
| 5561 | "doctrine/dbal": "Required when using the fixture loading functionality with an ORM and SQLite", |
||
| 5562 | "doctrine/doctrine-fixtures-bundle": "Required when using the fixture loading functionality", |
||
| 5563 | "doctrine/orm": "Required when using the fixture loading functionality with an ORM and SQLite", |
||
| 5564 | "hautelook/alice-bundle": "Required when using loadFixtureFiles functionality with custom providers", |
||
| 5565 | "nelmio/alice": "Required when using loadFixtureFiles functionality", |
||
| 5566 | "symfony/framework-bundle": "To use assertStatusCode and assertValidationErrors ~2.5" |
||
| 5567 | }, |
||
| 5568 | "type": "symfony-bundle", |
||
| 5569 | "extra": { |
||
| 5570 | "branch-alias": { |
||
| 5571 | "dev-master": "1.6.x-dev" |
||
| 5572 | } |
||
| 5573 | }, |
||
| 5574 | "autoload": { |
||
| 5575 | "psr-4": { |
||
| 5576 | "Liip\\FunctionalTestBundle\\": "" |
||
| 5577 | } |
||
| 5578 | }, |
||
| 5579 | "notification-url": "https://packagist.org/downloads/", |
||
| 5580 | "license": [ |
||
| 5581 | "MIT" |
||
| 5582 | ], |
||
| 5583 | "authors": [ |
||
| 5584 | { |
||
| 5585 | "name": "Liip AG", |
||
| 5586 | "homepage": "http://www.liip.ch/" |
||
| 5587 | }, |
||
| 5588 | { |
||
| 5589 | "name": "Community contributions", |
||
| 5590 | "homepage": "https://github.com/liip/LiipFunctionalTestBundle/contributors" |
||
| 5591 | } |
||
| 5592 | ], |
||
| 5593 | "description": "This bundles provides additional functional test-cases for Symfony2 applications", |
||
| 5594 | "keywords": [ |
||
| 5595 | "Symfony2" |
||
| 5596 | ], |
||
| 5597 | "time": "2016-05-10 22:04:27" |
||
| 5598 | }, |
||
| 5599 | { |
||
| 5600 | "name": "myclabs/deep-copy", |
||
| 5601 | "version": "1.5.1", |
||
| 5602 | "source": { |
||
| 5603 | "type": "git", |
||
| 5604 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
| 5605 | "reference": "a8773992b362b58498eed24bf85005f363c34771" |
||
| 5606 | }, |
||
| 5607 | "dist": { |
||
| 5608 | "type": "zip", |
||
| 5609 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771", |
||
| 5610 | "reference": "a8773992b362b58498eed24bf85005f363c34771", |
||
| 5611 | "shasum": "" |
||
| 5612 | }, |
||
| 5613 | "require": { |
||
| 5614 | "php": ">=5.4.0" |
||
| 5615 | }, |
||
| 5616 | "require-dev": { |
||
| 5617 | "doctrine/collections": "1.*", |
||
| 5618 | "phpunit/phpunit": "~4.1" |
||
| 5619 | }, |
||
| 5620 | "type": "library", |
||
| 5621 | "autoload": { |
||
| 5622 | "psr-4": { |
||
| 5623 | "DeepCopy\\": "src/DeepCopy/" |
||
| 5624 | } |
||
| 5625 | }, |
||
| 5626 | "notification-url": "https://packagist.org/downloads/", |
||
| 5627 | "license": [ |
||
| 5628 | "MIT" |
||
| 5629 | ], |
||
| 5630 | "description": "Create deep copies (clones) of your objects", |
||
| 5631 | "homepage": "https://github.com/myclabs/DeepCopy", |
||
| 5632 | "keywords": [ |
||
| 5633 | "clone", |
||
| 5634 | "copy", |
||
| 5635 | "duplicate", |
||
| 5636 | "object", |
||
| 5637 | "object graph" |
||
| 5638 | ], |
||
| 5639 | "time": "2015-11-20 12:04:31" |
||
| 5640 | }, |
||
| 5641 | { |
||
| 5642 | "name": "phpdocumentor/reflection-common", |
||
| 5643 | "version": "1.0", |
||
| 5644 | "source": { |
||
| 5645 | "type": "git", |
||
| 5646 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
| 5647 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
| 5648 | }, |
||
| 5649 | "dist": { |
||
| 5650 | "type": "zip", |
||
| 5651 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
| 5652 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
| 5653 | "shasum": "" |
||
| 5654 | }, |
||
| 5655 | "require": { |
||
| 5656 | "php": ">=5.5" |
||
| 5657 | }, |
||
| 5658 | "require-dev": { |
||
| 5659 | "phpunit/phpunit": "^4.6" |
||
| 5660 | }, |
||
| 5661 | "type": "library", |
||
| 5662 | "extra": { |
||
| 5663 | "branch-alias": { |
||
| 5664 | "dev-master": "1.0.x-dev" |
||
| 5665 | } |
||
| 5666 | }, |
||
| 5667 | "autoload": { |
||
| 5668 | "psr-4": { |
||
| 5669 | "phpDocumentor\\Reflection\\": [ |
||
| 5670 | "src" |
||
| 5671 | ] |
||
| 5672 | } |
||
| 5673 | }, |
||
| 5674 | "notification-url": "https://packagist.org/downloads/", |
||
| 5675 | "license": [ |
||
| 5676 | "MIT" |
||
| 5677 | ], |
||
| 5678 | "authors": [ |
||
| 5679 | { |
||
| 5680 | "name": "Jaap van Otterdijk", |
||
| 5681 | "email": "[email protected]" |
||
| 5682 | } |
||
| 5683 | ], |
||
| 5684 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
| 5685 | "homepage": "http://www.phpdoc.org", |
||
| 5686 | "keywords": [ |
||
| 5687 | "FQSEN", |
||
| 5688 | "phpDocumentor", |
||
| 5689 | "phpdoc", |
||
| 5690 | "reflection", |
||
| 5691 | "static analysis" |
||
| 5692 | ], |
||
| 5693 | "time": "2015-12-27 11:43:31" |
||
| 5694 | }, |
||
| 5695 | { |
||
| 5696 | "name": "phpdocumentor/reflection-docblock", |
||
| 5697 | "version": "3.1.0", |
||
| 5698 | "source": { |
||
| 5699 | "type": "git", |
||
| 5700 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
| 5701 | "reference": "9270140b940ff02e58ec577c237274e92cd40cdd" |
||
| 5702 | }, |
||
| 5703 | "dist": { |
||
| 5704 | "type": "zip", |
||
| 5705 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd", |
||
| 5706 | "reference": "9270140b940ff02e58ec577c237274e92cd40cdd", |
||
| 5707 | "shasum": "" |
||
| 5708 | }, |
||
| 5709 | "require": { |
||
| 5710 | "php": ">=5.5", |
||
| 5711 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
| 5712 | "phpdocumentor/type-resolver": "^0.2.0", |
||
| 5713 | "webmozart/assert": "^1.0" |
||
| 5714 | }, |
||
| 5715 | "require-dev": { |
||
| 5716 | "mockery/mockery": "^0.9.4", |
||
| 5717 | "phpunit/phpunit": "^4.4" |
||
| 5718 | }, |
||
| 5719 | "type": "library", |
||
| 5720 | "autoload": { |
||
| 5721 | "psr-4": { |
||
| 5722 | "phpDocumentor\\Reflection\\": [ |
||
| 5723 | "src/" |
||
| 5724 | ] |
||
| 5725 | } |
||
| 5726 | }, |
||
| 5727 | "notification-url": "https://packagist.org/downloads/", |
||
| 5728 | "license": [ |
||
| 5729 | "MIT" |
||
| 5730 | ], |
||
| 5731 | "authors": [ |
||
| 5732 | { |
||
| 5733 | "name": "Mike van Riel", |
||
| 5734 | "email": "[email protected]" |
||
| 5735 | } |
||
| 5736 | ], |
||
| 5737 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
| 5738 | "time": "2016-06-10 09:48:41" |
||
| 5739 | }, |
||
| 5740 | { |
||
| 5741 | "name": "phpdocumentor/type-resolver", |
||
| 5742 | "version": "0.2", |
||
| 5743 | "source": { |
||
| 5744 | "type": "git", |
||
| 5745 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
| 5746 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" |
||
| 5747 | }, |
||
| 5748 | "dist": { |
||
| 5749 | "type": "zip", |
||
| 5750 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
| 5751 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
| 5752 | "shasum": "" |
||
| 5753 | }, |
||
| 5754 | "require": { |
||
| 5755 | "php": ">=5.5", |
||
| 5756 | "phpdocumentor/reflection-common": "^1.0" |
||
| 5757 | }, |
||
| 5758 | "require-dev": { |
||
| 5759 | "mockery/mockery": "^0.9.4", |
||
| 5760 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
| 5761 | }, |
||
| 5762 | "type": "library", |
||
| 5763 | "extra": { |
||
| 5764 | "branch-alias": { |
||
| 5765 | "dev-master": "1.0.x-dev" |
||
| 5766 | } |
||
| 5767 | }, |
||
| 5768 | "autoload": { |
||
| 5769 | "psr-4": { |
||
| 5770 | "phpDocumentor\\Reflection\\": [ |
||
| 5771 | "src/" |
||
| 5772 | ] |
||
| 5773 | } |
||
| 5774 | }, |
||
| 5775 | "notification-url": "https://packagist.org/downloads/", |
||
| 5776 | "license": [ |
||
| 5777 | "MIT" |
||
| 5778 | ], |
||
| 5779 | "authors": [ |
||
| 5780 | { |
||
| 5781 | "name": "Mike van Riel", |
||
| 5782 | "email": "[email protected]" |
||
| 5783 | } |
||
| 5784 | ], |
||
| 5785 | "time": "2016-06-10 07:14:17" |
||
| 5786 | }, |
||
| 5787 | { |
||
| 5788 | "name": "phpspec/prophecy", |
||
| 5789 | "version": "v1.6.1", |
||
| 5790 | "source": { |
||
| 5791 | "type": "git", |
||
| 5792 | "url": "https://github.com/phpspec/prophecy.git", |
||
| 5793 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0" |
||
| 5794 | }, |
||
| 5795 | "dist": { |
||
| 5796 | "type": "zip", |
||
| 5797 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0", |
||
| 5798 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0", |
||
| 5799 | "shasum": "" |
||
| 5800 | }, |
||
| 5801 | "require": { |
||
| 5802 | "doctrine/instantiator": "^1.0.2", |
||
| 5803 | "php": "^5.3|^7.0", |
||
| 5804 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
| 5805 | "sebastian/comparator": "^1.1", |
||
| 5806 | "sebastian/recursion-context": "^1.0" |
||
| 5807 | }, |
||
| 5808 | "require-dev": { |
||
| 5809 | "phpspec/phpspec": "^2.0" |
||
| 5810 | }, |
||
| 5811 | "type": "library", |
||
| 5812 | "extra": { |
||
| 5813 | "branch-alias": { |
||
| 5814 | "dev-master": "1.6.x-dev" |
||
| 5815 | } |
||
| 5816 | }, |
||
| 5817 | "autoload": { |
||
| 5818 | "psr-0": { |
||
| 5819 | "Prophecy\\": "src/" |
||
| 5820 | } |
||
| 5821 | }, |
||
| 5822 | "notification-url": "https://packagist.org/downloads/", |
||
| 5823 | "license": [ |
||
| 5824 | "MIT" |
||
| 5825 | ], |
||
| 5826 | "authors": [ |
||
| 5827 | { |
||
| 5828 | "name": "Konstantin Kudryashov", |
||
| 5829 | "email": "[email protected]", |
||
| 5830 | "homepage": "http://everzet.com" |
||
| 5831 | }, |
||
| 5832 | { |
||
| 5833 | "name": "Marcello Duarte", |
||
| 5834 | "email": "[email protected]" |
||
| 5835 | } |
||
| 5836 | ], |
||
| 5837 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
| 5838 | "homepage": "https://github.com/phpspec/prophecy", |
||
| 5839 | "keywords": [ |
||
| 5840 | "Double", |
||
| 5841 | "Dummy", |
||
| 5842 | "fake", |
||
| 5843 | "mock", |
||
| 5844 | "spy", |
||
| 5845 | "stub" |
||
| 5846 | ], |
||
| 5847 | "time": "2016-06-07 08:13:47" |
||
| 5848 | }, |
||
| 5849 | { |
||
| 5850 | "name": "phpunit/php-code-coverage", |
||
| 5851 | "version": "4.0.0", |
||
| 5852 | "source": { |
||
| 5853 | "type": "git", |
||
| 5854 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
| 5855 | "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9" |
||
| 5856 | }, |
||
| 5857 | "dist": { |
||
| 5858 | "type": "zip", |
||
| 5859 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/900370c81280cc0d942ffbc5912d80464eaee7e9", |
||
| 5860 | "reference": "900370c81280cc0d942ffbc5912d80464eaee7e9", |
||
| 5861 | "shasum": "" |
||
| 5862 | }, |
||
| 5863 | "require": { |
||
| 5864 | "php": "^5.6 || ^7.0", |
||
| 5865 | "phpunit/php-file-iterator": "~1.3", |
||
| 5866 | "phpunit/php-text-template": "~1.2", |
||
| 5867 | "phpunit/php-token-stream": "^1.4.2", |
||
| 5868 | "sebastian/code-unit-reverse-lookup": "~1.0", |
||
| 5869 | "sebastian/environment": "^1.3.2", |
||
| 5870 | "sebastian/version": "~1.0|~2.0" |
||
| 5871 | }, |
||
| 5872 | "require-dev": { |
||
| 5873 | "ext-xdebug": ">=2.1.4", |
||
| 5874 | "phpunit/phpunit": "^5.4" |
||
| 5875 | }, |
||
| 5876 | "suggest": { |
||
| 5877 | "ext-dom": "*", |
||
| 5878 | "ext-xdebug": ">=2.4.0", |
||
| 5879 | "ext-xmlwriter": "*" |
||
| 5880 | }, |
||
| 5881 | "type": "library", |
||
| 5882 | "extra": { |
||
| 5883 | "branch-alias": { |
||
| 5884 | "dev-master": "4.0.x-dev" |
||
| 5885 | } |
||
| 5886 | }, |
||
| 5887 | "autoload": { |
||
| 5888 | "classmap": [ |
||
| 5889 | "src/" |
||
| 5890 | ] |
||
| 5891 | }, |
||
| 5892 | "notification-url": "https://packagist.org/downloads/", |
||
| 5893 | "license": [ |
||
| 5894 | "BSD-3-Clause" |
||
| 5895 | ], |
||
| 5896 | "authors": [ |
||
| 5897 | { |
||
| 5898 | "name": "Sebastian Bergmann", |
||
| 5899 | "email": "[email protected]", |
||
| 5900 | "role": "lead" |
||
| 5901 | } |
||
| 5902 | ], |
||
| 5903 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
| 5904 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
| 5905 | "keywords": [ |
||
| 5906 | "coverage", |
||
| 5907 | "testing", |
||
| 5908 | "xunit" |
||
| 5909 | ], |
||
| 5910 | "time": "2016-06-03 05:03:56" |
||
| 5911 | }, |
||
| 5912 | { |
||
| 5913 | "name": "phpunit/php-file-iterator", |
||
| 5914 | "version": "1.4.1", |
||
| 5915 | "source": { |
||
| 5916 | "type": "git", |
||
| 5917 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
| 5918 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
| 5919 | }, |
||
| 5920 | "dist": { |
||
| 5921 | "type": "zip", |
||
| 5922 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
| 5923 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
| 5924 | "shasum": "" |
||
| 5925 | }, |
||
| 5926 | "require": { |
||
| 5927 | "php": ">=5.3.3" |
||
| 5928 | }, |
||
| 5929 | "type": "library", |
||
| 5930 | "extra": { |
||
| 5931 | "branch-alias": { |
||
| 5932 | "dev-master": "1.4.x-dev" |
||
| 5933 | } |
||
| 5934 | }, |
||
| 5935 | "autoload": { |
||
| 5936 | "classmap": [ |
||
| 5937 | "src/" |
||
| 5938 | ] |
||
| 5939 | }, |
||
| 5940 | "notification-url": "https://packagist.org/downloads/", |
||
| 5941 | "license": [ |
||
| 5942 | "BSD-3-Clause" |
||
| 5943 | ], |
||
| 5944 | "authors": [ |
||
| 5945 | { |
||
| 5946 | "name": "Sebastian Bergmann", |
||
| 5947 | "email": "[email protected]", |
||
| 5948 | "role": "lead" |
||
| 5949 | } |
||
| 5950 | ], |
||
| 5951 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
| 5952 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
| 5953 | "keywords": [ |
||
| 5954 | "filesystem", |
||
| 5955 | "iterator" |
||
| 5956 | ], |
||
| 5957 | "time": "2015-06-21 13:08:43" |
||
| 5958 | }, |
||
| 5959 | { |
||
| 5960 | "name": "phpunit/php-text-template", |
||
| 5961 | "version": "1.2.1", |
||
| 5962 | "source": { |
||
| 5963 | "type": "git", |
||
| 5964 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
| 5965 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
| 5966 | }, |
||
| 5967 | "dist": { |
||
| 5968 | "type": "zip", |
||
| 5969 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 5970 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 5971 | "shasum": "" |
||
| 5972 | }, |
||
| 5973 | "require": { |
||
| 5974 | "php": ">=5.3.3" |
||
| 5975 | }, |
||
| 5976 | "type": "library", |
||
| 5977 | "autoload": { |
||
| 5978 | "classmap": [ |
||
| 5979 | "src/" |
||
| 5980 | ] |
||
| 5981 | }, |
||
| 5982 | "notification-url": "https://packagist.org/downloads/", |
||
| 5983 | "license": [ |
||
| 5984 | "BSD-3-Clause" |
||
| 5985 | ], |
||
| 5986 | "authors": [ |
||
| 5987 | { |
||
| 5988 | "name": "Sebastian Bergmann", |
||
| 5989 | "email": "[email protected]", |
||
| 5990 | "role": "lead" |
||
| 5991 | } |
||
| 5992 | ], |
||
| 5993 | "description": "Simple template engine.", |
||
| 5994 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
| 5995 | "keywords": [ |
||
| 5996 | "template" |
||
| 5997 | ], |
||
| 5998 | "time": "2015-06-21 13:50:34" |
||
| 5999 | }, |
||
| 6000 | { |
||
| 6001 | "name": "phpunit/php-timer", |
||
| 6002 | "version": "1.0.8", |
||
| 6003 | "source": { |
||
| 6004 | "type": "git", |
||
| 6005 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
| 6006 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
| 6007 | }, |
||
| 6008 | "dist": { |
||
| 6009 | "type": "zip", |
||
| 6010 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
| 6011 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
| 6012 | "shasum": "" |
||
| 6013 | }, |
||
| 6014 | "require": { |
||
| 6015 | "php": ">=5.3.3" |
||
| 6016 | }, |
||
| 6017 | "require-dev": { |
||
| 6018 | "phpunit/phpunit": "~4|~5" |
||
| 6019 | }, |
||
| 6020 | "type": "library", |
||
| 6021 | "autoload": { |
||
| 6022 | "classmap": [ |
||
| 6023 | "src/" |
||
| 6024 | ] |
||
| 6025 | }, |
||
| 6026 | "notification-url": "https://packagist.org/downloads/", |
||
| 6027 | "license": [ |
||
| 6028 | "BSD-3-Clause" |
||
| 6029 | ], |
||
| 6030 | "authors": [ |
||
| 6031 | { |
||
| 6032 | "name": "Sebastian Bergmann", |
||
| 6033 | "email": "[email protected]", |
||
| 6034 | "role": "lead" |
||
| 6035 | } |
||
| 6036 | ], |
||
| 6037 | "description": "Utility class for timing", |
||
| 6038 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
| 6039 | "keywords": [ |
||
| 6040 | "timer" |
||
| 6041 | ], |
||
| 6042 | "time": "2016-05-12 18:03:57" |
||
| 6043 | }, |
||
| 6044 | { |
||
| 6045 | "name": "phpunit/php-token-stream", |
||
| 6046 | "version": "1.4.8", |
||
| 6047 | "source": { |
||
| 6048 | "type": "git", |
||
| 6049 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
| 6050 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
||
| 6051 | }, |
||
| 6052 | "dist": { |
||
| 6053 | "type": "zip", |
||
| 6054 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
| 6055 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
| 6056 | "shasum": "" |
||
| 6057 | }, |
||
| 6058 | "require": { |
||
| 6059 | "ext-tokenizer": "*", |
||
| 6060 | "php": ">=5.3.3" |
||
| 6061 | }, |
||
| 6062 | "require-dev": { |
||
| 6063 | "phpunit/phpunit": "~4.2" |
||
| 6064 | }, |
||
| 6065 | "type": "library", |
||
| 6066 | "extra": { |
||
| 6067 | "branch-alias": { |
||
| 6068 | "dev-master": "1.4-dev" |
||
| 6069 | } |
||
| 6070 | }, |
||
| 6071 | "autoload": { |
||
| 6072 | "classmap": [ |
||
| 6073 | "src/" |
||
| 6074 | ] |
||
| 6075 | }, |
||
| 6076 | "notification-url": "https://packagist.org/downloads/", |
||
| 6077 | "license": [ |
||
| 6078 | "BSD-3-Clause" |
||
| 6079 | ], |
||
| 6080 | "authors": [ |
||
| 6081 | { |
||
| 6082 | "name": "Sebastian Bergmann", |
||
| 6083 | "email": "[email protected]" |
||
| 6084 | } |
||
| 6085 | ], |
||
| 6086 | "description": "Wrapper around PHP's tokenizer extension.", |
||
| 6087 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
| 6088 | "keywords": [ |
||
| 6089 | "tokenizer" |
||
| 6090 | ], |
||
| 6091 | "time": "2015-09-15 10:49:45" |
||
| 6092 | }, |
||
| 6093 | { |
||
| 6094 | "name": "phpunit/phpunit", |
||
| 6095 | "version": "5.4.5", |
||
| 6096 | "source": { |
||
| 6097 | "type": "git", |
||
| 6098 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
| 6099 | "reference": "744a50838ef373be00fb658ce9544905cf587c17" |
||
| 6100 | }, |
||
| 6101 | "dist": { |
||
| 6102 | "type": "zip", |
||
| 6103 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/744a50838ef373be00fb658ce9544905cf587c17", |
||
| 6104 | "reference": "744a50838ef373be00fb658ce9544905cf587c17", |
||
| 6105 | "shasum": "" |
||
| 6106 | }, |
||
| 6107 | "require": { |
||
| 6108 | "ext-dom": "*", |
||
| 6109 | "ext-json": "*", |
||
| 6110 | "ext-pcre": "*", |
||
| 6111 | "ext-reflection": "*", |
||
| 6112 | "ext-spl": "*", |
||
| 6113 | "myclabs/deep-copy": "~1.3", |
||
| 6114 | "php": "^5.6 || ^7.0", |
||
| 6115 | "phpspec/prophecy": "^1.3.1", |
||
| 6116 | "phpunit/php-code-coverage": "^4.0", |
||
| 6117 | "phpunit/php-file-iterator": "~1.4", |
||
| 6118 | "phpunit/php-text-template": "~1.2", |
||
| 6119 | "phpunit/php-timer": "^1.0.6", |
||
| 6120 | "phpunit/phpunit-mock-objects": "^3.2", |
||
| 6121 | "sebastian/comparator": "~1.1", |
||
| 6122 | "sebastian/diff": "~1.2", |
||
| 6123 | "sebastian/environment": "^1.3 || ^2.0", |
||
| 6124 | "sebastian/exporter": "~1.2", |
||
| 6125 | "sebastian/global-state": "~1.0", |
||
| 6126 | "sebastian/object-enumerator": "~1.0", |
||
| 6127 | "sebastian/resource-operations": "~1.0", |
||
| 6128 | "sebastian/version": "~1.0|~2.0", |
||
| 6129 | "symfony/yaml": "~2.1|~3.0" |
||
| 6130 | }, |
||
| 6131 | "conflict": { |
||
| 6132 | "phpdocumentor/reflection-docblock": "3.0.2" |
||
| 6133 | }, |
||
| 6134 | "suggest": { |
||
| 6135 | "phpunit/php-invoker": "~1.1" |
||
| 6136 | }, |
||
| 6137 | "bin": [ |
||
| 6138 | "phpunit" |
||
| 6139 | ], |
||
| 6140 | "type": "library", |
||
| 6141 | "extra": { |
||
| 6142 | "branch-alias": { |
||
| 6143 | "dev-master": "5.4.x-dev" |
||
| 6144 | } |
||
| 6145 | }, |
||
| 6146 | "autoload": { |
||
| 6147 | "classmap": [ |
||
| 6148 | "src/" |
||
| 6149 | ] |
||
| 6150 | }, |
||
| 6151 | "notification-url": "https://packagist.org/downloads/", |
||
| 6152 | "license": [ |
||
| 6153 | "BSD-3-Clause" |
||
| 6154 | ], |
||
| 6155 | "authors": [ |
||
| 6156 | { |
||
| 6157 | "name": "Sebastian Bergmann", |
||
| 6158 | "email": "[email protected]", |
||
| 6159 | "role": "lead" |
||
| 6160 | } |
||
| 6161 | ], |
||
| 6162 | "description": "The PHP Unit Testing framework.", |
||
| 6163 | "homepage": "https://phpunit.de/", |
||
| 6164 | "keywords": [ |
||
| 6165 | "phpunit", |
||
| 6166 | "testing", |
||
| 6167 | "xunit" |
||
| 6168 | ], |
||
| 6169 | "time": "2016-06-15 07:20:05" |
||
| 6170 | }, |
||
| 6171 | { |
||
| 6172 | "name": "phpunit/phpunit-mock-objects", |
||
| 6173 | "version": "3.2.3", |
||
| 6174 | "source": { |
||
| 6175 | "type": "git", |
||
| 6176 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
| 6177 | "reference": "b13d0d9426ced06958bd32104653526a6c998a52" |
||
| 6178 | }, |
||
| 6179 | "dist": { |
||
| 6180 | "type": "zip", |
||
| 6181 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/b13d0d9426ced06958bd32104653526a6c998a52", |
||
| 6182 | "reference": "b13d0d9426ced06958bd32104653526a6c998a52", |
||
| 6183 | "shasum": "" |
||
| 6184 | }, |
||
| 6185 | "require": { |
||
| 6186 | "doctrine/instantiator": "^1.0.2", |
||
| 6187 | "php": "^5.6 || ^7.0", |
||
| 6188 | "phpunit/php-text-template": "^1.2", |
||
| 6189 | "sebastian/exporter": "^1.2" |
||
| 6190 | }, |
||
| 6191 | "conflict": { |
||
| 6192 | "phpunit/phpunit": "<5.4.0" |
||
| 6193 | }, |
||
| 6194 | "require-dev": { |
||
| 6195 | "phpunit/phpunit": "^5.4" |
||
| 6196 | }, |
||
| 6197 | "suggest": { |
||
| 6198 | "ext-soap": "*" |
||
| 6199 | }, |
||
| 6200 | "type": "library", |
||
| 6201 | "extra": { |
||
| 6202 | "branch-alias": { |
||
| 6203 | "dev-master": "3.2.x-dev" |
||
| 6204 | } |
||
| 6205 | }, |
||
| 6206 | "autoload": { |
||
| 6207 | "classmap": [ |
||
| 6208 | "src/" |
||
| 6209 | ] |
||
| 6210 | }, |
||
| 6211 | "notification-url": "https://packagist.org/downloads/", |
||
| 6212 | "license": [ |
||
| 6213 | "BSD-3-Clause" |
||
| 6214 | ], |
||
| 6215 | "authors": [ |
||
| 6216 | { |
||
| 6217 | "name": "Sebastian Bergmann", |
||
| 6218 | "email": "[email protected]", |
||
| 6219 | "role": "lead" |
||
| 6220 | } |
||
| 6221 | ], |
||
| 6222 | "description": "Mock Object library for PHPUnit", |
||
| 6223 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
| 6224 | "keywords": [ |
||
| 6225 | "mock", |
||
| 6226 | "xunit" |
||
| 6227 | ], |
||
| 6228 | "time": "2016-06-12 07:37:26" |
||
| 6229 | }, |
||
| 6230 | { |
||
| 6231 | "name": "sebastian/code-unit-reverse-lookup", |
||
| 6232 | "version": "1.0.0", |
||
| 6233 | "source": { |
||
| 6234 | "type": "git", |
||
| 6235 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
| 6236 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" |
||
| 6237 | }, |
||
| 6238 | "dist": { |
||
| 6239 | "type": "zip", |
||
| 6240 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
| 6241 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
| 6242 | "shasum": "" |
||
| 6243 | }, |
||
| 6244 | "require": { |
||
| 6245 | "php": ">=5.6" |
||
| 6246 | }, |
||
| 6247 | "require-dev": { |
||
| 6248 | "phpunit/phpunit": "~5" |
||
| 6249 | }, |
||
| 6250 | "type": "library", |
||
| 6251 | "extra": { |
||
| 6252 | "branch-alias": { |
||
| 6253 | "dev-master": "1.0.x-dev" |
||
| 6254 | } |
||
| 6255 | }, |
||
| 6256 | "autoload": { |
||
| 6257 | "classmap": [ |
||
| 6258 | "src/" |
||
| 6259 | ] |
||
| 6260 | }, |
||
| 6261 | "notification-url": "https://packagist.org/downloads/", |
||
| 6262 | "license": [ |
||
| 6263 | "BSD-3-Clause" |
||
| 6264 | ], |
||
| 6265 | "authors": [ |
||
| 6266 | { |
||
| 6267 | "name": "Sebastian Bergmann", |
||
| 6268 | "email": "[email protected]" |
||
| 6269 | } |
||
| 6270 | ], |
||
| 6271 | "description": "Looks up which function or method a line of code belongs to", |
||
| 6272 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
| 6273 | "time": "2016-02-13 06:45:14" |
||
| 6274 | }, |
||
| 6275 | { |
||
| 6276 | "name": "sebastian/comparator", |
||
| 6277 | "version": "1.2.0", |
||
| 6278 | "source": { |
||
| 6279 | "type": "git", |
||
| 6280 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
| 6281 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
| 6282 | }, |
||
| 6283 | "dist": { |
||
| 6284 | "type": "zip", |
||
| 6285 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
| 6286 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
| 6287 | "shasum": "" |
||
| 6288 | }, |
||
| 6289 | "require": { |
||
| 6290 | "php": ">=5.3.3", |
||
| 6291 | "sebastian/diff": "~1.2", |
||
| 6292 | "sebastian/exporter": "~1.2" |
||
| 6293 | }, |
||
| 6294 | "require-dev": { |
||
| 6295 | "phpunit/phpunit": "~4.4" |
||
| 6296 | }, |
||
| 6297 | "type": "library", |
||
| 6298 | "extra": { |
||
| 6299 | "branch-alias": { |
||
| 6300 | "dev-master": "1.2.x-dev" |
||
| 6301 | } |
||
| 6302 | }, |
||
| 6303 | "autoload": { |
||
| 6304 | "classmap": [ |
||
| 6305 | "src/" |
||
| 6306 | ] |
||
| 6307 | }, |
||
| 6308 | "notification-url": "https://packagist.org/downloads/", |
||
| 6309 | "license": [ |
||
| 6310 | "BSD-3-Clause" |
||
| 6311 | ], |
||
| 6312 | "authors": [ |
||
| 6313 | { |
||
| 6314 | "name": "Jeff Welch", |
||
| 6315 | "email": "[email protected]" |
||
| 6316 | }, |
||
| 6317 | { |
||
| 6318 | "name": "Volker Dusch", |
||
| 6319 | "email": "[email protected]" |
||
| 6320 | }, |
||
| 6321 | { |
||
| 6322 | "name": "Bernhard Schussek", |
||
| 6323 | "email": "[email protected]" |
||
| 6324 | }, |
||
| 6325 | { |
||
| 6326 | "name": "Sebastian Bergmann", |
||
| 6327 | "email": "[email protected]" |
||
| 6328 | } |
||
| 6329 | ], |
||
| 6330 | "description": "Provides the functionality to compare PHP values for equality", |
||
| 6331 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
| 6332 | "keywords": [ |
||
| 6333 | "comparator", |
||
| 6334 | "compare", |
||
| 6335 | "equality" |
||
| 6336 | ], |
||
| 6337 | "time": "2015-07-26 15:48:44" |
||
| 6338 | }, |
||
| 6339 | { |
||
| 6340 | "name": "sebastian/diff", |
||
| 6341 | "version": "1.4.1", |
||
| 6342 | "source": { |
||
| 6343 | "type": "git", |
||
| 6344 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
| 6345 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
| 6346 | }, |
||
| 6347 | "dist": { |
||
| 6348 | "type": "zip", |
||
| 6349 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
| 6350 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
| 6351 | "shasum": "" |
||
| 6352 | }, |
||
| 6353 | "require": { |
||
| 6354 | "php": ">=5.3.3" |
||
| 6355 | }, |
||
| 6356 | "require-dev": { |
||
| 6357 | "phpunit/phpunit": "~4.8" |
||
| 6358 | }, |
||
| 6359 | "type": "library", |
||
| 6360 | "extra": { |
||
| 6361 | "branch-alias": { |
||
| 6362 | "dev-master": "1.4-dev" |
||
| 6363 | } |
||
| 6364 | }, |
||
| 6365 | "autoload": { |
||
| 6366 | "classmap": [ |
||
| 6367 | "src/" |
||
| 6368 | ] |
||
| 6369 | }, |
||
| 6370 | "notification-url": "https://packagist.org/downloads/", |
||
| 6371 | "license": [ |
||
| 6372 | "BSD-3-Clause" |
||
| 6373 | ], |
||
| 6374 | "authors": [ |
||
| 6375 | { |
||
| 6376 | "name": "Kore Nordmann", |
||
| 6377 | "email": "[email protected]" |
||
| 6378 | }, |
||
| 6379 | { |
||
| 6380 | "name": "Sebastian Bergmann", |
||
| 6381 | "email": "[email protected]" |
||
| 6382 | } |
||
| 6383 | ], |
||
| 6384 | "description": "Diff implementation", |
||
| 6385 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
| 6386 | "keywords": [ |
||
| 6387 | "diff" |
||
| 6388 | ], |
||
| 6389 | "time": "2015-12-08 07:14:41" |
||
| 6390 | }, |
||
| 6391 | { |
||
| 6392 | "name": "sebastian/environment", |
||
| 6393 | "version": "1.3.7", |
||
| 6394 | "source": { |
||
| 6395 | "type": "git", |
||
| 6396 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
| 6397 | "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716" |
||
| 6398 | }, |
||
| 6399 | "dist": { |
||
| 6400 | "type": "zip", |
||
| 6401 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716", |
||
| 6402 | "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716", |
||
| 6403 | "shasum": "" |
||
| 6404 | }, |
||
| 6405 | "require": { |
||
| 6406 | "php": ">=5.3.3" |
||
| 6407 | }, |
||
| 6408 | "require-dev": { |
||
| 6409 | "phpunit/phpunit": "~4.4" |
||
| 6410 | }, |
||
| 6411 | "type": "library", |
||
| 6412 | "extra": { |
||
| 6413 | "branch-alias": { |
||
| 6414 | "dev-master": "1.3.x-dev" |
||
| 6415 | } |
||
| 6416 | }, |
||
| 6417 | "autoload": { |
||
| 6418 | "classmap": [ |
||
| 6419 | "src/" |
||
| 6420 | ] |
||
| 6421 | }, |
||
| 6422 | "notification-url": "https://packagist.org/downloads/", |
||
| 6423 | "license": [ |
||
| 6424 | "BSD-3-Clause" |
||
| 6425 | ], |
||
| 6426 | "authors": [ |
||
| 6427 | { |
||
| 6428 | "name": "Sebastian Bergmann", |
||
| 6429 | "email": "[email protected]" |
||
| 6430 | } |
||
| 6431 | ], |
||
| 6432 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
| 6433 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
| 6434 | "keywords": [ |
||
| 6435 | "Xdebug", |
||
| 6436 | "environment", |
||
| 6437 | "hhvm" |
||
| 6438 | ], |
||
| 6439 | "time": "2016-05-17 03:18:57" |
||
| 6440 | }, |
||
| 6441 | { |
||
| 6442 | "name": "sebastian/exporter", |
||
| 6443 | "version": "1.2.1", |
||
| 6444 | "source": { |
||
| 6445 | "type": "git", |
||
| 6446 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
| 6447 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e" |
||
| 6448 | }, |
||
| 6449 | "dist": { |
||
| 6450 | "type": "zip", |
||
| 6451 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", |
||
| 6452 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e", |
||
| 6453 | "shasum": "" |
||
| 6454 | }, |
||
| 6455 | "require": { |
||
| 6456 | "php": ">=5.3.3", |
||
| 6457 | "sebastian/recursion-context": "~1.0" |
||
| 6458 | }, |
||
| 6459 | "require-dev": { |
||
| 6460 | "phpunit/phpunit": "~4.4" |
||
| 6461 | }, |
||
| 6462 | "type": "library", |
||
| 6463 | "extra": { |
||
| 6464 | "branch-alias": { |
||
| 6465 | "dev-master": "1.2.x-dev" |
||
| 6466 | } |
||
| 6467 | }, |
||
| 6468 | "autoload": { |
||
| 6469 | "classmap": [ |
||
| 6470 | "src/" |
||
| 6471 | ] |
||
| 6472 | }, |
||
| 6473 | "notification-url": "https://packagist.org/downloads/", |
||
| 6474 | "license": [ |
||
| 6475 | "BSD-3-Clause" |
||
| 6476 | ], |
||
| 6477 | "authors": [ |
||
| 6478 | { |
||
| 6479 | "name": "Jeff Welch", |
||
| 6480 | "email": "[email protected]" |
||
| 6481 | }, |
||
| 6482 | { |
||
| 6483 | "name": "Volker Dusch", |
||
| 6484 | "email": "[email protected]" |
||
| 6485 | }, |
||
| 6486 | { |
||
| 6487 | "name": "Bernhard Schussek", |
||
| 6488 | "email": "[email protected]" |
||
| 6489 | }, |
||
| 6490 | { |
||
| 6491 | "name": "Sebastian Bergmann", |
||
| 6492 | "email": "[email protected]" |
||
| 6493 | }, |
||
| 6494 | { |
||
| 6495 | "name": "Adam Harvey", |
||
| 6496 | "email": "[email protected]" |
||
| 6497 | } |
||
| 6498 | ], |
||
| 6499 | "description": "Provides the functionality to export PHP variables for visualization", |
||
| 6500 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
| 6501 | "keywords": [ |
||
| 6502 | "export", |
||
| 6503 | "exporter" |
||
| 6504 | ], |
||
| 6505 | "time": "2015-06-21 07:55:53" |
||
| 6506 | }, |
||
| 6507 | { |
||
| 6508 | "name": "sebastian/global-state", |
||
| 6509 | "version": "1.1.1", |
||
| 6510 | "source": { |
||
| 6511 | "type": "git", |
||
| 6512 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
| 6513 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
| 6514 | }, |
||
| 6515 | "dist": { |
||
| 6516 | "type": "zip", |
||
| 6517 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 6518 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 6519 | "shasum": "" |
||
| 6520 | }, |
||
| 6521 | "require": { |
||
| 6522 | "php": ">=5.3.3" |
||
| 6523 | }, |
||
| 6524 | "require-dev": { |
||
| 6525 | "phpunit/phpunit": "~4.2" |
||
| 6526 | }, |
||
| 6527 | "suggest": { |
||
| 6528 | "ext-uopz": "*" |
||
| 6529 | }, |
||
| 6530 | "type": "library", |
||
| 6531 | "extra": { |
||
| 6532 | "branch-alias": { |
||
| 6533 | "dev-master": "1.0-dev" |
||
| 6534 | } |
||
| 6535 | }, |
||
| 6536 | "autoload": { |
||
| 6537 | "classmap": [ |
||
| 6538 | "src/" |
||
| 6539 | ] |
||
| 6540 | }, |
||
| 6541 | "notification-url": "https://packagist.org/downloads/", |
||
| 6542 | "license": [ |
||
| 6543 | "BSD-3-Clause" |
||
| 6544 | ], |
||
| 6545 | "authors": [ |
||
| 6546 | { |
||
| 6547 | "name": "Sebastian Bergmann", |
||
| 6548 | "email": "[email protected]" |
||
| 6549 | } |
||
| 6550 | ], |
||
| 6551 | "description": "Snapshotting of global state", |
||
| 6552 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
| 6553 | "keywords": [ |
||
| 6554 | "global state" |
||
| 6555 | ], |
||
| 6556 | "time": "2015-10-12 03:26:01" |
||
| 6557 | }, |
||
| 6558 | { |
||
| 6559 | "name": "sebastian/object-enumerator", |
||
| 6560 | "version": "1.0.0", |
||
| 6561 | "source": { |
||
| 6562 | "type": "git", |
||
| 6563 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
| 6564 | "reference": "d4ca2fb70344987502567bc50081c03e6192fb26" |
||
| 6565 | }, |
||
| 6566 | "dist": { |
||
| 6567 | "type": "zip", |
||
| 6568 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26", |
||
| 6569 | "reference": "d4ca2fb70344987502567bc50081c03e6192fb26", |
||
| 6570 | "shasum": "" |
||
| 6571 | }, |
||
| 6572 | "require": { |
||
| 6573 | "php": ">=5.6", |
||
| 6574 | "sebastian/recursion-context": "~1.0" |
||
| 6575 | }, |
||
| 6576 | "require-dev": { |
||
| 6577 | "phpunit/phpunit": "~5" |
||
| 6578 | }, |
||
| 6579 | "type": "library", |
||
| 6580 | "extra": { |
||
| 6581 | "branch-alias": { |
||
| 6582 | "dev-master": "1.0.x-dev" |
||
| 6583 | } |
||
| 6584 | }, |
||
| 6585 | "autoload": { |
||
| 6586 | "classmap": [ |
||
| 6587 | "src/" |
||
| 6588 | ] |
||
| 6589 | }, |
||
| 6590 | "notification-url": "https://packagist.org/downloads/", |
||
| 6591 | "license": [ |
||
| 6592 | "BSD-3-Clause" |
||
| 6593 | ], |
||
| 6594 | "authors": [ |
||
| 6595 | { |
||
| 6596 | "name": "Sebastian Bergmann", |
||
| 6597 | "email": "[email protected]" |
||
| 6598 | } |
||
| 6599 | ], |
||
| 6600 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
| 6601 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
| 6602 | "time": "2016-01-28 13:25:10" |
||
| 6603 | }, |
||
| 6604 | { |
||
| 6605 | "name": "sebastian/recursion-context", |
||
| 6606 | "version": "1.0.2", |
||
| 6607 | "source": { |
||
| 6608 | "type": "git", |
||
| 6609 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
| 6610 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
||
| 6611 | }, |
||
| 6612 | "dist": { |
||
| 6613 | "type": "zip", |
||
| 6614 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
||
| 6615 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
||
| 6616 | "shasum": "" |
||
| 6617 | }, |
||
| 6618 | "require": { |
||
| 6619 | "php": ">=5.3.3" |
||
| 6620 | }, |
||
| 6621 | "require-dev": { |
||
| 6622 | "phpunit/phpunit": "~4.4" |
||
| 6623 | }, |
||
| 6624 | "type": "library", |
||
| 6625 | "extra": { |
||
| 6626 | "branch-alias": { |
||
| 6627 | "dev-master": "1.0.x-dev" |
||
| 6628 | } |
||
| 6629 | }, |
||
| 6630 | "autoload": { |
||
| 6631 | "classmap": [ |
||
| 6632 | "src/" |
||
| 6633 | ] |
||
| 6634 | }, |
||
| 6635 | "notification-url": "https://packagist.org/downloads/", |
||
| 6636 | "license": [ |
||
| 6637 | "BSD-3-Clause" |
||
| 6638 | ], |
||
| 6639 | "authors": [ |
||
| 6640 | { |
||
| 6641 | "name": "Jeff Welch", |
||
| 6642 | "email": "[email protected]" |
||
| 6643 | }, |
||
| 6644 | { |
||
| 6645 | "name": "Sebastian Bergmann", |
||
| 6646 | "email": "[email protected]" |
||
| 6647 | }, |
||
| 6648 | { |
||
| 6649 | "name": "Adam Harvey", |
||
| 6650 | "email": "[email protected]" |
||
| 6651 | } |
||
| 6652 | ], |
||
| 6653 | "description": "Provides functionality to recursively process PHP variables", |
||
| 6654 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
| 6655 | "time": "2015-11-11 19:50:13" |
||
| 6656 | }, |
||
| 6657 | { |
||
| 6658 | "name": "sebastian/resource-operations", |
||
| 6659 | "version": "1.0.0", |
||
| 6660 | "source": { |
||
| 6661 | "type": "git", |
||
| 6662 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
| 6663 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
| 6664 | }, |
||
| 6665 | "dist": { |
||
| 6666 | "type": "zip", |
||
| 6667 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 6668 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 6669 | "shasum": "" |
||
| 6670 | }, |
||
| 6671 | "require": { |
||
| 6672 | "php": ">=5.6.0" |
||
| 6673 | }, |
||
| 6674 | "type": "library", |
||
| 6675 | "extra": { |
||
| 6676 | "branch-alias": { |
||
| 6677 | "dev-master": "1.0.x-dev" |
||
| 6678 | } |
||
| 6679 | }, |
||
| 6680 | "autoload": { |
||
| 6681 | "classmap": [ |
||
| 6682 | "src/" |
||
| 6683 | ] |
||
| 6684 | }, |
||
| 6685 | "notification-url": "https://packagist.org/downloads/", |
||
| 6686 | "license": [ |
||
| 6687 | "BSD-3-Clause" |
||
| 6688 | ], |
||
| 6689 | "authors": [ |
||
| 6690 | { |
||
| 6691 | "name": "Sebastian Bergmann", |
||
| 6692 | "email": "[email protected]" |
||
| 6693 | } |
||
| 6694 | ], |
||
| 6695 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
| 6696 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
| 6697 | "time": "2015-07-28 20:34:47" |
||
| 6698 | }, |
||
| 6699 | { |
||
| 6700 | "name": "sebastian/version", |
||
| 6701 | "version": "2.0.0", |
||
| 6702 | "source": { |
||
| 6703 | "type": "git", |
||
| 6704 | "url": "https://github.com/sebastianbergmann/version.git", |
||
| 6705 | "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5" |
||
| 6706 | }, |
||
| 6707 | "dist": { |
||
| 6708 | "type": "zip", |
||
| 6709 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", |
||
| 6710 | "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", |
||
| 6711 | "shasum": "" |
||
| 6712 | }, |
||
| 6713 | "require": { |
||
| 6714 | "php": ">=5.6" |
||
| 6715 | }, |
||
| 6716 | "type": "library", |
||
| 6717 | "extra": { |
||
| 6718 | "branch-alias": { |
||
| 6719 | "dev-master": "2.0.x-dev" |
||
| 6720 | } |
||
| 6721 | }, |
||
| 6722 | "autoload": { |
||
| 6723 | "classmap": [ |
||
| 6724 | "src/" |
||
| 6725 | ] |
||
| 6726 | }, |
||
| 6727 | "notification-url": "https://packagist.org/downloads/", |
||
| 6728 | "license": [ |
||
| 6729 | "BSD-3-Clause" |
||
| 6730 | ], |
||
| 6731 | "authors": [ |
||
| 6732 | { |
||
| 6733 | "name": "Sebastian Bergmann", |
||
| 6734 | "email": "[email protected]", |
||
| 6735 | "role": "lead" |
||
| 6736 | } |
||
| 6737 | ], |
||
| 6738 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
| 6739 | "homepage": "https://github.com/sebastianbergmann/version", |
||
| 6740 | "time": "2016-02-04 12:56:52" |
||
| 6741 | }, |
||
| 6742 | { |
||
| 6743 | "name": "squizlabs/php_codesniffer", |
||
| 6744 | "version": "2.6.1", |
||
| 6745 | "source": { |
||
| 6746 | "type": "git", |
||
| 6747 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
| 6748 | "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d" |
||
| 6749 | }, |
||
| 6750 | "dist": { |
||
| 6751 | "type": "zip", |
||
| 6752 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/fb72ed32f8418db5e7770be1653e62e0d6f5dd3d", |
||
| 6753 | "reference": "fb72ed32f8418db5e7770be1653e62e0d6f5dd3d", |
||
| 6754 | "shasum": "" |
||
| 6755 | }, |
||
| 6756 | "require": { |
||
| 6757 | "ext-simplexml": "*", |
||
| 6758 | "ext-tokenizer": "*", |
||
| 6759 | "ext-xmlwriter": "*", |
||
| 6760 | "php": ">=5.1.2" |
||
| 6761 | }, |
||
| 6762 | "require-dev": { |
||
| 6763 | "phpunit/phpunit": "~4.0" |
||
| 6764 | }, |
||
| 6765 | "bin": [ |
||
| 6766 | "scripts/phpcs", |
||
| 6767 | "scripts/phpcbf" |
||
| 6768 | ], |
||
| 6769 | "type": "library", |
||
| 6770 | "extra": { |
||
| 6771 | "branch-alias": { |
||
| 6772 | "dev-master": "2.x-dev" |
||
| 6773 | } |
||
| 6774 | }, |
||
| 6775 | "autoload": { |
||
| 6776 | "classmap": [ |
||
| 6777 | "CodeSniffer.php", |
||
| 6778 | "CodeSniffer/CLI.php", |
||
| 6779 | "CodeSniffer/Exception.php", |
||
| 6780 | "CodeSniffer/File.php", |
||
| 6781 | "CodeSniffer/Fixer.php", |
||
| 6782 | "CodeSniffer/Report.php", |
||
| 6783 | "CodeSniffer/Reporting.php", |
||
| 6784 | "CodeSniffer/Sniff.php", |
||
| 6785 | "CodeSniffer/Tokens.php", |
||
| 6786 | "CodeSniffer/Reports/", |
||
| 6787 | "CodeSniffer/Tokenizers/", |
||
| 6788 | "CodeSniffer/DocGenerators/", |
||
| 6789 | "CodeSniffer/Standards/AbstractPatternSniff.php", |
||
| 6790 | "CodeSniffer/Standards/AbstractScopeSniff.php", |
||
| 6791 | "CodeSniffer/Standards/AbstractVariableSniff.php", |
||
| 6792 | "CodeSniffer/Standards/IncorrectPatternException.php", |
||
| 6793 | "CodeSniffer/Standards/Generic/Sniffs/", |
||
| 6794 | "CodeSniffer/Standards/MySource/Sniffs/", |
||
| 6795 | "CodeSniffer/Standards/PEAR/Sniffs/", |
||
| 6796 | "CodeSniffer/Standards/PSR1/Sniffs/", |
||
| 6797 | "CodeSniffer/Standards/PSR2/Sniffs/", |
||
| 6798 | "CodeSniffer/Standards/Squiz/Sniffs/", |
||
| 6799 | "CodeSniffer/Standards/Zend/Sniffs/" |
||
| 6800 | ] |
||
| 6801 | }, |
||
| 6802 | "notification-url": "https://packagist.org/downloads/", |
||
| 6803 | "license": [ |
||
| 6804 | "BSD-3-Clause" |
||
| 6805 | ], |
||
| 6806 | "authors": [ |
||
| 6807 | { |
||
| 6808 | "name": "Greg Sherwood", |
||
| 6809 | "role": "lead" |
||
| 6810 | } |
||
| 6811 | ], |
||
| 6812 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
| 6813 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
| 6814 | "keywords": [ |
||
| 6815 | "phpcs", |
||
| 6816 | "standards" |
||
| 6817 | ], |
||
| 6818 | "time": "2016-05-30 22:24:32" |
||
| 6819 | }, |
||
| 6820 | { |
||
| 6821 | "name": "symfony/phpunit-bridge", |
||
| 6822 | "version": "v3.1.1", |
||
| 6823 | "source": { |
||
| 6824 | "type": "git", |
||
| 6825 | "url": "https://github.com/symfony/phpunit-bridge.git", |
||
| 6826 | "reference": "f5e7cdc9b5cd3f7d9b0228692cd6ec5736c3b074" |
||
| 6827 | }, |
||
| 6828 | "dist": { |
||
| 6829 | "type": "zip", |
||
| 6830 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/f5e7cdc9b5cd3f7d9b0228692cd6ec5736c3b074", |
||
| 6831 | "reference": "f5e7cdc9b5cd3f7d9b0228692cd6ec5736c3b074", |
||
| 6832 | "shasum": "" |
||
| 6833 | }, |
||
| 6834 | "require": { |
||
| 6835 | "php": ">=5.3.3" |
||
| 6836 | }, |
||
| 6837 | "suggest": { |
||
| 6838 | "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" |
||
| 6839 | }, |
||
| 6840 | "type": "symfony-bridge", |
||
| 6841 | "extra": { |
||
| 6842 | "branch-alias": { |
||
| 6843 | "dev-master": "3.1-dev" |
||
| 6844 | } |
||
| 6845 | }, |
||
| 6846 | "autoload": { |
||
| 6847 | "files": [ |
||
| 6848 | "bootstrap.php" |
||
| 6849 | ], |
||
| 6850 | "psr-4": { |
||
| 6851 | "Symfony\\Bridge\\PhpUnit\\": "" |
||
| 6852 | }, |
||
| 6853 | "exclude-from-classmap": [ |
||
| 6854 | "/Tests/" |
||
| 6855 | ] |
||
| 6856 | }, |
||
| 6857 | "notification-url": "https://packagist.org/downloads/", |
||
| 6858 | "license": [ |
||
| 6859 | "MIT" |
||
| 6860 | ], |
||
| 6861 | "authors": [ |
||
| 6862 | { |
||
| 6863 | "name": "Nicolas Grekas", |
||
| 6864 | "email": "[email protected]" |
||
| 6865 | }, |
||
| 6866 | { |
||
| 6867 | "name": "Symfony Community", |
||
| 6868 | "homepage": "https://symfony.com/contributors" |
||
| 6869 | } |
||
| 6870 | ], |
||
| 6871 | "description": "Symfony PHPUnit Bridge", |
||
| 6872 | "homepage": "https://symfony.com", |
||
| 6873 | "time": "2016-04-12 18:27:47" |
||
| 6874 | }, |
||
| 6875 | { |
||
| 6876 | "name": "webmozart/assert", |
||
| 6877 | "version": "1.0.2", |
||
| 6878 | "source": { |
||
| 6879 | "type": "git", |
||
| 6880 | "url": "https://github.com/webmozart/assert.git", |
||
| 6881 | "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde" |
||
| 6882 | }, |
||
| 6883 | "dist": { |
||
| 6884 | "type": "zip", |
||
| 6885 | "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", |
||
| 6886 | "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde", |
||
| 6887 | "shasum": "" |
||
| 6888 | }, |
||
| 6889 | "require": { |
||
| 6890 | "php": ">=5.3.3" |
||
| 6891 | }, |
||
| 6892 | "require-dev": { |
||
| 6893 | "phpunit/phpunit": "^4.6" |
||
| 6894 | }, |
||
| 6895 | "type": "library", |
||
| 6896 | "extra": { |
||
| 6897 | "branch-alias": { |
||
| 6898 | "dev-master": "1.0-dev" |
||
| 6899 | } |
||
| 6900 | }, |
||
| 6901 | "autoload": { |
||
| 6902 | "psr-4": { |
||
| 6903 | "Webmozart\\Assert\\": "src/" |
||
| 6904 | } |
||
| 6905 | }, |
||
| 6906 | "notification-url": "https://packagist.org/downloads/", |
||
| 6907 | "license": [ |
||
| 6908 | "MIT" |
||
| 6909 | ], |
||
| 6910 | "authors": [ |
||
| 6911 | { |
||
| 6912 | "name": "Bernhard Schussek", |
||
| 6913 | "email": "[email protected]" |
||
| 6914 | } |
||
| 6915 | ], |
||
| 6916 | "description": "Assertions to validate method input/output with nice error messages.", |
||
| 6917 | "keywords": [ |
||
| 6918 | "assert", |
||
| 6919 | "check", |
||
| 6920 | "validate" |
||
| 6921 | ], |
||
| 6922 | "time": "2015-08-24 13:29:44" |
||
| 6923 | } |
||
| 6924 | ], |
||
| 6925 | "aliases": [], |
||
| 6926 | "minimum-stability": "dev", |
||
| 6927 | "stability-flags": { |
||
| 6928 | "lapistano/proxy-object": 20 |
||
| 6929 | }, |
||
| 6930 | "prefer-stable": true, |
||
| 6931 | "prefer-lowest": false, |
||
| 6932 | "platform": { |
||
| 6933 | "php": ">=5.6" |
||
| 6934 | }, |
||
| 6935 | "platform-dev": [] |
||
| 6936 | } |
||
| 6937 |