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