studiomado /
query-bundle
| 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 | "content-hash": "a834ec8d8bb8aba35efdefc21e2c64e8", |
||
| 8 | "packages": [ |
||
| 9 | { |
||
| 10 | "name": "doctrine/annotations", |
||
| 11 | "version": "v1.6.0", |
||
| 12 | "source": { |
||
| 13 | "type": "git", |
||
| 14 | "url": "https://github.com/doctrine/annotations.git", |
||
| 15 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5" |
||
| 16 | }, |
||
| 17 | "dist": { |
||
| 18 | "type": "zip", |
||
| 19 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
| 20 | "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", |
||
| 21 | "shasum": "" |
||
| 22 | }, |
||
| 23 | "require": { |
||
| 24 | "doctrine/lexer": "1.*", |
||
| 25 | "php": "^7.1" |
||
| 26 | }, |
||
| 27 | "require-dev": { |
||
| 28 | "doctrine/cache": "1.*", |
||
| 29 | "phpunit/phpunit": "^6.4" |
||
| 30 | }, |
||
| 31 | "type": "library", |
||
| 32 | "extra": { |
||
| 33 | "branch-alias": { |
||
| 34 | "dev-master": "1.6.x-dev" |
||
| 35 | } |
||
| 36 | }, |
||
| 37 | "autoload": { |
||
| 38 | "psr-4": { |
||
| 39 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
| 40 | } |
||
| 41 | }, |
||
| 42 | "notification-url": "https://packagist.org/downloads/", |
||
| 43 | "license": [ |
||
| 44 | "MIT" |
||
| 45 | ], |
||
| 46 | "authors": [ |
||
| 47 | { |
||
| 48 | "name": "Roman Borschel", |
||
| 49 | "email": "[email protected]" |
||
| 50 | }, |
||
| 51 | { |
||
| 52 | "name": "Benjamin Eberlei", |
||
| 53 | "email": "[email protected]" |
||
| 54 | }, |
||
| 55 | { |
||
| 56 | "name": "Guilherme Blanco", |
||
| 57 | "email": "[email protected]" |
||
| 58 | }, |
||
| 59 | { |
||
| 60 | "name": "Jonathan Wage", |
||
| 61 | "email": "[email protected]" |
||
| 62 | }, |
||
| 63 | { |
||
| 64 | "name": "Johannes Schmitt", |
||
| 65 | "email": "[email protected]" |
||
| 66 | } |
||
| 67 | ], |
||
| 68 | "description": "Docblock Annotations Parser", |
||
| 69 | "homepage": "http://www.doctrine-project.org", |
||
| 70 | "keywords": [ |
||
| 71 | "annotations", |
||
| 72 | "docblock", |
||
| 73 | "parser" |
||
| 74 | ], |
||
| 75 | "time": "2017-12-06T07:11:42+00:00" |
||
| 76 | }, |
||
| 77 | { |
||
| 78 | "name": "doctrine/cache", |
||
| 79 | "version": "v1.7.1", |
||
| 80 | "source": { |
||
| 81 | "type": "git", |
||
| 82 | "url": "https://github.com/doctrine/cache.git", |
||
| 83 | "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a" |
||
| 84 | }, |
||
| 85 | "dist": { |
||
| 86 | "type": "zip", |
||
| 87 | "url": "https://api.github.com/repos/doctrine/cache/zipball/b3217d58609e9c8e661cd41357a54d926c4a2a1a", |
||
| 88 | "reference": "b3217d58609e9c8e661cd41357a54d926c4a2a1a", |
||
| 89 | "shasum": "" |
||
| 90 | }, |
||
| 91 | "require": { |
||
| 92 | "php": "~7.1" |
||
| 93 | }, |
||
| 94 | "conflict": { |
||
| 95 | "doctrine/common": ">2.2,<2.4" |
||
| 96 | }, |
||
| 97 | "require-dev": { |
||
| 98 | "alcaeus/mongo-php-adapter": "^1.1", |
||
| 99 | "mongodb/mongodb": "^1.1", |
||
| 100 | "phpunit/phpunit": "^5.7", |
||
| 101 | "predis/predis": "~1.0" |
||
| 102 | }, |
||
| 103 | "suggest": { |
||
| 104 | "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" |
||
| 105 | }, |
||
| 106 | "type": "library", |
||
| 107 | "extra": { |
||
| 108 | "branch-alias": { |
||
| 109 | "dev-master": "1.7.x-dev" |
||
| 110 | } |
||
| 111 | }, |
||
| 112 | "autoload": { |
||
| 113 | "psr-4": { |
||
| 114 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
| 115 | } |
||
| 116 | }, |
||
| 117 | "notification-url": "https://packagist.org/downloads/", |
||
| 118 | "license": [ |
||
| 119 | "MIT" |
||
| 120 | ], |
||
| 121 | "authors": [ |
||
| 122 | { |
||
| 123 | "name": "Roman Borschel", |
||
| 124 | "email": "[email protected]" |
||
| 125 | }, |
||
| 126 | { |
||
| 127 | "name": "Benjamin Eberlei", |
||
| 128 | "email": "[email protected]" |
||
| 129 | }, |
||
| 130 | { |
||
| 131 | "name": "Guilherme Blanco", |
||
| 132 | "email": "[email protected]" |
||
| 133 | }, |
||
| 134 | { |
||
| 135 | "name": "Jonathan Wage", |
||
| 136 | "email": "[email protected]" |
||
| 137 | }, |
||
| 138 | { |
||
| 139 | "name": "Johannes Schmitt", |
||
| 140 | "email": "[email protected]" |
||
| 141 | } |
||
| 142 | ], |
||
| 143 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
| 144 | "homepage": "http://www.doctrine-project.org", |
||
| 145 | "keywords": [ |
||
| 146 | "cache", |
||
| 147 | "caching" |
||
| 148 | ], |
||
| 149 | "time": "2017-08-25T07:02:50+00:00" |
||
| 150 | }, |
||
| 151 | { |
||
| 152 | "name": "doctrine/collections", |
||
| 153 | "version": "v1.5.0", |
||
| 154 | "source": { |
||
| 155 | "type": "git", |
||
| 156 | "url": "https://github.com/doctrine/collections.git", |
||
| 157 | "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf" |
||
| 158 | }, |
||
| 159 | "dist": { |
||
| 160 | "type": "zip", |
||
| 161 | "url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf", |
||
| 162 | "reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf", |
||
| 163 | "shasum": "" |
||
| 164 | }, |
||
| 165 | "require": { |
||
| 166 | "php": "^7.1" |
||
| 167 | }, |
||
| 168 | "require-dev": { |
||
| 169 | "doctrine/coding-standard": "~0.1@dev", |
||
| 170 | "phpunit/phpunit": "^5.7" |
||
| 171 | }, |
||
| 172 | "type": "library", |
||
| 173 | "extra": { |
||
| 174 | "branch-alias": { |
||
| 175 | "dev-master": "1.3.x-dev" |
||
| 176 | } |
||
| 177 | }, |
||
| 178 | "autoload": { |
||
| 179 | "psr-0": { |
||
| 180 | "Doctrine\\Common\\Collections\\": "lib/" |
||
| 181 | } |
||
| 182 | }, |
||
| 183 | "notification-url": "https://packagist.org/downloads/", |
||
| 184 | "license": [ |
||
| 185 | "MIT" |
||
| 186 | ], |
||
| 187 | "authors": [ |
||
| 188 | { |
||
| 189 | "name": "Roman Borschel", |
||
| 190 | "email": "[email protected]" |
||
| 191 | }, |
||
| 192 | { |
||
| 193 | "name": "Benjamin Eberlei", |
||
| 194 | "email": "[email protected]" |
||
| 195 | }, |
||
| 196 | { |
||
| 197 | "name": "Guilherme Blanco", |
||
| 198 | "email": "[email protected]" |
||
| 199 | }, |
||
| 200 | { |
||
| 201 | "name": "Jonathan Wage", |
||
| 202 | "email": "[email protected]" |
||
| 203 | }, |
||
| 204 | { |
||
| 205 | "name": "Johannes Schmitt", |
||
| 206 | "email": "[email protected]" |
||
| 207 | } |
||
| 208 | ], |
||
| 209 | "description": "Collections Abstraction library", |
||
| 210 | "homepage": "http://www.doctrine-project.org", |
||
| 211 | "keywords": [ |
||
| 212 | "array", |
||
| 213 | "collections", |
||
| 214 | "iterator" |
||
| 215 | ], |
||
| 216 | "time": "2017-07-22T10:37:32+00:00" |
||
| 217 | }, |
||
| 218 | { |
||
| 219 | "name": "doctrine/common", |
||
| 220 | "version": "v2.8.1", |
||
| 221 | "source": { |
||
| 222 | "type": "git", |
||
| 223 | "url": "https://github.com/doctrine/common.git", |
||
| 224 | "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66" |
||
| 225 | }, |
||
| 226 | "dist": { |
||
| 227 | "type": "zip", |
||
| 228 | "url": "https://api.github.com/repos/doctrine/common/zipball/f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", |
||
| 229 | "reference": "f68c297ce6455e8fd794aa8ffaf9fa458f6ade66", |
||
| 230 | "shasum": "" |
||
| 231 | }, |
||
| 232 | "require": { |
||
| 233 | "doctrine/annotations": "1.*", |
||
| 234 | "doctrine/cache": "1.*", |
||
| 235 | "doctrine/collections": "1.*", |
||
| 236 | "doctrine/inflector": "1.*", |
||
| 237 | "doctrine/lexer": "1.*", |
||
| 238 | "php": "~7.1" |
||
| 239 | }, |
||
| 240 | "require-dev": { |
||
| 241 | "phpunit/phpunit": "^5.7" |
||
| 242 | }, |
||
| 243 | "type": "library", |
||
| 244 | "extra": { |
||
| 245 | "branch-alias": { |
||
| 246 | "dev-master": "2.8.x-dev" |
||
| 247 | } |
||
| 248 | }, |
||
| 249 | "autoload": { |
||
| 250 | "psr-4": { |
||
| 251 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
| 252 | } |
||
| 253 | }, |
||
| 254 | "notification-url": "https://packagist.org/downloads/", |
||
| 255 | "license": [ |
||
| 256 | "MIT" |
||
| 257 | ], |
||
| 258 | "authors": [ |
||
| 259 | { |
||
| 260 | "name": "Roman Borschel", |
||
| 261 | "email": "[email protected]" |
||
| 262 | }, |
||
| 263 | { |
||
| 264 | "name": "Benjamin Eberlei", |
||
| 265 | "email": "[email protected]" |
||
| 266 | }, |
||
| 267 | { |
||
| 268 | "name": "Guilherme Blanco", |
||
| 269 | "email": "[email protected]" |
||
| 270 | }, |
||
| 271 | { |
||
| 272 | "name": "Jonathan Wage", |
||
| 273 | "email": "[email protected]" |
||
| 274 | }, |
||
| 275 | { |
||
| 276 | "name": "Johannes Schmitt", |
||
| 277 | "email": "[email protected]" |
||
| 278 | } |
||
| 279 | ], |
||
| 280 | "description": "Common Library for Doctrine projects", |
||
| 281 | "homepage": "http://www.doctrine-project.org", |
||
| 282 | "keywords": [ |
||
| 283 | "annotations", |
||
| 284 | "collections", |
||
| 285 | "eventmanager", |
||
| 286 | "persistence", |
||
| 287 | "spl" |
||
| 288 | ], |
||
| 289 | "time": "2017-08-31T08:43:38+00:00" |
||
| 290 | }, |
||
| 291 | { |
||
| 292 | "name": "doctrine/dbal", |
||
| 293 | "version": "v2.6.3", |
||
| 294 | "source": { |
||
| 295 | "type": "git", |
||
| 296 | "url": "https://github.com/doctrine/dbal.git", |
||
| 297 | "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13" |
||
| 298 | }, |
||
| 299 | "dist": { |
||
| 300 | "type": "zip", |
||
| 301 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/e3eed9b1facbb0ced3a0995244843a189e7d1b13", |
||
| 302 | "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13", |
||
| 303 | "shasum": "" |
||
| 304 | }, |
||
| 305 | "require": { |
||
| 306 | "doctrine/common": "^2.7.1", |
||
| 307 | "ext-pdo": "*", |
||
| 308 | "php": "^7.1" |
||
| 309 | }, |
||
| 310 | "require-dev": { |
||
| 311 | "phpunit/phpunit": "^5.4.6", |
||
| 312 | "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", |
||
| 313 | "symfony/console": "2.*||^3.0" |
||
| 314 | }, |
||
| 315 | "suggest": { |
||
| 316 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
| 317 | }, |
||
| 318 | "bin": [ |
||
| 319 | "bin/doctrine-dbal" |
||
| 320 | ], |
||
| 321 | "type": "library", |
||
| 322 | "extra": { |
||
| 323 | "branch-alias": { |
||
| 324 | "dev-master": "2.6.x-dev" |
||
| 325 | } |
||
| 326 | }, |
||
| 327 | "autoload": { |
||
| 328 | "psr-0": { |
||
| 329 | "Doctrine\\DBAL\\": "lib/" |
||
| 330 | } |
||
| 331 | }, |
||
| 332 | "notification-url": "https://packagist.org/downloads/", |
||
| 333 | "license": [ |
||
| 334 | "MIT" |
||
| 335 | ], |
||
| 336 | "authors": [ |
||
| 337 | { |
||
| 338 | "name": "Roman Borschel", |
||
| 339 | "email": "[email protected]" |
||
| 340 | }, |
||
| 341 | { |
||
| 342 | "name": "Benjamin Eberlei", |
||
| 343 | "email": "[email protected]" |
||
| 344 | }, |
||
| 345 | { |
||
| 346 | "name": "Guilherme Blanco", |
||
| 347 | "email": "[email protected]" |
||
| 348 | }, |
||
| 349 | { |
||
| 350 | "name": "Jonathan Wage", |
||
| 351 | "email": "[email protected]" |
||
| 352 | } |
||
| 353 | ], |
||
| 354 | "description": "Database Abstraction Layer", |
||
| 355 | "homepage": "http://www.doctrine-project.org", |
||
| 356 | "keywords": [ |
||
| 357 | "database", |
||
| 358 | "dbal", |
||
| 359 | "persistence", |
||
| 360 | "queryobject" |
||
| 361 | ], |
||
| 362 | "time": "2017-11-19T13:38:54+00:00" |
||
| 363 | }, |
||
| 364 | { |
||
| 365 | "name": "doctrine/inflector", |
||
| 366 | "version": "v1.3.0", |
||
| 367 | "source": { |
||
| 368 | "type": "git", |
||
| 369 | "url": "https://github.com/doctrine/inflector.git", |
||
| 370 | "reference": "5527a48b7313d15261292c149e55e26eae771b0a" |
||
| 371 | }, |
||
| 372 | "dist": { |
||
| 373 | "type": "zip", |
||
| 374 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", |
||
| 375 | "reference": "5527a48b7313d15261292c149e55e26eae771b0a", |
||
| 376 | "shasum": "" |
||
| 377 | }, |
||
| 378 | "require": { |
||
| 379 | "php": "^7.1" |
||
| 380 | }, |
||
| 381 | "require-dev": { |
||
| 382 | "phpunit/phpunit": "^6.2" |
||
| 383 | }, |
||
| 384 | "type": "library", |
||
| 385 | "extra": { |
||
| 386 | "branch-alias": { |
||
| 387 | "dev-master": "1.3.x-dev" |
||
| 388 | } |
||
| 389 | }, |
||
| 390 | "autoload": { |
||
| 391 | "psr-4": { |
||
| 392 | "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" |
||
| 393 | } |
||
| 394 | }, |
||
| 395 | "notification-url": "https://packagist.org/downloads/", |
||
| 396 | "license": [ |
||
| 397 | "MIT" |
||
| 398 | ], |
||
| 399 | "authors": [ |
||
| 400 | { |
||
| 401 | "name": "Roman Borschel", |
||
| 402 | "email": "[email protected]" |
||
| 403 | }, |
||
| 404 | { |
||
| 405 | "name": "Benjamin Eberlei", |
||
| 406 | "email": "[email protected]" |
||
| 407 | }, |
||
| 408 | { |
||
| 409 | "name": "Guilherme Blanco", |
||
| 410 | "email": "[email protected]" |
||
| 411 | }, |
||
| 412 | { |
||
| 413 | "name": "Jonathan Wage", |
||
| 414 | "email": "[email protected]" |
||
| 415 | }, |
||
| 416 | { |
||
| 417 | "name": "Johannes Schmitt", |
||
| 418 | "email": "[email protected]" |
||
| 419 | } |
||
| 420 | ], |
||
| 421 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
| 422 | "homepage": "http://www.doctrine-project.org", |
||
| 423 | "keywords": [ |
||
| 424 | "inflection", |
||
| 425 | "pluralize", |
||
| 426 | "singularize", |
||
| 427 | "string" |
||
| 428 | ], |
||
| 429 | "time": "2018-01-09T20:05:19+00:00" |
||
| 430 | }, |
||
| 431 | { |
||
| 432 | "name": "doctrine/instantiator", |
||
| 433 | "version": "1.1.0", |
||
| 434 | "source": { |
||
| 435 | "type": "git", |
||
| 436 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 437 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" |
||
| 438 | }, |
||
| 439 | "dist": { |
||
| 440 | "type": "zip", |
||
| 441 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
| 442 | "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
||
| 443 | "shasum": "" |
||
| 444 | }, |
||
| 445 | "require": { |
||
| 446 | "php": "^7.1" |
||
| 447 | }, |
||
| 448 | "require-dev": { |
||
| 449 | "athletic/athletic": "~0.1.8", |
||
| 450 | "ext-pdo": "*", |
||
| 451 | "ext-phar": "*", |
||
| 452 | "phpunit/phpunit": "^6.2.3", |
||
| 453 | "squizlabs/php_codesniffer": "^3.0.2" |
||
| 454 | }, |
||
| 455 | "type": "library", |
||
| 456 | "extra": { |
||
| 457 | "branch-alias": { |
||
| 458 | "dev-master": "1.2.x-dev" |
||
| 459 | } |
||
| 460 | }, |
||
| 461 | "autoload": { |
||
| 462 | "psr-4": { |
||
| 463 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
| 464 | } |
||
| 465 | }, |
||
| 466 | "notification-url": "https://packagist.org/downloads/", |
||
| 467 | "license": [ |
||
| 468 | "MIT" |
||
| 469 | ], |
||
| 470 | "authors": [ |
||
| 471 | { |
||
| 472 | "name": "Marco Pivetta", |
||
| 473 | "email": "[email protected]", |
||
| 474 | "homepage": "http://ocramius.github.com/" |
||
| 475 | } |
||
| 476 | ], |
||
| 477 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 478 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 479 | "keywords": [ |
||
| 480 | "constructor", |
||
| 481 | "instantiate" |
||
| 482 | ], |
||
| 483 | "time": "2017-07-22T11:58:36+00:00" |
||
| 484 | }, |
||
| 485 | { |
||
| 486 | "name": "doctrine/lexer", |
||
| 487 | "version": "v1.0.1", |
||
| 488 | "source": { |
||
| 489 | "type": "git", |
||
| 490 | "url": "https://github.com/doctrine/lexer.git", |
||
| 491 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
| 492 | }, |
||
| 493 | "dist": { |
||
| 494 | "type": "zip", |
||
| 495 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 496 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 497 | "shasum": "" |
||
| 498 | }, |
||
| 499 | "require": { |
||
| 500 | "php": ">=5.3.2" |
||
| 501 | }, |
||
| 502 | "type": "library", |
||
| 503 | "extra": { |
||
| 504 | "branch-alias": { |
||
| 505 | "dev-master": "1.0.x-dev" |
||
| 506 | } |
||
| 507 | }, |
||
| 508 | "autoload": { |
||
| 509 | "psr-0": { |
||
| 510 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 511 | } |
||
| 512 | }, |
||
| 513 | "notification-url": "https://packagist.org/downloads/", |
||
| 514 | "license": [ |
||
| 515 | "MIT" |
||
| 516 | ], |
||
| 517 | "authors": [ |
||
| 518 | { |
||
| 519 | "name": "Roman Borschel", |
||
| 520 | "email": "[email protected]" |
||
| 521 | }, |
||
| 522 | { |
||
| 523 | "name": "Guilherme Blanco", |
||
| 524 | "email": "[email protected]" |
||
| 525 | }, |
||
| 526 | { |
||
| 527 | "name": "Johannes Schmitt", |
||
| 528 | "email": "[email protected]" |
||
| 529 | } |
||
| 530 | ], |
||
| 531 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 532 | "homepage": "http://www.doctrine-project.org", |
||
| 533 | "keywords": [ |
||
| 534 | "lexer", |
||
| 535 | "parser" |
||
| 536 | ], |
||
| 537 | "time": "2014-09-09T13:34:57+00:00" |
||
| 538 | }, |
||
| 539 | { |
||
| 540 | "name": "doctrine/orm", |
||
| 541 | "version": "v2.6.0", |
||
| 542 | "source": { |
||
| 543 | "type": "git", |
||
| 544 | "url": "https://github.com/doctrine/doctrine2.git", |
||
| 545 | "reference": "374e7ace49d864dad8cddbc55346447c8a6a2083" |
||
| 546 | }, |
||
| 547 | "dist": { |
||
| 548 | "type": "zip", |
||
| 549 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/374e7ace49d864dad8cddbc55346447c8a6a2083", |
||
| 550 | "reference": "374e7ace49d864dad8cddbc55346447c8a6a2083", |
||
| 551 | "shasum": "" |
||
| 552 | }, |
||
| 553 | "require": { |
||
| 554 | "doctrine/annotations": "~1.5", |
||
| 555 | "doctrine/cache": "~1.6", |
||
| 556 | "doctrine/collections": "^1.4", |
||
| 557 | "doctrine/common": "^2.7.1", |
||
| 558 | "doctrine/dbal": "^2.6", |
||
| 559 | "doctrine/instantiator": "~1.1", |
||
| 560 | "ext-pdo": "*", |
||
| 561 | "php": "^7.1", |
||
| 562 | "symfony/console": "~3.0|~4.0" |
||
| 563 | }, |
||
| 564 | "require-dev": { |
||
| 565 | "doctrine/coding-standard": "^1.0", |
||
| 566 | "phpunit/phpunit": "^6.5", |
||
| 567 | "squizlabs/php_codesniffer": "^3.2", |
||
| 568 | "symfony/yaml": "~3.4|~4.0" |
||
| 569 | }, |
||
| 570 | "suggest": { |
||
| 571 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
| 572 | }, |
||
| 573 | "bin": [ |
||
| 574 | "bin/doctrine" |
||
| 575 | ], |
||
| 576 | "type": "library", |
||
| 577 | "extra": { |
||
| 578 | "branch-alias": { |
||
| 579 | "dev-master": "2.6.x-dev" |
||
| 580 | } |
||
| 581 | }, |
||
| 582 | "autoload": { |
||
| 583 | "psr-4": { |
||
| 584 | "Doctrine\\ORM\\": "lib/Doctrine/ORM" |
||
| 585 | } |
||
| 586 | }, |
||
| 587 | "notification-url": "https://packagist.org/downloads/", |
||
| 588 | "license": [ |
||
| 589 | "MIT" |
||
| 590 | ], |
||
| 591 | "authors": [ |
||
| 592 | { |
||
| 593 | "name": "Roman Borschel", |
||
| 594 | "email": "[email protected]" |
||
| 595 | }, |
||
| 596 | { |
||
| 597 | "name": "Benjamin Eberlei", |
||
| 598 | "email": "[email protected]" |
||
| 599 | }, |
||
| 600 | { |
||
| 601 | "name": "Guilherme Blanco", |
||
| 602 | "email": "[email protected]" |
||
| 603 | }, |
||
| 604 | { |
||
| 605 | "name": "Jonathan Wage", |
||
| 606 | "email": "[email protected]" |
||
| 607 | }, |
||
| 608 | { |
||
| 609 | "name": "Marco Pivetta", |
||
| 610 | "email": "[email protected]" |
||
| 611 | } |
||
| 612 | ], |
||
| 613 | "description": "Object-Relational-Mapper for PHP", |
||
| 614 | "homepage": "http://www.doctrine-project.org", |
||
| 615 | "keywords": [ |
||
| 616 | "database", |
||
| 617 | "orm" |
||
| 618 | ], |
||
| 619 | "time": "2017-12-20T00:38:15+00:00" |
||
| 620 | }, |
||
| 621 | { |
||
| 622 | "name": "jms/metadata", |
||
| 623 | "version": "1.6.0", |
||
| 624 | "source": { |
||
| 625 | "type": "git", |
||
| 626 | "url": "https://github.com/schmittjoh/metadata.git", |
||
| 627 | "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab" |
||
| 628 | }, |
||
| 629 | "dist": { |
||
| 630 | "type": "zip", |
||
| 631 | "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab", |
||
| 632 | "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab", |
||
| 633 | "shasum": "" |
||
| 634 | }, |
||
| 635 | "require": { |
||
| 636 | "php": ">=5.3.0" |
||
| 637 | }, |
||
| 638 | "require-dev": { |
||
| 639 | "doctrine/cache": "~1.0", |
||
| 640 | "symfony/cache": "~3.1" |
||
| 641 | }, |
||
| 642 | "type": "library", |
||
| 643 | "extra": { |
||
| 644 | "branch-alias": { |
||
| 645 | "dev-master": "1.5.x-dev" |
||
| 646 | } |
||
| 647 | }, |
||
| 648 | "autoload": { |
||
| 649 | "psr-0": { |
||
| 650 | "Metadata\\": "src/" |
||
| 651 | } |
||
| 652 | }, |
||
| 653 | "notification-url": "https://packagist.org/downloads/", |
||
| 654 | "license": [ |
||
| 655 | "Apache-2.0" |
||
| 656 | ], |
||
| 657 | "authors": [ |
||
| 658 | { |
||
| 659 | "name": "Johannes M. Schmitt", |
||
| 660 | "email": "[email protected]" |
||
| 661 | } |
||
| 662 | ], |
||
| 663 | "description": "Class/method/property metadata management in PHP", |
||
| 664 | "keywords": [ |
||
| 665 | "annotations", |
||
| 666 | "metadata", |
||
| 667 | "xml", |
||
| 668 | "yaml" |
||
| 669 | ], |
||
| 670 | "time": "2016-12-05T10:18:33+00:00" |
||
| 671 | }, |
||
| 672 | { |
||
| 673 | "name": "jms/parser-lib", |
||
| 674 | "version": "1.0.0", |
||
| 675 | "source": { |
||
| 676 | "type": "git", |
||
| 677 | "url": "https://github.com/schmittjoh/parser-lib.git", |
||
| 678 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" |
||
| 679 | }, |
||
| 680 | "dist": { |
||
| 681 | "type": "zip", |
||
| 682 | "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
| 683 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
| 684 | "shasum": "" |
||
| 685 | }, |
||
| 686 | "require": { |
||
| 687 | "phpoption/phpoption": ">=0.9,<2.0-dev" |
||
| 688 | }, |
||
| 689 | "type": "library", |
||
| 690 | "extra": { |
||
| 691 | "branch-alias": { |
||
| 692 | "dev-master": "1.0-dev" |
||
| 693 | } |
||
| 694 | }, |
||
| 695 | "autoload": { |
||
| 696 | "psr-0": { |
||
| 697 | "JMS\\": "src/" |
||
| 698 | } |
||
| 699 | }, |
||
| 700 | "notification-url": "https://packagist.org/downloads/", |
||
| 701 | "license": [ |
||
| 702 | "Apache2" |
||
| 703 | ], |
||
| 704 | "description": "A library for easily creating recursive-descent parsers.", |
||
| 705 | "time": "2012-11-18T18:08:43+00:00" |
||
| 706 | }, |
||
| 707 | { |
||
| 708 | "name": "jms/serializer", |
||
| 709 | "version": "1.10.0", |
||
| 710 | "source": { |
||
| 711 | "type": "git", |
||
| 712 | "url": "https://github.com/schmittjoh/serializer.git", |
||
| 713 | "reference": "62c7ff6d61f8692eac8be024c542b3d9d0ab8c8a" |
||
| 714 | }, |
||
| 715 | "dist": { |
||
| 716 | "type": "zip", |
||
| 717 | "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/62c7ff6d61f8692eac8be024c542b3d9d0ab8c8a", |
||
| 718 | "reference": "62c7ff6d61f8692eac8be024c542b3d9d0ab8c8a", |
||
| 719 | "shasum": "" |
||
| 720 | }, |
||
| 721 | "require": { |
||
| 722 | "doctrine/annotations": "^1.0", |
||
| 723 | "doctrine/instantiator": "^1.0.3", |
||
| 724 | "jms/metadata": "~1.1", |
||
| 725 | "jms/parser-lib": "1.*", |
||
| 726 | "php": ">=5.5.0", |
||
| 727 | "phpcollection/phpcollection": "~0.1", |
||
| 728 | "phpoption/phpoption": "^1.1" |
||
| 729 | }, |
||
| 730 | "conflict": { |
||
| 731 | "jms/serializer-bundle": "<1.2.1", |
||
| 732 | "twig/twig": "<1.12" |
||
| 733 | }, |
||
| 734 | "require-dev": { |
||
| 735 | "doctrine/orm": "~2.1", |
||
| 736 | "doctrine/phpcr-odm": "^1.3|^2.0", |
||
| 737 | "ext-pdo_sqlite": "*", |
||
| 738 | "jackalope/jackalope-doctrine-dbal": "^1.1.5", |
||
| 739 | "phpunit/phpunit": "^4.8|^5.0", |
||
| 740 | "propel/propel1": "~1.7", |
||
| 741 | "psr/container": "^1.0", |
||
| 742 | "symfony/dependency-injection": "^2.7|^3.3|^4.0", |
||
| 743 | "symfony/expression-language": "^2.6|^3.0", |
||
| 744 | "symfony/filesystem": "^2.1", |
||
| 745 | "symfony/form": "~2.1|^3.0", |
||
| 746 | "symfony/translation": "^2.1|^3.0", |
||
| 747 | "symfony/validator": "^2.2|^3.0", |
||
| 748 | "symfony/yaml": "^2.1|^3.0", |
||
| 749 | "twig/twig": "~1.12|~2.0" |
||
| 750 | }, |
||
| 751 | "suggest": { |
||
| 752 | "doctrine/cache": "Required if you like to use cache functionality.", |
||
| 753 | "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.", |
||
| 754 | "symfony/yaml": "Required if you'd like to serialize data to YAML format." |
||
| 755 | }, |
||
| 756 | "type": "library", |
||
| 757 | "extra": { |
||
| 758 | "branch-alias": { |
||
| 759 | "dev-master": "1.10-dev" |
||
| 760 | } |
||
| 761 | }, |
||
| 762 | "autoload": { |
||
| 763 | "psr-0": { |
||
| 764 | "JMS\\Serializer": "src/" |
||
| 765 | } |
||
| 766 | }, |
||
| 767 | "notification-url": "https://packagist.org/downloads/", |
||
| 768 | "license": [ |
||
| 769 | "Apache-2.0" |
||
| 770 | ], |
||
| 771 | "authors": [ |
||
| 772 | { |
||
| 773 | "name": "Asmir Mustafic", |
||
| 774 | "email": "[email protected]" |
||
| 775 | }, |
||
| 776 | { |
||
| 777 | "name": "Johannes M. Schmitt", |
||
| 778 | "email": "[email protected]" |
||
| 779 | } |
||
| 780 | ], |
||
| 781 | "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", |
||
| 782 | "homepage": "http://jmsyst.com/libs/serializer", |
||
| 783 | "keywords": [ |
||
| 784 | "deserialization", |
||
| 785 | "jaxb", |
||
| 786 | "json", |
||
| 787 | "serialization", |
||
| 788 | "xml" |
||
| 789 | ], |
||
| 790 | "time": "2017-11-30T18:23:40+00:00" |
||
| 791 | }, |
||
| 792 | { |
||
| 793 | "name": "pagerfanta/pagerfanta", |
||
| 794 | "version": "v1.0.5", |
||
| 795 | "source": { |
||
| 796 | "type": "git", |
||
| 797 | "url": "https://github.com/whiteoctober/Pagerfanta.git", |
||
| 798 | "reference": "29aade64addfdfb12c05aabf160f09d1aea6b143" |
||
| 799 | }, |
||
| 800 | "dist": { |
||
| 801 | "type": "zip", |
||
| 802 | "url": "https://api.github.com/repos/whiteoctober/Pagerfanta/zipball/29aade64addfdfb12c05aabf160f09d1aea6b143", |
||
| 803 | "reference": "29aade64addfdfb12c05aabf160f09d1aea6b143", |
||
| 804 | "shasum": "" |
||
| 805 | }, |
||
| 806 | "require": { |
||
| 807 | "php": ">=5.3.0" |
||
| 808 | }, |
||
| 809 | "require-dev": { |
||
| 810 | "doctrine/orm": "~2.3", |
||
| 811 | "doctrine/phpcr-odm": "1.*", |
||
| 812 | "jackalope/jackalope-doctrine-dbal": "1.*", |
||
| 813 | "jmikola/geojson": "~1.0", |
||
| 814 | "mandango/mandango": "~1.0@dev", |
||
| 815 | "mandango/mondator": "~1.0@dev", |
||
| 816 | "phpunit/phpunit": "~4 | ~5", |
||
| 817 | "propel/propel": "~2.0@dev", |
||
| 818 | "propel/propel1": "~1.6", |
||
| 819 | "ruflin/elastica": "~1.3", |
||
| 820 | "solarium/solarium": "~3.1" |
||
| 821 | }, |
||
| 822 | "suggest": { |
||
| 823 | "doctrine/mongodb-odm": "To use the DoctrineODMMongoDBAdapter.", |
||
| 824 | "doctrine/orm": "To use the DoctrineORMAdapter.", |
||
| 825 | "doctrine/phpcr-odm": "To use the DoctrineODMPhpcrAdapter. >= 1.1.0", |
||
| 826 | "mandango/mandango": "To use the MandangoAdapter.", |
||
| 827 | "propel/propel": "To use the Propel2Adapter", |
||
| 828 | "propel/propel1": "To use the PropelAdapter", |
||
| 829 | "solarium/solarium": "To use the SolariumAdapter." |
||
| 830 | }, |
||
| 831 | "type": "library", |
||
| 832 | "extra": { |
||
| 833 | "branch-alias": { |
||
| 834 | "dev-master": "1.0.x-dev" |
||
| 835 | } |
||
| 836 | }, |
||
| 837 | "autoload": { |
||
| 838 | "psr-0": { |
||
| 839 | "Pagerfanta\\": "src/" |
||
| 840 | } |
||
| 841 | }, |
||
| 842 | "notification-url": "https://packagist.org/downloads/", |
||
| 843 | "license": [ |
||
| 844 | "MIT" |
||
| 845 | ], |
||
| 846 | "authors": [ |
||
| 847 | { |
||
| 848 | "name": "Pablo Díez", |
||
| 849 | "email": "[email protected]" |
||
| 850 | } |
||
| 851 | ], |
||
| 852 | "description": "Pagination for PHP 5.3", |
||
| 853 | "keywords": [ |
||
| 854 | "page", |
||
| 855 | "pagination", |
||
| 856 | "paginator", |
||
| 857 | "paging" |
||
| 858 | ], |
||
| 859 | "time": "2017-03-20T13:46:15+00:00" |
||
| 860 | }, |
||
| 861 | { |
||
| 862 | "name": "paragonie/random_compat", |
||
| 863 | "version": "v2.0.11", |
||
| 864 | "source": { |
||
| 865 | "type": "git", |
||
| 866 | "url": "https://github.com/paragonie/random_compat.git", |
||
| 867 | "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8" |
||
| 868 | }, |
||
| 869 | "dist": { |
||
| 870 | "type": "zip", |
||
| 871 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8", |
||
| 872 | "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8", |
||
| 873 | "shasum": "" |
||
| 874 | }, |
||
| 875 | "require": { |
||
| 876 | "php": ">=5.2.0" |
||
| 877 | }, |
||
| 878 | "require-dev": { |
||
| 879 | "phpunit/phpunit": "4.*|5.*" |
||
| 880 | }, |
||
| 881 | "suggest": { |
||
| 882 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
| 883 | }, |
||
| 884 | "type": "library", |
||
| 885 | "autoload": { |
||
| 886 | "files": [ |
||
| 887 | "lib/random.php" |
||
| 888 | ] |
||
| 889 | }, |
||
| 890 | "notification-url": "https://packagist.org/downloads/", |
||
| 891 | "license": [ |
||
| 892 | "MIT" |
||
| 893 | ], |
||
| 894 | "authors": [ |
||
| 895 | { |
||
| 896 | "name": "Paragon Initiative Enterprises", |
||
| 897 | "email": "[email protected]", |
||
| 898 | "homepage": "https://paragonie.com" |
||
| 899 | } |
||
| 900 | ], |
||
| 901 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
| 902 | "keywords": [ |
||
| 903 | "csprng", |
||
| 904 | "pseudorandom", |
||
| 905 | "random" |
||
| 906 | ], |
||
| 907 | "time": "2017-09-27T21:40:39+00:00" |
||
| 908 | }, |
||
| 909 | { |
||
| 910 | "name": "phpcollection/phpcollection", |
||
| 911 | "version": "0.5.0", |
||
| 912 | "source": { |
||
| 913 | "type": "git", |
||
| 914 | "url": "https://github.com/schmittjoh/php-collection.git", |
||
| 915 | "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6" |
||
| 916 | }, |
||
| 917 | "dist": { |
||
| 918 | "type": "zip", |
||
| 919 | "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", |
||
| 920 | "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", |
||
| 921 | "shasum": "" |
||
| 922 | }, |
||
| 923 | "require": { |
||
| 924 | "phpoption/phpoption": "1.*" |
||
| 925 | }, |
||
| 926 | "type": "library", |
||
| 927 | "extra": { |
||
| 928 | "branch-alias": { |
||
| 929 | "dev-master": "0.4-dev" |
||
| 930 | } |
||
| 931 | }, |
||
| 932 | "autoload": { |
||
| 933 | "psr-0": { |
||
| 934 | "PhpCollection": "src/" |
||
| 935 | } |
||
| 936 | }, |
||
| 937 | "notification-url": "https://packagist.org/downloads/", |
||
| 938 | "license": [ |
||
| 939 | "Apache2" |
||
| 940 | ], |
||
| 941 | "authors": [ |
||
| 942 | { |
||
| 943 | "name": "Johannes M. Schmitt", |
||
| 944 | "email": "[email protected]" |
||
| 945 | } |
||
| 946 | ], |
||
| 947 | "description": "General-Purpose Collection Library for PHP", |
||
| 948 | "keywords": [ |
||
| 949 | "collection", |
||
| 950 | "list", |
||
| 951 | "map", |
||
| 952 | "sequence", |
||
| 953 | "set" |
||
| 954 | ], |
||
| 955 | "time": "2015-05-17T12:39:23+00:00" |
||
| 956 | }, |
||
| 957 | { |
||
| 958 | "name": "phpoption/phpoption", |
||
| 959 | "version": "1.5.0", |
||
| 960 | "source": { |
||
| 961 | "type": "git", |
||
| 962 | "url": "https://github.com/schmittjoh/php-option.git", |
||
| 963 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" |
||
| 964 | }, |
||
| 965 | "dist": { |
||
| 966 | "type": "zip", |
||
| 967 | "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
| 968 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
| 969 | "shasum": "" |
||
| 970 | }, |
||
| 971 | "require": { |
||
| 972 | "php": ">=5.3.0" |
||
| 973 | }, |
||
| 974 | "require-dev": { |
||
| 975 | "phpunit/phpunit": "4.7.*" |
||
| 976 | }, |
||
| 977 | "type": "library", |
||
| 978 | "extra": { |
||
| 979 | "branch-alias": { |
||
| 980 | "dev-master": "1.3-dev" |
||
| 981 | } |
||
| 982 | }, |
||
| 983 | "autoload": { |
||
| 984 | "psr-0": { |
||
| 985 | "PhpOption\\": "src/" |
||
| 986 | } |
||
| 987 | }, |
||
| 988 | "notification-url": "https://packagist.org/downloads/", |
||
| 989 | "license": [ |
||
| 990 | "Apache2" |
||
| 991 | ], |
||
| 992 | "authors": [ |
||
| 993 | { |
||
| 994 | "name": "Johannes M. Schmitt", |
||
| 995 | "email": "[email protected]" |
||
| 996 | } |
||
| 997 | ], |
||
| 998 | "description": "Option Type for PHP", |
||
| 999 | "keywords": [ |
||
| 1000 | "language", |
||
| 1001 | "option", |
||
| 1002 | "php", |
||
| 1003 | "type" |
||
| 1004 | ], |
||
| 1005 | "time": "2015-07-25T16:39:46+00:00" |
||
| 1006 | }, |
||
| 1007 | { |
||
| 1008 | "name": "psr/cache", |
||
| 1009 | "version": "1.0.1", |
||
| 1010 | "source": { |
||
| 1011 | "type": "git", |
||
| 1012 | "url": "https://github.com/php-fig/cache.git", |
||
| 1013 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
||
| 1014 | }, |
||
| 1015 | "dist": { |
||
| 1016 | "type": "zip", |
||
| 1017 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
| 1018 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
| 1019 | "shasum": "" |
||
| 1020 | }, |
||
| 1021 | "require": { |
||
| 1022 | "php": ">=5.3.0" |
||
| 1023 | }, |
||
| 1024 | "type": "library", |
||
| 1025 | "extra": { |
||
| 1026 | "branch-alias": { |
||
| 1027 | "dev-master": "1.0.x-dev" |
||
| 1028 | } |
||
| 1029 | }, |
||
| 1030 | "autoload": { |
||
| 1031 | "psr-4": { |
||
| 1032 | "Psr\\Cache\\": "src/" |
||
| 1033 | } |
||
| 1034 | }, |
||
| 1035 | "notification-url": "https://packagist.org/downloads/", |
||
| 1036 | "license": [ |
||
| 1037 | "MIT" |
||
| 1038 | ], |
||
| 1039 | "authors": [ |
||
| 1040 | { |
||
| 1041 | "name": "PHP-FIG", |
||
| 1042 | "homepage": "http://www.php-fig.org/" |
||
| 1043 | } |
||
| 1044 | ], |
||
| 1045 | "description": "Common interface for caching libraries", |
||
| 1046 | "keywords": [ |
||
| 1047 | "cache", |
||
| 1048 | "psr", |
||
| 1049 | "psr-6" |
||
| 1050 | ], |
||
| 1051 | "time": "2016-08-06T20:24:11+00:00" |
||
| 1052 | }, |
||
| 1053 | { |
||
| 1054 | "name": "psr/container", |
||
| 1055 | "version": "1.0.0", |
||
| 1056 | "source": { |
||
| 1057 | "type": "git", |
||
| 1058 | "url": "https://github.com/php-fig/container.git", |
||
| 1059 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
| 1060 | }, |
||
| 1061 | "dist": { |
||
| 1062 | "type": "zip", |
||
| 1063 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
| 1064 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
| 1065 | "shasum": "" |
||
| 1066 | }, |
||
| 1067 | "require": { |
||
| 1068 | "php": ">=5.3.0" |
||
| 1069 | }, |
||
| 1070 | "type": "library", |
||
| 1071 | "extra": { |
||
| 1072 | "branch-alias": { |
||
| 1073 | "dev-master": "1.0.x-dev" |
||
| 1074 | } |
||
| 1075 | }, |
||
| 1076 | "autoload": { |
||
| 1077 | "psr-4": { |
||
| 1078 | "Psr\\Container\\": "src/" |
||
| 1079 | } |
||
| 1080 | }, |
||
| 1081 | "notification-url": "https://packagist.org/downloads/", |
||
| 1082 | "license": [ |
||
| 1083 | "MIT" |
||
| 1084 | ], |
||
| 1085 | "authors": [ |
||
| 1086 | { |
||
| 1087 | "name": "PHP-FIG", |
||
| 1088 | "homepage": "http://www.php-fig.org/" |
||
| 1089 | } |
||
| 1090 | ], |
||
| 1091 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
| 1092 | "homepage": "https://github.com/php-fig/container", |
||
| 1093 | "keywords": [ |
||
| 1094 | "PSR-11", |
||
| 1095 | "container", |
||
| 1096 | "container-interface", |
||
| 1097 | "container-interop", |
||
| 1098 | "psr" |
||
| 1099 | ], |
||
| 1100 | "time": "2017-02-14T16:28:37+00:00" |
||
| 1101 | }, |
||
| 1102 | { |
||
| 1103 | "name": "psr/log", |
||
| 1104 | "version": "1.0.2", |
||
| 1105 | "source": { |
||
| 1106 | "type": "git", |
||
| 1107 | "url": "https://github.com/php-fig/log.git", |
||
| 1108 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
| 1109 | }, |
||
| 1110 | "dist": { |
||
| 1111 | "type": "zip", |
||
| 1112 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 1113 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 1114 | "shasum": "" |
||
| 1115 | }, |
||
| 1116 | "require": { |
||
| 1117 | "php": ">=5.3.0" |
||
| 1118 | }, |
||
| 1119 | "type": "library", |
||
| 1120 | "extra": { |
||
| 1121 | "branch-alias": { |
||
| 1122 | "dev-master": "1.0.x-dev" |
||
| 1123 | } |
||
| 1124 | }, |
||
| 1125 | "autoload": { |
||
| 1126 | "psr-4": { |
||
| 1127 | "Psr\\Log\\": "Psr/Log/" |
||
| 1128 | } |
||
| 1129 | }, |
||
| 1130 | "notification-url": "https://packagist.org/downloads/", |
||
| 1131 | "license": [ |
||
| 1132 | "MIT" |
||
| 1133 | ], |
||
| 1134 | "authors": [ |
||
| 1135 | { |
||
| 1136 | "name": "PHP-FIG", |
||
| 1137 | "homepage": "http://www.php-fig.org/" |
||
| 1138 | } |
||
| 1139 | ], |
||
| 1140 | "description": "Common interface for logging libraries", |
||
| 1141 | "homepage": "https://github.com/php-fig/log", |
||
| 1142 | "keywords": [ |
||
| 1143 | "log", |
||
| 1144 | "psr", |
||
| 1145 | "psr-3" |
||
| 1146 | ], |
||
| 1147 | "time": "2016-10-10T12:19:37+00:00" |
||
| 1148 | }, |
||
| 1149 | { |
||
| 1150 | "name": "psr/simple-cache", |
||
| 1151 | "version": "1.0.0", |
||
| 1152 | "source": { |
||
| 1153 | "type": "git", |
||
| 1154 | "url": "https://github.com/php-fig/simple-cache.git", |
||
| 1155 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24" |
||
| 1156 | }, |
||
| 1157 | "dist": { |
||
| 1158 | "type": "zip", |
||
| 1159 | "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
| 1160 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
| 1161 | "shasum": "" |
||
| 1162 | }, |
||
| 1163 | "require": { |
||
| 1164 | "php": ">=5.3.0" |
||
| 1165 | }, |
||
| 1166 | "type": "library", |
||
| 1167 | "extra": { |
||
| 1168 | "branch-alias": { |
||
| 1169 | "dev-master": "1.0.x-dev" |
||
| 1170 | } |
||
| 1171 | }, |
||
| 1172 | "autoload": { |
||
| 1173 | "psr-4": { |
||
| 1174 | "Psr\\SimpleCache\\": "src/" |
||
| 1175 | } |
||
| 1176 | }, |
||
| 1177 | "notification-url": "https://packagist.org/downloads/", |
||
| 1178 | "license": [ |
||
| 1179 | "MIT" |
||
| 1180 | ], |
||
| 1181 | "authors": [ |
||
| 1182 | { |
||
| 1183 | "name": "PHP-FIG", |
||
| 1184 | "homepage": "http://www.php-fig.org/" |
||
| 1185 | } |
||
| 1186 | ], |
||
| 1187 | "description": "Common interfaces for simple caching", |
||
| 1188 | "keywords": [ |
||
| 1189 | "cache", |
||
| 1190 | "caching", |
||
| 1191 | "psr", |
||
| 1192 | "psr-16", |
||
| 1193 | "simple-cache" |
||
| 1194 | ], |
||
| 1195 | "time": "2017-01-02T13:31:39+00:00" |
||
| 1196 | }, |
||
| 1197 | { |
||
| 1198 | "name": "symfony/cache", |
||
| 1199 | "version": "v3.4.3", |
||
| 1200 | "source": { |
||
| 1201 | "type": "git", |
||
| 1202 | "url": "https://github.com/symfony/cache.git", |
||
| 1203 | "reference": "5725378078bc4e1fe3c3414e9cc0e63d7de47fff" |
||
| 1204 | }, |
||
| 1205 | "dist": { |
||
| 1206 | "type": "zip", |
||
| 1207 | "url": "https://api.github.com/repos/symfony/cache/zipball/5725378078bc4e1fe3c3414e9cc0e63d7de47fff", |
||
| 1208 | "reference": "5725378078bc4e1fe3c3414e9cc0e63d7de47fff", |
||
| 1209 | "shasum": "" |
||
| 1210 | }, |
||
| 1211 | "require": { |
||
| 1212 | "php": "^5.5.9|>=7.0.8", |
||
| 1213 | "psr/cache": "~1.0", |
||
| 1214 | "psr/log": "~1.0", |
||
| 1215 | "psr/simple-cache": "^1.0", |
||
| 1216 | "symfony/polyfill-apcu": "~1.1" |
||
| 1217 | }, |
||
| 1218 | "conflict": { |
||
| 1219 | "symfony/var-dumper": "<3.3" |
||
| 1220 | }, |
||
| 1221 | "provide": { |
||
| 1222 | "psr/cache-implementation": "1.0", |
||
| 1223 | "psr/simple-cache-implementation": "1.0" |
||
| 1224 | }, |
||
| 1225 | "require-dev": { |
||
| 1226 | "cache/integration-tests": "dev-master", |
||
| 1227 | "doctrine/cache": "~1.6", |
||
| 1228 | "doctrine/dbal": "~2.4", |
||
| 1229 | "predis/predis": "~1.0" |
||
| 1230 | }, |
||
| 1231 | "type": "library", |
||
| 1232 | "extra": { |
||
| 1233 | "branch-alias": { |
||
| 1234 | "dev-master": "3.4-dev" |
||
| 1235 | } |
||
| 1236 | }, |
||
| 1237 | "autoload": { |
||
| 1238 | "psr-4": { |
||
| 1239 | "Symfony\\Component\\Cache\\": "" |
||
| 1240 | }, |
||
| 1241 | "exclude-from-classmap": [ |
||
| 1242 | "/Tests/" |
||
| 1243 | ] |
||
| 1244 | }, |
||
| 1245 | "notification-url": "https://packagist.org/downloads/", |
||
| 1246 | "license": [ |
||
| 1247 | "MIT" |
||
| 1248 | ], |
||
| 1249 | "authors": [ |
||
| 1250 | { |
||
| 1251 | "name": "Nicolas Grekas", |
||
| 1252 | "email": "[email protected]" |
||
| 1253 | }, |
||
| 1254 | { |
||
| 1255 | "name": "Symfony Community", |
||
| 1256 | "homepage": "https://symfony.com/contributors" |
||
| 1257 | } |
||
| 1258 | ], |
||
| 1259 | "description": "Symfony Cache component with PSR-6, PSR-16, and tags", |
||
| 1260 | "homepage": "https://symfony.com", |
||
| 1261 | "keywords": [ |
||
| 1262 | "caching", |
||
| 1263 | "psr6" |
||
| 1264 | ], |
||
| 1265 | "time": "2018-01-03T17:14:19+00:00" |
||
| 1266 | }, |
||
| 1267 | { |
||
| 1268 | "name": "symfony/config", |
||
| 1269 | "version": "v3.4.3", |
||
| 1270 | "source": { |
||
| 1271 | "type": "git", |
||
| 1272 | "url": "https://github.com/symfony/config.git", |
||
| 1273 | "reference": "cfd5c972f7b4992a5df41673d25d980ab077aa5b" |
||
| 1274 | }, |
||
| 1275 | "dist": { |
||
| 1276 | "type": "zip", |
||
| 1277 | "url": "https://api.github.com/repos/symfony/config/zipball/cfd5c972f7b4992a5df41673d25d980ab077aa5b", |
||
| 1278 | "reference": "cfd5c972f7b4992a5df41673d25d980ab077aa5b", |
||
| 1279 | "shasum": "" |
||
| 1280 | }, |
||
| 1281 | "require": { |
||
| 1282 | "php": "^5.5.9|>=7.0.8", |
||
| 1283 | "symfony/filesystem": "~2.8|~3.0|~4.0" |
||
| 1284 | }, |
||
| 1285 | "conflict": { |
||
| 1286 | "symfony/dependency-injection": "<3.3", |
||
| 1287 | "symfony/finder": "<3.3" |
||
| 1288 | }, |
||
| 1289 | "require-dev": { |
||
| 1290 | "symfony/dependency-injection": "~3.3|~4.0", |
||
| 1291 | "symfony/finder": "~3.3|~4.0", |
||
| 1292 | "symfony/yaml": "~3.0|~4.0" |
||
| 1293 | }, |
||
| 1294 | "suggest": { |
||
| 1295 | "symfony/yaml": "To use the yaml reference dumper" |
||
| 1296 | }, |
||
| 1297 | "type": "library", |
||
| 1298 | "extra": { |
||
| 1299 | "branch-alias": { |
||
| 1300 | "dev-master": "3.4-dev" |
||
| 1301 | } |
||
| 1302 | }, |
||
| 1303 | "autoload": { |
||
| 1304 | "psr-4": { |
||
| 1305 | "Symfony\\Component\\Config\\": "" |
||
| 1306 | }, |
||
| 1307 | "exclude-from-classmap": [ |
||
| 1308 | "/Tests/" |
||
| 1309 | ] |
||
| 1310 | }, |
||
| 1311 | "notification-url": "https://packagist.org/downloads/", |
||
| 1312 | "license": [ |
||
| 1313 | "MIT" |
||
| 1314 | ], |
||
| 1315 | "authors": [ |
||
| 1316 | { |
||
| 1317 | "name": "Fabien Potencier", |
||
| 1318 | "email": "[email protected]" |
||
| 1319 | }, |
||
| 1320 | { |
||
| 1321 | "name": "Symfony Community", |
||
| 1322 | "homepage": "https://symfony.com/contributors" |
||
| 1323 | } |
||
| 1324 | ], |
||
| 1325 | "description": "Symfony Config Component", |
||
| 1326 | "homepage": "https://symfony.com", |
||
| 1327 | "time": "2018-01-03T07:37:34+00:00" |
||
| 1328 | }, |
||
| 1329 | { |
||
| 1330 | "name": "symfony/console", |
||
| 1331 | "version": "v3.4.3", |
||
| 1332 | "source": { |
||
| 1333 | "type": "git", |
||
| 1334 | "url": "https://github.com/symfony/console.git", |
||
| 1335 | "reference": "8394c8ef121949e8f858f13bc1e34f05169e4e7d" |
||
| 1336 | }, |
||
| 1337 | "dist": { |
||
| 1338 | "type": "zip", |
||
| 1339 | "url": "https://api.github.com/repos/symfony/console/zipball/8394c8ef121949e8f858f13bc1e34f05169e4e7d", |
||
| 1340 | "reference": "8394c8ef121949e8f858f13bc1e34f05169e4e7d", |
||
| 1341 | "shasum": "" |
||
| 1342 | }, |
||
| 1343 | "require": { |
||
| 1344 | "php": "^5.5.9|>=7.0.8", |
||
| 1345 | "symfony/debug": "~2.8|~3.0|~4.0", |
||
| 1346 | "symfony/polyfill-mbstring": "~1.0" |
||
| 1347 | }, |
||
| 1348 | "conflict": { |
||
| 1349 | "symfony/dependency-injection": "<3.4", |
||
| 1350 | "symfony/process": "<3.3" |
||
| 1351 | }, |
||
| 1352 | "require-dev": { |
||
| 1353 | "psr/log": "~1.0", |
||
| 1354 | "symfony/config": "~3.3|~4.0", |
||
| 1355 | "symfony/dependency-injection": "~3.4|~4.0", |
||
| 1356 | "symfony/event-dispatcher": "~2.8|~3.0|~4.0", |
||
| 1357 | "symfony/lock": "~3.4|~4.0", |
||
| 1358 | "symfony/process": "~3.3|~4.0" |
||
| 1359 | }, |
||
| 1360 | "suggest": { |
||
| 1361 | "psr/log": "For using the console logger", |
||
| 1362 | "symfony/event-dispatcher": "", |
||
| 1363 | "symfony/lock": "", |
||
| 1364 | "symfony/process": "" |
||
| 1365 | }, |
||
| 1366 | "type": "library", |
||
| 1367 | "extra": { |
||
| 1368 | "branch-alias": { |
||
| 1369 | "dev-master": "3.4-dev" |
||
| 1370 | } |
||
| 1371 | }, |
||
| 1372 | "autoload": { |
||
| 1373 | "psr-4": { |
||
| 1374 | "Symfony\\Component\\Console\\": "" |
||
| 1375 | }, |
||
| 1376 | "exclude-from-classmap": [ |
||
| 1377 | "/Tests/" |
||
| 1378 | ] |
||
| 1379 | }, |
||
| 1380 | "notification-url": "https://packagist.org/downloads/", |
||
| 1381 | "license": [ |
||
| 1382 | "MIT" |
||
| 1383 | ], |
||
| 1384 | "authors": [ |
||
| 1385 | { |
||
| 1386 | "name": "Fabien Potencier", |
||
| 1387 | "email": "[email protected]" |
||
| 1388 | }, |
||
| 1389 | { |
||
| 1390 | "name": "Symfony Community", |
||
| 1391 | "homepage": "https://symfony.com/contributors" |
||
| 1392 | } |
||
| 1393 | ], |
||
| 1394 | "description": "Symfony Console Component", |
||
| 1395 | "homepage": "https://symfony.com", |
||
| 1396 | "time": "2018-01-03T07:37:34+00:00" |
||
| 1397 | }, |
||
| 1398 | { |
||
| 1399 | "name": "symfony/debug", |
||
| 1400 | "version": "v3.4.3", |
||
| 1401 | "source": { |
||
| 1402 | "type": "git", |
||
| 1403 | "url": "https://github.com/symfony/debug.git", |
||
| 1404 | "reference": "603b95dda8b00020e4e6e60dc906e7b715b1c245" |
||
| 1405 | }, |
||
| 1406 | "dist": { |
||
| 1407 | "type": "zip", |
||
| 1408 | "url": "https://api.github.com/repos/symfony/debug/zipball/603b95dda8b00020e4e6e60dc906e7b715b1c245", |
||
| 1409 | "reference": "603b95dda8b00020e4e6e60dc906e7b715b1c245", |
||
| 1410 | "shasum": "" |
||
| 1411 | }, |
||
| 1412 | "require": { |
||
| 1413 | "php": "^5.5.9|>=7.0.8", |
||
| 1414 | "psr/log": "~1.0" |
||
| 1415 | }, |
||
| 1416 | "conflict": { |
||
| 1417 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
| 1418 | }, |
||
| 1419 | "require-dev": { |
||
| 1420 | "symfony/http-kernel": "~2.8|~3.0|~4.0" |
||
| 1421 | }, |
||
| 1422 | "type": "library", |
||
| 1423 | "extra": { |
||
| 1424 | "branch-alias": { |
||
| 1425 | "dev-master": "3.4-dev" |
||
| 1426 | } |
||
| 1427 | }, |
||
| 1428 | "autoload": { |
||
| 1429 | "psr-4": { |
||
| 1430 | "Symfony\\Component\\Debug\\": "" |
||
| 1431 | }, |
||
| 1432 | "exclude-from-classmap": [ |
||
| 1433 | "/Tests/" |
||
| 1434 | ] |
||
| 1435 | }, |
||
| 1436 | "notification-url": "https://packagist.org/downloads/", |
||
| 1437 | "license": [ |
||
| 1438 | "MIT" |
||
| 1439 | ], |
||
| 1440 | "authors": [ |
||
| 1441 | { |
||
| 1442 | "name": "Fabien Potencier", |
||
| 1443 | "email": "[email protected]" |
||
| 1444 | }, |
||
| 1445 | { |
||
| 1446 | "name": "Symfony Community", |
||
| 1447 | "homepage": "https://symfony.com/contributors" |
||
| 1448 | } |
||
| 1449 | ], |
||
| 1450 | "description": "Symfony Debug Component", |
||
| 1451 | "homepage": "https://symfony.com", |
||
| 1452 | "time": "2018-01-03T17:14:19+00:00" |
||
| 1453 | }, |
||
| 1454 | { |
||
| 1455 | "name": "symfony/dependency-injection", |
||
| 1456 | "version": "v3.4.3", |
||
| 1457 | "source": { |
||
| 1458 | "type": "git", |
||
| 1459 | "url": "https://github.com/symfony/dependency-injection.git", |
||
| 1460 | "reference": "35f957ca171a431710966bec6e2f8636d3b019c4" |
||
| 1461 | }, |
||
| 1462 | "dist": { |
||
| 1463 | "type": "zip", |
||
| 1464 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/35f957ca171a431710966bec6e2f8636d3b019c4", |
||
| 1465 | "reference": "35f957ca171a431710966bec6e2f8636d3b019c4", |
||
| 1466 | "shasum": "" |
||
| 1467 | }, |
||
| 1468 | "require": { |
||
| 1469 | "php": "^5.5.9|>=7.0.8", |
||
| 1470 | "psr/container": "^1.0" |
||
| 1471 | }, |
||
| 1472 | "conflict": { |
||
| 1473 | "symfony/config": "<3.3.7", |
||
| 1474 | "symfony/finder": "<3.3", |
||
| 1475 | "symfony/proxy-manager-bridge": "<3.4", |
||
| 1476 | "symfony/yaml": "<3.4" |
||
| 1477 | }, |
||
| 1478 | "provide": { |
||
| 1479 | "psr/container-implementation": "1.0" |
||
| 1480 | }, |
||
| 1481 | "require-dev": { |
||
| 1482 | "symfony/config": "~3.3|~4.0", |
||
| 1483 | "symfony/expression-language": "~2.8|~3.0|~4.0", |
||
| 1484 | "symfony/yaml": "~3.4|~4.0" |
||
| 1485 | }, |
||
| 1486 | "suggest": { |
||
| 1487 | "symfony/config": "", |
||
| 1488 | "symfony/expression-language": "For using expressions in service container configuration", |
||
| 1489 | "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", |
||
| 1490 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
| 1491 | "symfony/yaml": "" |
||
| 1492 | }, |
||
| 1493 | "type": "library", |
||
| 1494 | "extra": { |
||
| 1495 | "branch-alias": { |
||
| 1496 | "dev-master": "3.4-dev" |
||
| 1497 | } |
||
| 1498 | }, |
||
| 1499 | "autoload": { |
||
| 1500 | "psr-4": { |
||
| 1501 | "Symfony\\Component\\DependencyInjection\\": "" |
||
| 1502 | }, |
||
| 1503 | "exclude-from-classmap": [ |
||
| 1504 | "/Tests/" |
||
| 1505 | ] |
||
| 1506 | }, |
||
| 1507 | "notification-url": "https://packagist.org/downloads/", |
||
| 1508 | "license": [ |
||
| 1509 | "MIT" |
||
| 1510 | ], |
||
| 1511 | "authors": [ |
||
| 1512 | { |
||
| 1513 | "name": "Fabien Potencier", |
||
| 1514 | "email": "[email protected]" |
||
| 1515 | }, |
||
| 1516 | { |
||
| 1517 | "name": "Symfony Community", |
||
| 1518 | "homepage": "https://symfony.com/contributors" |
||
| 1519 | } |
||
| 1520 | ], |
||
| 1521 | "description": "Symfony DependencyInjection Component", |
||
| 1522 | "homepage": "https://symfony.com", |
||
| 1523 | "time": "2018-01-04T15:56:45+00:00" |
||
| 1524 | }, |
||
| 1525 | { |
||
| 1526 | "name": "symfony/event-dispatcher", |
||
| 1527 | "version": "v3.4.3", |
||
| 1528 | "source": { |
||
| 1529 | "type": "git", |
||
| 1530 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
| 1531 | "reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca" |
||
| 1532 | }, |
||
| 1533 | "dist": { |
||
| 1534 | "type": "zip", |
||
| 1535 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/26b87b6bca8f8f797331a30b76fdae5342dc26ca", |
||
| 1536 | "reference": "26b87b6bca8f8f797331a30b76fdae5342dc26ca", |
||
| 1537 | "shasum": "" |
||
| 1538 | }, |
||
| 1539 | "require": { |
||
| 1540 | "php": "^5.5.9|>=7.0.8" |
||
| 1541 | }, |
||
| 1542 | "conflict": { |
||
| 1543 | "symfony/dependency-injection": "<3.3" |
||
| 1544 | }, |
||
| 1545 | "require-dev": { |
||
| 1546 | "psr/log": "~1.0", |
||
| 1547 | "symfony/config": "~2.8|~3.0|~4.0", |
||
| 1548 | "symfony/dependency-injection": "~3.3|~4.0", |
||
| 1549 | "symfony/expression-language": "~2.8|~3.0|~4.0", |
||
| 1550 | "symfony/stopwatch": "~2.8|~3.0|~4.0" |
||
| 1551 | }, |
||
| 1552 | "suggest": { |
||
| 1553 | "symfony/dependency-injection": "", |
||
| 1554 | "symfony/http-kernel": "" |
||
| 1555 | }, |
||
| 1556 | "type": "library", |
||
| 1557 | "extra": { |
||
| 1558 | "branch-alias": { |
||
| 1559 | "dev-master": "3.4-dev" |
||
| 1560 | } |
||
| 1561 | }, |
||
| 1562 | "autoload": { |
||
| 1563 | "psr-4": { |
||
| 1564 | "Symfony\\Component\\EventDispatcher\\": "" |
||
| 1565 | }, |
||
| 1566 | "exclude-from-classmap": [ |
||
| 1567 | "/Tests/" |
||
| 1568 | ] |
||
| 1569 | }, |
||
| 1570 | "notification-url": "https://packagist.org/downloads/", |
||
| 1571 | "license": [ |
||
| 1572 | "MIT" |
||
| 1573 | ], |
||
| 1574 | "authors": [ |
||
| 1575 | { |
||
| 1576 | "name": "Fabien Potencier", |
||
| 1577 | "email": "[email protected]" |
||
| 1578 | }, |
||
| 1579 | { |
||
| 1580 | "name": "Symfony Community", |
||
| 1581 | "homepage": "https://symfony.com/contributors" |
||
| 1582 | } |
||
| 1583 | ], |
||
| 1584 | "description": "Symfony EventDispatcher Component", |
||
| 1585 | "homepage": "https://symfony.com", |
||
| 1586 | "time": "2018-01-03T07:37:34+00:00" |
||
| 1587 | }, |
||
| 1588 | { |
||
| 1589 | "name": "symfony/expression-language", |
||
| 1590 | "version": "v3.4.3", |
||
| 1591 | "source": { |
||
| 1592 | "type": "git", |
||
| 1593 | "url": "https://github.com/symfony/expression-language.git", |
||
| 1594 | "reference": "867e4d1f5d4e52435a8ffff6b24fd6a801582241" |
||
| 1595 | }, |
||
| 1596 | "dist": { |
||
| 1597 | "type": "zip", |
||
| 1598 | "url": "https://api.github.com/repos/symfony/expression-language/zipball/867e4d1f5d4e52435a8ffff6b24fd6a801582241", |
||
| 1599 | "reference": "867e4d1f5d4e52435a8ffff6b24fd6a801582241", |
||
| 1600 | "shasum": "" |
||
| 1601 | }, |
||
| 1602 | "require": { |
||
| 1603 | "php": "^5.5.9|>=7.0.8", |
||
| 1604 | "symfony/cache": "~3.1|~4.0" |
||
| 1605 | }, |
||
| 1606 | "type": "library", |
||
| 1607 | "extra": { |
||
| 1608 | "branch-alias": { |
||
| 1609 | "dev-master": "3.4-dev" |
||
| 1610 | } |
||
| 1611 | }, |
||
| 1612 | "autoload": { |
||
| 1613 | "psr-4": { |
||
| 1614 | "Symfony\\Component\\ExpressionLanguage\\": "" |
||
| 1615 | }, |
||
| 1616 | "exclude-from-classmap": [ |
||
| 1617 | "/Tests/" |
||
| 1618 | ] |
||
| 1619 | }, |
||
| 1620 | "notification-url": "https://packagist.org/downloads/", |
||
| 1621 | "license": [ |
||
| 1622 | "MIT" |
||
| 1623 | ], |
||
| 1624 | "authors": [ |
||
| 1625 | { |
||
| 1626 | "name": "Fabien Potencier", |
||
| 1627 | "email": "[email protected]" |
||
| 1628 | }, |
||
| 1629 | { |
||
| 1630 | "name": "Symfony Community", |
||
| 1631 | "homepage": "https://symfony.com/contributors" |
||
| 1632 | } |
||
| 1633 | ], |
||
| 1634 | "description": "Symfony ExpressionLanguage Component", |
||
| 1635 | "homepage": "https://symfony.com", |
||
| 1636 | "time": "2018-01-03T07:37:34+00:00" |
||
| 1637 | }, |
||
| 1638 | { |
||
| 1639 | "name": "symfony/filesystem", |
||
| 1640 | "version": "v3.4.3", |
||
| 1641 | "source": { |
||
| 1642 | "type": "git", |
||
| 1643 | "url": "https://github.com/symfony/filesystem.git", |
||
| 1644 | "reference": "e078773ad6354af38169faf31c21df0f18ace03d" |
||
| 1645 | }, |
||
| 1646 | "dist": { |
||
| 1647 | "type": "zip", |
||
| 1648 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/e078773ad6354af38169faf31c21df0f18ace03d", |
||
| 1649 | "reference": "e078773ad6354af38169faf31c21df0f18ace03d", |
||
| 1650 | "shasum": "" |
||
| 1651 | }, |
||
| 1652 | "require": { |
||
| 1653 | "php": "^5.5.9|>=7.0.8" |
||
| 1654 | }, |
||
| 1655 | "type": "library", |
||
| 1656 | "extra": { |
||
| 1657 | "branch-alias": { |
||
| 1658 | "dev-master": "3.4-dev" |
||
| 1659 | } |
||
| 1660 | }, |
||
| 1661 | "autoload": { |
||
| 1662 | "psr-4": { |
||
| 1663 | "Symfony\\Component\\Filesystem\\": "" |
||
| 1664 | }, |
||
| 1665 | "exclude-from-classmap": [ |
||
| 1666 | "/Tests/" |
||
| 1667 | ] |
||
| 1668 | }, |
||
| 1669 | "notification-url": "https://packagist.org/downloads/", |
||
| 1670 | "license": [ |
||
| 1671 | "MIT" |
||
| 1672 | ], |
||
| 1673 | "authors": [ |
||
| 1674 | { |
||
| 1675 | "name": "Fabien Potencier", |
||
| 1676 | "email": "[email protected]" |
||
| 1677 | }, |
||
| 1678 | { |
||
| 1679 | "name": "Symfony Community", |
||
| 1680 | "homepage": "https://symfony.com/contributors" |
||
| 1681 | } |
||
| 1682 | ], |
||
| 1683 | "description": "Symfony Filesystem Component", |
||
| 1684 | "homepage": "https://symfony.com", |
||
| 1685 | "time": "2018-01-03T07:37:34+00:00" |
||
| 1686 | }, |
||
| 1687 | { |
||
| 1688 | "name": "symfony/http-foundation", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 1689 | "version": "v3.4.3", |
||
| 1690 | "source": { |
||
| 1691 | "type": "git", |
||
| 1692 | "url": "https://github.com/symfony/http-foundation.git", |
||
| 1693 | "reference": "4a213be1cc8598089b8c7451529a2927b49b5d26" |
||
| 1694 | }, |
||
| 1695 | "dist": { |
||
| 1696 | "type": "zip", |
||
| 1697 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4a213be1cc8598089b8c7451529a2927b49b5d26", |
||
| 1698 | "reference": "4a213be1cc8598089b8c7451529a2927b49b5d26", |
||
| 1699 | "shasum": "" |
||
| 1700 | }, |
||
| 1701 | "require": { |
||
| 1702 | "php": "^5.5.9|>=7.0.8", |
||
| 1703 | "symfony/polyfill-mbstring": "~1.1", |
||
| 1704 | "symfony/polyfill-php70": "~1.6" |
||
| 1705 | }, |
||
| 1706 | "require-dev": { |
||
| 1707 | "symfony/expression-language": "~2.8|~3.0|~4.0" |
||
| 1708 | }, |
||
| 1709 | "type": "library", |
||
| 1710 | "extra": { |
||
| 1711 | "branch-alias": { |
||
| 1712 | "dev-master": "3.4-dev" |
||
| 1713 | } |
||
| 1714 | }, |
||
| 1715 | "autoload": { |
||
| 1716 | "psr-4": { |
||
| 1717 | "Symfony\\Component\\HttpFoundation\\": "" |
||
| 1718 | }, |
||
| 1719 | "exclude-from-classmap": [ |
||
| 1720 | "/Tests/" |
||
| 1721 | ] |
||
| 1722 | }, |
||
| 1723 | "notification-url": "https://packagist.org/downloads/", |
||
| 1724 | "license": [ |
||
| 1725 | "MIT" |
||
| 1726 | ], |
||
| 1727 | "authors": [ |
||
| 1728 | { |
||
| 1729 | "name": "Fabien Potencier", |
||
| 1730 | "email": "[email protected]" |
||
| 1731 | }, |
||
| 1732 | { |
||
| 1733 | "name": "Symfony Community", |
||
| 1734 | "homepage": "https://symfony.com/contributors" |
||
| 1735 | } |
||
| 1736 | ], |
||
| 1737 | "description": "Symfony HttpFoundation Component", |
||
| 1738 | "homepage": "https://symfony.com", |
||
| 1739 | "time": "2018-01-03T17:14:19+00:00" |
||
| 1740 | }, |
||
| 1741 | { |
||
| 1742 | "name": "symfony/http-kernel", |
||
| 1743 | "version": "v3.4.3", |
||
| 1744 | "source": { |
||
| 1745 | "type": "git", |
||
| 1746 | "url": "https://github.com/symfony/http-kernel.git", |
||
| 1747 | "reference": "1c2a82d6a8ec9b354fe4ef48ad1ad3f1a4f7db0e" |
||
| 1748 | }, |
||
| 1749 | "dist": { |
||
| 1750 | "type": "zip", |
||
| 1751 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1c2a82d6a8ec9b354fe4ef48ad1ad3f1a4f7db0e", |
||
| 1752 | "reference": "1c2a82d6a8ec9b354fe4ef48ad1ad3f1a4f7db0e", |
||
| 1753 | "shasum": "" |
||
| 1754 | }, |
||
| 1755 | "require": { |
||
| 1756 | "php": "^5.5.9|>=7.0.8", |
||
| 1757 | "psr/log": "~1.0", |
||
| 1758 | "symfony/debug": "~2.8|~3.0|~4.0", |
||
| 1759 | "symfony/event-dispatcher": "~2.8|~3.0|~4.0", |
||
| 1760 | "symfony/http-foundation": "^3.3.11|~4.0" |
||
| 1761 | }, |
||
| 1762 | "conflict": { |
||
| 1763 | "symfony/config": "<2.8", |
||
| 1764 | "symfony/dependency-injection": "<3.4", |
||
| 1765 | "symfony/var-dumper": "<3.3", |
||
| 1766 | "twig/twig": "<1.34|<2.4,>=2" |
||
| 1767 | }, |
||
| 1768 | "provide": { |
||
| 1769 | "psr/log-implementation": "1.0" |
||
| 1770 | }, |
||
| 1771 | "require-dev": { |
||
| 1772 | "psr/cache": "~1.0", |
||
| 1773 | "symfony/browser-kit": "~2.8|~3.0|~4.0", |
||
| 1774 | "symfony/class-loader": "~2.8|~3.0", |
||
| 1775 | "symfony/config": "~2.8|~3.0|~4.0", |
||
| 1776 | "symfony/console": "~2.8|~3.0|~4.0", |
||
| 1777 | "symfony/css-selector": "~2.8|~3.0|~4.0", |
||
| 1778 | "symfony/dependency-injection": "~3.4|~4.0", |
||
| 1779 | "symfony/dom-crawler": "~2.8|~3.0|~4.0", |
||
| 1780 | "symfony/expression-language": "~2.8|~3.0|~4.0", |
||
| 1781 | "symfony/finder": "~2.8|~3.0|~4.0", |
||
| 1782 | "symfony/process": "~2.8|~3.0|~4.0", |
||
| 1783 | "symfony/routing": "~3.4|~4.0", |
||
| 1784 | "symfony/stopwatch": "~2.8|~3.0|~4.0", |
||
| 1785 | "symfony/templating": "~2.8|~3.0|~4.0", |
||
| 1786 | "symfony/translation": "~2.8|~3.0|~4.0", |
||
| 1787 | "symfony/var-dumper": "~3.3|~4.0" |
||
| 1788 | }, |
||
| 1789 | "suggest": { |
||
| 1790 | "symfony/browser-kit": "", |
||
| 1791 | "symfony/config": "", |
||
| 1792 | "symfony/console": "", |
||
| 1793 | "symfony/dependency-injection": "", |
||
| 1794 | "symfony/finder": "", |
||
| 1795 | "symfony/var-dumper": "" |
||
| 1796 | }, |
||
| 1797 | "type": "library", |
||
| 1798 | "extra": { |
||
| 1799 | "branch-alias": { |
||
| 1800 | "dev-master": "3.4-dev" |
||
| 1801 | } |
||
| 1802 | }, |
||
| 1803 | "autoload": { |
||
| 1804 | "psr-4": { |
||
| 1805 | "Symfony\\Component\\HttpKernel\\": "" |
||
| 1806 | }, |
||
| 1807 | "exclude-from-classmap": [ |
||
| 1808 | "/Tests/" |
||
| 1809 | ] |
||
| 1810 | }, |
||
| 1811 | "notification-url": "https://packagist.org/downloads/", |
||
| 1812 | "license": [ |
||
| 1813 | "MIT" |
||
| 1814 | ], |
||
| 1815 | "authors": [ |
||
| 1816 | { |
||
| 1817 | "name": "Fabien Potencier", |
||
| 1818 | "email": "[email protected]" |
||
| 1819 | }, |
||
| 1820 | { |
||
| 1821 | "name": "Symfony Community", |
||
| 1822 | "homepage": "https://symfony.com/contributors" |
||
| 1823 | } |
||
| 1824 | ], |
||
| 1825 | "description": "Symfony HttpKernel Component", |
||
| 1826 | "homepage": "https://symfony.com", |
||
| 1827 | "time": "2018-01-05T08:33:00+00:00" |
||
| 1828 | }, |
||
| 1829 | { |
||
| 1830 | "name": "symfony/polyfill-apcu", |
||
| 1831 | "version": "v1.6.0", |
||
| 1832 | "source": { |
||
| 1833 | "type": "git", |
||
| 1834 | "url": "https://github.com/symfony/polyfill-apcu.git", |
||
| 1835 | "reference": "04f62674339602def515bff4bc6901fc1d4951e8" |
||
| 1836 | }, |
||
| 1837 | "dist": { |
||
| 1838 | "type": "zip", |
||
| 1839 | "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/04f62674339602def515bff4bc6901fc1d4951e8", |
||
| 1840 | "reference": "04f62674339602def515bff4bc6901fc1d4951e8", |
||
| 1841 | "shasum": "" |
||
| 1842 | }, |
||
| 1843 | "require": { |
||
| 1844 | "php": ">=5.3.3" |
||
| 1845 | }, |
||
| 1846 | "type": "library", |
||
| 1847 | "extra": { |
||
| 1848 | "branch-alias": { |
||
| 1849 | "dev-master": "1.6-dev" |
||
| 1850 | } |
||
| 1851 | }, |
||
| 1852 | "autoload": { |
||
| 1853 | "psr-4": { |
||
| 1854 | "Symfony\\Polyfill\\Apcu\\": "" |
||
| 1855 | }, |
||
| 1856 | "files": [ |
||
| 1857 | "bootstrap.php" |
||
| 1858 | ] |
||
| 1859 | }, |
||
| 1860 | "notification-url": "https://packagist.org/downloads/", |
||
| 1861 | "license": [ |
||
| 1862 | "MIT" |
||
| 1863 | ], |
||
| 1864 | "authors": [ |
||
| 1865 | { |
||
| 1866 | "name": "Nicolas Grekas", |
||
| 1867 | "email": "[email protected]" |
||
| 1868 | }, |
||
| 1869 | { |
||
| 1870 | "name": "Symfony Community", |
||
| 1871 | "homepage": "https://symfony.com/contributors" |
||
| 1872 | } |
||
| 1873 | ], |
||
| 1874 | "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", |
||
| 1875 | "homepage": "https://symfony.com", |
||
| 1876 | "keywords": [ |
||
| 1877 | "apcu", |
||
| 1878 | "compatibility", |
||
| 1879 | "polyfill", |
||
| 1880 | "portable", |
||
| 1881 | "shim" |
||
| 1882 | ], |
||
| 1883 | "time": "2017-10-11T12:05:26+00:00" |
||
| 1884 | }, |
||
| 1885 | { |
||
| 1886 | "name": "symfony/polyfill-mbstring", |
||
| 1887 | "version": "v1.6.0", |
||
| 1888 | "source": { |
||
| 1889 | "type": "git", |
||
| 1890 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 1891 | "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296" |
||
| 1892 | }, |
||
| 1893 | "dist": { |
||
| 1894 | "type": "zip", |
||
| 1895 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", |
||
| 1896 | "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", |
||
| 1897 | "shasum": "" |
||
| 1898 | }, |
||
| 1899 | "require": { |
||
| 1900 | "php": ">=5.3.3" |
||
| 1901 | }, |
||
| 1902 | "suggest": { |
||
| 1903 | "ext-mbstring": "For best performance" |
||
| 1904 | }, |
||
| 1905 | "type": "library", |
||
| 1906 | "extra": { |
||
| 1907 | "branch-alias": { |
||
| 1908 | "dev-master": "1.6-dev" |
||
| 1909 | } |
||
| 1910 | }, |
||
| 1911 | "autoload": { |
||
| 1912 | "psr-4": { |
||
| 1913 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 1914 | }, |
||
| 1915 | "files": [ |
||
| 1916 | "bootstrap.php" |
||
| 1917 | ] |
||
| 1918 | }, |
||
| 1919 | "notification-url": "https://packagist.org/downloads/", |
||
| 1920 | "license": [ |
||
| 1921 | "MIT" |
||
| 1922 | ], |
||
| 1923 | "authors": [ |
||
| 1924 | { |
||
| 1925 | "name": "Nicolas Grekas", |
||
| 1926 | "email": "[email protected]" |
||
| 1927 | }, |
||
| 1928 | { |
||
| 1929 | "name": "Symfony Community", |
||
| 1930 | "homepage": "https://symfony.com/contributors" |
||
| 1931 | } |
||
| 1932 | ], |
||
| 1933 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 1934 | "homepage": "https://symfony.com", |
||
| 1935 | "keywords": [ |
||
| 1936 | "compatibility", |
||
| 1937 | "mbstring", |
||
| 1938 | "polyfill", |
||
| 1939 | "portable", |
||
| 1940 | "shim" |
||
| 1941 | ], |
||
| 1942 | "time": "2017-10-11T12:05:26+00:00" |
||
| 1943 | }, |
||
| 1944 | { |
||
| 1945 | "name": "symfony/polyfill-php70", |
||
| 1946 | "version": "v1.6.0", |
||
| 1947 | "source": { |
||
| 1948 | "type": "git", |
||
| 1949 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
| 1950 | "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff" |
||
| 1951 | }, |
||
| 1952 | "dist": { |
||
| 1953 | "type": "zip", |
||
| 1954 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff", |
||
| 1955 | "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff", |
||
| 1956 | "shasum": "" |
||
| 1957 | }, |
||
| 1958 | "require": { |
||
| 1959 | "paragonie/random_compat": "~1.0|~2.0", |
||
| 1960 | "php": ">=5.3.3" |
||
| 1961 | }, |
||
| 1962 | "type": "library", |
||
| 1963 | "extra": { |
||
| 1964 | "branch-alias": { |
||
| 1965 | "dev-master": "1.6-dev" |
||
| 1966 | } |
||
| 1967 | }, |
||
| 1968 | "autoload": { |
||
| 1969 | "psr-4": { |
||
| 1970 | "Symfony\\Polyfill\\Php70\\": "" |
||
| 1971 | }, |
||
| 1972 | "files": [ |
||
| 1973 | "bootstrap.php" |
||
| 1974 | ], |
||
| 1975 | "classmap": [ |
||
| 1976 | "Resources/stubs" |
||
| 1977 | ] |
||
| 1978 | }, |
||
| 1979 | "notification-url": "https://packagist.org/downloads/", |
||
| 1980 | "license": [ |
||
| 1981 | "MIT" |
||
| 1982 | ], |
||
| 1983 | "authors": [ |
||
| 1984 | { |
||
| 1985 | "name": "Nicolas Grekas", |
||
| 1986 | "email": "[email protected]" |
||
| 1987 | }, |
||
| 1988 | { |
||
| 1989 | "name": "Symfony Community", |
||
| 1990 | "homepage": "https://symfony.com/contributors" |
||
| 1991 | } |
||
| 1992 | ], |
||
| 1993 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
| 1994 | "homepage": "https://symfony.com", |
||
| 1995 | "keywords": [ |
||
| 1996 | "compatibility", |
||
| 1997 | "polyfill", |
||
| 1998 | "portable", |
||
| 1999 | "shim" |
||
| 2000 | ], |
||
| 2001 | "time": "2017-10-11T12:05:26+00:00" |
||
| 2002 | }, |
||
| 2003 | { |
||
| 2004 | "name": "willdurand/hateoas", |
||
| 2005 | "version": "2.10.0", |
||
| 2006 | "source": { |
||
| 2007 | "type": "git", |
||
| 2008 | "url": "https://github.com/willdurand/Hateoas.git", |
||
| 2009 | "reference": "ada89d867e47040f8c4be3be2c8e7930a3d01189" |
||
| 2010 | }, |
||
| 2011 | "dist": { |
||
| 2012 | "type": "zip", |
||
| 2013 | "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/ada89d867e47040f8c4be3be2c8e7930a3d01189", |
||
| 2014 | "reference": "ada89d867e47040f8c4be3be2c8e7930a3d01189", |
||
| 2015 | "shasum": "" |
||
| 2016 | }, |
||
| 2017 | "require": { |
||
| 2018 | "doctrine/annotations": "~1.0", |
||
| 2019 | "doctrine/common": "~2.0", |
||
| 2020 | "jms/metadata": "~1.1", |
||
| 2021 | "jms/serializer": "~1.0", |
||
| 2022 | "php": ">=5.4", |
||
| 2023 | "phpoption/phpoption": ">=1.1.0,<2.0-dev", |
||
| 2024 | "symfony/expression-language": "~2.4 || ~3.0" |
||
| 2025 | }, |
||
| 2026 | "require-dev": { |
||
| 2027 | "pagerfanta/pagerfanta": "~1.0", |
||
| 2028 | "phpunit/phpunit": "~4.5", |
||
| 2029 | "symfony/dependency-injection": "~2.4 || ~3.0", |
||
| 2030 | "symfony/routing": "~2.4 || ~3.0", |
||
| 2031 | "symfony/yaml": "~2.4 || ~3.0", |
||
| 2032 | "twig/twig": "~1.12" |
||
| 2033 | }, |
||
| 2034 | "suggest": { |
||
| 2035 | "symfony/routing": "To use the SymfonyRouteFactory.", |
||
| 2036 | "symfony/yaml": "To use yaml based configuration.", |
||
| 2037 | "twig/twig": "To use the Twig extensions." |
||
| 2038 | }, |
||
| 2039 | "type": "library", |
||
| 2040 | "extra": { |
||
| 2041 | "branch-alias": { |
||
| 2042 | "dev-master": "2.10-dev" |
||
| 2043 | } |
||
| 2044 | }, |
||
| 2045 | "autoload": { |
||
| 2046 | "psr-0": { |
||
| 2047 | "Hateoas": "src/" |
||
| 2048 | } |
||
| 2049 | }, |
||
| 2050 | "notification-url": "https://packagist.org/downloads/", |
||
| 2051 | "license": [ |
||
| 2052 | "MIT" |
||
| 2053 | ], |
||
| 2054 | "authors": [ |
||
| 2055 | { |
||
| 2056 | "name": "Adrien Brault", |
||
| 2057 | "email": "[email protected]" |
||
| 2058 | }, |
||
| 2059 | { |
||
| 2060 | "name": "William Durand", |
||
| 2061 | "email": "[email protected]" |
||
| 2062 | } |
||
| 2063 | ], |
||
| 2064 | "description": "A PHP library to support implementing representations for HATEOAS REST web services", |
||
| 2065 | "time": "2016-05-19T11:30:35+00:00" |
||
| 2066 | } |
||
| 2067 | ], |
||
| 2068 | "packages-dev": [ |
||
| 2069 | { |
||
| 2070 | "name": "myclabs/deep-copy", |
||
| 2071 | "version": "1.7.0", |
||
| 2072 | "source": { |
||
| 2073 | "type": "git", |
||
| 2074 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
| 2075 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" |
||
| 2076 | }, |
||
| 2077 | "dist": { |
||
| 2078 | "type": "zip", |
||
| 2079 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
| 2080 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
| 2081 | "shasum": "" |
||
| 2082 | }, |
||
| 2083 | "require": { |
||
| 2084 | "php": "^5.6 || ^7.0" |
||
| 2085 | }, |
||
| 2086 | "require-dev": { |
||
| 2087 | "doctrine/collections": "^1.0", |
||
| 2088 | "doctrine/common": "^2.6", |
||
| 2089 | "phpunit/phpunit": "^4.1" |
||
| 2090 | }, |
||
| 2091 | "type": "library", |
||
| 2092 | "autoload": { |
||
| 2093 | "psr-4": { |
||
| 2094 | "DeepCopy\\": "src/DeepCopy/" |
||
| 2095 | }, |
||
| 2096 | "files": [ |
||
| 2097 | "src/DeepCopy/deep_copy.php" |
||
| 2098 | ] |
||
| 2099 | }, |
||
| 2100 | "notification-url": "https://packagist.org/downloads/", |
||
| 2101 | "license": [ |
||
| 2102 | "MIT" |
||
| 2103 | ], |
||
| 2104 | "description": "Create deep copies (clones) of your objects", |
||
| 2105 | "keywords": [ |
||
| 2106 | "clone", |
||
| 2107 | "copy", |
||
| 2108 | "duplicate", |
||
| 2109 | "object", |
||
| 2110 | "object graph" |
||
| 2111 | ], |
||
| 2112 | "time": "2017-10-19T19:58:43+00:00" |
||
| 2113 | }, |
||
| 2114 | { |
||
| 2115 | "name": "phar-io/manifest", |
||
| 2116 | "version": "1.0.1", |
||
| 2117 | "source": { |
||
| 2118 | "type": "git", |
||
| 2119 | "url": "https://github.com/phar-io/manifest.git", |
||
| 2120 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" |
||
| 2121 | }, |
||
| 2122 | "dist": { |
||
| 2123 | "type": "zip", |
||
| 2124 | "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
| 2125 | "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", |
||
| 2126 | "shasum": "" |
||
| 2127 | }, |
||
| 2128 | "require": { |
||
| 2129 | "ext-dom": "*", |
||
| 2130 | "ext-phar": "*", |
||
| 2131 | "phar-io/version": "^1.0.1", |
||
| 2132 | "php": "^5.6 || ^7.0" |
||
| 2133 | }, |
||
| 2134 | "type": "library", |
||
| 2135 | "extra": { |
||
| 2136 | "branch-alias": { |
||
| 2137 | "dev-master": "1.0.x-dev" |
||
| 2138 | } |
||
| 2139 | }, |
||
| 2140 | "autoload": { |
||
| 2141 | "classmap": [ |
||
| 2142 | "src/" |
||
| 2143 | ] |
||
| 2144 | }, |
||
| 2145 | "notification-url": "https://packagist.org/downloads/", |
||
| 2146 | "license": [ |
||
| 2147 | "BSD-3-Clause" |
||
| 2148 | ], |
||
| 2149 | "authors": [ |
||
| 2150 | { |
||
| 2151 | "name": "Arne Blankerts", |
||
| 2152 | "email": "[email protected]", |
||
| 2153 | "role": "Developer" |
||
| 2154 | }, |
||
| 2155 | { |
||
| 2156 | "name": "Sebastian Heuer", |
||
| 2157 | "email": "[email protected]", |
||
| 2158 | "role": "Developer" |
||
| 2159 | }, |
||
| 2160 | { |
||
| 2161 | "name": "Sebastian Bergmann", |
||
| 2162 | "email": "[email protected]", |
||
| 2163 | "role": "Developer" |
||
| 2164 | } |
||
| 2165 | ], |
||
| 2166 | "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", |
||
| 2167 | "time": "2017-03-05T18:14:27+00:00" |
||
| 2168 | }, |
||
| 2169 | { |
||
| 2170 | "name": "phar-io/version", |
||
| 2171 | "version": "1.0.1", |
||
| 2172 | "source": { |
||
| 2173 | "type": "git", |
||
| 2174 | "url": "https://github.com/phar-io/version.git", |
||
| 2175 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" |
||
| 2176 | }, |
||
| 2177 | "dist": { |
||
| 2178 | "type": "zip", |
||
| 2179 | "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
| 2180 | "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", |
||
| 2181 | "shasum": "" |
||
| 2182 | }, |
||
| 2183 | "require": { |
||
| 2184 | "php": "^5.6 || ^7.0" |
||
| 2185 | }, |
||
| 2186 | "type": "library", |
||
| 2187 | "autoload": { |
||
| 2188 | "classmap": [ |
||
| 2189 | "src/" |
||
| 2190 | ] |
||
| 2191 | }, |
||
| 2192 | "notification-url": "https://packagist.org/downloads/", |
||
| 2193 | "license": [ |
||
| 2194 | "BSD-3-Clause" |
||
| 2195 | ], |
||
| 2196 | "authors": [ |
||
| 2197 | { |
||
| 2198 | "name": "Arne Blankerts", |
||
| 2199 | "email": "[email protected]", |
||
| 2200 | "role": "Developer" |
||
| 2201 | }, |
||
| 2202 | { |
||
| 2203 | "name": "Sebastian Heuer", |
||
| 2204 | "email": "[email protected]", |
||
| 2205 | "role": "Developer" |
||
| 2206 | }, |
||
| 2207 | { |
||
| 2208 | "name": "Sebastian Bergmann", |
||
| 2209 | "email": "[email protected]", |
||
| 2210 | "role": "Developer" |
||
| 2211 | } |
||
| 2212 | ], |
||
| 2213 | "description": "Library for handling version information and constraints", |
||
| 2214 | "time": "2017-03-05T17:38:23+00:00" |
||
| 2215 | }, |
||
| 2216 | { |
||
| 2217 | "name": "phpdocumentor/reflection-common", |
||
| 2218 | "version": "1.0.1", |
||
| 2219 | "source": { |
||
| 2220 | "type": "git", |
||
| 2221 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
| 2222 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" |
||
| 2223 | }, |
||
| 2224 | "dist": { |
||
| 2225 | "type": "zip", |
||
| 2226 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
| 2227 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
| 2228 | "shasum": "" |
||
| 2229 | }, |
||
| 2230 | "require": { |
||
| 2231 | "php": ">=5.5" |
||
| 2232 | }, |
||
| 2233 | "require-dev": { |
||
| 2234 | "phpunit/phpunit": "^4.6" |
||
| 2235 | }, |
||
| 2236 | "type": "library", |
||
| 2237 | "extra": { |
||
| 2238 | "branch-alias": { |
||
| 2239 | "dev-master": "1.0.x-dev" |
||
| 2240 | } |
||
| 2241 | }, |
||
| 2242 | "autoload": { |
||
| 2243 | "psr-4": { |
||
| 2244 | "phpDocumentor\\Reflection\\": [ |
||
| 2245 | "src" |
||
| 2246 | ] |
||
| 2247 | } |
||
| 2248 | }, |
||
| 2249 | "notification-url": "https://packagist.org/downloads/", |
||
| 2250 | "license": [ |
||
| 2251 | "MIT" |
||
| 2252 | ], |
||
| 2253 | "authors": [ |
||
| 2254 | { |
||
| 2255 | "name": "Jaap van Otterdijk", |
||
| 2256 | "email": "[email protected]" |
||
| 2257 | } |
||
| 2258 | ], |
||
| 2259 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
| 2260 | "homepage": "http://www.phpdoc.org", |
||
| 2261 | "keywords": [ |
||
| 2262 | "FQSEN", |
||
| 2263 | "phpDocumentor", |
||
| 2264 | "phpdoc", |
||
| 2265 | "reflection", |
||
| 2266 | "static analysis" |
||
| 2267 | ], |
||
| 2268 | "time": "2017-09-11T18:02:19+00:00" |
||
| 2269 | }, |
||
| 2270 | { |
||
| 2271 | "name": "phpdocumentor/reflection-docblock", |
||
| 2272 | "version": "4.2.0", |
||
| 2273 | "source": { |
||
| 2274 | "type": "git", |
||
| 2275 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
| 2276 | "reference": "66465776cfc249844bde6d117abff1d22e06c2da" |
||
| 2277 | }, |
||
| 2278 | "dist": { |
||
| 2279 | "type": "zip", |
||
| 2280 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/66465776cfc249844bde6d117abff1d22e06c2da", |
||
| 2281 | "reference": "66465776cfc249844bde6d117abff1d22e06c2da", |
||
| 2282 | "shasum": "" |
||
| 2283 | }, |
||
| 2284 | "require": { |
||
| 2285 | "php": "^7.0", |
||
| 2286 | "phpdocumentor/reflection-common": "^1.0.0", |
||
| 2287 | "phpdocumentor/type-resolver": "^0.4.0", |
||
| 2288 | "webmozart/assert": "^1.0" |
||
| 2289 | }, |
||
| 2290 | "require-dev": { |
||
| 2291 | "doctrine/instantiator": "~1.0.5", |
||
| 2292 | "mockery/mockery": "^1.0", |
||
| 2293 | "phpunit/phpunit": "^6.4" |
||
| 2294 | }, |
||
| 2295 | "type": "library", |
||
| 2296 | "extra": { |
||
| 2297 | "branch-alias": { |
||
| 2298 | "dev-master": "4.x-dev" |
||
| 2299 | } |
||
| 2300 | }, |
||
| 2301 | "autoload": { |
||
| 2302 | "psr-4": { |
||
| 2303 | "phpDocumentor\\Reflection\\": [ |
||
| 2304 | "src/" |
||
| 2305 | ] |
||
| 2306 | } |
||
| 2307 | }, |
||
| 2308 | "notification-url": "https://packagist.org/downloads/", |
||
| 2309 | "license": [ |
||
| 2310 | "MIT" |
||
| 2311 | ], |
||
| 2312 | "authors": [ |
||
| 2313 | { |
||
| 2314 | "name": "Mike van Riel", |
||
| 2315 | "email": "[email protected]" |
||
| 2316 | } |
||
| 2317 | ], |
||
| 2318 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
| 2319 | "time": "2017-11-27T17:38:31+00:00" |
||
| 2320 | }, |
||
| 2321 | { |
||
| 2322 | "name": "phpdocumentor/type-resolver", |
||
| 2323 | "version": "0.4.0", |
||
| 2324 | "source": { |
||
| 2325 | "type": "git", |
||
| 2326 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
| 2327 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
||
| 2328 | }, |
||
| 2329 | "dist": { |
||
| 2330 | "type": "zip", |
||
| 2331 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
| 2332 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
| 2333 | "shasum": "" |
||
| 2334 | }, |
||
| 2335 | "require": { |
||
| 2336 | "php": "^5.5 || ^7.0", |
||
| 2337 | "phpdocumentor/reflection-common": "^1.0" |
||
| 2338 | }, |
||
| 2339 | "require-dev": { |
||
| 2340 | "mockery/mockery": "^0.9.4", |
||
| 2341 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
| 2342 | }, |
||
| 2343 | "type": "library", |
||
| 2344 | "extra": { |
||
| 2345 | "branch-alias": { |
||
| 2346 | "dev-master": "1.0.x-dev" |
||
| 2347 | } |
||
| 2348 | }, |
||
| 2349 | "autoload": { |
||
| 2350 | "psr-4": { |
||
| 2351 | "phpDocumentor\\Reflection\\": [ |
||
| 2352 | "src/" |
||
| 2353 | ] |
||
| 2354 | } |
||
| 2355 | }, |
||
| 2356 | "notification-url": "https://packagist.org/downloads/", |
||
| 2357 | "license": [ |
||
| 2358 | "MIT" |
||
| 2359 | ], |
||
| 2360 | "authors": [ |
||
| 2361 | { |
||
| 2362 | "name": "Mike van Riel", |
||
| 2363 | "email": "[email protected]" |
||
| 2364 | } |
||
| 2365 | ], |
||
| 2366 | "time": "2017-07-14T14:27:02+00:00" |
||
| 2367 | }, |
||
| 2368 | { |
||
| 2369 | "name": "phpspec/prophecy", |
||
| 2370 | "version": "1.7.3", |
||
| 2371 | "source": { |
||
| 2372 | "type": "git", |
||
| 2373 | "url": "https://github.com/phpspec/prophecy.git", |
||
| 2374 | "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf" |
||
| 2375 | }, |
||
| 2376 | "dist": { |
||
| 2377 | "type": "zip", |
||
| 2378 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf", |
||
| 2379 | "reference": "e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf", |
||
| 2380 | "shasum": "" |
||
| 2381 | }, |
||
| 2382 | "require": { |
||
| 2383 | "doctrine/instantiator": "^1.0.2", |
||
| 2384 | "php": "^5.3|^7.0", |
||
| 2385 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
||
| 2386 | "sebastian/comparator": "^1.1|^2.0", |
||
| 2387 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
| 2388 | }, |
||
| 2389 | "require-dev": { |
||
| 2390 | "phpspec/phpspec": "^2.5|^3.2", |
||
| 2391 | "phpunit/phpunit": "^4.8.35 || ^5.7" |
||
| 2392 | }, |
||
| 2393 | "type": "library", |
||
| 2394 | "extra": { |
||
| 2395 | "branch-alias": { |
||
| 2396 | "dev-master": "1.7.x-dev" |
||
| 2397 | } |
||
| 2398 | }, |
||
| 2399 | "autoload": { |
||
| 2400 | "psr-0": { |
||
| 2401 | "Prophecy\\": "src/" |
||
| 2402 | } |
||
| 2403 | }, |
||
| 2404 | "notification-url": "https://packagist.org/downloads/", |
||
| 2405 | "license": [ |
||
| 2406 | "MIT" |
||
| 2407 | ], |
||
| 2408 | "authors": [ |
||
| 2409 | { |
||
| 2410 | "name": "Konstantin Kudryashov", |
||
| 2411 | "email": "[email protected]", |
||
| 2412 | "homepage": "http://everzet.com" |
||
| 2413 | }, |
||
| 2414 | { |
||
| 2415 | "name": "Marcello Duarte", |
||
| 2416 | "email": "[email protected]" |
||
| 2417 | } |
||
| 2418 | ], |
||
| 2419 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
| 2420 | "homepage": "https://github.com/phpspec/prophecy", |
||
| 2421 | "keywords": [ |
||
| 2422 | "Double", |
||
| 2423 | "Dummy", |
||
| 2424 | "fake", |
||
| 2425 | "mock", |
||
| 2426 | "spy", |
||
| 2427 | "stub" |
||
| 2428 | ], |
||
| 2429 | "time": "2017-11-24T13:59:53+00:00" |
||
| 2430 | }, |
||
| 2431 | { |
||
| 2432 | "name": "phpunit/php-code-coverage", |
||
| 2433 | "version": "5.3.0", |
||
| 2434 | "source": { |
||
| 2435 | "type": "git", |
||
| 2436 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
| 2437 | "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1" |
||
| 2438 | }, |
||
| 2439 | "dist": { |
||
| 2440 | "type": "zip", |
||
| 2441 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1", |
||
| 2442 | "reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1", |
||
| 2443 | "shasum": "" |
||
| 2444 | }, |
||
| 2445 | "require": { |
||
| 2446 | "ext-dom": "*", |
||
| 2447 | "ext-xmlwriter": "*", |
||
| 2448 | "php": "^7.0", |
||
| 2449 | "phpunit/php-file-iterator": "^1.4.2", |
||
| 2450 | "phpunit/php-text-template": "^1.2.1", |
||
| 2451 | "phpunit/php-token-stream": "^2.0.1", |
||
| 2452 | "sebastian/code-unit-reverse-lookup": "^1.0.1", |
||
| 2453 | "sebastian/environment": "^3.0", |
||
| 2454 | "sebastian/version": "^2.0.1", |
||
| 2455 | "theseer/tokenizer": "^1.1" |
||
| 2456 | }, |
||
| 2457 | "require-dev": { |
||
| 2458 | "phpunit/phpunit": "^6.0" |
||
| 2459 | }, |
||
| 2460 | "suggest": { |
||
| 2461 | "ext-xdebug": "^2.5.5" |
||
| 2462 | }, |
||
| 2463 | "type": "library", |
||
| 2464 | "extra": { |
||
| 2465 | "branch-alias": { |
||
| 2466 | "dev-master": "5.3.x-dev" |
||
| 2467 | } |
||
| 2468 | }, |
||
| 2469 | "autoload": { |
||
| 2470 | "classmap": [ |
||
| 2471 | "src/" |
||
| 2472 | ] |
||
| 2473 | }, |
||
| 2474 | "notification-url": "https://packagist.org/downloads/", |
||
| 2475 | "license": [ |
||
| 2476 | "BSD-3-Clause" |
||
| 2477 | ], |
||
| 2478 | "authors": [ |
||
| 2479 | { |
||
| 2480 | "name": "Sebastian Bergmann", |
||
| 2481 | "email": "[email protected]", |
||
| 2482 | "role": "lead" |
||
| 2483 | } |
||
| 2484 | ], |
||
| 2485 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
| 2486 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
| 2487 | "keywords": [ |
||
| 2488 | "coverage", |
||
| 2489 | "testing", |
||
| 2490 | "xunit" |
||
| 2491 | ], |
||
| 2492 | "time": "2017-12-06T09:29:45+00:00" |
||
| 2493 | }, |
||
| 2494 | { |
||
| 2495 | "name": "phpunit/php-file-iterator", |
||
| 2496 | "version": "1.4.5", |
||
| 2497 | "source": { |
||
| 2498 | "type": "git", |
||
| 2499 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
| 2500 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" |
||
| 2501 | }, |
||
| 2502 | "dist": { |
||
| 2503 | "type": "zip", |
||
| 2504 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
| 2505 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
| 2506 | "shasum": "" |
||
| 2507 | }, |
||
| 2508 | "require": { |
||
| 2509 | "php": ">=5.3.3" |
||
| 2510 | }, |
||
| 2511 | "type": "library", |
||
| 2512 | "extra": { |
||
| 2513 | "branch-alias": { |
||
| 2514 | "dev-master": "1.4.x-dev" |
||
| 2515 | } |
||
| 2516 | }, |
||
| 2517 | "autoload": { |
||
| 2518 | "classmap": [ |
||
| 2519 | "src/" |
||
| 2520 | ] |
||
| 2521 | }, |
||
| 2522 | "notification-url": "https://packagist.org/downloads/", |
||
| 2523 | "license": [ |
||
| 2524 | "BSD-3-Clause" |
||
| 2525 | ], |
||
| 2526 | "authors": [ |
||
| 2527 | { |
||
| 2528 | "name": "Sebastian Bergmann", |
||
| 2529 | "email": "[email protected]", |
||
| 2530 | "role": "lead" |
||
| 2531 | } |
||
| 2532 | ], |
||
| 2533 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
| 2534 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
| 2535 | "keywords": [ |
||
| 2536 | "filesystem", |
||
| 2537 | "iterator" |
||
| 2538 | ], |
||
| 2539 | "time": "2017-11-27T13:52:08+00:00" |
||
| 2540 | }, |
||
| 2541 | { |
||
| 2542 | "name": "phpunit/php-text-template", |
||
| 2543 | "version": "1.2.1", |
||
| 2544 | "source": { |
||
| 2545 | "type": "git", |
||
| 2546 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
| 2547 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
| 2548 | }, |
||
| 2549 | "dist": { |
||
| 2550 | "type": "zip", |
||
| 2551 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 2552 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 2553 | "shasum": "" |
||
| 2554 | }, |
||
| 2555 | "require": { |
||
| 2556 | "php": ">=5.3.3" |
||
| 2557 | }, |
||
| 2558 | "type": "library", |
||
| 2559 | "autoload": { |
||
| 2560 | "classmap": [ |
||
| 2561 | "src/" |
||
| 2562 | ] |
||
| 2563 | }, |
||
| 2564 | "notification-url": "https://packagist.org/downloads/", |
||
| 2565 | "license": [ |
||
| 2566 | "BSD-3-Clause" |
||
| 2567 | ], |
||
| 2568 | "authors": [ |
||
| 2569 | { |
||
| 2570 | "name": "Sebastian Bergmann", |
||
| 2571 | "email": "[email protected]", |
||
| 2572 | "role": "lead" |
||
| 2573 | } |
||
| 2574 | ], |
||
| 2575 | "description": "Simple template engine.", |
||
| 2576 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
| 2577 | "keywords": [ |
||
| 2578 | "template" |
||
| 2579 | ], |
||
| 2580 | "time": "2015-06-21T13:50:34+00:00" |
||
| 2581 | }, |
||
| 2582 | { |
||
| 2583 | "name": "phpunit/php-timer", |
||
| 2584 | "version": "1.0.9", |
||
| 2585 | "source": { |
||
| 2586 | "type": "git", |
||
| 2587 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
| 2588 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" |
||
| 2589 | }, |
||
| 2590 | "dist": { |
||
| 2591 | "type": "zip", |
||
| 2592 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
| 2593 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
| 2594 | "shasum": "" |
||
| 2595 | }, |
||
| 2596 | "require": { |
||
| 2597 | "php": "^5.3.3 || ^7.0" |
||
| 2598 | }, |
||
| 2599 | "require-dev": { |
||
| 2600 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
| 2601 | }, |
||
| 2602 | "type": "library", |
||
| 2603 | "extra": { |
||
| 2604 | "branch-alias": { |
||
| 2605 | "dev-master": "1.0-dev" |
||
| 2606 | } |
||
| 2607 | }, |
||
| 2608 | "autoload": { |
||
| 2609 | "classmap": [ |
||
| 2610 | "src/" |
||
| 2611 | ] |
||
| 2612 | }, |
||
| 2613 | "notification-url": "https://packagist.org/downloads/", |
||
| 2614 | "license": [ |
||
| 2615 | "BSD-3-Clause" |
||
| 2616 | ], |
||
| 2617 | "authors": [ |
||
| 2618 | { |
||
| 2619 | "name": "Sebastian Bergmann", |
||
| 2620 | "email": "[email protected]", |
||
| 2621 | "role": "lead" |
||
| 2622 | } |
||
| 2623 | ], |
||
| 2624 | "description": "Utility class for timing", |
||
| 2625 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
| 2626 | "keywords": [ |
||
| 2627 | "timer" |
||
| 2628 | ], |
||
| 2629 | "time": "2017-02-26T11:10:40+00:00" |
||
| 2630 | }, |
||
| 2631 | { |
||
| 2632 | "name": "phpunit/php-token-stream", |
||
| 2633 | "version": "2.0.2", |
||
| 2634 | "source": { |
||
| 2635 | "type": "git", |
||
| 2636 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
| 2637 | "reference": "791198a2c6254db10131eecfe8c06670700904db" |
||
| 2638 | }, |
||
| 2639 | "dist": { |
||
| 2640 | "type": "zip", |
||
| 2641 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", |
||
| 2642 | "reference": "791198a2c6254db10131eecfe8c06670700904db", |
||
| 2643 | "shasum": "" |
||
| 2644 | }, |
||
| 2645 | "require": { |
||
| 2646 | "ext-tokenizer": "*", |
||
| 2647 | "php": "^7.0" |
||
| 2648 | }, |
||
| 2649 | "require-dev": { |
||
| 2650 | "phpunit/phpunit": "^6.2.4" |
||
| 2651 | }, |
||
| 2652 | "type": "library", |
||
| 2653 | "extra": { |
||
| 2654 | "branch-alias": { |
||
| 2655 | "dev-master": "2.0-dev" |
||
| 2656 | } |
||
| 2657 | }, |
||
| 2658 | "autoload": { |
||
| 2659 | "classmap": [ |
||
| 2660 | "src/" |
||
| 2661 | ] |
||
| 2662 | }, |
||
| 2663 | "notification-url": "https://packagist.org/downloads/", |
||
| 2664 | "license": [ |
||
| 2665 | "BSD-3-Clause" |
||
| 2666 | ], |
||
| 2667 | "authors": [ |
||
| 2668 | { |
||
| 2669 | "name": "Sebastian Bergmann", |
||
| 2670 | "email": "[email protected]" |
||
| 2671 | } |
||
| 2672 | ], |
||
| 2673 | "description": "Wrapper around PHP's tokenizer extension.", |
||
| 2674 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
| 2675 | "keywords": [ |
||
| 2676 | "tokenizer" |
||
| 2677 | ], |
||
| 2678 | "time": "2017-11-27T05:48:46+00:00" |
||
| 2679 | }, |
||
| 2680 | { |
||
| 2681 | "name": "phpunit/phpunit", |
||
| 2682 | "version": "6.5.5", |
||
| 2683 | "source": { |
||
| 2684 | "type": "git", |
||
| 2685 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
| 2686 | "reference": "83d27937a310f2984fd575686138597147bdc7df" |
||
| 2687 | }, |
||
| 2688 | "dist": { |
||
| 2689 | "type": "zip", |
||
| 2690 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/83d27937a310f2984fd575686138597147bdc7df", |
||
| 2691 | "reference": "83d27937a310f2984fd575686138597147bdc7df", |
||
| 2692 | "shasum": "" |
||
| 2693 | }, |
||
| 2694 | "require": { |
||
| 2695 | "ext-dom": "*", |
||
| 2696 | "ext-json": "*", |
||
| 2697 | "ext-libxml": "*", |
||
| 2698 | "ext-mbstring": "*", |
||
| 2699 | "ext-xml": "*", |
||
| 2700 | "myclabs/deep-copy": "^1.6.1", |
||
| 2701 | "phar-io/manifest": "^1.0.1", |
||
| 2702 | "phar-io/version": "^1.0", |
||
| 2703 | "php": "^7.0", |
||
| 2704 | "phpspec/prophecy": "^1.7", |
||
| 2705 | "phpunit/php-code-coverage": "^5.3", |
||
| 2706 | "phpunit/php-file-iterator": "^1.4.3", |
||
| 2707 | "phpunit/php-text-template": "^1.2.1", |
||
| 2708 | "phpunit/php-timer": "^1.0.9", |
||
| 2709 | "phpunit/phpunit-mock-objects": "^5.0.5", |
||
| 2710 | "sebastian/comparator": "^2.1", |
||
| 2711 | "sebastian/diff": "^2.0", |
||
| 2712 | "sebastian/environment": "^3.1", |
||
| 2713 | "sebastian/exporter": "^3.1", |
||
| 2714 | "sebastian/global-state": "^2.0", |
||
| 2715 | "sebastian/object-enumerator": "^3.0.3", |
||
| 2716 | "sebastian/resource-operations": "^1.0", |
||
| 2717 | "sebastian/version": "^2.0.1" |
||
| 2718 | }, |
||
| 2719 | "conflict": { |
||
| 2720 | "phpdocumentor/reflection-docblock": "3.0.2", |
||
| 2721 | "phpunit/dbunit": "<3.0" |
||
| 2722 | }, |
||
| 2723 | "require-dev": { |
||
| 2724 | "ext-pdo": "*" |
||
| 2725 | }, |
||
| 2726 | "suggest": { |
||
| 2727 | "ext-xdebug": "*", |
||
| 2728 | "phpunit/php-invoker": "^1.1" |
||
| 2729 | }, |
||
| 2730 | "bin": [ |
||
| 2731 | "phpunit" |
||
| 2732 | ], |
||
| 2733 | "type": "library", |
||
| 2734 | "extra": { |
||
| 2735 | "branch-alias": { |
||
| 2736 | "dev-master": "6.5.x-dev" |
||
| 2737 | } |
||
| 2738 | }, |
||
| 2739 | "autoload": { |
||
| 2740 | "classmap": [ |
||
| 2741 | "src/" |
||
| 2742 | ] |
||
| 2743 | }, |
||
| 2744 | "notification-url": "https://packagist.org/downloads/", |
||
| 2745 | "license": [ |
||
| 2746 | "BSD-3-Clause" |
||
| 2747 | ], |
||
| 2748 | "authors": [ |
||
| 2749 | { |
||
| 2750 | "name": "Sebastian Bergmann", |
||
| 2751 | "email": "[email protected]", |
||
| 2752 | "role": "lead" |
||
| 2753 | } |
||
| 2754 | ], |
||
| 2755 | "description": "The PHP Unit Testing framework.", |
||
| 2756 | "homepage": "https://phpunit.de/", |
||
| 2757 | "keywords": [ |
||
| 2758 | "phpunit", |
||
| 2759 | "testing", |
||
| 2760 | "xunit" |
||
| 2761 | ], |
||
| 2762 | "time": "2017-12-17T06:31:19+00:00" |
||
| 2763 | }, |
||
| 2764 | { |
||
| 2765 | "name": "phpunit/phpunit-mock-objects", |
||
| 2766 | "version": "5.0.6", |
||
| 2767 | "source": { |
||
| 2768 | "type": "git", |
||
| 2769 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
| 2770 | "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf" |
||
| 2771 | }, |
||
| 2772 | "dist": { |
||
| 2773 | "type": "zip", |
||
| 2774 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf", |
||
| 2775 | "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf", |
||
| 2776 | "shasum": "" |
||
| 2777 | }, |
||
| 2778 | "require": { |
||
| 2779 | "doctrine/instantiator": "^1.0.5", |
||
| 2780 | "php": "^7.0", |
||
| 2781 | "phpunit/php-text-template": "^1.2.1", |
||
| 2782 | "sebastian/exporter": "^3.1" |
||
| 2783 | }, |
||
| 2784 | "conflict": { |
||
| 2785 | "phpunit/phpunit": "<6.0" |
||
| 2786 | }, |
||
| 2787 | "require-dev": { |
||
| 2788 | "phpunit/phpunit": "^6.5" |
||
| 2789 | }, |
||
| 2790 | "suggest": { |
||
| 2791 | "ext-soap": "*" |
||
| 2792 | }, |
||
| 2793 | "type": "library", |
||
| 2794 | "extra": { |
||
| 2795 | "branch-alias": { |
||
| 2796 | "dev-master": "5.0.x-dev" |
||
| 2797 | } |
||
| 2798 | }, |
||
| 2799 | "autoload": { |
||
| 2800 | "classmap": [ |
||
| 2801 | "src/" |
||
| 2802 | ] |
||
| 2803 | }, |
||
| 2804 | "notification-url": "https://packagist.org/downloads/", |
||
| 2805 | "license": [ |
||
| 2806 | "BSD-3-Clause" |
||
| 2807 | ], |
||
| 2808 | "authors": [ |
||
| 2809 | { |
||
| 2810 | "name": "Sebastian Bergmann", |
||
| 2811 | "email": "[email protected]", |
||
| 2812 | "role": "lead" |
||
| 2813 | } |
||
| 2814 | ], |
||
| 2815 | "description": "Mock Object library for PHPUnit", |
||
| 2816 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
| 2817 | "keywords": [ |
||
| 2818 | "mock", |
||
| 2819 | "xunit" |
||
| 2820 | ], |
||
| 2821 | "time": "2018-01-06T05:45:45+00:00" |
||
| 2822 | }, |
||
| 2823 | { |
||
| 2824 | "name": "sebastian/code-unit-reverse-lookup", |
||
| 2825 | "version": "1.0.1", |
||
| 2826 | "source": { |
||
| 2827 | "type": "git", |
||
| 2828 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
| 2829 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
||
| 2830 | }, |
||
| 2831 | "dist": { |
||
| 2832 | "type": "zip", |
||
| 2833 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
| 2834 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
| 2835 | "shasum": "" |
||
| 2836 | }, |
||
| 2837 | "require": { |
||
| 2838 | "php": "^5.6 || ^7.0" |
||
| 2839 | }, |
||
| 2840 | "require-dev": { |
||
| 2841 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
| 2842 | }, |
||
| 2843 | "type": "library", |
||
| 2844 | "extra": { |
||
| 2845 | "branch-alias": { |
||
| 2846 | "dev-master": "1.0.x-dev" |
||
| 2847 | } |
||
| 2848 | }, |
||
| 2849 | "autoload": { |
||
| 2850 | "classmap": [ |
||
| 2851 | "src/" |
||
| 2852 | ] |
||
| 2853 | }, |
||
| 2854 | "notification-url": "https://packagist.org/downloads/", |
||
| 2855 | "license": [ |
||
| 2856 | "BSD-3-Clause" |
||
| 2857 | ], |
||
| 2858 | "authors": [ |
||
| 2859 | { |
||
| 2860 | "name": "Sebastian Bergmann", |
||
| 2861 | "email": "[email protected]" |
||
| 2862 | } |
||
| 2863 | ], |
||
| 2864 | "description": "Looks up which function or method a line of code belongs to", |
||
| 2865 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
| 2866 | "time": "2017-03-04T06:30:41+00:00" |
||
| 2867 | }, |
||
| 2868 | { |
||
| 2869 | "name": "sebastian/comparator", |
||
| 2870 | "version": "2.1.2", |
||
| 2871 | "source": { |
||
| 2872 | "type": "git", |
||
| 2873 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
| 2874 | "reference": "11c07feade1d65453e06df3b3b90171d6d982087" |
||
| 2875 | }, |
||
| 2876 | "dist": { |
||
| 2877 | "type": "zip", |
||
| 2878 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/11c07feade1d65453e06df3b3b90171d6d982087", |
||
| 2879 | "reference": "11c07feade1d65453e06df3b3b90171d6d982087", |
||
| 2880 | "shasum": "" |
||
| 2881 | }, |
||
| 2882 | "require": { |
||
| 2883 | "php": "^7.0", |
||
| 2884 | "sebastian/diff": "^2.0", |
||
| 2885 | "sebastian/exporter": "^3.1" |
||
| 2886 | }, |
||
| 2887 | "require-dev": { |
||
| 2888 | "phpunit/phpunit": "^6.4" |
||
| 2889 | }, |
||
| 2890 | "type": "library", |
||
| 2891 | "extra": { |
||
| 2892 | "branch-alias": { |
||
| 2893 | "dev-master": "2.1.x-dev" |
||
| 2894 | } |
||
| 2895 | }, |
||
| 2896 | "autoload": { |
||
| 2897 | "classmap": [ |
||
| 2898 | "src/" |
||
| 2899 | ] |
||
| 2900 | }, |
||
| 2901 | "notification-url": "https://packagist.org/downloads/", |
||
| 2902 | "license": [ |
||
| 2903 | "BSD-3-Clause" |
||
| 2904 | ], |
||
| 2905 | "authors": [ |
||
| 2906 | { |
||
| 2907 | "name": "Jeff Welch", |
||
| 2908 | "email": "[email protected]" |
||
| 2909 | }, |
||
| 2910 | { |
||
| 2911 | "name": "Volker Dusch", |
||
| 2912 | "email": "[email protected]" |
||
| 2913 | }, |
||
| 2914 | { |
||
| 2915 | "name": "Bernhard Schussek", |
||
| 2916 | "email": "[email protected]" |
||
| 2917 | }, |
||
| 2918 | { |
||
| 2919 | "name": "Sebastian Bergmann", |
||
| 2920 | "email": "[email protected]" |
||
| 2921 | } |
||
| 2922 | ], |
||
| 2923 | "description": "Provides the functionality to compare PHP values for equality", |
||
| 2924 | "homepage": "https://github.com/sebastianbergmann/comparator", |
||
| 2925 | "keywords": [ |
||
| 2926 | "comparator", |
||
| 2927 | "compare", |
||
| 2928 | "equality" |
||
| 2929 | ], |
||
| 2930 | "time": "2018-01-12T06:34:42+00:00" |
||
| 2931 | }, |
||
| 2932 | { |
||
| 2933 | "name": "sebastian/diff", |
||
| 2934 | "version": "2.0.1", |
||
| 2935 | "source": { |
||
| 2936 | "type": "git", |
||
| 2937 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
| 2938 | "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd" |
||
| 2939 | }, |
||
| 2940 | "dist": { |
||
| 2941 | "type": "zip", |
||
| 2942 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", |
||
| 2943 | "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", |
||
| 2944 | "shasum": "" |
||
| 2945 | }, |
||
| 2946 | "require": { |
||
| 2947 | "php": "^7.0" |
||
| 2948 | }, |
||
| 2949 | "require-dev": { |
||
| 2950 | "phpunit/phpunit": "^6.2" |
||
| 2951 | }, |
||
| 2952 | "type": "library", |
||
| 2953 | "extra": { |
||
| 2954 | "branch-alias": { |
||
| 2955 | "dev-master": "2.0-dev" |
||
| 2956 | } |
||
| 2957 | }, |
||
| 2958 | "autoload": { |
||
| 2959 | "classmap": [ |
||
| 2960 | "src/" |
||
| 2961 | ] |
||
| 2962 | }, |
||
| 2963 | "notification-url": "https://packagist.org/downloads/", |
||
| 2964 | "license": [ |
||
| 2965 | "BSD-3-Clause" |
||
| 2966 | ], |
||
| 2967 | "authors": [ |
||
| 2968 | { |
||
| 2969 | "name": "Kore Nordmann", |
||
| 2970 | "email": "[email protected]" |
||
| 2971 | }, |
||
| 2972 | { |
||
| 2973 | "name": "Sebastian Bergmann", |
||
| 2974 | "email": "[email protected]" |
||
| 2975 | } |
||
| 2976 | ], |
||
| 2977 | "description": "Diff implementation", |
||
| 2978 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
| 2979 | "keywords": [ |
||
| 2980 | "diff" |
||
| 2981 | ], |
||
| 2982 | "time": "2017-08-03T08:09:46+00:00" |
||
| 2983 | }, |
||
| 2984 | { |
||
| 2985 | "name": "sebastian/environment", |
||
| 2986 | "version": "3.1.0", |
||
| 2987 | "source": { |
||
| 2988 | "type": "git", |
||
| 2989 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
| 2990 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" |
||
| 2991 | }, |
||
| 2992 | "dist": { |
||
| 2993 | "type": "zip", |
||
| 2994 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
| 2995 | "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
||
| 2996 | "shasum": "" |
||
| 2997 | }, |
||
| 2998 | "require": { |
||
| 2999 | "php": "^7.0" |
||
| 3000 | }, |
||
| 3001 | "require-dev": { |
||
| 3002 | "phpunit/phpunit": "^6.1" |
||
| 3003 | }, |
||
| 3004 | "type": "library", |
||
| 3005 | "extra": { |
||
| 3006 | "branch-alias": { |
||
| 3007 | "dev-master": "3.1.x-dev" |
||
| 3008 | } |
||
| 3009 | }, |
||
| 3010 | "autoload": { |
||
| 3011 | "classmap": [ |
||
| 3012 | "src/" |
||
| 3013 | ] |
||
| 3014 | }, |
||
| 3015 | "notification-url": "https://packagist.org/downloads/", |
||
| 3016 | "license": [ |
||
| 3017 | "BSD-3-Clause" |
||
| 3018 | ], |
||
| 3019 | "authors": [ |
||
| 3020 | { |
||
| 3021 | "name": "Sebastian Bergmann", |
||
| 3022 | "email": "[email protected]" |
||
| 3023 | } |
||
| 3024 | ], |
||
| 3025 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
| 3026 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
| 3027 | "keywords": [ |
||
| 3028 | "Xdebug", |
||
| 3029 | "environment", |
||
| 3030 | "hhvm" |
||
| 3031 | ], |
||
| 3032 | "time": "2017-07-01T08:51:00+00:00" |
||
| 3033 | }, |
||
| 3034 | { |
||
| 3035 | "name": "sebastian/exporter", |
||
| 3036 | "version": "3.1.0", |
||
| 3037 | "source": { |
||
| 3038 | "type": "git", |
||
| 3039 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
| 3040 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" |
||
| 3041 | }, |
||
| 3042 | "dist": { |
||
| 3043 | "type": "zip", |
||
| 3044 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", |
||
| 3045 | "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", |
||
| 3046 | "shasum": "" |
||
| 3047 | }, |
||
| 3048 | "require": { |
||
| 3049 | "php": "^7.0", |
||
| 3050 | "sebastian/recursion-context": "^3.0" |
||
| 3051 | }, |
||
| 3052 | "require-dev": { |
||
| 3053 | "ext-mbstring": "*", |
||
| 3054 | "phpunit/phpunit": "^6.0" |
||
| 3055 | }, |
||
| 3056 | "type": "library", |
||
| 3057 | "extra": { |
||
| 3058 | "branch-alias": { |
||
| 3059 | "dev-master": "3.1.x-dev" |
||
| 3060 | } |
||
| 3061 | }, |
||
| 3062 | "autoload": { |
||
| 3063 | "classmap": [ |
||
| 3064 | "src/" |
||
| 3065 | ] |
||
| 3066 | }, |
||
| 3067 | "notification-url": "https://packagist.org/downloads/", |
||
| 3068 | "license": [ |
||
| 3069 | "BSD-3-Clause" |
||
| 3070 | ], |
||
| 3071 | "authors": [ |
||
| 3072 | { |
||
| 3073 | "name": "Jeff Welch", |
||
| 3074 | "email": "[email protected]" |
||
| 3075 | }, |
||
| 3076 | { |
||
| 3077 | "name": "Volker Dusch", |
||
| 3078 | "email": "[email protected]" |
||
| 3079 | }, |
||
| 3080 | { |
||
| 3081 | "name": "Bernhard Schussek", |
||
| 3082 | "email": "[email protected]" |
||
| 3083 | }, |
||
| 3084 | { |
||
| 3085 | "name": "Sebastian Bergmann", |
||
| 3086 | "email": "[email protected]" |
||
| 3087 | }, |
||
| 3088 | { |
||
| 3089 | "name": "Adam Harvey", |
||
| 3090 | "email": "[email protected]" |
||
| 3091 | } |
||
| 3092 | ], |
||
| 3093 | "description": "Provides the functionality to export PHP variables for visualization", |
||
| 3094 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
| 3095 | "keywords": [ |
||
| 3096 | "export", |
||
| 3097 | "exporter" |
||
| 3098 | ], |
||
| 3099 | "time": "2017-04-03T13:19:02+00:00" |
||
| 3100 | }, |
||
| 3101 | { |
||
| 3102 | "name": "sebastian/global-state", |
||
| 3103 | "version": "2.0.0", |
||
| 3104 | "source": { |
||
| 3105 | "type": "git", |
||
| 3106 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
| 3107 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" |
||
| 3108 | }, |
||
| 3109 | "dist": { |
||
| 3110 | "type": "zip", |
||
| 3111 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
| 3112 | "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
||
| 3113 | "shasum": "" |
||
| 3114 | }, |
||
| 3115 | "require": { |
||
| 3116 | "php": "^7.0" |
||
| 3117 | }, |
||
| 3118 | "require-dev": { |
||
| 3119 | "phpunit/phpunit": "^6.0" |
||
| 3120 | }, |
||
| 3121 | "suggest": { |
||
| 3122 | "ext-uopz": "*" |
||
| 3123 | }, |
||
| 3124 | "type": "library", |
||
| 3125 | "extra": { |
||
| 3126 | "branch-alias": { |
||
| 3127 | "dev-master": "2.0-dev" |
||
| 3128 | } |
||
| 3129 | }, |
||
| 3130 | "autoload": { |
||
| 3131 | "classmap": [ |
||
| 3132 | "src/" |
||
| 3133 | ] |
||
| 3134 | }, |
||
| 3135 | "notification-url": "https://packagist.org/downloads/", |
||
| 3136 | "license": [ |
||
| 3137 | "BSD-3-Clause" |
||
| 3138 | ], |
||
| 3139 | "authors": [ |
||
| 3140 | { |
||
| 3141 | "name": "Sebastian Bergmann", |
||
| 3142 | "email": "[email protected]" |
||
| 3143 | } |
||
| 3144 | ], |
||
| 3145 | "description": "Snapshotting of global state", |
||
| 3146 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
| 3147 | "keywords": [ |
||
| 3148 | "global state" |
||
| 3149 | ], |
||
| 3150 | "time": "2017-04-27T15:39:26+00:00" |
||
| 3151 | }, |
||
| 3152 | { |
||
| 3153 | "name": "sebastian/object-enumerator", |
||
| 3154 | "version": "3.0.3", |
||
| 3155 | "source": { |
||
| 3156 | "type": "git", |
||
| 3157 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
| 3158 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" |
||
| 3159 | }, |
||
| 3160 | "dist": { |
||
| 3161 | "type": "zip", |
||
| 3162 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
| 3163 | "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
||
| 3164 | "shasum": "" |
||
| 3165 | }, |
||
| 3166 | "require": { |
||
| 3167 | "php": "^7.0", |
||
| 3168 | "sebastian/object-reflector": "^1.1.1", |
||
| 3169 | "sebastian/recursion-context": "^3.0" |
||
| 3170 | }, |
||
| 3171 | "require-dev": { |
||
| 3172 | "phpunit/phpunit": "^6.0" |
||
| 3173 | }, |
||
| 3174 | "type": "library", |
||
| 3175 | "extra": { |
||
| 3176 | "branch-alias": { |
||
| 3177 | "dev-master": "3.0.x-dev" |
||
| 3178 | } |
||
| 3179 | }, |
||
| 3180 | "autoload": { |
||
| 3181 | "classmap": [ |
||
| 3182 | "src/" |
||
| 3183 | ] |
||
| 3184 | }, |
||
| 3185 | "notification-url": "https://packagist.org/downloads/", |
||
| 3186 | "license": [ |
||
| 3187 | "BSD-3-Clause" |
||
| 3188 | ], |
||
| 3189 | "authors": [ |
||
| 3190 | { |
||
| 3191 | "name": "Sebastian Bergmann", |
||
| 3192 | "email": "[email protected]" |
||
| 3193 | } |
||
| 3194 | ], |
||
| 3195 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
| 3196 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
| 3197 | "time": "2017-08-03T12:35:26+00:00" |
||
| 3198 | }, |
||
| 3199 | { |
||
| 3200 | "name": "sebastian/object-reflector", |
||
| 3201 | "version": "1.1.1", |
||
| 3202 | "source": { |
||
| 3203 | "type": "git", |
||
| 3204 | "url": "https://github.com/sebastianbergmann/object-reflector.git", |
||
| 3205 | "reference": "773f97c67f28de00d397be301821b06708fca0be" |
||
| 3206 | }, |
||
| 3207 | "dist": { |
||
| 3208 | "type": "zip", |
||
| 3209 | "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", |
||
| 3210 | "reference": "773f97c67f28de00d397be301821b06708fca0be", |
||
| 3211 | "shasum": "" |
||
| 3212 | }, |
||
| 3213 | "require": { |
||
| 3214 | "php": "^7.0" |
||
| 3215 | }, |
||
| 3216 | "require-dev": { |
||
| 3217 | "phpunit/phpunit": "^6.0" |
||
| 3218 | }, |
||
| 3219 | "type": "library", |
||
| 3220 | "extra": { |
||
| 3221 | "branch-alias": { |
||
| 3222 | "dev-master": "1.1-dev" |
||
| 3223 | } |
||
| 3224 | }, |
||
| 3225 | "autoload": { |
||
| 3226 | "classmap": [ |
||
| 3227 | "src/" |
||
| 3228 | ] |
||
| 3229 | }, |
||
| 3230 | "notification-url": "https://packagist.org/downloads/", |
||
| 3231 | "license": [ |
||
| 3232 | "BSD-3-Clause" |
||
| 3233 | ], |
||
| 3234 | "authors": [ |
||
| 3235 | { |
||
| 3236 | "name": "Sebastian Bergmann", |
||
| 3237 | "email": "[email protected]" |
||
| 3238 | } |
||
| 3239 | ], |
||
| 3240 | "description": "Allows reflection of object attributes, including inherited and non-public ones", |
||
| 3241 | "homepage": "https://github.com/sebastianbergmann/object-reflector/", |
||
| 3242 | "time": "2017-03-29T09:07:27+00:00" |
||
| 3243 | }, |
||
| 3244 | { |
||
| 3245 | "name": "sebastian/recursion-context", |
||
| 3246 | "version": "3.0.0", |
||
| 3247 | "source": { |
||
| 3248 | "type": "git", |
||
| 3249 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
| 3250 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" |
||
| 3251 | }, |
||
| 3252 | "dist": { |
||
| 3253 | "type": "zip", |
||
| 3254 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
| 3255 | "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
||
| 3256 | "shasum": "" |
||
| 3257 | }, |
||
| 3258 | "require": { |
||
| 3259 | "php": "^7.0" |
||
| 3260 | }, |
||
| 3261 | "require-dev": { |
||
| 3262 | "phpunit/phpunit": "^6.0" |
||
| 3263 | }, |
||
| 3264 | "type": "library", |
||
| 3265 | "extra": { |
||
| 3266 | "branch-alias": { |
||
| 3267 | "dev-master": "3.0.x-dev" |
||
| 3268 | } |
||
| 3269 | }, |
||
| 3270 | "autoload": { |
||
| 3271 | "classmap": [ |
||
| 3272 | "src/" |
||
| 3273 | ] |
||
| 3274 | }, |
||
| 3275 | "notification-url": "https://packagist.org/downloads/", |
||
| 3276 | "license": [ |
||
| 3277 | "BSD-3-Clause" |
||
| 3278 | ], |
||
| 3279 | "authors": [ |
||
| 3280 | { |
||
| 3281 | "name": "Jeff Welch", |
||
| 3282 | "email": "[email protected]" |
||
| 3283 | }, |
||
| 3284 | { |
||
| 3285 | "name": "Sebastian Bergmann", |
||
| 3286 | "email": "[email protected]" |
||
| 3287 | }, |
||
| 3288 | { |
||
| 3289 | "name": "Adam Harvey", |
||
| 3290 | "email": "[email protected]" |
||
| 3291 | } |
||
| 3292 | ], |
||
| 3293 | "description": "Provides functionality to recursively process PHP variables", |
||
| 3294 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
| 3295 | "time": "2017-03-03T06:23:57+00:00" |
||
| 3296 | }, |
||
| 3297 | { |
||
| 3298 | "name": "sebastian/resource-operations", |
||
| 3299 | "version": "1.0.0", |
||
| 3300 | "source": { |
||
| 3301 | "type": "git", |
||
| 3302 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
| 3303 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
| 3304 | }, |
||
| 3305 | "dist": { |
||
| 3306 | "type": "zip", |
||
| 3307 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 3308 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 3309 | "shasum": "" |
||
| 3310 | }, |
||
| 3311 | "require": { |
||
| 3312 | "php": ">=5.6.0" |
||
| 3313 | }, |
||
| 3314 | "type": "library", |
||
| 3315 | "extra": { |
||
| 3316 | "branch-alias": { |
||
| 3317 | "dev-master": "1.0.x-dev" |
||
| 3318 | } |
||
| 3319 | }, |
||
| 3320 | "autoload": { |
||
| 3321 | "classmap": [ |
||
| 3322 | "src/" |
||
| 3323 | ] |
||
| 3324 | }, |
||
| 3325 | "notification-url": "https://packagist.org/downloads/", |
||
| 3326 | "license": [ |
||
| 3327 | "BSD-3-Clause" |
||
| 3328 | ], |
||
| 3329 | "authors": [ |
||
| 3330 | { |
||
| 3331 | "name": "Sebastian Bergmann", |
||
| 3332 | "email": "[email protected]" |
||
| 3333 | } |
||
| 3334 | ], |
||
| 3335 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
| 3336 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
| 3337 | "time": "2015-07-28T20:34:47+00:00" |
||
| 3338 | }, |
||
| 3339 | { |
||
| 3340 | "name": "sebastian/version", |
||
| 3341 | "version": "2.0.1", |
||
| 3342 | "source": { |
||
| 3343 | "type": "git", |
||
| 3344 | "url": "https://github.com/sebastianbergmann/version.git", |
||
| 3345 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
| 3346 | }, |
||
| 3347 | "dist": { |
||
| 3348 | "type": "zip", |
||
| 3349 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
| 3350 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
| 3351 | "shasum": "" |
||
| 3352 | }, |
||
| 3353 | "require": { |
||
| 3354 | "php": ">=5.6" |
||
| 3355 | }, |
||
| 3356 | "type": "library", |
||
| 3357 | "extra": { |
||
| 3358 | "branch-alias": { |
||
| 3359 | "dev-master": "2.0.x-dev" |
||
| 3360 | } |
||
| 3361 | }, |
||
| 3362 | "autoload": { |
||
| 3363 | "classmap": [ |
||
| 3364 | "src/" |
||
| 3365 | ] |
||
| 3366 | }, |
||
| 3367 | "notification-url": "https://packagist.org/downloads/", |
||
| 3368 | "license": [ |
||
| 3369 | "BSD-3-Clause" |
||
| 3370 | ], |
||
| 3371 | "authors": [ |
||
| 3372 | { |
||
| 3373 | "name": "Sebastian Bergmann", |
||
| 3374 | "email": "[email protected]", |
||
| 3375 | "role": "lead" |
||
| 3376 | } |
||
| 3377 | ], |
||
| 3378 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
| 3379 | "homepage": "https://github.com/sebastianbergmann/version", |
||
| 3380 | "time": "2016-10-03T07:35:21+00:00" |
||
| 3381 | }, |
||
| 3382 | { |
||
| 3383 | "name": "theseer/tokenizer", |
||
| 3384 | "version": "1.1.0", |
||
| 3385 | "source": { |
||
| 3386 | "type": "git", |
||
| 3387 | "url": "https://github.com/theseer/tokenizer.git", |
||
| 3388 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" |
||
| 3389 | }, |
||
| 3390 | "dist": { |
||
| 3391 | "type": "zip", |
||
| 3392 | "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
| 3393 | "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
||
| 3394 | "shasum": "" |
||
| 3395 | }, |
||
| 3396 | "require": { |
||
| 3397 | "ext-dom": "*", |
||
| 3398 | "ext-tokenizer": "*", |
||
| 3399 | "ext-xmlwriter": "*", |
||
| 3400 | "php": "^7.0" |
||
| 3401 | }, |
||
| 3402 | "type": "library", |
||
| 3403 | "autoload": { |
||
| 3404 | "classmap": [ |
||
| 3405 | "src/" |
||
| 3406 | ] |
||
| 3407 | }, |
||
| 3408 | "notification-url": "https://packagist.org/downloads/", |
||
| 3409 | "license": [ |
||
| 3410 | "BSD-3-Clause" |
||
| 3411 | ], |
||
| 3412 | "authors": [ |
||
| 3413 | { |
||
| 3414 | "name": "Arne Blankerts", |
||
| 3415 | "email": "[email protected]", |
||
| 3416 | "role": "Developer" |
||
| 3417 | } |
||
| 3418 | ], |
||
| 3419 | "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", |
||
| 3420 | "time": "2017-04-07T12:08:54+00:00" |
||
| 3421 | }, |
||
| 3422 | { |
||
| 3423 | "name": "webmozart/assert", |
||
| 3424 | "version": "1.2.0", |
||
| 3425 | "source": { |
||
| 3426 | "type": "git", |
||
| 3427 | "url": "https://github.com/webmozart/assert.git", |
||
| 3428 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" |
||
| 3429 | }, |
||
| 3430 | "dist": { |
||
| 3431 | "type": "zip", |
||
| 3432 | "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
| 3433 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
| 3434 | "shasum": "" |
||
| 3435 | }, |
||
| 3436 | "require": { |
||
| 3437 | "php": "^5.3.3 || ^7.0" |
||
| 3438 | }, |
||
| 3439 | "require-dev": { |
||
| 3440 | "phpunit/phpunit": "^4.6", |
||
| 3441 | "sebastian/version": "^1.0.1" |
||
| 3442 | }, |
||
| 3443 | "type": "library", |
||
| 3444 | "extra": { |
||
| 3445 | "branch-alias": { |
||
| 3446 | "dev-master": "1.3-dev" |
||
| 3447 | } |
||
| 3448 | }, |
||
| 3449 | "autoload": { |
||
| 3450 | "psr-4": { |
||
| 3451 | "Webmozart\\Assert\\": "src/" |
||
| 3452 | } |
||
| 3453 | }, |
||
| 3454 | "notification-url": "https://packagist.org/downloads/", |
||
| 3455 | "license": [ |
||
| 3456 | "MIT" |
||
| 3457 | ], |
||
| 3458 | "authors": [ |
||
| 3459 | { |
||
| 3460 | "name": "Bernhard Schussek", |
||
| 3461 | "email": "[email protected]" |
||
| 3462 | } |
||
| 3463 | ], |
||
| 3464 | "description": "Assertions to validate method input/output with nice error messages.", |
||
| 3465 | "keywords": [ |
||
| 3466 | "assert", |
||
| 3467 | "check", |
||
| 3468 | "validate" |
||
| 3469 | ], |
||
| 3470 | "time": "2016-11-23T20:04:58+00:00" |
||
| 3471 | } |
||
| 3472 | ], |
||
| 3473 | "aliases": [], |
||
| 3474 | "minimum-stability": "stable", |
||
| 3475 | "stability-flags": [], |
||
| 3476 | "prefer-stable": false, |
||
| 3477 | "prefer-lowest": false, |
||
| 3478 | "platform": [], |
||
| 3479 | "platform-dev": [], |
||
| 3480 | "platform-overrides": { |
||
| 3481 | "php": "7.1" |
||
| 3482 | } |
||
| 3483 | } |
||
| 3484 |