timegridio /
concierge
This project does not seem to handle request data directly as such no vulnerable execution paths were found.
include, or for example
via PHP's auto-loading mechanism.
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
| 1 | { |
||
| 2 | "_readme": [ |
||
| 3 | "This file locks the dependencies of your project to a known state", |
||
| 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
||
| 5 | "This file is @generated automatically" |
||
| 6 | ], |
||
| 7 | "content-hash": "0590ad47cb4f4e1ee1c527a76307024f", |
||
| 8 | "packages": [ |
||
| 9 | { |
||
| 10 | "name": "doctrine/annotations", |
||
| 11 | "version": "v1.4.0", |
||
| 12 | "source": { |
||
| 13 | "type": "git", |
||
| 14 | "url": "https://github.com/doctrine/annotations.git", |
||
| 15 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" |
||
| 16 | }, |
||
| 17 | "dist": { |
||
| 18 | "type": "zip", |
||
| 19 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", |
||
| 20 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", |
||
| 21 | "shasum": "" |
||
| 22 | }, |
||
| 23 | "require": { |
||
| 24 | "doctrine/lexer": "1.*", |
||
| 25 | "php": "^5.6 || ^7.0" |
||
| 26 | }, |
||
| 27 | "require-dev": { |
||
| 28 | "doctrine/cache": "1.*", |
||
| 29 | "phpunit/phpunit": "^5.7" |
||
| 30 | }, |
||
| 31 | "type": "library", |
||
| 32 | "extra": { |
||
| 33 | "branch-alias": { |
||
| 34 | "dev-master": "1.4.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-02-24T16:22:25+00:00" |
||
| 76 | }, |
||
| 77 | { |
||
| 78 | "name": "doctrine/cache", |
||
| 79 | "version": "v1.6.2", |
||
| 80 | "source": { |
||
| 81 | "type": "git", |
||
| 82 | "url": "https://github.com/doctrine/cache.git", |
||
| 83 | "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b" |
||
| 84 | }, |
||
| 85 | "dist": { |
||
| 86 | "type": "zip", |
||
| 87 | "url": "https://api.github.com/repos/doctrine/cache/zipball/eb152c5100571c7a45470ff2a35095ab3f3b900b", |
||
| 88 | "reference": "eb152c5100571c7a45470ff2a35095ab3f3b900b", |
||
| 89 | "shasum": "" |
||
| 90 | }, |
||
| 91 | "require": { |
||
| 92 | "php": "~5.5|~7.0" |
||
| 93 | }, |
||
| 94 | "conflict": { |
||
| 95 | "doctrine/common": ">2.2,<2.4" |
||
| 96 | }, |
||
| 97 | "require-dev": { |
||
| 98 | "phpunit/phpunit": "~4.8|~5.0", |
||
| 99 | "predis/predis": "~1.0", |
||
| 100 | "satooshi/php-coveralls": "~0.6" |
||
| 101 | }, |
||
| 102 | "type": "library", |
||
| 103 | "extra": { |
||
| 104 | "branch-alias": { |
||
| 105 | "dev-master": "1.6.x-dev" |
||
| 106 | } |
||
| 107 | }, |
||
| 108 | "autoload": { |
||
| 109 | "psr-4": { |
||
| 110 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
| 111 | } |
||
| 112 | }, |
||
| 113 | "notification-url": "https://packagist.org/downloads/", |
||
| 114 | "license": [ |
||
| 115 | "MIT" |
||
| 116 | ], |
||
| 117 | "authors": [ |
||
| 118 | { |
||
| 119 | "name": "Roman Borschel", |
||
| 120 | "email": "[email protected]" |
||
| 121 | }, |
||
| 122 | { |
||
| 123 | "name": "Benjamin Eberlei", |
||
| 124 | "email": "[email protected]" |
||
| 125 | }, |
||
| 126 | { |
||
| 127 | "name": "Guilherme Blanco", |
||
| 128 | "email": "[email protected]" |
||
| 129 | }, |
||
| 130 | { |
||
| 131 | "name": "Jonathan Wage", |
||
| 132 | "email": "[email protected]" |
||
| 133 | }, |
||
| 134 | { |
||
| 135 | "name": "Johannes Schmitt", |
||
| 136 | "email": "[email protected]" |
||
| 137 | } |
||
| 138 | ], |
||
| 139 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
| 140 | "homepage": "http://www.doctrine-project.org", |
||
| 141 | "keywords": [ |
||
| 142 | "cache", |
||
| 143 | "caching" |
||
| 144 | ], |
||
| 145 | "time": "2017-07-22T12:49:21+00:00" |
||
| 146 | }, |
||
| 147 | { |
||
| 148 | "name": "doctrine/collections", |
||
| 149 | "version": "v1.4.0", |
||
| 150 | "source": { |
||
| 151 | "type": "git", |
||
| 152 | "url": "https://github.com/doctrine/collections.git", |
||
| 153 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" |
||
| 154 | }, |
||
| 155 | "dist": { |
||
| 156 | "type": "zip", |
||
| 157 | "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
| 158 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
| 159 | "shasum": "" |
||
| 160 | }, |
||
| 161 | "require": { |
||
| 162 | "php": "^5.6 || ^7.0" |
||
| 163 | }, |
||
| 164 | "require-dev": { |
||
| 165 | "doctrine/coding-standard": "~0.1@dev", |
||
| 166 | "phpunit/phpunit": "^5.7" |
||
| 167 | }, |
||
| 168 | "type": "library", |
||
| 169 | "extra": { |
||
| 170 | "branch-alias": { |
||
| 171 | "dev-master": "1.3.x-dev" |
||
| 172 | } |
||
| 173 | }, |
||
| 174 | "autoload": { |
||
| 175 | "psr-0": { |
||
| 176 | "Doctrine\\Common\\Collections\\": "lib/" |
||
| 177 | } |
||
| 178 | }, |
||
| 179 | "notification-url": "https://packagist.org/downloads/", |
||
| 180 | "license": [ |
||
| 181 | "MIT" |
||
| 182 | ], |
||
| 183 | "authors": [ |
||
| 184 | { |
||
| 185 | "name": "Roman Borschel", |
||
| 186 | "email": "[email protected]" |
||
| 187 | }, |
||
| 188 | { |
||
| 189 | "name": "Benjamin Eberlei", |
||
| 190 | "email": "[email protected]" |
||
| 191 | }, |
||
| 192 | { |
||
| 193 | "name": "Guilherme Blanco", |
||
| 194 | "email": "[email protected]" |
||
| 195 | }, |
||
| 196 | { |
||
| 197 | "name": "Jonathan Wage", |
||
| 198 | "email": "[email protected]" |
||
| 199 | }, |
||
| 200 | { |
||
| 201 | "name": "Johannes Schmitt", |
||
| 202 | "email": "[email protected]" |
||
| 203 | } |
||
| 204 | ], |
||
| 205 | "description": "Collections Abstraction library", |
||
| 206 | "homepage": "http://www.doctrine-project.org", |
||
| 207 | "keywords": [ |
||
| 208 | "array", |
||
| 209 | "collections", |
||
| 210 | "iterator" |
||
| 211 | ], |
||
| 212 | "time": "2017-01-03T10:49:41+00:00" |
||
| 213 | }, |
||
| 214 | { |
||
| 215 | "name": "doctrine/common", |
||
| 216 | "version": "v2.7.3", |
||
| 217 | "source": { |
||
| 218 | "type": "git", |
||
| 219 | "url": "https://github.com/doctrine/common.git", |
||
| 220 | "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9" |
||
| 221 | }, |
||
| 222 | "dist": { |
||
| 223 | "type": "zip", |
||
| 224 | "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9", |
||
| 225 | "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9", |
||
| 226 | "shasum": "" |
||
| 227 | }, |
||
| 228 | "require": { |
||
| 229 | "doctrine/annotations": "1.*", |
||
| 230 | "doctrine/cache": "1.*", |
||
| 231 | "doctrine/collections": "1.*", |
||
| 232 | "doctrine/inflector": "1.*", |
||
| 233 | "doctrine/lexer": "1.*", |
||
| 234 | "php": "~5.6|~7.0" |
||
| 235 | }, |
||
| 236 | "require-dev": { |
||
| 237 | "phpunit/phpunit": "^5.4.6" |
||
| 238 | }, |
||
| 239 | "type": "library", |
||
| 240 | "extra": { |
||
| 241 | "branch-alias": { |
||
| 242 | "dev-master": "2.7.x-dev" |
||
| 243 | } |
||
| 244 | }, |
||
| 245 | "autoload": { |
||
| 246 | "psr-4": { |
||
| 247 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
| 248 | } |
||
| 249 | }, |
||
| 250 | "notification-url": "https://packagist.org/downloads/", |
||
| 251 | "license": [ |
||
| 252 | "MIT" |
||
| 253 | ], |
||
| 254 | "authors": [ |
||
| 255 | { |
||
| 256 | "name": "Roman Borschel", |
||
| 257 | "email": "[email protected]" |
||
| 258 | }, |
||
| 259 | { |
||
| 260 | "name": "Benjamin Eberlei", |
||
| 261 | "email": "[email protected]" |
||
| 262 | }, |
||
| 263 | { |
||
| 264 | "name": "Guilherme Blanco", |
||
| 265 | "email": "[email protected]" |
||
| 266 | }, |
||
| 267 | { |
||
| 268 | "name": "Jonathan Wage", |
||
| 269 | "email": "[email protected]" |
||
| 270 | }, |
||
| 271 | { |
||
| 272 | "name": "Johannes Schmitt", |
||
| 273 | "email": "[email protected]" |
||
| 274 | } |
||
| 275 | ], |
||
| 276 | "description": "Common Library for Doctrine projects", |
||
| 277 | "homepage": "http://www.doctrine-project.org", |
||
| 278 | "keywords": [ |
||
| 279 | "annotations", |
||
| 280 | "collections", |
||
| 281 | "eventmanager", |
||
| 282 | "persistence", |
||
| 283 | "spl" |
||
| 284 | ], |
||
| 285 | "time": "2017-07-22T08:35:12+00:00" |
||
| 286 | }, |
||
| 287 | { |
||
| 288 | "name": "doctrine/dbal", |
||
| 289 | "version": "v2.5.13", |
||
| 290 | "source": { |
||
| 291 | "type": "git", |
||
| 292 | "url": "https://github.com/doctrine/dbal.git", |
||
| 293 | "reference": "729340d8d1eec8f01bff708e12e449a3415af873" |
||
| 294 | }, |
||
| 295 | "dist": { |
||
| 296 | "type": "zip", |
||
| 297 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873", |
||
| 298 | "reference": "729340d8d1eec8f01bff708e12e449a3415af873", |
||
| 299 | "shasum": "" |
||
| 300 | }, |
||
| 301 | "require": { |
||
| 302 | "doctrine/common": ">=2.4,<2.8-dev", |
||
| 303 | "php": ">=5.3.2" |
||
| 304 | }, |
||
| 305 | "require-dev": { |
||
| 306 | "phpunit/phpunit": "4.*", |
||
| 307 | "symfony/console": "2.*||^3.0" |
||
| 308 | }, |
||
| 309 | "suggest": { |
||
| 310 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
| 311 | }, |
||
| 312 | "bin": [ |
||
| 313 | "bin/doctrine-dbal" |
||
| 314 | ], |
||
| 315 | "type": "library", |
||
| 316 | "extra": { |
||
| 317 | "branch-alias": { |
||
| 318 | "dev-master": "2.5.x-dev" |
||
| 319 | } |
||
| 320 | }, |
||
| 321 | "autoload": { |
||
| 322 | "psr-0": { |
||
| 323 | "Doctrine\\DBAL\\": "lib/" |
||
| 324 | } |
||
| 325 | }, |
||
| 326 | "notification-url": "https://packagist.org/downloads/", |
||
| 327 | "license": [ |
||
| 328 | "MIT" |
||
| 329 | ], |
||
| 330 | "authors": [ |
||
| 331 | { |
||
| 332 | "name": "Roman Borschel", |
||
| 333 | "email": "[email protected]" |
||
| 334 | }, |
||
| 335 | { |
||
| 336 | "name": "Benjamin Eberlei", |
||
| 337 | "email": "[email protected]" |
||
| 338 | }, |
||
| 339 | { |
||
| 340 | "name": "Guilherme Blanco", |
||
| 341 | "email": "[email protected]" |
||
| 342 | }, |
||
| 343 | { |
||
| 344 | "name": "Jonathan Wage", |
||
| 345 | "email": "[email protected]" |
||
| 346 | } |
||
| 347 | ], |
||
| 348 | "description": "Database Abstraction Layer", |
||
| 349 | "homepage": "http://www.doctrine-project.org", |
||
| 350 | "keywords": [ |
||
| 351 | "database", |
||
| 352 | "dbal", |
||
| 353 | "persistence", |
||
| 354 | "queryobject" |
||
| 355 | ], |
||
| 356 | "time": "2017-07-22T20:44:48+00:00" |
||
| 357 | }, |
||
| 358 | { |
||
| 359 | "name": "doctrine/inflector", |
||
| 360 | "version": "v1.1.0", |
||
| 361 | "source": { |
||
| 362 | "type": "git", |
||
| 363 | "url": "https://github.com/doctrine/inflector.git", |
||
| 364 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
| 365 | }, |
||
| 366 | "dist": { |
||
| 367 | "type": "zip", |
||
| 368 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
| 369 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
| 370 | "shasum": "" |
||
| 371 | }, |
||
| 372 | "require": { |
||
| 373 | "php": ">=5.3.2" |
||
| 374 | }, |
||
| 375 | "require-dev": { |
||
| 376 | "phpunit/phpunit": "4.*" |
||
| 377 | }, |
||
| 378 | "type": "library", |
||
| 379 | "extra": { |
||
| 380 | "branch-alias": { |
||
| 381 | "dev-master": "1.1.x-dev" |
||
| 382 | } |
||
| 383 | }, |
||
| 384 | "autoload": { |
||
| 385 | "psr-0": { |
||
| 386 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
| 387 | } |
||
| 388 | }, |
||
| 389 | "notification-url": "https://packagist.org/downloads/", |
||
| 390 | "license": [ |
||
| 391 | "MIT" |
||
| 392 | ], |
||
| 393 | "authors": [ |
||
| 394 | { |
||
| 395 | "name": "Roman Borschel", |
||
| 396 | "email": "[email protected]" |
||
| 397 | }, |
||
| 398 | { |
||
| 399 | "name": "Benjamin Eberlei", |
||
| 400 | "email": "[email protected]" |
||
| 401 | }, |
||
| 402 | { |
||
| 403 | "name": "Guilherme Blanco", |
||
| 404 | "email": "[email protected]" |
||
| 405 | }, |
||
| 406 | { |
||
| 407 | "name": "Jonathan Wage", |
||
| 408 | "email": "[email protected]" |
||
| 409 | }, |
||
| 410 | { |
||
| 411 | "name": "Johannes Schmitt", |
||
| 412 | "email": "[email protected]" |
||
| 413 | } |
||
| 414 | ], |
||
| 415 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
| 416 | "homepage": "http://www.doctrine-project.org", |
||
| 417 | "keywords": [ |
||
| 418 | "inflection", |
||
| 419 | "pluralize", |
||
| 420 | "singularize", |
||
| 421 | "string" |
||
| 422 | ], |
||
| 423 | "time": "2015-11-06T14:35:42+00:00" |
||
| 424 | }, |
||
| 425 | { |
||
| 426 | "name": "doctrine/lexer", |
||
| 427 | "version": "v1.0.1", |
||
| 428 | "source": { |
||
| 429 | "type": "git", |
||
| 430 | "url": "https://github.com/doctrine/lexer.git", |
||
| 431 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
| 432 | }, |
||
| 433 | "dist": { |
||
| 434 | "type": "zip", |
||
| 435 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 436 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 437 | "shasum": "" |
||
| 438 | }, |
||
| 439 | "require": { |
||
| 440 | "php": ">=5.3.2" |
||
| 441 | }, |
||
| 442 | "type": "library", |
||
| 443 | "extra": { |
||
| 444 | "branch-alias": { |
||
| 445 | "dev-master": "1.0.x-dev" |
||
| 446 | } |
||
| 447 | }, |
||
| 448 | "autoload": { |
||
| 449 | "psr-0": { |
||
| 450 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 451 | } |
||
| 452 | }, |
||
| 453 | "notification-url": "https://packagist.org/downloads/", |
||
| 454 | "license": [ |
||
| 455 | "MIT" |
||
| 456 | ], |
||
| 457 | "authors": [ |
||
| 458 | { |
||
| 459 | "name": "Roman Borschel", |
||
| 460 | "email": "[email protected]" |
||
| 461 | }, |
||
| 462 | { |
||
| 463 | "name": "Guilherme Blanco", |
||
| 464 | "email": "[email protected]" |
||
| 465 | }, |
||
| 466 | { |
||
| 467 | "name": "Johannes Schmitt", |
||
| 468 | "email": "[email protected]" |
||
| 469 | } |
||
| 470 | ], |
||
| 471 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 472 | "homepage": "http://www.doctrine-project.org", |
||
| 473 | "keywords": [ |
||
| 474 | "lexer", |
||
| 475 | "parser" |
||
| 476 | ], |
||
| 477 | "time": "2014-09-09T13:34:57+00:00" |
||
| 478 | }, |
||
| 479 | { |
||
| 480 | "name": "erusev/parsedown", |
||
| 481 | "version": "1.7.1", |
||
| 482 | "source": { |
||
| 483 | "type": "git", |
||
| 484 | "url": "https://github.com/erusev/parsedown.git", |
||
| 485 | "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1" |
||
| 486 | }, |
||
| 487 | "dist": { |
||
| 488 | "type": "zip", |
||
| 489 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", |
||
| 490 | "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", |
||
| 491 | "shasum": "" |
||
| 492 | }, |
||
| 493 | "require": { |
||
| 494 | "ext-mbstring": "*", |
||
| 495 | "php": ">=5.3.0" |
||
| 496 | }, |
||
| 497 | "require-dev": { |
||
| 498 | "phpunit/phpunit": "^4.8.35" |
||
| 499 | }, |
||
| 500 | "type": "library", |
||
| 501 | "autoload": { |
||
| 502 | "psr-0": { |
||
| 503 | "Parsedown": "" |
||
| 504 | } |
||
| 505 | }, |
||
| 506 | "notification-url": "https://packagist.org/downloads/", |
||
| 507 | "license": [ |
||
| 508 | "MIT" |
||
| 509 | ], |
||
| 510 | "authors": [ |
||
| 511 | { |
||
| 512 | "name": "Emanuil Rusev", |
||
| 513 | "email": "[email protected]", |
||
| 514 | "homepage": "http://erusev.com" |
||
| 515 | } |
||
| 516 | ], |
||
| 517 | "description": "Parser for Markdown.", |
||
| 518 | "homepage": "http://parsedown.org", |
||
| 519 | "keywords": [ |
||
| 520 | "markdown", |
||
| 521 | "parser" |
||
| 522 | ], |
||
| 523 | "time": "2018-03-08T01:11:30+00:00" |
||
| 524 | }, |
||
| 525 | { |
||
| 526 | "name": "laravel/framework", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 527 | "version": "v5.4.36", |
||
| 528 | "source": { |
||
| 529 | "type": "git", |
||
| 530 | "url": "https://github.com/laravel/framework.git", |
||
| 531 | "reference": "1062a22232071c3e8636487c86ec1ae75681bbf9" |
||
| 532 | }, |
||
| 533 | "dist": { |
||
| 534 | "type": "zip", |
||
| 535 | "url": "https://api.github.com/repos/laravel/framework/zipball/1062a22232071c3e8636487c86ec1ae75681bbf9", |
||
| 536 | "reference": "1062a22232071c3e8636487c86ec1ae75681bbf9", |
||
| 537 | "shasum": "" |
||
| 538 | }, |
||
| 539 | "require": { |
||
| 540 | "doctrine/inflector": "~1.1", |
||
| 541 | "erusev/parsedown": "~1.6", |
||
| 542 | "ext-mbstring": "*", |
||
| 543 | "ext-openssl": "*", |
||
| 544 | "league/flysystem": "~1.0", |
||
| 545 | "monolog/monolog": "~1.11", |
||
| 546 | "mtdowling/cron-expression": "~1.0", |
||
| 547 | "nesbot/carbon": "~1.20", |
||
| 548 | "paragonie/random_compat": "~1.4|~2.0", |
||
| 549 | "php": ">=5.6.4", |
||
| 550 | "ramsey/uuid": "~3.0", |
||
| 551 | "swiftmailer/swiftmailer": "~5.4", |
||
| 552 | "symfony/console": "~3.2", |
||
| 553 | "symfony/debug": "~3.2", |
||
| 554 | "symfony/finder": "~3.2", |
||
| 555 | "symfony/http-foundation": "~3.2", |
||
| 556 | "symfony/http-kernel": "~3.2", |
||
| 557 | "symfony/process": "~3.2", |
||
| 558 | "symfony/routing": "~3.2", |
||
| 559 | "symfony/var-dumper": "~3.2", |
||
| 560 | "tijsverkoyen/css-to-inline-styles": "~2.2", |
||
| 561 | "vlucas/phpdotenv": "~2.2" |
||
| 562 | }, |
||
| 563 | "replace": { |
||
| 564 | "illuminate/auth": "self.version", |
||
| 565 | "illuminate/broadcasting": "self.version", |
||
| 566 | "illuminate/bus": "self.version", |
||
| 567 | "illuminate/cache": "self.version", |
||
| 568 | "illuminate/config": "self.version", |
||
| 569 | "illuminate/console": "self.version", |
||
| 570 | "illuminate/container": "self.version", |
||
| 571 | "illuminate/contracts": "self.version", |
||
| 572 | "illuminate/cookie": "self.version", |
||
| 573 | "illuminate/database": "self.version", |
||
| 574 | "illuminate/encryption": "self.version", |
||
| 575 | "illuminate/events": "self.version", |
||
| 576 | "illuminate/exception": "self.version", |
||
| 577 | "illuminate/filesystem": "self.version", |
||
| 578 | "illuminate/hashing": "self.version", |
||
| 579 | "illuminate/http": "self.version", |
||
| 580 | "illuminate/log": "self.version", |
||
| 581 | "illuminate/mail": "self.version", |
||
| 582 | "illuminate/notifications": "self.version", |
||
| 583 | "illuminate/pagination": "self.version", |
||
| 584 | "illuminate/pipeline": "self.version", |
||
| 585 | "illuminate/queue": "self.version", |
||
| 586 | "illuminate/redis": "self.version", |
||
| 587 | "illuminate/routing": "self.version", |
||
| 588 | "illuminate/session": "self.version", |
||
| 589 | "illuminate/support": "self.version", |
||
| 590 | "illuminate/translation": "self.version", |
||
| 591 | "illuminate/validation": "self.version", |
||
| 592 | "illuminate/view": "self.version", |
||
| 593 | "tightenco/collect": "self.version" |
||
| 594 | }, |
||
| 595 | "require-dev": { |
||
| 596 | "aws/aws-sdk-php": "~3.0", |
||
| 597 | "doctrine/dbal": "~2.5", |
||
| 598 | "mockery/mockery": "~0.9.4", |
||
| 599 | "pda/pheanstalk": "~3.0", |
||
| 600 | "phpunit/phpunit": "~5.7", |
||
| 601 | "predis/predis": "~1.0", |
||
| 602 | "symfony/css-selector": "~3.2", |
||
| 603 | "symfony/dom-crawler": "~3.2" |
||
| 604 | }, |
||
| 605 | "suggest": { |
||
| 606 | "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).", |
||
| 607 | "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).", |
||
| 608 | "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", |
||
| 609 | "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).", |
||
| 610 | "laravel/tinker": "Required to use the tinker console command (~1.0).", |
||
| 611 | "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", |
||
| 612 | "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", |
||
| 613 | "nexmo/client": "Required to use the Nexmo transport (~1.0).", |
||
| 614 | "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).", |
||
| 615 | "predis/predis": "Required to use the redis cache and queue drivers (~1.0).", |
||
| 616 | "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).", |
||
| 617 | "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.2).", |
||
| 618 | "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.2).", |
||
| 619 | "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)." |
||
| 620 | }, |
||
| 621 | "type": "library", |
||
| 622 | "extra": { |
||
| 623 | "branch-alias": { |
||
| 624 | "dev-master": "5.4-dev" |
||
| 625 | } |
||
| 626 | }, |
||
| 627 | "autoload": { |
||
| 628 | "files": [ |
||
| 629 | "src/Illuminate/Foundation/helpers.php", |
||
| 630 | "src/Illuminate/Support/helpers.php" |
||
| 631 | ], |
||
| 632 | "psr-4": { |
||
| 633 | "Illuminate\\": "src/Illuminate/" |
||
| 634 | } |
||
| 635 | }, |
||
| 636 | "notification-url": "https://packagist.org/downloads/", |
||
| 637 | "license": [ |
||
| 638 | "MIT" |
||
| 639 | ], |
||
| 640 | "authors": [ |
||
| 641 | { |
||
| 642 | "name": "Taylor Otwell", |
||
| 643 | "email": "[email protected]" |
||
| 644 | } |
||
| 645 | ], |
||
| 646 | "description": "The Laravel Framework.", |
||
| 647 | "homepage": "https://laravel.com", |
||
| 648 | "keywords": [ |
||
| 649 | "framework", |
||
| 650 | "laravel" |
||
| 651 | ], |
||
| 652 | "time": "2017-08-30T09:26:16+00:00" |
||
| 653 | }, |
||
| 654 | { |
||
| 655 | "name": "league/flysystem", |
||
| 656 | "version": "1.0.45", |
||
| 657 | "source": { |
||
| 658 | "type": "git", |
||
| 659 | "url": "https://github.com/thephpleague/flysystem.git", |
||
| 660 | "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6" |
||
| 661 | }, |
||
| 662 | "dist": { |
||
| 663 | "type": "zip", |
||
| 664 | "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a99f94e63b512d75f851b181afcdf0ee9ebef7e6", |
||
| 665 | "reference": "a99f94e63b512d75f851b181afcdf0ee9ebef7e6", |
||
| 666 | "shasum": "" |
||
| 667 | }, |
||
| 668 | "require": { |
||
| 669 | "php": ">=5.5.9" |
||
| 670 | }, |
||
| 671 | "conflict": { |
||
| 672 | "league/flysystem-sftp": "<1.0.6" |
||
| 673 | }, |
||
| 674 | "require-dev": { |
||
| 675 | "ext-fileinfo": "*", |
||
| 676 | "phpspec/phpspec": "^3.4", |
||
| 677 | "phpunit/phpunit": "^5.7" |
||
| 678 | }, |
||
| 679 | "suggest": { |
||
| 680 | "ext-fileinfo": "Required for MimeType", |
||
| 681 | "ext-ftp": "Allows you to use FTP server storage", |
||
| 682 | "ext-openssl": "Allows you to use FTPS server storage", |
||
| 683 | "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", |
||
| 684 | "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", |
||
| 685 | "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", |
||
| 686 | "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", |
||
| 687 | "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", |
||
| 688 | "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", |
||
| 689 | "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", |
||
| 690 | "league/flysystem-webdav": "Allows you to use WebDAV storage", |
||
| 691 | "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", |
||
| 692 | "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", |
||
| 693 | "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" |
||
| 694 | }, |
||
| 695 | "type": "library", |
||
| 696 | "extra": { |
||
| 697 | "branch-alias": { |
||
| 698 | "dev-master": "1.1-dev" |
||
| 699 | } |
||
| 700 | }, |
||
| 701 | "autoload": { |
||
| 702 | "psr-4": { |
||
| 703 | "League\\Flysystem\\": "src/" |
||
| 704 | } |
||
| 705 | }, |
||
| 706 | "notification-url": "https://packagist.org/downloads/", |
||
| 707 | "license": [ |
||
| 708 | "MIT" |
||
| 709 | ], |
||
| 710 | "authors": [ |
||
| 711 | { |
||
| 712 | "name": "Frank de Jonge", |
||
| 713 | "email": "[email protected]" |
||
| 714 | } |
||
| 715 | ], |
||
| 716 | "description": "Filesystem abstraction: Many filesystems, one API.", |
||
| 717 | "keywords": [ |
||
| 718 | "Cloud Files", |
||
| 719 | "WebDAV", |
||
| 720 | "abstraction", |
||
| 721 | "aws", |
||
| 722 | "cloud", |
||
| 723 | "copy.com", |
||
| 724 | "dropbox", |
||
| 725 | "file systems", |
||
| 726 | "files", |
||
| 727 | "filesystem", |
||
| 728 | "filesystems", |
||
| 729 | "ftp", |
||
| 730 | "rackspace", |
||
| 731 | "remote", |
||
| 732 | "s3", |
||
| 733 | "sftp", |
||
| 734 | "storage" |
||
| 735 | ], |
||
| 736 | "time": "2018-05-07T08:44:23+00:00" |
||
| 737 | }, |
||
| 738 | { |
||
| 739 | "name": "mccool/laravel-auto-presenter", |
||
| 740 | "version": "5.0.0", |
||
| 741 | "source": { |
||
| 742 | "type": "git", |
||
| 743 | "url": "https://github.com/laravel-auto-presenter/laravel-auto-presenter.git", |
||
| 744 | "reference": "150afe842a973e5c6ad1db9f6878d096d7c5cf1e" |
||
| 745 | }, |
||
| 746 | "dist": { |
||
| 747 | "type": "zip", |
||
| 748 | "url": "https://api.github.com/repos/laravel-auto-presenter/laravel-auto-presenter/zipball/150afe842a973e5c6ad1db9f6878d096d7c5cf1e", |
||
| 749 | "reference": "150afe842a973e5c6ad1db9f6878d096d7c5cf1e", |
||
| 750 | "shasum": "" |
||
| 751 | }, |
||
| 752 | "require": { |
||
| 753 | "illuminate/container": "5.1.*|5.2.*|5.3.*|5.4.*", |
||
| 754 | "illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*", |
||
| 755 | "illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*", |
||
| 756 | "illuminate/pagination": "5.1.*|5.2.*|5.3.*|5.4.*", |
||
| 757 | "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*", |
||
| 758 | "illuminate/view": "5.1.*|5.2.*|5.3.*|5.4.*", |
||
| 759 | "php": ">=5.5.9" |
||
| 760 | }, |
||
| 761 | "require-dev": { |
||
| 762 | "graham-campbell/testbench": "^3.1", |
||
| 763 | "mockery/mockery": "^0.9.4", |
||
| 764 | "phpunit/phpunit": "^4.8|^5.0" |
||
| 765 | }, |
||
| 766 | "type": "library", |
||
| 767 | "extra": { |
||
| 768 | "branch-alias": { |
||
| 769 | "dev-master": "5.0-dev" |
||
| 770 | } |
||
| 771 | }, |
||
| 772 | "autoload": { |
||
| 773 | "psr-4": { |
||
| 774 | "McCool\\LaravelAutoPresenter\\": "src/" |
||
| 775 | } |
||
| 776 | }, |
||
| 777 | "notification-url": "https://packagist.org/downloads/", |
||
| 778 | "license": [ |
||
| 779 | "MIT" |
||
| 780 | ], |
||
| 781 | "authors": [ |
||
| 782 | { |
||
| 783 | "name": "Shawn McCool", |
||
| 784 | "email": "[email protected]" |
||
| 785 | }, |
||
| 786 | { |
||
| 787 | "name": "Graham Campbell", |
||
| 788 | "email": "[email protected]" |
||
| 789 | } |
||
| 790 | ], |
||
| 791 | "description": "A system for auto-decorating models with presenter objects.", |
||
| 792 | "keywords": [ |
||
| 793 | "eloquent", |
||
| 794 | "laravel", |
||
| 795 | "lpm", |
||
| 796 | "presenter" |
||
| 797 | ], |
||
| 798 | "time": "2017-01-01T12:52:59+00:00" |
||
| 799 | }, |
||
| 800 | { |
||
| 801 | "name": "monolog/monolog", |
||
| 802 | "version": "1.23.0", |
||
| 803 | "source": { |
||
| 804 | "type": "git", |
||
| 805 | "url": "https://github.com/Seldaek/monolog.git", |
||
| 806 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4" |
||
| 807 | }, |
||
| 808 | "dist": { |
||
| 809 | "type": "zip", |
||
| 810 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
| 811 | "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4", |
||
| 812 | "shasum": "" |
||
| 813 | }, |
||
| 814 | "require": { |
||
| 815 | "php": ">=5.3.0", |
||
| 816 | "psr/log": "~1.0" |
||
| 817 | }, |
||
| 818 | "provide": { |
||
| 819 | "psr/log-implementation": "1.0.0" |
||
| 820 | }, |
||
| 821 | "require-dev": { |
||
| 822 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
||
| 823 | "doctrine/couchdb": "~1.0@dev", |
||
| 824 | "graylog2/gelf-php": "~1.0", |
||
| 825 | "jakub-onderka/php-parallel-lint": "0.9", |
||
| 826 | "php-amqplib/php-amqplib": "~2.4", |
||
| 827 | "php-console/php-console": "^3.1.3", |
||
| 828 | "phpunit/phpunit": "~4.5", |
||
| 829 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
| 830 | "ruflin/elastica": ">=0.90 <3.0", |
||
| 831 | "sentry/sentry": "^0.13", |
||
| 832 | "swiftmailer/swiftmailer": "^5.3|^6.0" |
||
| 833 | }, |
||
| 834 | "suggest": { |
||
| 835 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
| 836 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
| 837 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
| 838 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
| 839 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
| 840 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
| 841 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
| 842 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
| 843 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
| 844 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
| 845 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
| 846 | }, |
||
| 847 | "type": "library", |
||
| 848 | "extra": { |
||
| 849 | "branch-alias": { |
||
| 850 | "dev-master": "2.0.x-dev" |
||
| 851 | } |
||
| 852 | }, |
||
| 853 | "autoload": { |
||
| 854 | "psr-4": { |
||
| 855 | "Monolog\\": "src/Monolog" |
||
| 856 | } |
||
| 857 | }, |
||
| 858 | "notification-url": "https://packagist.org/downloads/", |
||
| 859 | "license": [ |
||
| 860 | "MIT" |
||
| 861 | ], |
||
| 862 | "authors": [ |
||
| 863 | { |
||
| 864 | "name": "Jordi Boggiano", |
||
| 865 | "email": "[email protected]", |
||
| 866 | "homepage": "http://seld.be" |
||
| 867 | } |
||
| 868 | ], |
||
| 869 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
| 870 | "homepage": "http://github.com/Seldaek/monolog", |
||
| 871 | "keywords": [ |
||
| 872 | "log", |
||
| 873 | "logging", |
||
| 874 | "psr-3" |
||
| 875 | ], |
||
| 876 | "time": "2017-06-19T01:22:40+00:00" |
||
| 877 | }, |
||
| 878 | { |
||
| 879 | "name": "mtdowling/cron-expression", |
||
| 880 | "version": "v1.2.1", |
||
| 881 | "source": { |
||
| 882 | "type": "git", |
||
| 883 | "url": "https://github.com/mtdowling/cron-expression.git", |
||
| 884 | "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad" |
||
| 885 | }, |
||
| 886 | "dist": { |
||
| 887 | "type": "zip", |
||
| 888 | "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad", |
||
| 889 | "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad", |
||
| 890 | "shasum": "" |
||
| 891 | }, |
||
| 892 | "require": { |
||
| 893 | "php": ">=5.3.2" |
||
| 894 | }, |
||
| 895 | "require-dev": { |
||
| 896 | "phpunit/phpunit": "~4.0|~5.0" |
||
| 897 | }, |
||
| 898 | "type": "library", |
||
| 899 | "autoload": { |
||
| 900 | "psr-4": { |
||
| 901 | "Cron\\": "src/Cron/" |
||
| 902 | } |
||
| 903 | }, |
||
| 904 | "notification-url": "https://packagist.org/downloads/", |
||
| 905 | "license": [ |
||
| 906 | "MIT" |
||
| 907 | ], |
||
| 908 | "authors": [ |
||
| 909 | { |
||
| 910 | "name": "Michael Dowling", |
||
| 911 | "email": "[email protected]", |
||
| 912 | "homepage": "https://github.com/mtdowling" |
||
| 913 | } |
||
| 914 | ], |
||
| 915 | "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", |
||
| 916 | "keywords": [ |
||
| 917 | "cron", |
||
| 918 | "schedule" |
||
| 919 | ], |
||
| 920 | "time": "2017-01-23T04:29:33+00:00" |
||
| 921 | }, |
||
| 922 | { |
||
| 923 | "name": "nesbot/carbon", |
||
| 924 | "version": "1.32.0", |
||
| 925 | "source": { |
||
| 926 | "type": "git", |
||
| 927 | "url": "https://github.com/briannesbitt/Carbon.git", |
||
| 928 | "reference": "64563e2b9f69e4db1b82a60e81efa327a30ff343" |
||
| 929 | }, |
||
| 930 | "dist": { |
||
| 931 | "type": "zip", |
||
| 932 | "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/64563e2b9f69e4db1b82a60e81efa327a30ff343", |
||
| 933 | "reference": "64563e2b9f69e4db1b82a60e81efa327a30ff343", |
||
| 934 | "shasum": "" |
||
| 935 | }, |
||
| 936 | "require": { |
||
| 937 | "php": ">=5.3.9", |
||
| 938 | "symfony/translation": "~2.6 || ~3.0 || ~4.0" |
||
| 939 | }, |
||
| 940 | "require-dev": { |
||
| 941 | "friendsofphp/php-cs-fixer": "~2", |
||
| 942 | "phpunit/phpunit": "^4.8.35 || ^5.7" |
||
| 943 | }, |
||
| 944 | "type": "library", |
||
| 945 | "extra": { |
||
| 946 | "laravel": { |
||
| 947 | "providers": [ |
||
| 948 | "Carbon\\Laravel\\ServiceProvider" |
||
| 949 | ] |
||
| 950 | } |
||
| 951 | }, |
||
| 952 | "autoload": { |
||
| 953 | "psr-4": { |
||
| 954 | "": "src/" |
||
| 955 | } |
||
| 956 | }, |
||
| 957 | "notification-url": "https://packagist.org/downloads/", |
||
| 958 | "license": [ |
||
| 959 | "MIT" |
||
| 960 | ], |
||
| 961 | "authors": [ |
||
| 962 | { |
||
| 963 | "name": "Brian Nesbitt", |
||
| 964 | "email": "[email protected]", |
||
| 965 | "homepage": "http://nesbot.com" |
||
| 966 | } |
||
| 967 | ], |
||
| 968 | "description": "A simple API extension for DateTime.", |
||
| 969 | "homepage": "http://carbon.nesbot.com", |
||
| 970 | "keywords": [ |
||
| 971 | "date", |
||
| 972 | "datetime", |
||
| 973 | "time" |
||
| 974 | ], |
||
| 975 | "time": "2018-07-05T06:59:26+00:00" |
||
| 976 | }, |
||
| 977 | { |
||
| 978 | "name": "paragonie/random_compat", |
||
| 979 | "version": "v2.0.17", |
||
| 980 | "source": { |
||
| 981 | "type": "git", |
||
| 982 | "url": "https://github.com/paragonie/random_compat.git", |
||
| 983 | "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d" |
||
| 984 | }, |
||
| 985 | "dist": { |
||
| 986 | "type": "zip", |
||
| 987 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d", |
||
| 988 | "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d", |
||
| 989 | "shasum": "" |
||
| 990 | }, |
||
| 991 | "require": { |
||
| 992 | "php": ">=5.2.0" |
||
| 993 | }, |
||
| 994 | "require-dev": { |
||
| 995 | "phpunit/phpunit": "4.*|5.*" |
||
| 996 | }, |
||
| 997 | "suggest": { |
||
| 998 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
| 999 | }, |
||
| 1000 | "type": "library", |
||
| 1001 | "autoload": { |
||
| 1002 | "files": [ |
||
| 1003 | "lib/random.php" |
||
| 1004 | ] |
||
| 1005 | }, |
||
| 1006 | "notification-url": "https://packagist.org/downloads/", |
||
| 1007 | "license": [ |
||
| 1008 | "MIT" |
||
| 1009 | ], |
||
| 1010 | "authors": [ |
||
| 1011 | { |
||
| 1012 | "name": "Paragon Initiative Enterprises", |
||
| 1013 | "email": "[email protected]", |
||
| 1014 | "homepage": "https://paragonie.com" |
||
| 1015 | } |
||
| 1016 | ], |
||
| 1017 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
| 1018 | "keywords": [ |
||
| 1019 | "csprng", |
||
| 1020 | "polyfill", |
||
| 1021 | "pseudorandom", |
||
| 1022 | "random" |
||
| 1023 | ], |
||
| 1024 | "time": "2018-07-04T16:31:37+00:00" |
||
| 1025 | }, |
||
| 1026 | { |
||
| 1027 | "name": "psr/log", |
||
| 1028 | "version": "1.0.2", |
||
| 1029 | "source": { |
||
| 1030 | "type": "git", |
||
| 1031 | "url": "https://github.com/php-fig/log.git", |
||
| 1032 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
| 1033 | }, |
||
| 1034 | "dist": { |
||
| 1035 | "type": "zip", |
||
| 1036 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 1037 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 1038 | "shasum": "" |
||
| 1039 | }, |
||
| 1040 | "require": { |
||
| 1041 | "php": ">=5.3.0" |
||
| 1042 | }, |
||
| 1043 | "type": "library", |
||
| 1044 | "extra": { |
||
| 1045 | "branch-alias": { |
||
| 1046 | "dev-master": "1.0.x-dev" |
||
| 1047 | } |
||
| 1048 | }, |
||
| 1049 | "autoload": { |
||
| 1050 | "psr-4": { |
||
| 1051 | "Psr\\Log\\": "Psr/Log/" |
||
| 1052 | } |
||
| 1053 | }, |
||
| 1054 | "notification-url": "https://packagist.org/downloads/", |
||
| 1055 | "license": [ |
||
| 1056 | "MIT" |
||
| 1057 | ], |
||
| 1058 | "authors": [ |
||
| 1059 | { |
||
| 1060 | "name": "PHP-FIG", |
||
| 1061 | "homepage": "http://www.php-fig.org/" |
||
| 1062 | } |
||
| 1063 | ], |
||
| 1064 | "description": "Common interface for logging libraries", |
||
| 1065 | "homepage": "https://github.com/php-fig/log", |
||
| 1066 | "keywords": [ |
||
| 1067 | "log", |
||
| 1068 | "psr", |
||
| 1069 | "psr-3" |
||
| 1070 | ], |
||
| 1071 | "time": "2016-10-10T12:19:37+00:00" |
||
| 1072 | }, |
||
| 1073 | { |
||
| 1074 | "name": "ramsey/uuid", |
||
| 1075 | "version": "3.7.3", |
||
| 1076 | "source": { |
||
| 1077 | "type": "git", |
||
| 1078 | "url": "https://github.com/ramsey/uuid.git", |
||
| 1079 | "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76" |
||
| 1080 | }, |
||
| 1081 | "dist": { |
||
| 1082 | "type": "zip", |
||
| 1083 | "url": "https://api.github.com/repos/ramsey/uuid/zipball/44abcdad877d9a46685a3a4d221e3b2c4b87cb76", |
||
| 1084 | "reference": "44abcdad877d9a46685a3a4d221e3b2c4b87cb76", |
||
| 1085 | "shasum": "" |
||
| 1086 | }, |
||
| 1087 | "require": { |
||
| 1088 | "paragonie/random_compat": "^1.0|^2.0", |
||
| 1089 | "php": "^5.4 || ^7.0" |
||
| 1090 | }, |
||
| 1091 | "replace": { |
||
| 1092 | "rhumsaa/uuid": "self.version" |
||
| 1093 | }, |
||
| 1094 | "require-dev": { |
||
| 1095 | "codeception/aspect-mock": "^1.0 | ~2.0.0", |
||
| 1096 | "doctrine/annotations": "~1.2.0", |
||
| 1097 | "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1", |
||
| 1098 | "ircmaxell/random-lib": "^1.1", |
||
| 1099 | "jakub-onderka/php-parallel-lint": "^0.9.0", |
||
| 1100 | "mockery/mockery": "^0.9.9", |
||
| 1101 | "moontoast/math": "^1.1", |
||
| 1102 | "php-mock/php-mock-phpunit": "^0.3|^1.1", |
||
| 1103 | "phpunit/phpunit": "^4.7|^5.0", |
||
| 1104 | "squizlabs/php_codesniffer": "^2.3" |
||
| 1105 | }, |
||
| 1106 | "suggest": { |
||
| 1107 | "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", |
||
| 1108 | "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", |
||
| 1109 | "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", |
||
| 1110 | "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", |
||
| 1111 | "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", |
||
| 1112 | "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." |
||
| 1113 | }, |
||
| 1114 | "type": "library", |
||
| 1115 | "extra": { |
||
| 1116 | "branch-alias": { |
||
| 1117 | "dev-master": "3.x-dev" |
||
| 1118 | } |
||
| 1119 | }, |
||
| 1120 | "autoload": { |
||
| 1121 | "psr-4": { |
||
| 1122 | "Ramsey\\Uuid\\": "src/" |
||
| 1123 | } |
||
| 1124 | }, |
||
| 1125 | "notification-url": "https://packagist.org/downloads/", |
||
| 1126 | "license": [ |
||
| 1127 | "MIT" |
||
| 1128 | ], |
||
| 1129 | "authors": [ |
||
| 1130 | { |
||
| 1131 | "name": "Marijn Huizendveld", |
||
| 1132 | "email": "[email protected]" |
||
| 1133 | }, |
||
| 1134 | { |
||
| 1135 | "name": "Thibaud Fabre", |
||
| 1136 | "email": "[email protected]" |
||
| 1137 | }, |
||
| 1138 | { |
||
| 1139 | "name": "Ben Ramsey", |
||
| 1140 | "email": "[email protected]", |
||
| 1141 | "homepage": "https://benramsey.com" |
||
| 1142 | } |
||
| 1143 | ], |
||
| 1144 | "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", |
||
| 1145 | "homepage": "https://github.com/ramsey/uuid", |
||
| 1146 | "keywords": [ |
||
| 1147 | "guid", |
||
| 1148 | "identifier", |
||
| 1149 | "uuid" |
||
| 1150 | ], |
||
| 1151 | "time": "2018-01-20T00:28:24+00:00" |
||
| 1152 | }, |
||
| 1153 | { |
||
| 1154 | "name": "swiftmailer/swiftmailer", |
||
| 1155 | "version": "v5.4.9", |
||
| 1156 | "source": { |
||
| 1157 | "type": "git", |
||
| 1158 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
| 1159 | "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91" |
||
| 1160 | }, |
||
| 1161 | "dist": { |
||
| 1162 | "type": "zip", |
||
| 1163 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/7ffc1ea296ed14bf8260b6ef11b80208dbadba91", |
||
| 1164 | "reference": "7ffc1ea296ed14bf8260b6ef11b80208dbadba91", |
||
| 1165 | "shasum": "" |
||
| 1166 | }, |
||
| 1167 | "require": { |
||
| 1168 | "php": ">=5.3.3" |
||
| 1169 | }, |
||
| 1170 | "require-dev": { |
||
| 1171 | "mockery/mockery": "~0.9.1", |
||
| 1172 | "symfony/phpunit-bridge": "~3.2" |
||
| 1173 | }, |
||
| 1174 | "type": "library", |
||
| 1175 | "extra": { |
||
| 1176 | "branch-alias": { |
||
| 1177 | "dev-master": "5.4-dev" |
||
| 1178 | } |
||
| 1179 | }, |
||
| 1180 | "autoload": { |
||
| 1181 | "files": [ |
||
| 1182 | "lib/swift_required.php" |
||
| 1183 | ] |
||
| 1184 | }, |
||
| 1185 | "notification-url": "https://packagist.org/downloads/", |
||
| 1186 | "license": [ |
||
| 1187 | "MIT" |
||
| 1188 | ], |
||
| 1189 | "authors": [ |
||
| 1190 | { |
||
| 1191 | "name": "Chris Corbyn" |
||
| 1192 | }, |
||
| 1193 | { |
||
| 1194 | "name": "Fabien Potencier", |
||
| 1195 | "email": "[email protected]" |
||
| 1196 | } |
||
| 1197 | ], |
||
| 1198 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
| 1199 | "homepage": "https://swiftmailer.symfony.com", |
||
| 1200 | "keywords": [ |
||
| 1201 | "email", |
||
| 1202 | "mail", |
||
| 1203 | "mailer" |
||
| 1204 | ], |
||
| 1205 | "time": "2018-01-23T07:37:21+00:00" |
||
| 1206 | }, |
||
| 1207 | { |
||
| 1208 | "name": "symfony/console", |
||
| 1209 | "version": "v3.4.12", |
||
| 1210 | "source": { |
||
| 1211 | "type": "git", |
||
| 1212 | "url": "https://github.com/symfony/console.git", |
||
| 1213 | "reference": "1b97071a26d028c9bd4588264e101e14f6e7cd00" |
||
| 1214 | }, |
||
| 1215 | "dist": { |
||
| 1216 | "type": "zip", |
||
| 1217 | "url": "https://api.github.com/repos/symfony/console/zipball/1b97071a26d028c9bd4588264e101e14f6e7cd00", |
||
| 1218 | "reference": "1b97071a26d028c9bd4588264e101e14f6e7cd00", |
||
| 1219 | "shasum": "" |
||
| 1220 | }, |
||
| 1221 | "require": { |
||
| 1222 | "php": "^5.5.9|>=7.0.8", |
||
| 1223 | "symfony/debug": "~2.8|~3.0|~4.0", |
||
| 1224 | "symfony/polyfill-mbstring": "~1.0" |
||
| 1225 | }, |
||
| 1226 | "conflict": { |
||
| 1227 | "symfony/dependency-injection": "<3.4", |
||
| 1228 | "symfony/process": "<3.3" |
||
| 1229 | }, |
||
| 1230 | "require-dev": { |
||
| 1231 | "psr/log": "~1.0", |
||
| 1232 | "symfony/config": "~3.3|~4.0", |
||
| 1233 | "symfony/dependency-injection": "~3.4|~4.0", |
||
| 1234 | "symfony/event-dispatcher": "~2.8|~3.0|~4.0", |
||
| 1235 | "symfony/lock": "~3.4|~4.0", |
||
| 1236 | "symfony/process": "~3.3|~4.0" |
||
| 1237 | }, |
||
| 1238 | "suggest": { |
||
| 1239 | "psr/log-implementation": "For using the console logger", |
||
| 1240 | "symfony/event-dispatcher": "", |
||
| 1241 | "symfony/lock": "", |
||
| 1242 | "symfony/process": "" |
||
| 1243 | }, |
||
| 1244 | "type": "library", |
||
| 1245 | "extra": { |
||
| 1246 | "branch-alias": { |
||
| 1247 | "dev-master": "3.4-dev" |
||
| 1248 | } |
||
| 1249 | }, |
||
| 1250 | "autoload": { |
||
| 1251 | "psr-4": { |
||
| 1252 | "Symfony\\Component\\Console\\": "" |
||
| 1253 | }, |
||
| 1254 | "exclude-from-classmap": [ |
||
| 1255 | "/Tests/" |
||
| 1256 | ] |
||
| 1257 | }, |
||
| 1258 | "notification-url": "https://packagist.org/downloads/", |
||
| 1259 | "license": [ |
||
| 1260 | "MIT" |
||
| 1261 | ], |
||
| 1262 | "authors": [ |
||
| 1263 | { |
||
| 1264 | "name": "Fabien Potencier", |
||
| 1265 | "email": "[email protected]" |
||
| 1266 | }, |
||
| 1267 | { |
||
| 1268 | "name": "Symfony Community", |
||
| 1269 | "homepage": "https://symfony.com/contributors" |
||
| 1270 | } |
||
| 1271 | ], |
||
| 1272 | "description": "Symfony Console Component", |
||
| 1273 | "homepage": "https://symfony.com", |
||
| 1274 | "time": "2018-05-23T05:02:55+00:00" |
||
| 1275 | }, |
||
| 1276 | { |
||
| 1277 | "name": "symfony/css-selector", |
||
| 1278 | "version": "v3.4.12", |
||
| 1279 | "source": { |
||
| 1280 | "type": "git", |
||
| 1281 | "url": "https://github.com/symfony/css-selector.git", |
||
| 1282 | "reference": "d2ce52290b648ae33b5301d09bc14ee378612914" |
||
| 1283 | }, |
||
| 1284 | "dist": { |
||
| 1285 | "type": "zip", |
||
| 1286 | "url": "https://api.github.com/repos/symfony/css-selector/zipball/d2ce52290b648ae33b5301d09bc14ee378612914", |
||
| 1287 | "reference": "d2ce52290b648ae33b5301d09bc14ee378612914", |
||
| 1288 | "shasum": "" |
||
| 1289 | }, |
||
| 1290 | "require": { |
||
| 1291 | "php": "^5.5.9|>=7.0.8" |
||
| 1292 | }, |
||
| 1293 | "type": "library", |
||
| 1294 | "extra": { |
||
| 1295 | "branch-alias": { |
||
| 1296 | "dev-master": "3.4-dev" |
||
| 1297 | } |
||
| 1298 | }, |
||
| 1299 | "autoload": { |
||
| 1300 | "psr-4": { |
||
| 1301 | "Symfony\\Component\\CssSelector\\": "" |
||
| 1302 | }, |
||
| 1303 | "exclude-from-classmap": [ |
||
| 1304 | "/Tests/" |
||
| 1305 | ] |
||
| 1306 | }, |
||
| 1307 | "notification-url": "https://packagist.org/downloads/", |
||
| 1308 | "license": [ |
||
| 1309 | "MIT" |
||
| 1310 | ], |
||
| 1311 | "authors": [ |
||
| 1312 | { |
||
| 1313 | "name": "Jean-François Simon", |
||
| 1314 | "email": "[email protected]" |
||
| 1315 | }, |
||
| 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 CssSelector Component", |
||
| 1326 | "homepage": "https://symfony.com", |
||
| 1327 | "time": "2018-05-16T12:49:49+00:00" |
||
| 1328 | }, |
||
| 1329 | { |
||
| 1330 | "name": "symfony/debug", |
||
| 1331 | "version": "v3.4.12", |
||
| 1332 | "source": { |
||
| 1333 | "type": "git", |
||
| 1334 | "url": "https://github.com/symfony/debug.git", |
||
| 1335 | "reference": "47e6788c5b151cf0cfdf3329116bf33800632d75" |
||
| 1336 | }, |
||
| 1337 | "dist": { |
||
| 1338 | "type": "zip", |
||
| 1339 | "url": "https://api.github.com/repos/symfony/debug/zipball/47e6788c5b151cf0cfdf3329116bf33800632d75", |
||
| 1340 | "reference": "47e6788c5b151cf0cfdf3329116bf33800632d75", |
||
| 1341 | "shasum": "" |
||
| 1342 | }, |
||
| 1343 | "require": { |
||
| 1344 | "php": "^5.5.9|>=7.0.8", |
||
| 1345 | "psr/log": "~1.0" |
||
| 1346 | }, |
||
| 1347 | "conflict": { |
||
| 1348 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
| 1349 | }, |
||
| 1350 | "require-dev": { |
||
| 1351 | "symfony/http-kernel": "~2.8|~3.0|~4.0" |
||
| 1352 | }, |
||
| 1353 | "type": "library", |
||
| 1354 | "extra": { |
||
| 1355 | "branch-alias": { |
||
| 1356 | "dev-master": "3.4-dev" |
||
| 1357 | } |
||
| 1358 | }, |
||
| 1359 | "autoload": { |
||
| 1360 | "psr-4": { |
||
| 1361 | "Symfony\\Component\\Debug\\": "" |
||
| 1362 | }, |
||
| 1363 | "exclude-from-classmap": [ |
||
| 1364 | "/Tests/" |
||
| 1365 | ] |
||
| 1366 | }, |
||
| 1367 | "notification-url": "https://packagist.org/downloads/", |
||
| 1368 | "license": [ |
||
| 1369 | "MIT" |
||
| 1370 | ], |
||
| 1371 | "authors": [ |
||
| 1372 | { |
||
| 1373 | "name": "Fabien Potencier", |
||
| 1374 | "email": "[email protected]" |
||
| 1375 | }, |
||
| 1376 | { |
||
| 1377 | "name": "Symfony Community", |
||
| 1378 | "homepage": "https://symfony.com/contributors" |
||
| 1379 | } |
||
| 1380 | ], |
||
| 1381 | "description": "Symfony Debug Component", |
||
| 1382 | "homepage": "https://symfony.com", |
||
| 1383 | "time": "2018-06-25T11:10:40+00:00" |
||
| 1384 | }, |
||
| 1385 | { |
||
| 1386 | "name": "symfony/event-dispatcher", |
||
| 1387 | "version": "v3.4.12", |
||
| 1388 | "source": { |
||
| 1389 | "type": "git", |
||
| 1390 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
| 1391 | "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8" |
||
| 1392 | }, |
||
| 1393 | "dist": { |
||
| 1394 | "type": "zip", |
||
| 1395 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fdd5abcebd1061ec647089c6c41a07ed60af09f8", |
||
| 1396 | "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8", |
||
| 1397 | "shasum": "" |
||
| 1398 | }, |
||
| 1399 | "require": { |
||
| 1400 | "php": "^5.5.9|>=7.0.8" |
||
| 1401 | }, |
||
| 1402 | "conflict": { |
||
| 1403 | "symfony/dependency-injection": "<3.3" |
||
| 1404 | }, |
||
| 1405 | "require-dev": { |
||
| 1406 | "psr/log": "~1.0", |
||
| 1407 | "symfony/config": "~2.8|~3.0|~4.0", |
||
| 1408 | "symfony/dependency-injection": "~3.3|~4.0", |
||
| 1409 | "symfony/expression-language": "~2.8|~3.0|~4.0", |
||
| 1410 | "symfony/stopwatch": "~2.8|~3.0|~4.0" |
||
| 1411 | }, |
||
| 1412 | "suggest": { |
||
| 1413 | "symfony/dependency-injection": "", |
||
| 1414 | "symfony/http-kernel": "" |
||
| 1415 | }, |
||
| 1416 | "type": "library", |
||
| 1417 | "extra": { |
||
| 1418 | "branch-alias": { |
||
| 1419 | "dev-master": "3.4-dev" |
||
| 1420 | } |
||
| 1421 | }, |
||
| 1422 | "autoload": { |
||
| 1423 | "psr-4": { |
||
| 1424 | "Symfony\\Component\\EventDispatcher\\": "" |
||
| 1425 | }, |
||
| 1426 | "exclude-from-classmap": [ |
||
| 1427 | "/Tests/" |
||
| 1428 | ] |
||
| 1429 | }, |
||
| 1430 | "notification-url": "https://packagist.org/downloads/", |
||
| 1431 | "license": [ |
||
| 1432 | "MIT" |
||
| 1433 | ], |
||
| 1434 | "authors": [ |
||
| 1435 | { |
||
| 1436 | "name": "Fabien Potencier", |
||
| 1437 | "email": "[email protected]" |
||
| 1438 | }, |
||
| 1439 | { |
||
| 1440 | "name": "Symfony Community", |
||
| 1441 | "homepage": "https://symfony.com/contributors" |
||
| 1442 | } |
||
| 1443 | ], |
||
| 1444 | "description": "Symfony EventDispatcher Component", |
||
| 1445 | "homepage": "https://symfony.com", |
||
| 1446 | "time": "2018-04-06T07:35:25+00:00" |
||
| 1447 | }, |
||
| 1448 | { |
||
| 1449 | "name": "symfony/finder", |
||
| 1450 | "version": "v3.4.12", |
||
| 1451 | "source": { |
||
| 1452 | "type": "git", |
||
| 1453 | "url": "https://github.com/symfony/finder.git", |
||
| 1454 | "reference": "3a8c3de91d2b2c68cd2d665cf9d00f7ef9eaa394" |
||
| 1455 | }, |
||
| 1456 | "dist": { |
||
| 1457 | "type": "zip", |
||
| 1458 | "url": "https://api.github.com/repos/symfony/finder/zipball/3a8c3de91d2b2c68cd2d665cf9d00f7ef9eaa394", |
||
| 1459 | "reference": "3a8c3de91d2b2c68cd2d665cf9d00f7ef9eaa394", |
||
| 1460 | "shasum": "" |
||
| 1461 | }, |
||
| 1462 | "require": { |
||
| 1463 | "php": "^5.5.9|>=7.0.8" |
||
| 1464 | }, |
||
| 1465 | "type": "library", |
||
| 1466 | "extra": { |
||
| 1467 | "branch-alias": { |
||
| 1468 | "dev-master": "3.4-dev" |
||
| 1469 | } |
||
| 1470 | }, |
||
| 1471 | "autoload": { |
||
| 1472 | "psr-4": { |
||
| 1473 | "Symfony\\Component\\Finder\\": "" |
||
| 1474 | }, |
||
| 1475 | "exclude-from-classmap": [ |
||
| 1476 | "/Tests/" |
||
| 1477 | ] |
||
| 1478 | }, |
||
| 1479 | "notification-url": "https://packagist.org/downloads/", |
||
| 1480 | "license": [ |
||
| 1481 | "MIT" |
||
| 1482 | ], |
||
| 1483 | "authors": [ |
||
| 1484 | { |
||
| 1485 | "name": "Fabien Potencier", |
||
| 1486 | "email": "[email protected]" |
||
| 1487 | }, |
||
| 1488 | { |
||
| 1489 | "name": "Symfony Community", |
||
| 1490 | "homepage": "https://symfony.com/contributors" |
||
| 1491 | } |
||
| 1492 | ], |
||
| 1493 | "description": "Symfony Finder Component", |
||
| 1494 | "homepage": "https://symfony.com", |
||
| 1495 | "time": "2018-06-19T20:52:10+00:00" |
||
| 1496 | }, |
||
| 1497 | { |
||
| 1498 | "name": "symfony/http-foundation", |
||
| 1499 | "version": "v3.4.12", |
||
| 1500 | "source": { |
||
| 1501 | "type": "git", |
||
| 1502 | "url": "https://github.com/symfony/http-foundation.git", |
||
| 1503 | "reference": "1c28679fcbb0d9b35e4fd49fbb74d2ca4ea17bce" |
||
| 1504 | }, |
||
| 1505 | "dist": { |
||
| 1506 | "type": "zip", |
||
| 1507 | "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1c28679fcbb0d9b35e4fd49fbb74d2ca4ea17bce", |
||
| 1508 | "reference": "1c28679fcbb0d9b35e4fd49fbb74d2ca4ea17bce", |
||
| 1509 | "shasum": "" |
||
| 1510 | }, |
||
| 1511 | "require": { |
||
| 1512 | "php": "^5.5.9|>=7.0.8", |
||
| 1513 | "symfony/polyfill-mbstring": "~1.1", |
||
| 1514 | "symfony/polyfill-php70": "~1.6" |
||
| 1515 | }, |
||
| 1516 | "require-dev": { |
||
| 1517 | "symfony/expression-language": "~2.8|~3.0|~4.0" |
||
| 1518 | }, |
||
| 1519 | "type": "library", |
||
| 1520 | "extra": { |
||
| 1521 | "branch-alias": { |
||
| 1522 | "dev-master": "3.4-dev" |
||
| 1523 | } |
||
| 1524 | }, |
||
| 1525 | "autoload": { |
||
| 1526 | "psr-4": { |
||
| 1527 | "Symfony\\Component\\HttpFoundation\\": "" |
||
| 1528 | }, |
||
| 1529 | "exclude-from-classmap": [ |
||
| 1530 | "/Tests/" |
||
| 1531 | ] |
||
| 1532 | }, |
||
| 1533 | "notification-url": "https://packagist.org/downloads/", |
||
| 1534 | "license": [ |
||
| 1535 | "MIT" |
||
| 1536 | ], |
||
| 1537 | "authors": [ |
||
| 1538 | { |
||
| 1539 | "name": "Fabien Potencier", |
||
| 1540 | "email": "[email protected]" |
||
| 1541 | }, |
||
| 1542 | { |
||
| 1543 | "name": "Symfony Community", |
||
| 1544 | "homepage": "https://symfony.com/contributors" |
||
| 1545 | } |
||
| 1546 | ], |
||
| 1547 | "description": "Symfony HttpFoundation Component", |
||
| 1548 | "homepage": "https://symfony.com", |
||
| 1549 | "time": "2018-06-21T11:10:19+00:00" |
||
| 1550 | }, |
||
| 1551 | { |
||
| 1552 | "name": "symfony/http-kernel", |
||
| 1553 | "version": "v3.4.12", |
||
| 1554 | "source": { |
||
| 1555 | "type": "git", |
||
| 1556 | "url": "https://github.com/symfony/http-kernel.git", |
||
| 1557 | "reference": "cb7edcdc47cab3c61c891e6e55337f8dd470d820" |
||
| 1558 | }, |
||
| 1559 | "dist": { |
||
| 1560 | "type": "zip", |
||
| 1561 | "url": "https://api.github.com/repos/symfony/http-kernel/zipball/cb7edcdc47cab3c61c891e6e55337f8dd470d820", |
||
| 1562 | "reference": "cb7edcdc47cab3c61c891e6e55337f8dd470d820", |
||
| 1563 | "shasum": "" |
||
| 1564 | }, |
||
| 1565 | "require": { |
||
| 1566 | "php": "^5.5.9|>=7.0.8", |
||
| 1567 | "psr/log": "~1.0", |
||
| 1568 | "symfony/debug": "~2.8|~3.0|~4.0", |
||
| 1569 | "symfony/event-dispatcher": "~2.8|~3.0|~4.0", |
||
| 1570 | "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1", |
||
| 1571 | "symfony/polyfill-ctype": "~1.8" |
||
| 1572 | }, |
||
| 1573 | "conflict": { |
||
| 1574 | "symfony/config": "<2.8", |
||
| 1575 | "symfony/dependency-injection": "<3.4.5|<4.0.5,>=4", |
||
| 1576 | "symfony/var-dumper": "<3.3", |
||
| 1577 | "twig/twig": "<1.34|<2.4,>=2" |
||
| 1578 | }, |
||
| 1579 | "provide": { |
||
| 1580 | "psr/log-implementation": "1.0" |
||
| 1581 | }, |
||
| 1582 | "require-dev": { |
||
| 1583 | "psr/cache": "~1.0", |
||
| 1584 | "symfony/browser-kit": "~2.8|~3.0|~4.0", |
||
| 1585 | "symfony/class-loader": "~2.8|~3.0", |
||
| 1586 | "symfony/config": "~2.8|~3.0|~4.0", |
||
| 1587 | "symfony/console": "~2.8|~3.0|~4.0", |
||
| 1588 | "symfony/css-selector": "~2.8|~3.0|~4.0", |
||
| 1589 | "symfony/dependency-injection": "^3.4.5|^4.0.5", |
||
| 1590 | "symfony/dom-crawler": "~2.8|~3.0|~4.0", |
||
| 1591 | "symfony/expression-language": "~2.8|~3.0|~4.0", |
||
| 1592 | "symfony/finder": "~2.8|~3.0|~4.0", |
||
| 1593 | "symfony/process": "~2.8|~3.0|~4.0", |
||
| 1594 | "symfony/routing": "~3.4|~4.0", |
||
| 1595 | "symfony/stopwatch": "~2.8|~3.0|~4.0", |
||
| 1596 | "symfony/templating": "~2.8|~3.0|~4.0", |
||
| 1597 | "symfony/translation": "~2.8|~3.0|~4.0", |
||
| 1598 | "symfony/var-dumper": "~3.3|~4.0" |
||
| 1599 | }, |
||
| 1600 | "suggest": { |
||
| 1601 | "symfony/browser-kit": "", |
||
| 1602 | "symfony/config": "", |
||
| 1603 | "symfony/console": "", |
||
| 1604 | "symfony/dependency-injection": "", |
||
| 1605 | "symfony/finder": "", |
||
| 1606 | "symfony/var-dumper": "" |
||
| 1607 | }, |
||
| 1608 | "type": "library", |
||
| 1609 | "extra": { |
||
| 1610 | "branch-alias": { |
||
| 1611 | "dev-master": "3.4-dev" |
||
| 1612 | } |
||
| 1613 | }, |
||
| 1614 | "autoload": { |
||
| 1615 | "psr-4": { |
||
| 1616 | "Symfony\\Component\\HttpKernel\\": "" |
||
| 1617 | }, |
||
| 1618 | "exclude-from-classmap": [ |
||
| 1619 | "/Tests/" |
||
| 1620 | ] |
||
| 1621 | }, |
||
| 1622 | "notification-url": "https://packagist.org/downloads/", |
||
| 1623 | "license": [ |
||
| 1624 | "MIT" |
||
| 1625 | ], |
||
| 1626 | "authors": [ |
||
| 1627 | { |
||
| 1628 | "name": "Fabien Potencier", |
||
| 1629 | "email": "[email protected]" |
||
| 1630 | }, |
||
| 1631 | { |
||
| 1632 | "name": "Symfony Community", |
||
| 1633 | "homepage": "https://symfony.com/contributors" |
||
| 1634 | } |
||
| 1635 | ], |
||
| 1636 | "description": "Symfony HttpKernel Component", |
||
| 1637 | "homepage": "https://symfony.com", |
||
| 1638 | "time": "2018-06-25T12:29:19+00:00" |
||
| 1639 | }, |
||
| 1640 | { |
||
| 1641 | "name": "symfony/polyfill-ctype", |
||
| 1642 | "version": "v1.8.0", |
||
| 1643 | "source": { |
||
| 1644 | "type": "git", |
||
| 1645 | "url": "https://github.com/symfony/polyfill-ctype.git", |
||
| 1646 | "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae" |
||
| 1647 | }, |
||
| 1648 | "dist": { |
||
| 1649 | "type": "zip", |
||
| 1650 | "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae", |
||
| 1651 | "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae", |
||
| 1652 | "shasum": "" |
||
| 1653 | }, |
||
| 1654 | "require": { |
||
| 1655 | "php": ">=5.3.3" |
||
| 1656 | }, |
||
| 1657 | "type": "library", |
||
| 1658 | "extra": { |
||
| 1659 | "branch-alias": { |
||
| 1660 | "dev-master": "1.8-dev" |
||
| 1661 | } |
||
| 1662 | }, |
||
| 1663 | "autoload": { |
||
| 1664 | "psr-4": { |
||
| 1665 | "Symfony\\Polyfill\\Ctype\\": "" |
||
| 1666 | }, |
||
| 1667 | "files": [ |
||
| 1668 | "bootstrap.php" |
||
| 1669 | ] |
||
| 1670 | }, |
||
| 1671 | "notification-url": "https://packagist.org/downloads/", |
||
| 1672 | "license": [ |
||
| 1673 | "MIT" |
||
| 1674 | ], |
||
| 1675 | "authors": [ |
||
| 1676 | { |
||
| 1677 | "name": "Symfony Community", |
||
| 1678 | "homepage": "https://symfony.com/contributors" |
||
| 1679 | }, |
||
| 1680 | { |
||
| 1681 | "name": "Gert de Pagter", |
||
| 1682 | "email": "[email protected]" |
||
| 1683 | } |
||
| 1684 | ], |
||
| 1685 | "description": "Symfony polyfill for ctype functions", |
||
| 1686 | "homepage": "https://symfony.com", |
||
| 1687 | "keywords": [ |
||
| 1688 | "compatibility", |
||
| 1689 | "ctype", |
||
| 1690 | "polyfill", |
||
| 1691 | "portable" |
||
| 1692 | ], |
||
| 1693 | "time": "2018-04-30T19:57:29+00:00" |
||
| 1694 | }, |
||
| 1695 | { |
||
| 1696 | "name": "symfony/polyfill-mbstring", |
||
| 1697 | "version": "v1.8.0", |
||
| 1698 | "source": { |
||
| 1699 | "type": "git", |
||
| 1700 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 1701 | "reference": "3296adf6a6454a050679cde90f95350ad604b171" |
||
| 1702 | }, |
||
| 1703 | "dist": { |
||
| 1704 | "type": "zip", |
||
| 1705 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/3296adf6a6454a050679cde90f95350ad604b171", |
||
| 1706 | "reference": "3296adf6a6454a050679cde90f95350ad604b171", |
||
| 1707 | "shasum": "" |
||
| 1708 | }, |
||
| 1709 | "require": { |
||
| 1710 | "php": ">=5.3.3" |
||
| 1711 | }, |
||
| 1712 | "suggest": { |
||
| 1713 | "ext-mbstring": "For best performance" |
||
| 1714 | }, |
||
| 1715 | "type": "library", |
||
| 1716 | "extra": { |
||
| 1717 | "branch-alias": { |
||
| 1718 | "dev-master": "1.8-dev" |
||
| 1719 | } |
||
| 1720 | }, |
||
| 1721 | "autoload": { |
||
| 1722 | "psr-4": { |
||
| 1723 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 1724 | }, |
||
| 1725 | "files": [ |
||
| 1726 | "bootstrap.php" |
||
| 1727 | ] |
||
| 1728 | }, |
||
| 1729 | "notification-url": "https://packagist.org/downloads/", |
||
| 1730 | "license": [ |
||
| 1731 | "MIT" |
||
| 1732 | ], |
||
| 1733 | "authors": [ |
||
| 1734 | { |
||
| 1735 | "name": "Nicolas Grekas", |
||
| 1736 | "email": "[email protected]" |
||
| 1737 | }, |
||
| 1738 | { |
||
| 1739 | "name": "Symfony Community", |
||
| 1740 | "homepage": "https://symfony.com/contributors" |
||
| 1741 | } |
||
| 1742 | ], |
||
| 1743 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 1744 | "homepage": "https://symfony.com", |
||
| 1745 | "keywords": [ |
||
| 1746 | "compatibility", |
||
| 1747 | "mbstring", |
||
| 1748 | "polyfill", |
||
| 1749 | "portable", |
||
| 1750 | "shim" |
||
| 1751 | ], |
||
| 1752 | "time": "2018-04-26T10:06:28+00:00" |
||
| 1753 | }, |
||
| 1754 | { |
||
| 1755 | "name": "symfony/polyfill-php70", |
||
| 1756 | "version": "v1.8.0", |
||
| 1757 | "source": { |
||
| 1758 | "type": "git", |
||
| 1759 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
| 1760 | "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6" |
||
| 1761 | }, |
||
| 1762 | "dist": { |
||
| 1763 | "type": "zip", |
||
| 1764 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/77454693d8f10dd23bb24955cffd2d82db1007a6", |
||
| 1765 | "reference": "77454693d8f10dd23bb24955cffd2d82db1007a6", |
||
| 1766 | "shasum": "" |
||
| 1767 | }, |
||
| 1768 | "require": { |
||
| 1769 | "paragonie/random_compat": "~1.0|~2.0", |
||
| 1770 | "php": ">=5.3.3" |
||
| 1771 | }, |
||
| 1772 | "type": "library", |
||
| 1773 | "extra": { |
||
| 1774 | "branch-alias": { |
||
| 1775 | "dev-master": "1.8-dev" |
||
| 1776 | } |
||
| 1777 | }, |
||
| 1778 | "autoload": { |
||
| 1779 | "psr-4": { |
||
| 1780 | "Symfony\\Polyfill\\Php70\\": "" |
||
| 1781 | }, |
||
| 1782 | "files": [ |
||
| 1783 | "bootstrap.php" |
||
| 1784 | ], |
||
| 1785 | "classmap": [ |
||
| 1786 | "Resources/stubs" |
||
| 1787 | ] |
||
| 1788 | }, |
||
| 1789 | "notification-url": "https://packagist.org/downloads/", |
||
| 1790 | "license": [ |
||
| 1791 | "MIT" |
||
| 1792 | ], |
||
| 1793 | "authors": [ |
||
| 1794 | { |
||
| 1795 | "name": "Nicolas Grekas", |
||
| 1796 | "email": "[email protected]" |
||
| 1797 | }, |
||
| 1798 | { |
||
| 1799 | "name": "Symfony Community", |
||
| 1800 | "homepage": "https://symfony.com/contributors" |
||
| 1801 | } |
||
| 1802 | ], |
||
| 1803 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
| 1804 | "homepage": "https://symfony.com", |
||
| 1805 | "keywords": [ |
||
| 1806 | "compatibility", |
||
| 1807 | "polyfill", |
||
| 1808 | "portable", |
||
| 1809 | "shim" |
||
| 1810 | ], |
||
| 1811 | "time": "2018-04-26T10:06:28+00:00" |
||
| 1812 | }, |
||
| 1813 | { |
||
| 1814 | "name": "symfony/process", |
||
| 1815 | "version": "v3.4.12", |
||
| 1816 | "source": { |
||
| 1817 | "type": "git", |
||
| 1818 | "url": "https://github.com/symfony/process.git", |
||
| 1819 | "reference": "acc5a37c706ace827962851b69705b24e71ca17c" |
||
| 1820 | }, |
||
| 1821 | "dist": { |
||
| 1822 | "type": "zip", |
||
| 1823 | "url": "https://api.github.com/repos/symfony/process/zipball/acc5a37c706ace827962851b69705b24e71ca17c", |
||
| 1824 | "reference": "acc5a37c706ace827962851b69705b24e71ca17c", |
||
| 1825 | "shasum": "" |
||
| 1826 | }, |
||
| 1827 | "require": { |
||
| 1828 | "php": "^5.5.9|>=7.0.8" |
||
| 1829 | }, |
||
| 1830 | "type": "library", |
||
| 1831 | "extra": { |
||
| 1832 | "branch-alias": { |
||
| 1833 | "dev-master": "3.4-dev" |
||
| 1834 | } |
||
| 1835 | }, |
||
| 1836 | "autoload": { |
||
| 1837 | "psr-4": { |
||
| 1838 | "Symfony\\Component\\Process\\": "" |
||
| 1839 | }, |
||
| 1840 | "exclude-from-classmap": [ |
||
| 1841 | "/Tests/" |
||
| 1842 | ] |
||
| 1843 | }, |
||
| 1844 | "notification-url": "https://packagist.org/downloads/", |
||
| 1845 | "license": [ |
||
| 1846 | "MIT" |
||
| 1847 | ], |
||
| 1848 | "authors": [ |
||
| 1849 | { |
||
| 1850 | "name": "Fabien Potencier", |
||
| 1851 | "email": "[email protected]" |
||
| 1852 | }, |
||
| 1853 | { |
||
| 1854 | "name": "Symfony Community", |
||
| 1855 | "homepage": "https://symfony.com/contributors" |
||
| 1856 | } |
||
| 1857 | ], |
||
| 1858 | "description": "Symfony Process Component", |
||
| 1859 | "homepage": "https://symfony.com", |
||
| 1860 | "time": "2018-05-30T04:24:30+00:00" |
||
| 1861 | }, |
||
| 1862 | { |
||
| 1863 | "name": "symfony/routing", |
||
| 1864 | "version": "v3.4.12", |
||
| 1865 | "source": { |
||
| 1866 | "type": "git", |
||
| 1867 | "url": "https://github.com/symfony/routing.git", |
||
| 1868 | "reference": "6b9fef5343828e542db17e2519722ef08992f2c1" |
||
| 1869 | }, |
||
| 1870 | "dist": { |
||
| 1871 | "type": "zip", |
||
| 1872 | "url": "https://api.github.com/repos/symfony/routing/zipball/6b9fef5343828e542db17e2519722ef08992f2c1", |
||
| 1873 | "reference": "6b9fef5343828e542db17e2519722ef08992f2c1", |
||
| 1874 | "shasum": "" |
||
| 1875 | }, |
||
| 1876 | "require": { |
||
| 1877 | "php": "^5.5.9|>=7.0.8" |
||
| 1878 | }, |
||
| 1879 | "conflict": { |
||
| 1880 | "symfony/config": "<3.3.1", |
||
| 1881 | "symfony/dependency-injection": "<3.3", |
||
| 1882 | "symfony/yaml": "<3.4" |
||
| 1883 | }, |
||
| 1884 | "require-dev": { |
||
| 1885 | "doctrine/annotations": "~1.0", |
||
| 1886 | "psr/log": "~1.0", |
||
| 1887 | "symfony/config": "^3.3.1|~4.0", |
||
| 1888 | "symfony/dependency-injection": "~3.3|~4.0", |
||
| 1889 | "symfony/expression-language": "~2.8|~3.0|~4.0", |
||
| 1890 | "symfony/http-foundation": "~2.8|~3.0|~4.0", |
||
| 1891 | "symfony/yaml": "~3.4|~4.0" |
||
| 1892 | }, |
||
| 1893 | "suggest": { |
||
| 1894 | "doctrine/annotations": "For using the annotation loader", |
||
| 1895 | "symfony/config": "For using the all-in-one router or any loader", |
||
| 1896 | "symfony/dependency-injection": "For loading routes from a service", |
||
| 1897 | "symfony/expression-language": "For using expression matching", |
||
| 1898 | "symfony/http-foundation": "For using a Symfony Request object", |
||
| 1899 | "symfony/yaml": "For using the YAML loader" |
||
| 1900 | }, |
||
| 1901 | "type": "library", |
||
| 1902 | "extra": { |
||
| 1903 | "branch-alias": { |
||
| 1904 | "dev-master": "3.4-dev" |
||
| 1905 | } |
||
| 1906 | }, |
||
| 1907 | "autoload": { |
||
| 1908 | "psr-4": { |
||
| 1909 | "Symfony\\Component\\Routing\\": "" |
||
| 1910 | }, |
||
| 1911 | "exclude-from-classmap": [ |
||
| 1912 | "/Tests/" |
||
| 1913 | ] |
||
| 1914 | }, |
||
| 1915 | "notification-url": "https://packagist.org/downloads/", |
||
| 1916 | "license": [ |
||
| 1917 | "MIT" |
||
| 1918 | ], |
||
| 1919 | "authors": [ |
||
| 1920 | { |
||
| 1921 | "name": "Fabien Potencier", |
||
| 1922 | "email": "[email protected]" |
||
| 1923 | }, |
||
| 1924 | { |
||
| 1925 | "name": "Symfony Community", |
||
| 1926 | "homepage": "https://symfony.com/contributors" |
||
| 1927 | } |
||
| 1928 | ], |
||
| 1929 | "description": "Symfony Routing Component", |
||
| 1930 | "homepage": "https://symfony.com", |
||
| 1931 | "keywords": [ |
||
| 1932 | "router", |
||
| 1933 | "routing", |
||
| 1934 | "uri", |
||
| 1935 | "url" |
||
| 1936 | ], |
||
| 1937 | "time": "2018-06-19T20:52:10+00:00" |
||
| 1938 | }, |
||
| 1939 | { |
||
| 1940 | "name": "symfony/translation", |
||
| 1941 | "version": "v3.4.12", |
||
| 1942 | "source": { |
||
| 1943 | "type": "git", |
||
| 1944 | "url": "https://github.com/symfony/translation.git", |
||
| 1945 | "reference": "7047f725e35eab768137c677f8c38e4a2a8e38fb" |
||
| 1946 | }, |
||
| 1947 | "dist": { |
||
| 1948 | "type": "zip", |
||
| 1949 | "url": "https://api.github.com/repos/symfony/translation/zipball/7047f725e35eab768137c677f8c38e4a2a8e38fb", |
||
| 1950 | "reference": "7047f725e35eab768137c677f8c38e4a2a8e38fb", |
||
| 1951 | "shasum": "" |
||
| 1952 | }, |
||
| 1953 | "require": { |
||
| 1954 | "php": "^5.5.9|>=7.0.8", |
||
| 1955 | "symfony/polyfill-mbstring": "~1.0" |
||
| 1956 | }, |
||
| 1957 | "conflict": { |
||
| 1958 | "symfony/config": "<2.8", |
||
| 1959 | "symfony/dependency-injection": "<3.4", |
||
| 1960 | "symfony/yaml": "<3.4" |
||
| 1961 | }, |
||
| 1962 | "require-dev": { |
||
| 1963 | "psr/log": "~1.0", |
||
| 1964 | "symfony/config": "~2.8|~3.0|~4.0", |
||
| 1965 | "symfony/dependency-injection": "~3.4|~4.0", |
||
| 1966 | "symfony/finder": "~2.8|~3.0|~4.0", |
||
| 1967 | "symfony/intl": "^2.8.18|^3.2.5|~4.0", |
||
| 1968 | "symfony/yaml": "~3.4|~4.0" |
||
| 1969 | }, |
||
| 1970 | "suggest": { |
||
| 1971 | "psr/log-implementation": "To use logging capability in translator", |
||
| 1972 | "symfony/config": "", |
||
| 1973 | "symfony/yaml": "" |
||
| 1974 | }, |
||
| 1975 | "type": "library", |
||
| 1976 | "extra": { |
||
| 1977 | "branch-alias": { |
||
| 1978 | "dev-master": "3.4-dev" |
||
| 1979 | } |
||
| 1980 | }, |
||
| 1981 | "autoload": { |
||
| 1982 | "psr-4": { |
||
| 1983 | "Symfony\\Component\\Translation\\": "" |
||
| 1984 | }, |
||
| 1985 | "exclude-from-classmap": [ |
||
| 1986 | "/Tests/" |
||
| 1987 | ] |
||
| 1988 | }, |
||
| 1989 | "notification-url": "https://packagist.org/downloads/", |
||
| 1990 | "license": [ |
||
| 1991 | "MIT" |
||
| 1992 | ], |
||
| 1993 | "authors": [ |
||
| 1994 | { |
||
| 1995 | "name": "Fabien Potencier", |
||
| 1996 | "email": "[email protected]" |
||
| 1997 | }, |
||
| 1998 | { |
||
| 1999 | "name": "Symfony Community", |
||
| 2000 | "homepage": "https://symfony.com/contributors" |
||
| 2001 | } |
||
| 2002 | ], |
||
| 2003 | "description": "Symfony Translation Component", |
||
| 2004 | "homepage": "https://symfony.com", |
||
| 2005 | "time": "2018-05-21T10:06:52+00:00" |
||
| 2006 | }, |
||
| 2007 | { |
||
| 2008 | "name": "symfony/var-dumper", |
||
| 2009 | "version": "v3.4.12", |
||
| 2010 | "source": { |
||
| 2011 | "type": "git", |
||
| 2012 | "url": "https://github.com/symfony/var-dumper.git", |
||
| 2013 | "reference": "e173954a28a44a32c690815fbe4d0f2eac43accb" |
||
| 2014 | }, |
||
| 2015 | "dist": { |
||
| 2016 | "type": "zip", |
||
| 2017 | "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e173954a28a44a32c690815fbe4d0f2eac43accb", |
||
| 2018 | "reference": "e173954a28a44a32c690815fbe4d0f2eac43accb", |
||
| 2019 | "shasum": "" |
||
| 2020 | }, |
||
| 2021 | "require": { |
||
| 2022 | "php": "^5.5.9|>=7.0.8", |
||
| 2023 | "symfony/polyfill-mbstring": "~1.0" |
||
| 2024 | }, |
||
| 2025 | "conflict": { |
||
| 2026 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
| 2027 | }, |
||
| 2028 | "require-dev": { |
||
| 2029 | "ext-iconv": "*", |
||
| 2030 | "twig/twig": "~1.34|~2.4" |
||
| 2031 | }, |
||
| 2032 | "suggest": { |
||
| 2033 | "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", |
||
| 2034 | "ext-intl": "To show region name in time zone dump", |
||
| 2035 | "ext-symfony_debug": "" |
||
| 2036 | }, |
||
| 2037 | "type": "library", |
||
| 2038 | "extra": { |
||
| 2039 | "branch-alias": { |
||
| 2040 | "dev-master": "3.4-dev" |
||
| 2041 | } |
||
| 2042 | }, |
||
| 2043 | "autoload": { |
||
| 2044 | "files": [ |
||
| 2045 | "Resources/functions/dump.php" |
||
| 2046 | ], |
||
| 2047 | "psr-4": { |
||
| 2048 | "Symfony\\Component\\VarDumper\\": "" |
||
| 2049 | }, |
||
| 2050 | "exclude-from-classmap": [ |
||
| 2051 | "/Tests/" |
||
| 2052 | ] |
||
| 2053 | }, |
||
| 2054 | "notification-url": "https://packagist.org/downloads/", |
||
| 2055 | "license": [ |
||
| 2056 | "MIT" |
||
| 2057 | ], |
||
| 2058 | "authors": [ |
||
| 2059 | { |
||
| 2060 | "name": "Nicolas Grekas", |
||
| 2061 | "email": "[email protected]" |
||
| 2062 | }, |
||
| 2063 | { |
||
| 2064 | "name": "Symfony Community", |
||
| 2065 | "homepage": "https://symfony.com/contributors" |
||
| 2066 | } |
||
| 2067 | ], |
||
| 2068 | "description": "Symfony mechanism for exploring and dumping PHP variables", |
||
| 2069 | "homepage": "https://symfony.com", |
||
| 2070 | "keywords": [ |
||
| 2071 | "debug", |
||
| 2072 | "dump" |
||
| 2073 | ], |
||
| 2074 | "time": "2018-06-15T07:47:49+00:00" |
||
| 2075 | }, |
||
| 2076 | { |
||
| 2077 | "name": "tijsverkoyen/css-to-inline-styles", |
||
| 2078 | "version": "2.2.1", |
||
| 2079 | "source": { |
||
| 2080 | "type": "git", |
||
| 2081 | "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", |
||
| 2082 | "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757" |
||
| 2083 | }, |
||
| 2084 | "dist": { |
||
| 2085 | "type": "zip", |
||
| 2086 | "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757", |
||
| 2087 | "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757", |
||
| 2088 | "shasum": "" |
||
| 2089 | }, |
||
| 2090 | "require": { |
||
| 2091 | "php": "^5.5 || ^7.0", |
||
| 2092 | "symfony/css-selector": "^2.7 || ^3.0 || ^4.0" |
||
| 2093 | }, |
||
| 2094 | "require-dev": { |
||
| 2095 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
| 2096 | }, |
||
| 2097 | "type": "library", |
||
| 2098 | "extra": { |
||
| 2099 | "branch-alias": { |
||
| 2100 | "dev-master": "2.2.x-dev" |
||
| 2101 | } |
||
| 2102 | }, |
||
| 2103 | "autoload": { |
||
| 2104 | "psr-4": { |
||
| 2105 | "TijsVerkoyen\\CssToInlineStyles\\": "src" |
||
| 2106 | } |
||
| 2107 | }, |
||
| 2108 | "notification-url": "https://packagist.org/downloads/", |
||
| 2109 | "license": [ |
||
| 2110 | "BSD-3-Clause" |
||
| 2111 | ], |
||
| 2112 | "authors": [ |
||
| 2113 | { |
||
| 2114 | "name": "Tijs Verkoyen", |
||
| 2115 | "email": "[email protected]", |
||
| 2116 | "role": "Developer" |
||
| 2117 | } |
||
| 2118 | ], |
||
| 2119 | "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.", |
||
| 2120 | "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", |
||
| 2121 | "time": "2017-11-27T11:13:29+00:00" |
||
| 2122 | }, |
||
| 2123 | { |
||
| 2124 | "name": "vlucas/phpdotenv", |
||
| 2125 | "version": "v2.5.0", |
||
| 2126 | "source": { |
||
| 2127 | "type": "git", |
||
| 2128 | "url": "https://github.com/vlucas/phpdotenv.git", |
||
| 2129 | "reference": "6ae3e2e6494bb5e58c2decadafc3de7f1453f70a" |
||
| 2130 | }, |
||
| 2131 | "dist": { |
||
| 2132 | "type": "zip", |
||
| 2133 | "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/6ae3e2e6494bb5e58c2decadafc3de7f1453f70a", |
||
| 2134 | "reference": "6ae3e2e6494bb5e58c2decadafc3de7f1453f70a", |
||
| 2135 | "shasum": "" |
||
| 2136 | }, |
||
| 2137 | "require": { |
||
| 2138 | "php": ">=5.3.9" |
||
| 2139 | }, |
||
| 2140 | "require-dev": { |
||
| 2141 | "phpunit/phpunit": "^4.8.35 || ^5.0" |
||
| 2142 | }, |
||
| 2143 | "type": "library", |
||
| 2144 | "extra": { |
||
| 2145 | "branch-alias": { |
||
| 2146 | "dev-master": "2.5-dev" |
||
| 2147 | } |
||
| 2148 | }, |
||
| 2149 | "autoload": { |
||
| 2150 | "psr-4": { |
||
| 2151 | "Dotenv\\": "src/" |
||
| 2152 | } |
||
| 2153 | }, |
||
| 2154 | "notification-url": "https://packagist.org/downloads/", |
||
| 2155 | "license": [ |
||
| 2156 | "BSD-3-Clause" |
||
| 2157 | ], |
||
| 2158 | "authors": [ |
||
| 2159 | { |
||
| 2160 | "name": "Vance Lucas", |
||
| 2161 | "email": "[email protected]", |
||
| 2162 | "homepage": "http://www.vancelucas.com" |
||
| 2163 | } |
||
| 2164 | ], |
||
| 2165 | "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", |
||
| 2166 | "keywords": [ |
||
| 2167 | "dotenv", |
||
| 2168 | "env", |
||
| 2169 | "environment" |
||
| 2170 | ], |
||
| 2171 | "time": "2018-07-01T10:25:50+00:00" |
||
| 2172 | } |
||
| 2173 | ], |
||
| 2174 | "packages-dev": [ |
||
| 2175 | { |
||
| 2176 | "name": "codeclimate/php-test-reporter", |
||
| 2177 | "version": "dev-master", |
||
| 2178 | "source": { |
||
| 2179 | "type": "git", |
||
| 2180 | "url": "https://github.com/codeclimate/php-test-reporter.git", |
||
| 2181 | "reference": "f35752238d994c8894a3c079bdbe2c535e0265af" |
||
| 2182 | }, |
||
| 2183 | "dist": { |
||
| 2184 | "type": "zip", |
||
| 2185 | "url": "https://api.github.com/repos/codeclimate/php-test-reporter/zipball/f35752238d994c8894a3c079bdbe2c535e0265af", |
||
| 2186 | "reference": "f35752238d994c8894a3c079bdbe2c535e0265af", |
||
| 2187 | "shasum": "" |
||
| 2188 | }, |
||
| 2189 | "require": { |
||
| 2190 | "ext-curl": "*", |
||
| 2191 | "padraic/phar-updater": "^1.0", |
||
| 2192 | "php": "^5.3 || ^7.0", |
||
| 2193 | "psr/log": "^1.0", |
||
| 2194 | "satooshi/php-coveralls": "^1.0", |
||
| 2195 | "symfony/console": "^2.0 || ^3.0 || ^4.0" |
||
| 2196 | }, |
||
| 2197 | "require-dev": { |
||
| 2198 | "friendsofphp/php-cs-fixer": "^2.0.0", |
||
| 2199 | "phpunit/phpunit": "^4.8.35 || ^5.7.0 || ^6.0.0" |
||
| 2200 | }, |
||
| 2201 | "bin": [ |
||
| 2202 | "composer/bin/test-reporter" |
||
| 2203 | ], |
||
| 2204 | "type": "library", |
||
| 2205 | "extra": { |
||
| 2206 | "branch-alias": { |
||
| 2207 | "dev-master": "0.3.x-dev" |
||
| 2208 | } |
||
| 2209 | }, |
||
| 2210 | "autoload": { |
||
| 2211 | "psr-4": { |
||
| 2212 | "CodeClimate\\PhpTestReporter\\": "src/" |
||
| 2213 | } |
||
| 2214 | }, |
||
| 2215 | "notification-url": "https://packagist.org/downloads/", |
||
| 2216 | "license": [ |
||
| 2217 | "MIT" |
||
| 2218 | ], |
||
| 2219 | "authors": [ |
||
| 2220 | { |
||
| 2221 | "name": "Code Climate", |
||
| 2222 | "email": "[email protected]", |
||
| 2223 | "homepage": "https://codeclimate.com" |
||
| 2224 | } |
||
| 2225 | ], |
||
| 2226 | "description": "PHP client for reporting test coverage to Code Climate", |
||
| 2227 | "homepage": "https://github.com/codeclimate/php-test-reporter", |
||
| 2228 | "keywords": [ |
||
| 2229 | "codeclimate", |
||
| 2230 | "coverage" |
||
| 2231 | ], |
||
| 2232 | "time": "2018-04-11T15:45:47+00:00" |
||
| 2233 | }, |
||
| 2234 | { |
||
| 2235 | "name": "composer/ca-bundle", |
||
| 2236 | "version": "1.1.1", |
||
| 2237 | "source": { |
||
| 2238 | "type": "git", |
||
| 2239 | "url": "https://github.com/composer/ca-bundle.git", |
||
| 2240 | "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169" |
||
| 2241 | }, |
||
| 2242 | "dist": { |
||
| 2243 | "type": "zip", |
||
| 2244 | "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d2c0a83b7533d6912e8d516756ebd34f893e9169", |
||
| 2245 | "reference": "d2c0a83b7533d6912e8d516756ebd34f893e9169", |
||
| 2246 | "shasum": "" |
||
| 2247 | }, |
||
| 2248 | "require": { |
||
| 2249 | "ext-openssl": "*", |
||
| 2250 | "ext-pcre": "*", |
||
| 2251 | "php": "^5.3.2 || ^7.0" |
||
| 2252 | }, |
||
| 2253 | "require-dev": { |
||
| 2254 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", |
||
| 2255 | "psr/log": "^1.0", |
||
| 2256 | "symfony/process": "^2.5 || ^3.0 || ^4.0" |
||
| 2257 | }, |
||
| 2258 | "type": "library", |
||
| 2259 | "extra": { |
||
| 2260 | "branch-alias": { |
||
| 2261 | "dev-master": "1.x-dev" |
||
| 2262 | } |
||
| 2263 | }, |
||
| 2264 | "autoload": { |
||
| 2265 | "psr-4": { |
||
| 2266 | "Composer\\CaBundle\\": "src" |
||
| 2267 | } |
||
| 2268 | }, |
||
| 2269 | "notification-url": "https://packagist.org/downloads/", |
||
| 2270 | "license": [ |
||
| 2271 | "MIT" |
||
| 2272 | ], |
||
| 2273 | "authors": [ |
||
| 2274 | { |
||
| 2275 | "name": "Jordi Boggiano", |
||
| 2276 | "email": "[email protected]", |
||
| 2277 | "homepage": "http://seld.be" |
||
| 2278 | } |
||
| 2279 | ], |
||
| 2280 | "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", |
||
| 2281 | "keywords": [ |
||
| 2282 | "cabundle", |
||
| 2283 | "cacert", |
||
| 2284 | "certificate", |
||
| 2285 | "ssl", |
||
| 2286 | "tls" |
||
| 2287 | ], |
||
| 2288 | "time": "2018-03-29T19:57:20+00:00" |
||
| 2289 | }, |
||
| 2290 | { |
||
| 2291 | "name": "doctrine/instantiator", |
||
| 2292 | "version": "1.0.5", |
||
| 2293 | "source": { |
||
| 2294 | "type": "git", |
||
| 2295 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 2296 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
| 2297 | }, |
||
| 2298 | "dist": { |
||
| 2299 | "type": "zip", |
||
| 2300 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 2301 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 2302 | "shasum": "" |
||
| 2303 | }, |
||
| 2304 | "require": { |
||
| 2305 | "php": ">=5.3,<8.0-DEV" |
||
| 2306 | }, |
||
| 2307 | "require-dev": { |
||
| 2308 | "athletic/athletic": "~0.1.8", |
||
| 2309 | "ext-pdo": "*", |
||
| 2310 | "ext-phar": "*", |
||
| 2311 | "phpunit/phpunit": "~4.0", |
||
| 2312 | "squizlabs/php_codesniffer": "~2.0" |
||
| 2313 | }, |
||
| 2314 | "type": "library", |
||
| 2315 | "extra": { |
||
| 2316 | "branch-alias": { |
||
| 2317 | "dev-master": "1.0.x-dev" |
||
| 2318 | } |
||
| 2319 | }, |
||
| 2320 | "autoload": { |
||
| 2321 | "psr-4": { |
||
| 2322 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
| 2323 | } |
||
| 2324 | }, |
||
| 2325 | "notification-url": "https://packagist.org/downloads/", |
||
| 2326 | "license": [ |
||
| 2327 | "MIT" |
||
| 2328 | ], |
||
| 2329 | "authors": [ |
||
| 2330 | { |
||
| 2331 | "name": "Marco Pivetta", |
||
| 2332 | "email": "[email protected]", |
||
| 2333 | "homepage": "http://ocramius.github.com/" |
||
| 2334 | } |
||
| 2335 | ], |
||
| 2336 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 2337 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 2338 | "keywords": [ |
||
| 2339 | "constructor", |
||
| 2340 | "instantiate" |
||
| 2341 | ], |
||
| 2342 | "time": "2015-06-14T21:17:01+00:00" |
||
| 2343 | }, |
||
| 2344 | { |
||
| 2345 | "name": "fzaninotto/faker", |
||
| 2346 | "version": "v1.8.0", |
||
| 2347 | "source": { |
||
| 2348 | "type": "git", |
||
| 2349 | "url": "https://github.com/fzaninotto/Faker.git", |
||
| 2350 | "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de" |
||
| 2351 | }, |
||
| 2352 | "dist": { |
||
| 2353 | "type": "zip", |
||
| 2354 | "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de", |
||
| 2355 | "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de", |
||
| 2356 | "shasum": "" |
||
| 2357 | }, |
||
| 2358 | "require": { |
||
| 2359 | "php": "^5.3.3 || ^7.0" |
||
| 2360 | }, |
||
| 2361 | "require-dev": { |
||
| 2362 | "ext-intl": "*", |
||
| 2363 | "phpunit/phpunit": "^4.8.35 || ^5.7", |
||
| 2364 | "squizlabs/php_codesniffer": "^1.5" |
||
| 2365 | }, |
||
| 2366 | "type": "library", |
||
| 2367 | "extra": { |
||
| 2368 | "branch-alias": { |
||
| 2369 | "dev-master": "1.8-dev" |
||
| 2370 | } |
||
| 2371 | }, |
||
| 2372 | "autoload": { |
||
| 2373 | "psr-4": { |
||
| 2374 | "Faker\\": "src/Faker/" |
||
| 2375 | } |
||
| 2376 | }, |
||
| 2377 | "notification-url": "https://packagist.org/downloads/", |
||
| 2378 | "license": [ |
||
| 2379 | "MIT" |
||
| 2380 | ], |
||
| 2381 | "authors": [ |
||
| 2382 | { |
||
| 2383 | "name": "François Zaninotto" |
||
| 2384 | } |
||
| 2385 | ], |
||
| 2386 | "description": "Faker is a PHP library that generates fake data for you.", |
||
| 2387 | "keywords": [ |
||
| 2388 | "data", |
||
| 2389 | "faker", |
||
| 2390 | "fixtures" |
||
| 2391 | ], |
||
| 2392 | "time": "2018-07-12T10:23:15+00:00" |
||
| 2393 | }, |
||
| 2394 | { |
||
| 2395 | "name": "guzzle/guzzle", |
||
| 2396 | "version": "v3.8.1", |
||
| 2397 | "source": { |
||
| 2398 | "type": "git", |
||
| 2399 | "url": "https://github.com/guzzle/guzzle.git", |
||
| 2400 | "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba" |
||
| 2401 | }, |
||
| 2402 | "dist": { |
||
| 2403 | "type": "zip", |
||
| 2404 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba", |
||
| 2405 | "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba", |
||
| 2406 | "shasum": "" |
||
| 2407 | }, |
||
| 2408 | "require": { |
||
| 2409 | "ext-curl": "*", |
||
| 2410 | "php": ">=5.3.3", |
||
| 2411 | "symfony/event-dispatcher": ">=2.1" |
||
| 2412 | }, |
||
| 2413 | "replace": { |
||
| 2414 | "guzzle/batch": "self.version", |
||
| 2415 | "guzzle/cache": "self.version", |
||
| 2416 | "guzzle/common": "self.version", |
||
| 2417 | "guzzle/http": "self.version", |
||
| 2418 | "guzzle/inflection": "self.version", |
||
| 2419 | "guzzle/iterator": "self.version", |
||
| 2420 | "guzzle/log": "self.version", |
||
| 2421 | "guzzle/parser": "self.version", |
||
| 2422 | "guzzle/plugin": "self.version", |
||
| 2423 | "guzzle/plugin-async": "self.version", |
||
| 2424 | "guzzle/plugin-backoff": "self.version", |
||
| 2425 | "guzzle/plugin-cache": "self.version", |
||
| 2426 | "guzzle/plugin-cookie": "self.version", |
||
| 2427 | "guzzle/plugin-curlauth": "self.version", |
||
| 2428 | "guzzle/plugin-error-response": "self.version", |
||
| 2429 | "guzzle/plugin-history": "self.version", |
||
| 2430 | "guzzle/plugin-log": "self.version", |
||
| 2431 | "guzzle/plugin-md5": "self.version", |
||
| 2432 | "guzzle/plugin-mock": "self.version", |
||
| 2433 | "guzzle/plugin-oauth": "self.version", |
||
| 2434 | "guzzle/service": "self.version", |
||
| 2435 | "guzzle/stream": "self.version" |
||
| 2436 | }, |
||
| 2437 | "require-dev": { |
||
| 2438 | "doctrine/cache": "*", |
||
| 2439 | "monolog/monolog": "1.*", |
||
| 2440 | "phpunit/phpunit": "3.7.*", |
||
| 2441 | "psr/log": "1.0.*", |
||
| 2442 | "symfony/class-loader": "*", |
||
| 2443 | "zendframework/zend-cache": "<2.3", |
||
| 2444 | "zendframework/zend-log": "<2.3" |
||
| 2445 | }, |
||
| 2446 | "type": "library", |
||
| 2447 | "extra": { |
||
| 2448 | "branch-alias": { |
||
| 2449 | "dev-master": "3.8-dev" |
||
| 2450 | } |
||
| 2451 | }, |
||
| 2452 | "autoload": { |
||
| 2453 | "psr-0": { |
||
| 2454 | "Guzzle": "src/", |
||
| 2455 | "Guzzle\\Tests": "tests/" |
||
| 2456 | } |
||
| 2457 | }, |
||
| 2458 | "notification-url": "https://packagist.org/downloads/", |
||
| 2459 | "license": [ |
||
| 2460 | "MIT" |
||
| 2461 | ], |
||
| 2462 | "authors": [ |
||
| 2463 | { |
||
| 2464 | "name": "Michael Dowling", |
||
| 2465 | "email": "[email protected]", |
||
| 2466 | "homepage": "https://github.com/mtdowling" |
||
| 2467 | }, |
||
| 2468 | { |
||
| 2469 | "name": "Guzzle Community", |
||
| 2470 | "homepage": "https://github.com/guzzle/guzzle/contributors" |
||
| 2471 | } |
||
| 2472 | ], |
||
| 2473 | "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", |
||
| 2474 | "homepage": "http://guzzlephp.org/", |
||
| 2475 | "keywords": [ |
||
| 2476 | "client", |
||
| 2477 | "curl", |
||
| 2478 | "framework", |
||
| 2479 | "http", |
||
| 2480 | "http client", |
||
| 2481 | "rest", |
||
| 2482 | "web service" |
||
| 2483 | ], |
||
| 2484 | "abandoned": "guzzlehttp/guzzle", |
||
| 2485 | "time": "2014-01-28T22:29:15+00:00" |
||
| 2486 | }, |
||
| 2487 | { |
||
| 2488 | "name": "laracasts/testdummy", |
||
| 2489 | "version": "2.3.2", |
||
| 2490 | "source": { |
||
| 2491 | "type": "git", |
||
| 2492 | "url": "https://github.com/laracasts/TestDummy.git", |
||
| 2493 | "reference": "ba986a66b6f4a1e149355357353af3072d5521ee" |
||
| 2494 | }, |
||
| 2495 | "dist": { |
||
| 2496 | "type": "zip", |
||
| 2497 | "url": "https://api.github.com/repos/laracasts/TestDummy/zipball/ba986a66b6f4a1e149355357353af3072d5521ee", |
||
| 2498 | "reference": "ba986a66b6f4a1e149355357353af3072d5521ee", |
||
| 2499 | "shasum": "" |
||
| 2500 | }, |
||
| 2501 | "require": { |
||
| 2502 | "fzaninotto/faker": "~1.4", |
||
| 2503 | "illuminate/support": "~4.0|~5.0", |
||
| 2504 | "php": ">=5.4.0" |
||
| 2505 | }, |
||
| 2506 | "require-dev": { |
||
| 2507 | "illuminate/database": "~4.0|~5.0", |
||
| 2508 | "phpspec/phpspec": "~2.0", |
||
| 2509 | "phpunit/phpunit": "~4.7@dev" |
||
| 2510 | }, |
||
| 2511 | "type": "library", |
||
| 2512 | "autoload": { |
||
| 2513 | "psr-4": { |
||
| 2514 | "Laracasts\\TestDummy\\": "src/" |
||
| 2515 | }, |
||
| 2516 | "files": [ |
||
| 2517 | "src/functions.php" |
||
| 2518 | ] |
||
| 2519 | }, |
||
| 2520 | "notification-url": "https://packagist.org/downloads/", |
||
| 2521 | "license": [ |
||
| 2522 | "MIT" |
||
| 2523 | ], |
||
| 2524 | "authors": [ |
||
| 2525 | { |
||
| 2526 | "name": "Jeffrey Way", |
||
| 2527 | "email": "[email protected]" |
||
| 2528 | } |
||
| 2529 | ], |
||
| 2530 | "description": "Easy test stubs", |
||
| 2531 | "keywords": [ |
||
| 2532 | "factorygirl", |
||
| 2533 | "laravel", |
||
| 2534 | "stubs", |
||
| 2535 | "testing" |
||
| 2536 | ], |
||
| 2537 | "time": "2015-04-27T15:56:12+00:00" |
||
| 2538 | }, |
||
| 2539 | { |
||
| 2540 | "name": "myclabs/deep-copy", |
||
| 2541 | "version": "1.7.0", |
||
| 2542 | "source": { |
||
| 2543 | "type": "git", |
||
| 2544 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
| 2545 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" |
||
| 2546 | }, |
||
| 2547 | "dist": { |
||
| 2548 | "type": "zip", |
||
| 2549 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
| 2550 | "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", |
||
| 2551 | "shasum": "" |
||
| 2552 | }, |
||
| 2553 | "require": { |
||
| 2554 | "php": "^5.6 || ^7.0" |
||
| 2555 | }, |
||
| 2556 | "require-dev": { |
||
| 2557 | "doctrine/collections": "^1.0", |
||
| 2558 | "doctrine/common": "^2.6", |
||
| 2559 | "phpunit/phpunit": "^4.1" |
||
| 2560 | }, |
||
| 2561 | "type": "library", |
||
| 2562 | "autoload": { |
||
| 2563 | "psr-4": { |
||
| 2564 | "DeepCopy\\": "src/DeepCopy/" |
||
| 2565 | }, |
||
| 2566 | "files": [ |
||
| 2567 | "src/DeepCopy/deep_copy.php" |
||
| 2568 | ] |
||
| 2569 | }, |
||
| 2570 | "notification-url": "https://packagist.org/downloads/", |
||
| 2571 | "license": [ |
||
| 2572 | "MIT" |
||
| 2573 | ], |
||
| 2574 | "description": "Create deep copies (clones) of your objects", |
||
| 2575 | "keywords": [ |
||
| 2576 | "clone", |
||
| 2577 | "copy", |
||
| 2578 | "duplicate", |
||
| 2579 | "object", |
||
| 2580 | "object graph" |
||
| 2581 | ], |
||
| 2582 | "time": "2017-10-19T19:58:43+00:00" |
||
| 2583 | }, |
||
| 2584 | { |
||
| 2585 | "name": "orchestra/testbench", |
||
| 2586 | "version": "v3.4.12", |
||
| 2587 | "source": { |
||
| 2588 | "type": "git", |
||
| 2589 | "url": "https://github.com/orchestral/testbench.git", |
||
| 2590 | "reference": "1a040537b09fa3e5a6c6a703a1180cf6b29e1f0e" |
||
| 2591 | }, |
||
| 2592 | "dist": { |
||
| 2593 | "type": "zip", |
||
| 2594 | "url": "https://api.github.com/repos/orchestral/testbench/zipball/1a040537b09fa3e5a6c6a703a1180cf6b29e1f0e", |
||
| 2595 | "reference": "1a040537b09fa3e5a6c6a703a1180cf6b29e1f0e", |
||
| 2596 | "shasum": "" |
||
| 2597 | }, |
||
| 2598 | "require": { |
||
| 2599 | "fzaninotto/faker": "~1.4", |
||
| 2600 | "laravel/framework": "~5.4.36", |
||
| 2601 | "orchestra/testbench-core": "~3.4.6", |
||
| 2602 | "php": ">=5.6.0" |
||
| 2603 | }, |
||
| 2604 | "require-dev": { |
||
| 2605 | "mockery/mockery": "^0.9.4 || ~1.0", |
||
| 2606 | "orchestra/database": "~3.4.0", |
||
| 2607 | "phpunit/phpunit": "~5.7" |
||
| 2608 | }, |
||
| 2609 | "suggest": { |
||
| 2610 | "mockery/mockery": "Allow to use Mockery for testing (^0.9.4).", |
||
| 2611 | "orchestra/database": "Allow to use --realpath migration for testing (~3.4).", |
||
| 2612 | "orchestra/testbench-browser-kit": "Allow to use legacy BrowserKit for testing (~3.4).", |
||
| 2613 | "phpunit/phpunit": "Allow to use PHPUnit for testing (~5.7)." |
||
| 2614 | }, |
||
| 2615 | "type": "library", |
||
| 2616 | "extra": { |
||
| 2617 | "branch-alias": { |
||
| 2618 | "dev-master": "3.4-dev" |
||
| 2619 | } |
||
| 2620 | }, |
||
| 2621 | "notification-url": "https://packagist.org/downloads/", |
||
| 2622 | "license": [ |
||
| 2623 | "MIT" |
||
| 2624 | ], |
||
| 2625 | "authors": [ |
||
| 2626 | { |
||
| 2627 | "name": "Mior Muhammad Zaki", |
||
| 2628 | "email": "[email protected]", |
||
| 2629 | "homepage": "https://github.com/crynobone" |
||
| 2630 | } |
||
| 2631 | ], |
||
| 2632 | "description": "Laravel Testing Helper for Packages Development", |
||
| 2633 | "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/", |
||
| 2634 | "keywords": [ |
||
| 2635 | "BDD", |
||
| 2636 | "TDD", |
||
| 2637 | "laravel", |
||
| 2638 | "orchestra-platform", |
||
| 2639 | "orchestral", |
||
| 2640 | "testing" |
||
| 2641 | ], |
||
| 2642 | "time": "2018-02-20T05:27:50+00:00" |
||
| 2643 | }, |
||
| 2644 | { |
||
| 2645 | "name": "orchestra/testbench-core", |
||
| 2646 | "version": "v3.4.6", |
||
| 2647 | "source": { |
||
| 2648 | "type": "git", |
||
| 2649 | "url": "https://github.com/orchestral/testbench-core.git", |
||
| 2650 | "reference": "07f5fca738b7f1a5745e4f9e4049df048019f790" |
||
| 2651 | }, |
||
| 2652 | "dist": { |
||
| 2653 | "type": "zip", |
||
| 2654 | "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/07f5fca738b7f1a5745e4f9e4049df048019f790", |
||
| 2655 | "reference": "07f5fca738b7f1a5745e4f9e4049df048019f790", |
||
| 2656 | "shasum": "" |
||
| 2657 | }, |
||
| 2658 | "require": { |
||
| 2659 | "fzaninotto/faker": "~1.4", |
||
| 2660 | "php": ">=5.6.0" |
||
| 2661 | }, |
||
| 2662 | "require-dev": { |
||
| 2663 | "laravel/framework": "~5.4.17", |
||
| 2664 | "mockery/mockery": "^0.9.4", |
||
| 2665 | "orchestra/database": "~3.4.0", |
||
| 2666 | "phpunit/phpunit": "~5.7 || ~6.0" |
||
| 2667 | }, |
||
| 2668 | "suggest": { |
||
| 2669 | "laravel/framework": "Required for testing (~5.4.0).", |
||
| 2670 | "mockery/mockery": "Allow to use Mockery for testing (^0.9.4).", |
||
| 2671 | "orchestra/database": "Allow to use --realpath migration for testing (~3.4).", |
||
| 2672 | "orchestra/testbench-browser-kit": "Allow to use legacy BrowserKit for testing (~3.4).", |
||
| 2673 | "orchestra/testbench-dusk": "Allow to use Laravel Dusk for testing (~3.4).", |
||
| 2674 | "phpunit/phpunit": "Allow to use PHPUnit for testing (~6.0)." |
||
| 2675 | }, |
||
| 2676 | "type": "library", |
||
| 2677 | "extra": { |
||
| 2678 | "branch-alias": { |
||
| 2679 | "dev-master": "3.5-dev" |
||
| 2680 | } |
||
| 2681 | }, |
||
| 2682 | "autoload": { |
||
| 2683 | "psr-4": { |
||
| 2684 | "Orchestra\\Testbench\\": "src/" |
||
| 2685 | } |
||
| 2686 | }, |
||
| 2687 | "notification-url": "https://packagist.org/downloads/", |
||
| 2688 | "license": [ |
||
| 2689 | "MIT" |
||
| 2690 | ], |
||
| 2691 | "authors": [ |
||
| 2692 | { |
||
| 2693 | "name": "Mior Muhammad Zaki", |
||
| 2694 | "email": "[email protected]", |
||
| 2695 | "homepage": "https://github.com/crynobone" |
||
| 2696 | } |
||
| 2697 | ], |
||
| 2698 | "description": "Testing Helper for Laravel Development", |
||
| 2699 | "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/", |
||
| 2700 | "keywords": [ |
||
| 2701 | "BDD", |
||
| 2702 | "TDD", |
||
| 2703 | "laravel", |
||
| 2704 | "orchestra-platform", |
||
| 2705 | "orchestral", |
||
| 2706 | "testing" |
||
| 2707 | ], |
||
| 2708 | "time": "2018-02-20T04:05:07+00:00" |
||
| 2709 | }, |
||
| 2710 | { |
||
| 2711 | "name": "padraic/humbug_get_contents", |
||
| 2712 | "version": "1.1.2", |
||
| 2713 | "source": { |
||
| 2714 | "type": "git", |
||
| 2715 | "url": "https://github.com/humbug/file_get_contents.git", |
||
| 2716 | "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7" |
||
| 2717 | }, |
||
| 2718 | "dist": { |
||
| 2719 | "type": "zip", |
||
| 2720 | "url": "https://api.github.com/repos/humbug/file_get_contents/zipball/dcb086060c9dd6b2f51d8f7a895500307110b7a7", |
||
| 2721 | "reference": "dcb086060c9dd6b2f51d8f7a895500307110b7a7", |
||
| 2722 | "shasum": "" |
||
| 2723 | }, |
||
| 2724 | "require": { |
||
| 2725 | "composer/ca-bundle": "^1.0", |
||
| 2726 | "ext-openssl": "*", |
||
| 2727 | "php": "^5.3 || ^7.0 || ^7.1 || ^7.2" |
||
| 2728 | }, |
||
| 2729 | "require-dev": { |
||
| 2730 | "bamarni/composer-bin-plugin": "^1.1", |
||
| 2731 | "mikey179/vfsstream": "^1.6", |
||
| 2732 | "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5" |
||
| 2733 | }, |
||
| 2734 | "type": "library", |
||
| 2735 | "extra": { |
||
| 2736 | "bamarni-bin": { |
||
| 2737 | "bin-links": false |
||
| 2738 | }, |
||
| 2739 | "branch-alias": { |
||
| 2740 | "dev-master": "2.0-dev" |
||
| 2741 | } |
||
| 2742 | }, |
||
| 2743 | "autoload": { |
||
| 2744 | "psr-4": { |
||
| 2745 | "Humbug\\": "src/" |
||
| 2746 | }, |
||
| 2747 | "files": [ |
||
| 2748 | "src/function.php", |
||
| 2749 | "src/functions.php" |
||
| 2750 | ] |
||
| 2751 | }, |
||
| 2752 | "notification-url": "https://packagist.org/downloads/", |
||
| 2753 | "license": [ |
||
| 2754 | "BSD-3-Clause" |
||
| 2755 | ], |
||
| 2756 | "authors": [ |
||
| 2757 | { |
||
| 2758 | "name": "Pádraic Brady", |
||
| 2759 | "email": "[email protected]", |
||
| 2760 | "homepage": "http://blog.astrumfutura.com" |
||
| 2761 | }, |
||
| 2762 | { |
||
| 2763 | "name": "Théo Fidry", |
||
| 2764 | "email": "[email protected]" |
||
| 2765 | } |
||
| 2766 | ], |
||
| 2767 | "description": "Secure wrapper for accessing HTTPS resources with file_get_contents for PHP 5.3+", |
||
| 2768 | "homepage": "https://github.com/padraic/file_get_contents", |
||
| 2769 | "keywords": [ |
||
| 2770 | "download", |
||
| 2771 | "file_get_contents", |
||
| 2772 | "http", |
||
| 2773 | "https", |
||
| 2774 | "ssl", |
||
| 2775 | "tls" |
||
| 2776 | ], |
||
| 2777 | "time": "2018-02-12T18:47:17+00:00" |
||
| 2778 | }, |
||
| 2779 | { |
||
| 2780 | "name": "padraic/phar-updater", |
||
| 2781 | "version": "v1.0.6", |
||
| 2782 | "source": { |
||
| 2783 | "type": "git", |
||
| 2784 | "url": "https://github.com/humbug/phar-updater.git", |
||
| 2785 | "reference": "d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1" |
||
| 2786 | }, |
||
| 2787 | "dist": { |
||
| 2788 | "type": "zip", |
||
| 2789 | "url": "https://api.github.com/repos/humbug/phar-updater/zipball/d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1", |
||
| 2790 | "reference": "d01d3b8f26e541ac9b9eeba1e18d005d852f7ff1", |
||
| 2791 | "shasum": "" |
||
| 2792 | }, |
||
| 2793 | "require": { |
||
| 2794 | "padraic/humbug_get_contents": "^1.0", |
||
| 2795 | "php": ">=5.3.3" |
||
| 2796 | }, |
||
| 2797 | "require-dev": { |
||
| 2798 | "phpunit/phpunit": "~4.0" |
||
| 2799 | }, |
||
| 2800 | "type": "library", |
||
| 2801 | "extra": { |
||
| 2802 | "branch-alias": { |
||
| 2803 | "dev-master": "1.0-dev" |
||
| 2804 | } |
||
| 2805 | }, |
||
| 2806 | "autoload": { |
||
| 2807 | "psr-4": { |
||
| 2808 | "Humbug\\SelfUpdate\\": "src/" |
||
| 2809 | } |
||
| 2810 | }, |
||
| 2811 | "notification-url": "https://packagist.org/downloads/", |
||
| 2812 | "license": [ |
||
| 2813 | "BSD-3-Clause" |
||
| 2814 | ], |
||
| 2815 | "authors": [ |
||
| 2816 | { |
||
| 2817 | "name": "Pádraic Brady", |
||
| 2818 | "email": "[email protected]", |
||
| 2819 | "homepage": "http://blog.astrumfutura.com" |
||
| 2820 | } |
||
| 2821 | ], |
||
| 2822 | "description": "A thing to make PHAR self-updating easy and secure.", |
||
| 2823 | "keywords": [ |
||
| 2824 | "humbug", |
||
| 2825 | "phar", |
||
| 2826 | "self-update", |
||
| 2827 | "update" |
||
| 2828 | ], |
||
| 2829 | "time": "2018-03-30T12:52:15+00:00" |
||
| 2830 | }, |
||
| 2831 | { |
||
| 2832 | "name": "phpdocumentor/reflection-common", |
||
| 2833 | "version": "1.0.1", |
||
| 2834 | "source": { |
||
| 2835 | "type": "git", |
||
| 2836 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
| 2837 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" |
||
| 2838 | }, |
||
| 2839 | "dist": { |
||
| 2840 | "type": "zip", |
||
| 2841 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
| 2842 | "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
||
| 2843 | "shasum": "" |
||
| 2844 | }, |
||
| 2845 | "require": { |
||
| 2846 | "php": ">=5.5" |
||
| 2847 | }, |
||
| 2848 | "require-dev": { |
||
| 2849 | "phpunit/phpunit": "^4.6" |
||
| 2850 | }, |
||
| 2851 | "type": "library", |
||
| 2852 | "extra": { |
||
| 2853 | "branch-alias": { |
||
| 2854 | "dev-master": "1.0.x-dev" |
||
| 2855 | } |
||
| 2856 | }, |
||
| 2857 | "autoload": { |
||
| 2858 | "psr-4": { |
||
| 2859 | "phpDocumentor\\Reflection\\": [ |
||
| 2860 | "src" |
||
| 2861 | ] |
||
| 2862 | } |
||
| 2863 | }, |
||
| 2864 | "notification-url": "https://packagist.org/downloads/", |
||
| 2865 | "license": [ |
||
| 2866 | "MIT" |
||
| 2867 | ], |
||
| 2868 | "authors": [ |
||
| 2869 | { |
||
| 2870 | "name": "Jaap van Otterdijk", |
||
| 2871 | "email": "[email protected]" |
||
| 2872 | } |
||
| 2873 | ], |
||
| 2874 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
| 2875 | "homepage": "http://www.phpdoc.org", |
||
| 2876 | "keywords": [ |
||
| 2877 | "FQSEN", |
||
| 2878 | "phpDocumentor", |
||
| 2879 | "phpdoc", |
||
| 2880 | "reflection", |
||
| 2881 | "static analysis" |
||
| 2882 | ], |
||
| 2883 | "time": "2017-09-11T18:02:19+00:00" |
||
| 2884 | }, |
||
| 2885 | { |
||
| 2886 | "name": "phpdocumentor/reflection-docblock", |
||
| 2887 | "version": "3.3.2", |
||
| 2888 | "source": { |
||
| 2889 | "type": "git", |
||
| 2890 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
| 2891 | "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2" |
||
| 2892 | }, |
||
| 2893 | "dist": { |
||
| 2894 | "type": "zip", |
||
| 2895 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2", |
||
| 2896 | "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2", |
||
| 2897 | "shasum": "" |
||
| 2898 | }, |
||
| 2899 | "require": { |
||
| 2900 | "php": "^5.6 || ^7.0", |
||
| 2901 | "phpdocumentor/reflection-common": "^1.0.0", |
||
| 2902 | "phpdocumentor/type-resolver": "^0.4.0", |
||
| 2903 | "webmozart/assert": "^1.0" |
||
| 2904 | }, |
||
| 2905 | "require-dev": { |
||
| 2906 | "mockery/mockery": "^0.9.4", |
||
| 2907 | "phpunit/phpunit": "^4.4" |
||
| 2908 | }, |
||
| 2909 | "type": "library", |
||
| 2910 | "autoload": { |
||
| 2911 | "psr-4": { |
||
| 2912 | "phpDocumentor\\Reflection\\": [ |
||
| 2913 | "src/" |
||
| 2914 | ] |
||
| 2915 | } |
||
| 2916 | }, |
||
| 2917 | "notification-url": "https://packagist.org/downloads/", |
||
| 2918 | "license": [ |
||
| 2919 | "MIT" |
||
| 2920 | ], |
||
| 2921 | "authors": [ |
||
| 2922 | { |
||
| 2923 | "name": "Mike van Riel", |
||
| 2924 | "email": "[email protected]" |
||
| 2925 | } |
||
| 2926 | ], |
||
| 2927 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
| 2928 | "time": "2017-11-10T14:09:06+00:00" |
||
| 2929 | }, |
||
| 2930 | { |
||
| 2931 | "name": "phpdocumentor/type-resolver", |
||
| 2932 | "version": "0.4.0", |
||
| 2933 | "source": { |
||
| 2934 | "type": "git", |
||
| 2935 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
| 2936 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
||
| 2937 | }, |
||
| 2938 | "dist": { |
||
| 2939 | "type": "zip", |
||
| 2940 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
| 2941 | "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
||
| 2942 | "shasum": "" |
||
| 2943 | }, |
||
| 2944 | "require": { |
||
| 2945 | "php": "^5.5 || ^7.0", |
||
| 2946 | "phpdocumentor/reflection-common": "^1.0" |
||
| 2947 | }, |
||
| 2948 | "require-dev": { |
||
| 2949 | "mockery/mockery": "^0.9.4", |
||
| 2950 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
| 2951 | }, |
||
| 2952 | "type": "library", |
||
| 2953 | "extra": { |
||
| 2954 | "branch-alias": { |
||
| 2955 | "dev-master": "1.0.x-dev" |
||
| 2956 | } |
||
| 2957 | }, |
||
| 2958 | "autoload": { |
||
| 2959 | "psr-4": { |
||
| 2960 | "phpDocumentor\\Reflection\\": [ |
||
| 2961 | "src/" |
||
| 2962 | ] |
||
| 2963 | } |
||
| 2964 | }, |
||
| 2965 | "notification-url": "https://packagist.org/downloads/", |
||
| 2966 | "license": [ |
||
| 2967 | "MIT" |
||
| 2968 | ], |
||
| 2969 | "authors": [ |
||
| 2970 | { |
||
| 2971 | "name": "Mike van Riel", |
||
| 2972 | "email": "[email protected]" |
||
| 2973 | } |
||
| 2974 | ], |
||
| 2975 | "time": "2017-07-14T14:27:02+00:00" |
||
| 2976 | }, |
||
| 2977 | { |
||
| 2978 | "name": "phpspec/php-diff", |
||
| 2979 | "version": "v1.0.2", |
||
| 2980 | "source": { |
||
| 2981 | "type": "git", |
||
| 2982 | "url": "https://github.com/phpspec/php-diff.git", |
||
| 2983 | "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a" |
||
| 2984 | }, |
||
| 2985 | "dist": { |
||
| 2986 | "type": "zip", |
||
| 2987 | "url": "https://api.github.com/repos/phpspec/php-diff/zipball/30e103d19519fe678ae64a60d77884ef3d71b28a", |
||
| 2988 | "reference": "30e103d19519fe678ae64a60d77884ef3d71b28a", |
||
| 2989 | "shasum": "" |
||
| 2990 | }, |
||
| 2991 | "type": "library", |
||
| 2992 | "autoload": { |
||
| 2993 | "psr-0": { |
||
| 2994 | "Diff": "lib/" |
||
| 2995 | } |
||
| 2996 | }, |
||
| 2997 | "notification-url": "https://packagist.org/downloads/", |
||
| 2998 | "license": [ |
||
| 2999 | "BSD-3-Clause" |
||
| 3000 | ], |
||
| 3001 | "authors": [ |
||
| 3002 | { |
||
| 3003 | "name": "Chris Boulton", |
||
| 3004 | "homepage": "http://github.com/chrisboulton" |
||
| 3005 | } |
||
| 3006 | ], |
||
| 3007 | "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", |
||
| 3008 | "time": "2013-11-01T13:02:21+00:00" |
||
| 3009 | }, |
||
| 3010 | { |
||
| 3011 | "name": "phpspec/phpspec", |
||
| 3012 | "version": "2.5.8", |
||
| 3013 | "source": { |
||
| 3014 | "type": "git", |
||
| 3015 | "url": "https://github.com/phpspec/phpspec.git", |
||
| 3016 | "reference": "d8a153dcb52f929b448c0bf2cc19c7388951adb1" |
||
| 3017 | }, |
||
| 3018 | "dist": { |
||
| 3019 | "type": "zip", |
||
| 3020 | "url": "https://api.github.com/repos/phpspec/phpspec/zipball/d8a153dcb52f929b448c0bf2cc19c7388951adb1", |
||
| 3021 | "reference": "d8a153dcb52f929b448c0bf2cc19c7388951adb1", |
||
| 3022 | "shasum": "" |
||
| 3023 | }, |
||
| 3024 | "require": { |
||
| 3025 | "doctrine/instantiator": "^1.0.1", |
||
| 3026 | "ext-tokenizer": "*", |
||
| 3027 | "php": ">=5.3.3", |
||
| 3028 | "phpspec/php-diff": "~1.0.0", |
||
| 3029 | "phpspec/prophecy": "~1.4", |
||
| 3030 | "sebastian/exporter": "~1.0|~2.0|^3.0", |
||
| 3031 | "symfony/console": "~2.3|~3.0,!=3.2.8", |
||
| 3032 | "symfony/event-dispatcher": "~2.1|~3.0", |
||
| 3033 | "symfony/finder": "~2.1|~3.0", |
||
| 3034 | "symfony/process": "^2.6|~3.0", |
||
| 3035 | "symfony/yaml": "~2.1|~3.0" |
||
| 3036 | }, |
||
| 3037 | "require-dev": { |
||
| 3038 | "behat/behat": "^3.0.11,!=3.3.1", |
||
| 3039 | "ciaranmcnulty/versionbasedtestskipper": "^0.2.1", |
||
| 3040 | "phpunit/phpunit": "~4.4", |
||
| 3041 | "symfony/filesystem": "~2.1|~3.0" |
||
| 3042 | }, |
||
| 3043 | "suggest": { |
||
| 3044 | "phpspec/nyan-formatters": "~1.0 – Adds Nyan formatters" |
||
| 3045 | }, |
||
| 3046 | "bin": [ |
||
| 3047 | "bin/phpspec" |
||
| 3048 | ], |
||
| 3049 | "type": "library", |
||
| 3050 | "extra": { |
||
| 3051 | "branch-alias": { |
||
| 3052 | "dev-master": "2.5.x-dev" |
||
| 3053 | } |
||
| 3054 | }, |
||
| 3055 | "autoload": { |
||
| 3056 | "psr-0": { |
||
| 3057 | "PhpSpec": "src/" |
||
| 3058 | } |
||
| 3059 | }, |
||
| 3060 | "notification-url": "https://packagist.org/downloads/", |
||
| 3061 | "license": [ |
||
| 3062 | "MIT" |
||
| 3063 | ], |
||
| 3064 | "authors": [ |
||
| 3065 | { |
||
| 3066 | "name": "Konstantin Kudryashov", |
||
| 3067 | "email": "[email protected]", |
||
| 3068 | "homepage": "http://everzet.com" |
||
| 3069 | }, |
||
| 3070 | { |
||
| 3071 | "name": "Marcello Duarte", |
||
| 3072 | "homepage": "http://marcelloduarte.net/" |
||
| 3073 | } |
||
| 3074 | ], |
||
| 3075 | "description": "Specification-oriented BDD framework for PHP 5.3+", |
||
| 3076 | "homepage": "http://phpspec.net/", |
||
| 3077 | "keywords": [ |
||
| 3078 | "BDD", |
||
| 3079 | "SpecBDD", |
||
| 3080 | "TDD", |
||
| 3081 | "spec", |
||
| 3082 | "specification", |
||
| 3083 | "testing", |
||
| 3084 | "tests" |
||
| 3085 | ], |
||
| 3086 | "time": "2017-07-29T17:19:38+00:00" |
||
| 3087 | }, |
||
| 3088 | { |
||
| 3089 | "name": "phpspec/prophecy", |
||
| 3090 | "version": "1.7.6", |
||
| 3091 | "source": { |
||
| 3092 | "type": "git", |
||
| 3093 | "url": "https://github.com/phpspec/prophecy.git", |
||
| 3094 | "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712" |
||
| 3095 | }, |
||
| 3096 | "dist": { |
||
| 3097 | "type": "zip", |
||
| 3098 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712", |
||
| 3099 | "reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712", |
||
| 3100 | "shasum": "" |
||
| 3101 | }, |
||
| 3102 | "require": { |
||
| 3103 | "doctrine/instantiator": "^1.0.2", |
||
| 3104 | "php": "^5.3|^7.0", |
||
| 3105 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
||
| 3106 | "sebastian/comparator": "^1.1|^2.0|^3.0", |
||
| 3107 | "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
||
| 3108 | }, |
||
| 3109 | "require-dev": { |
||
| 3110 | "phpspec/phpspec": "^2.5|^3.2", |
||
| 3111 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" |
||
| 3112 | }, |
||
| 3113 | "type": "library", |
||
| 3114 | "extra": { |
||
| 3115 | "branch-alias": { |
||
| 3116 | "dev-master": "1.7.x-dev" |
||
| 3117 | } |
||
| 3118 | }, |
||
| 3119 | "autoload": { |
||
| 3120 | "psr-0": { |
||
| 3121 | "Prophecy\\": "src/" |
||
| 3122 | } |
||
| 3123 | }, |
||
| 3124 | "notification-url": "https://packagist.org/downloads/", |
||
| 3125 | "license": [ |
||
| 3126 | "MIT" |
||
| 3127 | ], |
||
| 3128 | "authors": [ |
||
| 3129 | { |
||
| 3130 | "name": "Konstantin Kudryashov", |
||
| 3131 | "email": "[email protected]", |
||
| 3132 | "homepage": "http://everzet.com" |
||
| 3133 | }, |
||
| 3134 | { |
||
| 3135 | "name": "Marcello Duarte", |
||
| 3136 | "email": "[email protected]" |
||
| 3137 | } |
||
| 3138 | ], |
||
| 3139 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
| 3140 | "homepage": "https://github.com/phpspec/prophecy", |
||
| 3141 | "keywords": [ |
||
| 3142 | "Double", |
||
| 3143 | "Dummy", |
||
| 3144 | "fake", |
||
| 3145 | "mock", |
||
| 3146 | "spy", |
||
| 3147 | "stub" |
||
| 3148 | ], |
||
| 3149 | "time": "2018-04-18T13:57:24+00:00" |
||
| 3150 | }, |
||
| 3151 | { |
||
| 3152 | "name": "phpunit/php-code-coverage", |
||
| 3153 | "version": "4.0.8", |
||
| 3154 | "source": { |
||
| 3155 | "type": "git", |
||
| 3156 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
| 3157 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" |
||
| 3158 | }, |
||
| 3159 | "dist": { |
||
| 3160 | "type": "zip", |
||
| 3161 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
||
| 3162 | "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", |
||
| 3163 | "shasum": "" |
||
| 3164 | }, |
||
| 3165 | "require": { |
||
| 3166 | "ext-dom": "*", |
||
| 3167 | "ext-xmlwriter": "*", |
||
| 3168 | "php": "^5.6 || ^7.0", |
||
| 3169 | "phpunit/php-file-iterator": "^1.3", |
||
| 3170 | "phpunit/php-text-template": "^1.2", |
||
| 3171 | "phpunit/php-token-stream": "^1.4.2 || ^2.0", |
||
| 3172 | "sebastian/code-unit-reverse-lookup": "^1.0", |
||
| 3173 | "sebastian/environment": "^1.3.2 || ^2.0", |
||
| 3174 | "sebastian/version": "^1.0 || ^2.0" |
||
| 3175 | }, |
||
| 3176 | "require-dev": { |
||
| 3177 | "ext-xdebug": "^2.1.4", |
||
| 3178 | "phpunit/phpunit": "^5.7" |
||
| 3179 | }, |
||
| 3180 | "suggest": { |
||
| 3181 | "ext-xdebug": "^2.5.1" |
||
| 3182 | }, |
||
| 3183 | "type": "library", |
||
| 3184 | "extra": { |
||
| 3185 | "branch-alias": { |
||
| 3186 | "dev-master": "4.0.x-dev" |
||
| 3187 | } |
||
| 3188 | }, |
||
| 3189 | "autoload": { |
||
| 3190 | "classmap": [ |
||
| 3191 | "src/" |
||
| 3192 | ] |
||
| 3193 | }, |
||
| 3194 | "notification-url": "https://packagist.org/downloads/", |
||
| 3195 | "license": [ |
||
| 3196 | "BSD-3-Clause" |
||
| 3197 | ], |
||
| 3198 | "authors": [ |
||
| 3199 | { |
||
| 3200 | "name": "Sebastian Bergmann", |
||
| 3201 | "email": "[email protected]", |
||
| 3202 | "role": "lead" |
||
| 3203 | } |
||
| 3204 | ], |
||
| 3205 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
| 3206 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
| 3207 | "keywords": [ |
||
| 3208 | "coverage", |
||
| 3209 | "testing", |
||
| 3210 | "xunit" |
||
| 3211 | ], |
||
| 3212 | "time": "2017-04-02T07:44:40+00:00" |
||
| 3213 | }, |
||
| 3214 | { |
||
| 3215 | "name": "phpunit/php-file-iterator", |
||
| 3216 | "version": "1.4.5", |
||
| 3217 | "source": { |
||
| 3218 | "type": "git", |
||
| 3219 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
| 3220 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" |
||
| 3221 | }, |
||
| 3222 | "dist": { |
||
| 3223 | "type": "zip", |
||
| 3224 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
| 3225 | "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", |
||
| 3226 | "shasum": "" |
||
| 3227 | }, |
||
| 3228 | "require": { |
||
| 3229 | "php": ">=5.3.3" |
||
| 3230 | }, |
||
| 3231 | "type": "library", |
||
| 3232 | "extra": { |
||
| 3233 | "branch-alias": { |
||
| 3234 | "dev-master": "1.4.x-dev" |
||
| 3235 | } |
||
| 3236 | }, |
||
| 3237 | "autoload": { |
||
| 3238 | "classmap": [ |
||
| 3239 | "src/" |
||
| 3240 | ] |
||
| 3241 | }, |
||
| 3242 | "notification-url": "https://packagist.org/downloads/", |
||
| 3243 | "license": [ |
||
| 3244 | "BSD-3-Clause" |
||
| 3245 | ], |
||
| 3246 | "authors": [ |
||
| 3247 | { |
||
| 3248 | "name": "Sebastian Bergmann", |
||
| 3249 | "email": "[email protected]", |
||
| 3250 | "role": "lead" |
||
| 3251 | } |
||
| 3252 | ], |
||
| 3253 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
| 3254 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
| 3255 | "keywords": [ |
||
| 3256 | "filesystem", |
||
| 3257 | "iterator" |
||
| 3258 | ], |
||
| 3259 | "time": "2017-11-27T13:52:08+00:00" |
||
| 3260 | }, |
||
| 3261 | { |
||
| 3262 | "name": "phpunit/php-text-template", |
||
| 3263 | "version": "1.2.1", |
||
| 3264 | "source": { |
||
| 3265 | "type": "git", |
||
| 3266 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
| 3267 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
| 3268 | }, |
||
| 3269 | "dist": { |
||
| 3270 | "type": "zip", |
||
| 3271 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 3272 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 3273 | "shasum": "" |
||
| 3274 | }, |
||
| 3275 | "require": { |
||
| 3276 | "php": ">=5.3.3" |
||
| 3277 | }, |
||
| 3278 | "type": "library", |
||
| 3279 | "autoload": { |
||
| 3280 | "classmap": [ |
||
| 3281 | "src/" |
||
| 3282 | ] |
||
| 3283 | }, |
||
| 3284 | "notification-url": "https://packagist.org/downloads/", |
||
| 3285 | "license": [ |
||
| 3286 | "BSD-3-Clause" |
||
| 3287 | ], |
||
| 3288 | "authors": [ |
||
| 3289 | { |
||
| 3290 | "name": "Sebastian Bergmann", |
||
| 3291 | "email": "[email protected]", |
||
| 3292 | "role": "lead" |
||
| 3293 | } |
||
| 3294 | ], |
||
| 3295 | "description": "Simple template engine.", |
||
| 3296 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
| 3297 | "keywords": [ |
||
| 3298 | "template" |
||
| 3299 | ], |
||
| 3300 | "time": "2015-06-21T13:50:34+00:00" |
||
| 3301 | }, |
||
| 3302 | { |
||
| 3303 | "name": "phpunit/php-timer", |
||
| 3304 | "version": "1.0.9", |
||
| 3305 | "source": { |
||
| 3306 | "type": "git", |
||
| 3307 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
| 3308 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" |
||
| 3309 | }, |
||
| 3310 | "dist": { |
||
| 3311 | "type": "zip", |
||
| 3312 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
| 3313 | "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", |
||
| 3314 | "shasum": "" |
||
| 3315 | }, |
||
| 3316 | "require": { |
||
| 3317 | "php": "^5.3.3 || ^7.0" |
||
| 3318 | }, |
||
| 3319 | "require-dev": { |
||
| 3320 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
| 3321 | }, |
||
| 3322 | "type": "library", |
||
| 3323 | "extra": { |
||
| 3324 | "branch-alias": { |
||
| 3325 | "dev-master": "1.0-dev" |
||
| 3326 | } |
||
| 3327 | }, |
||
| 3328 | "autoload": { |
||
| 3329 | "classmap": [ |
||
| 3330 | "src/" |
||
| 3331 | ] |
||
| 3332 | }, |
||
| 3333 | "notification-url": "https://packagist.org/downloads/", |
||
| 3334 | "license": [ |
||
| 3335 | "BSD-3-Clause" |
||
| 3336 | ], |
||
| 3337 | "authors": [ |
||
| 3338 | { |
||
| 3339 | "name": "Sebastian Bergmann", |
||
| 3340 | "email": "[email protected]", |
||
| 3341 | "role": "lead" |
||
| 3342 | } |
||
| 3343 | ], |
||
| 3344 | "description": "Utility class for timing", |
||
| 3345 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
| 3346 | "keywords": [ |
||
| 3347 | "timer" |
||
| 3348 | ], |
||
| 3349 | "time": "2017-02-26T11:10:40+00:00" |
||
| 3350 | }, |
||
| 3351 | { |
||
| 3352 | "name": "phpunit/php-token-stream", |
||
| 3353 | "version": "1.4.12", |
||
| 3354 | "source": { |
||
| 3355 | "type": "git", |
||
| 3356 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
| 3357 | "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16" |
||
| 3358 | }, |
||
| 3359 | "dist": { |
||
| 3360 | "type": "zip", |
||
| 3361 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16", |
||
| 3362 | "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16", |
||
| 3363 | "shasum": "" |
||
| 3364 | }, |
||
| 3365 | "require": { |
||
| 3366 | "ext-tokenizer": "*", |
||
| 3367 | "php": ">=5.3.3" |
||
| 3368 | }, |
||
| 3369 | "require-dev": { |
||
| 3370 | "phpunit/phpunit": "~4.2" |
||
| 3371 | }, |
||
| 3372 | "type": "library", |
||
| 3373 | "extra": { |
||
| 3374 | "branch-alias": { |
||
| 3375 | "dev-master": "1.4-dev" |
||
| 3376 | } |
||
| 3377 | }, |
||
| 3378 | "autoload": { |
||
| 3379 | "classmap": [ |
||
| 3380 | "src/" |
||
| 3381 | ] |
||
| 3382 | }, |
||
| 3383 | "notification-url": "https://packagist.org/downloads/", |
||
| 3384 | "license": [ |
||
| 3385 | "BSD-3-Clause" |
||
| 3386 | ], |
||
| 3387 | "authors": [ |
||
| 3388 | { |
||
| 3389 | "name": "Sebastian Bergmann", |
||
| 3390 | "email": "[email protected]" |
||
| 3391 | } |
||
| 3392 | ], |
||
| 3393 | "description": "Wrapper around PHP's tokenizer extension.", |
||
| 3394 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
| 3395 | "keywords": [ |
||
| 3396 | "tokenizer" |
||
| 3397 | ], |
||
| 3398 | "time": "2017-12-04T08:55:13+00:00" |
||
| 3399 | }, |
||
| 3400 | { |
||
| 3401 | "name": "phpunit/phpunit", |
||
| 3402 | "version": "5.7.27", |
||
| 3403 | "source": { |
||
| 3404 | "type": "git", |
||
| 3405 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
| 3406 | "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c" |
||
| 3407 | }, |
||
| 3408 | "dist": { |
||
| 3409 | "type": "zip", |
||
| 3410 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", |
||
| 3411 | "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c", |
||
| 3412 | "shasum": "" |
||
| 3413 | }, |
||
| 3414 | "require": { |
||
| 3415 | "ext-dom": "*", |
||
| 3416 | "ext-json": "*", |
||
| 3417 | "ext-libxml": "*", |
||
| 3418 | "ext-mbstring": "*", |
||
| 3419 | "ext-xml": "*", |
||
| 3420 | "myclabs/deep-copy": "~1.3", |
||
| 3421 | "php": "^5.6 || ^7.0", |
||
| 3422 | "phpspec/prophecy": "^1.6.2", |
||
| 3423 | "phpunit/php-code-coverage": "^4.0.4", |
||
| 3424 | "phpunit/php-file-iterator": "~1.4", |
||
| 3425 | "phpunit/php-text-template": "~1.2", |
||
| 3426 | "phpunit/php-timer": "^1.0.6", |
||
| 3427 | "phpunit/phpunit-mock-objects": "^3.2", |
||
| 3428 | "sebastian/comparator": "^1.2.4", |
||
| 3429 | "sebastian/diff": "^1.4.3", |
||
| 3430 | "sebastian/environment": "^1.3.4 || ^2.0", |
||
| 3431 | "sebastian/exporter": "~2.0", |
||
| 3432 | "sebastian/global-state": "^1.1", |
||
| 3433 | "sebastian/object-enumerator": "~2.0", |
||
| 3434 | "sebastian/resource-operations": "~1.0", |
||
| 3435 | "sebastian/version": "^1.0.6|^2.0.1", |
||
| 3436 | "symfony/yaml": "~2.1|~3.0|~4.0" |
||
| 3437 | }, |
||
| 3438 | "conflict": { |
||
| 3439 | "phpdocumentor/reflection-docblock": "3.0.2" |
||
| 3440 | }, |
||
| 3441 | "require-dev": { |
||
| 3442 | "ext-pdo": "*" |
||
| 3443 | }, |
||
| 3444 | "suggest": { |
||
| 3445 | "ext-xdebug": "*", |
||
| 3446 | "phpunit/php-invoker": "~1.1" |
||
| 3447 | }, |
||
| 3448 | "bin": [ |
||
| 3449 | "phpunit" |
||
| 3450 | ], |
||
| 3451 | "type": "library", |
||
| 3452 | "extra": { |
||
| 3453 | "branch-alias": { |
||
| 3454 | "dev-master": "5.7.x-dev" |
||
| 3455 | } |
||
| 3456 | }, |
||
| 3457 | "autoload": { |
||
| 3458 | "classmap": [ |
||
| 3459 | "src/" |
||
| 3460 | ] |
||
| 3461 | }, |
||
| 3462 | "notification-url": "https://packagist.org/downloads/", |
||
| 3463 | "license": [ |
||
| 3464 | "BSD-3-Clause" |
||
| 3465 | ], |
||
| 3466 | "authors": [ |
||
| 3467 | { |
||
| 3468 | "name": "Sebastian Bergmann", |
||
| 3469 | "email": "[email protected]", |
||
| 3470 | "role": "lead" |
||
| 3471 | } |
||
| 3472 | ], |
||
| 3473 | "description": "The PHP Unit Testing framework.", |
||
| 3474 | "homepage": "https://phpunit.de/", |
||
| 3475 | "keywords": [ |
||
| 3476 | "phpunit", |
||
| 3477 | "testing", |
||
| 3478 | "xunit" |
||
| 3479 | ], |
||
| 3480 | "time": "2018-02-01T05:50:59+00:00" |
||
| 3481 | }, |
||
| 3482 | { |
||
| 3483 | "name": "phpunit/phpunit-mock-objects", |
||
| 3484 | "version": "3.4.4", |
||
| 3485 | "source": { |
||
| 3486 | "type": "git", |
||
| 3487 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
| 3488 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118" |
||
| 3489 | }, |
||
| 3490 | "dist": { |
||
| 3491 | "type": "zip", |
||
| 3492 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118", |
||
| 3493 | "reference": "a23b761686d50a560cc56233b9ecf49597cc9118", |
||
| 3494 | "shasum": "" |
||
| 3495 | }, |
||
| 3496 | "require": { |
||
| 3497 | "doctrine/instantiator": "^1.0.2", |
||
| 3498 | "php": "^5.6 || ^7.0", |
||
| 3499 | "phpunit/php-text-template": "^1.2", |
||
| 3500 | "sebastian/exporter": "^1.2 || ^2.0" |
||
| 3501 | }, |
||
| 3502 | "conflict": { |
||
| 3503 | "phpunit/phpunit": "<5.4.0" |
||
| 3504 | }, |
||
| 3505 | "require-dev": { |
||
| 3506 | "phpunit/phpunit": "^5.4" |
||
| 3507 | }, |
||
| 3508 | "suggest": { |
||
| 3509 | "ext-soap": "*" |
||
| 3510 | }, |
||
| 3511 | "type": "library", |
||
| 3512 | "extra": { |
||
| 3513 | "branch-alias": { |
||
| 3514 | "dev-master": "3.2.x-dev" |
||
| 3515 | } |
||
| 3516 | }, |
||
| 3517 | "autoload": { |
||
| 3518 | "classmap": [ |
||
| 3519 | "src/" |
||
| 3520 | ] |
||
| 3521 | }, |
||
| 3522 | "notification-url": "https://packagist.org/downloads/", |
||
| 3523 | "license": [ |
||
| 3524 | "BSD-3-Clause" |
||
| 3525 | ], |
||
| 3526 | "authors": [ |
||
| 3527 | { |
||
| 3528 | "name": "Sebastian Bergmann", |
||
| 3529 | "email": "[email protected]", |
||
| 3530 | "role": "lead" |
||
| 3531 | } |
||
| 3532 | ], |
||
| 3533 | "description": "Mock Object library for PHPUnit", |
||
| 3534 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
| 3535 | "keywords": [ |
||
| 3536 | "mock", |
||
| 3537 | "xunit" |
||
| 3538 | ], |
||
| 3539 | "time": "2017-06-30T09:13:00+00:00" |
||
| 3540 | }, |
||
| 3541 | { |
||
| 3542 | "name": "satooshi/php-coveralls", |
||
| 3543 | "version": "v1.1.0", |
||
| 3544 | "source": { |
||
| 3545 | "type": "git", |
||
| 3546 | "url": "https://github.com/php-coveralls/php-coveralls.git", |
||
| 3547 | "reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad" |
||
| 3548 | }, |
||
| 3549 | "dist": { |
||
| 3550 | "type": "zip", |
||
| 3551 | "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad", |
||
| 3552 | "reference": "37f8f83fe22224eb9d9c6d593cdeb33eedd2a9ad", |
||
| 3553 | "shasum": "" |
||
| 3554 | }, |
||
| 3555 | "require": { |
||
| 3556 | "ext-json": "*", |
||
| 3557 | "ext-simplexml": "*", |
||
| 3558 | "guzzle/guzzle": "^2.8 || ^3.0", |
||
| 3559 | "php": "^5.3.3 || ^7.0", |
||
| 3560 | "psr/log": "^1.0", |
||
| 3561 | "symfony/config": "^2.1 || ^3.0 || ^4.0", |
||
| 3562 | "symfony/console": "^2.1 || ^3.0 || ^4.0", |
||
| 3563 | "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0", |
||
| 3564 | "symfony/yaml": "^2.0 || ^3.0 || ^4.0" |
||
| 3565 | }, |
||
| 3566 | "require-dev": { |
||
| 3567 | "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0" |
||
| 3568 | }, |
||
| 3569 | "suggest": { |
||
| 3570 | "symfony/http-kernel": "Allows Symfony integration" |
||
| 3571 | }, |
||
| 3572 | "bin": [ |
||
| 3573 | "bin/coveralls" |
||
| 3574 | ], |
||
| 3575 | "type": "library", |
||
| 3576 | "autoload": { |
||
| 3577 | "psr-4": { |
||
| 3578 | "Satooshi\\": "src/Satooshi/" |
||
| 3579 | } |
||
| 3580 | }, |
||
| 3581 | "notification-url": "https://packagist.org/downloads/", |
||
| 3582 | "license": [ |
||
| 3583 | "MIT" |
||
| 3584 | ], |
||
| 3585 | "authors": [ |
||
| 3586 | { |
||
| 3587 | "name": "Kitamura Satoshi", |
||
| 3588 | "email": "[email protected]", |
||
| 3589 | "homepage": "https://www.facebook.com/satooshi.jp" |
||
| 3590 | } |
||
| 3591 | ], |
||
| 3592 | "description": "PHP client library for Coveralls API", |
||
| 3593 | "homepage": "https://github.com/php-coveralls/php-coveralls", |
||
| 3594 | "keywords": [ |
||
| 3595 | "ci", |
||
| 3596 | "coverage", |
||
| 3597 | "github", |
||
| 3598 | "test" |
||
| 3599 | ], |
||
| 3600 | "abandoned": "php-coveralls/php-coveralls", |
||
| 3601 | "time": "2017-12-06T23:17:56+00:00" |
||
| 3602 | }, |
||
| 3603 | { |
||
| 3604 | "name": "sebastian/code-unit-reverse-lookup", |
||
| 3605 | "version": "1.0.1", |
||
| 3606 | "source": { |
||
| 3607 | "type": "git", |
||
| 3608 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
| 3609 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
||
| 3610 | }, |
||
| 3611 | "dist": { |
||
| 3612 | "type": "zip", |
||
| 3613 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
| 3614 | "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
||
| 3615 | "shasum": "" |
||
| 3616 | }, |
||
| 3617 | "require": { |
||
| 3618 | "php": "^5.6 || ^7.0" |
||
| 3619 | }, |
||
| 3620 | "require-dev": { |
||
| 3621 | "phpunit/phpunit": "^5.7 || ^6.0" |
||
| 3622 | }, |
||
| 3623 | "type": "library", |
||
| 3624 | "extra": { |
||
| 3625 | "branch-alias": { |
||
| 3626 | "dev-master": "1.0.x-dev" |
||
| 3627 | } |
||
| 3628 | }, |
||
| 3629 | "autoload": { |
||
| 3630 | "classmap": [ |
||
| 3631 | "src/" |
||
| 3632 | ] |
||
| 3633 | }, |
||
| 3634 | "notification-url": "https://packagist.org/downloads/", |
||
| 3635 | "license": [ |
||
| 3636 | "BSD-3-Clause" |
||
| 3637 | ], |
||
| 3638 | "authors": [ |
||
| 3639 | { |
||
| 3640 | "name": "Sebastian Bergmann", |
||
| 3641 | "email": "[email protected]" |
||
| 3642 | } |
||
| 3643 | ], |
||
| 3644 | "description": "Looks up which function or method a line of code belongs to", |
||
| 3645 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
| 3646 | "time": "2017-03-04T06:30:41+00:00" |
||
| 3647 | }, |
||
| 3648 | { |
||
| 3649 | "name": "sebastian/comparator", |
||
| 3650 | "version": "1.2.4", |
||
| 3651 | "source": { |
||
| 3652 | "type": "git", |
||
| 3653 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
| 3654 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" |
||
| 3655 | }, |
||
| 3656 | "dist": { |
||
| 3657 | "type": "zip", |
||
| 3658 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
| 3659 | "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", |
||
| 3660 | "shasum": "" |
||
| 3661 | }, |
||
| 3662 | "require": { |
||
| 3663 | "php": ">=5.3.3", |
||
| 3664 | "sebastian/diff": "~1.2", |
||
| 3665 | "sebastian/exporter": "~1.2 || ~2.0" |
||
| 3666 | }, |
||
| 3667 | "require-dev": { |
||
| 3668 | "phpunit/phpunit": "~4.4" |
||
| 3669 | }, |
||
| 3670 | "type": "library", |
||
| 3671 | "extra": { |
||
| 3672 | "branch-alias": { |
||
| 3673 | "dev-master": "1.2.x-dev" |
||
| 3674 | } |
||
| 3675 | }, |
||
| 3676 | "autoload": { |
||
| 3677 | "classmap": [ |
||
| 3678 | "src/" |
||
| 3679 | ] |
||
| 3680 | }, |
||
| 3681 | "notification-url": "https://packagist.org/downloads/", |
||
| 3682 | "license": [ |
||
| 3683 | "BSD-3-Clause" |
||
| 3684 | ], |
||
| 3685 | "authors": [ |
||
| 3686 | { |
||
| 3687 | "name": "Jeff Welch", |
||
| 3688 | "email": "[email protected]" |
||
| 3689 | }, |
||
| 3690 | { |
||
| 3691 | "name": "Volker Dusch", |
||
| 3692 | "email": "[email protected]" |
||
| 3693 | }, |
||
| 3694 | { |
||
| 3695 | "name": "Bernhard Schussek", |
||
| 3696 | "email": "[email protected]" |
||
| 3697 | }, |
||
| 3698 | { |
||
| 3699 | "name": "Sebastian Bergmann", |
||
| 3700 | "email": "[email protected]" |
||
| 3701 | } |
||
| 3702 | ], |
||
| 3703 | "description": "Provides the functionality to compare PHP values for equality", |
||
| 3704 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
| 3705 | "keywords": [ |
||
| 3706 | "comparator", |
||
| 3707 | "compare", |
||
| 3708 | "equality" |
||
| 3709 | ], |
||
| 3710 | "time": "2017-01-29T09:50:25+00:00" |
||
| 3711 | }, |
||
| 3712 | { |
||
| 3713 | "name": "sebastian/diff", |
||
| 3714 | "version": "1.4.3", |
||
| 3715 | "source": { |
||
| 3716 | "type": "git", |
||
| 3717 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
| 3718 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" |
||
| 3719 | }, |
||
| 3720 | "dist": { |
||
| 3721 | "type": "zip", |
||
| 3722 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", |
||
| 3723 | "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", |
||
| 3724 | "shasum": "" |
||
| 3725 | }, |
||
| 3726 | "require": { |
||
| 3727 | "php": "^5.3.3 || ^7.0" |
||
| 3728 | }, |
||
| 3729 | "require-dev": { |
||
| 3730 | "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
||
| 3731 | }, |
||
| 3732 | "type": "library", |
||
| 3733 | "extra": { |
||
| 3734 | "branch-alias": { |
||
| 3735 | "dev-master": "1.4-dev" |
||
| 3736 | } |
||
| 3737 | }, |
||
| 3738 | "autoload": { |
||
| 3739 | "classmap": [ |
||
| 3740 | "src/" |
||
| 3741 | ] |
||
| 3742 | }, |
||
| 3743 | "notification-url": "https://packagist.org/downloads/", |
||
| 3744 | "license": [ |
||
| 3745 | "BSD-3-Clause" |
||
| 3746 | ], |
||
| 3747 | "authors": [ |
||
| 3748 | { |
||
| 3749 | "name": "Kore Nordmann", |
||
| 3750 | "email": "[email protected]" |
||
| 3751 | }, |
||
| 3752 | { |
||
| 3753 | "name": "Sebastian Bergmann", |
||
| 3754 | "email": "[email protected]" |
||
| 3755 | } |
||
| 3756 | ], |
||
| 3757 | "description": "Diff implementation", |
||
| 3758 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
| 3759 | "keywords": [ |
||
| 3760 | "diff" |
||
| 3761 | ], |
||
| 3762 | "time": "2017-05-22T07:24:03+00:00" |
||
| 3763 | }, |
||
| 3764 | { |
||
| 3765 | "name": "sebastian/environment", |
||
| 3766 | "version": "2.0.0", |
||
| 3767 | "source": { |
||
| 3768 | "type": "git", |
||
| 3769 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
| 3770 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" |
||
| 3771 | }, |
||
| 3772 | "dist": { |
||
| 3773 | "type": "zip", |
||
| 3774 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
| 3775 | "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", |
||
| 3776 | "shasum": "" |
||
| 3777 | }, |
||
| 3778 | "require": { |
||
| 3779 | "php": "^5.6 || ^7.0" |
||
| 3780 | }, |
||
| 3781 | "require-dev": { |
||
| 3782 | "phpunit/phpunit": "^5.0" |
||
| 3783 | }, |
||
| 3784 | "type": "library", |
||
| 3785 | "extra": { |
||
| 3786 | "branch-alias": { |
||
| 3787 | "dev-master": "2.0.x-dev" |
||
| 3788 | } |
||
| 3789 | }, |
||
| 3790 | "autoload": { |
||
| 3791 | "classmap": [ |
||
| 3792 | "src/" |
||
| 3793 | ] |
||
| 3794 | }, |
||
| 3795 | "notification-url": "https://packagist.org/downloads/", |
||
| 3796 | "license": [ |
||
| 3797 | "BSD-3-Clause" |
||
| 3798 | ], |
||
| 3799 | "authors": [ |
||
| 3800 | { |
||
| 3801 | "name": "Sebastian Bergmann", |
||
| 3802 | "email": "[email protected]" |
||
| 3803 | } |
||
| 3804 | ], |
||
| 3805 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
| 3806 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
| 3807 | "keywords": [ |
||
| 3808 | "Xdebug", |
||
| 3809 | "environment", |
||
| 3810 | "hhvm" |
||
| 3811 | ], |
||
| 3812 | "time": "2016-11-26T07:53:53+00:00" |
||
| 3813 | }, |
||
| 3814 | { |
||
| 3815 | "name": "sebastian/exporter", |
||
| 3816 | "version": "2.0.0", |
||
| 3817 | "source": { |
||
| 3818 | "type": "git", |
||
| 3819 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
| 3820 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" |
||
| 3821 | }, |
||
| 3822 | "dist": { |
||
| 3823 | "type": "zip", |
||
| 3824 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
| 3825 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
| 3826 | "shasum": "" |
||
| 3827 | }, |
||
| 3828 | "require": { |
||
| 3829 | "php": ">=5.3.3", |
||
| 3830 | "sebastian/recursion-context": "~2.0" |
||
| 3831 | }, |
||
| 3832 | "require-dev": { |
||
| 3833 | "ext-mbstring": "*", |
||
| 3834 | "phpunit/phpunit": "~4.4" |
||
| 3835 | }, |
||
| 3836 | "type": "library", |
||
| 3837 | "extra": { |
||
| 3838 | "branch-alias": { |
||
| 3839 | "dev-master": "2.0.x-dev" |
||
| 3840 | } |
||
| 3841 | }, |
||
| 3842 | "autoload": { |
||
| 3843 | "classmap": [ |
||
| 3844 | "src/" |
||
| 3845 | ] |
||
| 3846 | }, |
||
| 3847 | "notification-url": "https://packagist.org/downloads/", |
||
| 3848 | "license": [ |
||
| 3849 | "BSD-3-Clause" |
||
| 3850 | ], |
||
| 3851 | "authors": [ |
||
| 3852 | { |
||
| 3853 | "name": "Jeff Welch", |
||
| 3854 | "email": "[email protected]" |
||
| 3855 | }, |
||
| 3856 | { |
||
| 3857 | "name": "Volker Dusch", |
||
| 3858 | "email": "[email protected]" |
||
| 3859 | }, |
||
| 3860 | { |
||
| 3861 | "name": "Bernhard Schussek", |
||
| 3862 | "email": "[email protected]" |
||
| 3863 | }, |
||
| 3864 | { |
||
| 3865 | "name": "Sebastian Bergmann", |
||
| 3866 | "email": "[email protected]" |
||
| 3867 | }, |
||
| 3868 | { |
||
| 3869 | "name": "Adam Harvey", |
||
| 3870 | "email": "[email protected]" |
||
| 3871 | } |
||
| 3872 | ], |
||
| 3873 | "description": "Provides the functionality to export PHP variables for visualization", |
||
| 3874 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
| 3875 | "keywords": [ |
||
| 3876 | "export", |
||
| 3877 | "exporter" |
||
| 3878 | ], |
||
| 3879 | "time": "2016-11-19T08:54:04+00:00" |
||
| 3880 | }, |
||
| 3881 | { |
||
| 3882 | "name": "sebastian/global-state", |
||
| 3883 | "version": "1.1.1", |
||
| 3884 | "source": { |
||
| 3885 | "type": "git", |
||
| 3886 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
| 3887 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
| 3888 | }, |
||
| 3889 | "dist": { |
||
| 3890 | "type": "zip", |
||
| 3891 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 3892 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 3893 | "shasum": "" |
||
| 3894 | }, |
||
| 3895 | "require": { |
||
| 3896 | "php": ">=5.3.3" |
||
| 3897 | }, |
||
| 3898 | "require-dev": { |
||
| 3899 | "phpunit/phpunit": "~4.2" |
||
| 3900 | }, |
||
| 3901 | "suggest": { |
||
| 3902 | "ext-uopz": "*" |
||
| 3903 | }, |
||
| 3904 | "type": "library", |
||
| 3905 | "extra": { |
||
| 3906 | "branch-alias": { |
||
| 3907 | "dev-master": "1.0-dev" |
||
| 3908 | } |
||
| 3909 | }, |
||
| 3910 | "autoload": { |
||
| 3911 | "classmap": [ |
||
| 3912 | "src/" |
||
| 3913 | ] |
||
| 3914 | }, |
||
| 3915 | "notification-url": "https://packagist.org/downloads/", |
||
| 3916 | "license": [ |
||
| 3917 | "BSD-3-Clause" |
||
| 3918 | ], |
||
| 3919 | "authors": [ |
||
| 3920 | { |
||
| 3921 | "name": "Sebastian Bergmann", |
||
| 3922 | "email": "[email protected]" |
||
| 3923 | } |
||
| 3924 | ], |
||
| 3925 | "description": "Snapshotting of global state", |
||
| 3926 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
| 3927 | "keywords": [ |
||
| 3928 | "global state" |
||
| 3929 | ], |
||
| 3930 | "time": "2015-10-12T03:26:01+00:00" |
||
| 3931 | }, |
||
| 3932 | { |
||
| 3933 | "name": "sebastian/object-enumerator", |
||
| 3934 | "version": "2.0.1", |
||
| 3935 | "source": { |
||
| 3936 | "type": "git", |
||
| 3937 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
| 3938 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" |
||
| 3939 | }, |
||
| 3940 | "dist": { |
||
| 3941 | "type": "zip", |
||
| 3942 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", |
||
| 3943 | "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", |
||
| 3944 | "shasum": "" |
||
| 3945 | }, |
||
| 3946 | "require": { |
||
| 3947 | "php": ">=5.6", |
||
| 3948 | "sebastian/recursion-context": "~2.0" |
||
| 3949 | }, |
||
| 3950 | "require-dev": { |
||
| 3951 | "phpunit/phpunit": "~5" |
||
| 3952 | }, |
||
| 3953 | "type": "library", |
||
| 3954 | "extra": { |
||
| 3955 | "branch-alias": { |
||
| 3956 | "dev-master": "2.0.x-dev" |
||
| 3957 | } |
||
| 3958 | }, |
||
| 3959 | "autoload": { |
||
| 3960 | "classmap": [ |
||
| 3961 | "src/" |
||
| 3962 | ] |
||
| 3963 | }, |
||
| 3964 | "notification-url": "https://packagist.org/downloads/", |
||
| 3965 | "license": [ |
||
| 3966 | "BSD-3-Clause" |
||
| 3967 | ], |
||
| 3968 | "authors": [ |
||
| 3969 | { |
||
| 3970 | "name": "Sebastian Bergmann", |
||
| 3971 | "email": "[email protected]" |
||
| 3972 | } |
||
| 3973 | ], |
||
| 3974 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
| 3975 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
| 3976 | "time": "2017-02-18T15:18:39+00:00" |
||
| 3977 | }, |
||
| 3978 | { |
||
| 3979 | "name": "sebastian/recursion-context", |
||
| 3980 | "version": "2.0.0", |
||
| 3981 | "source": { |
||
| 3982 | "type": "git", |
||
| 3983 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
| 3984 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" |
||
| 3985 | }, |
||
| 3986 | "dist": { |
||
| 3987 | "type": "zip", |
||
| 3988 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
| 3989 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
| 3990 | "shasum": "" |
||
| 3991 | }, |
||
| 3992 | "require": { |
||
| 3993 | "php": ">=5.3.3" |
||
| 3994 | }, |
||
| 3995 | "require-dev": { |
||
| 3996 | "phpunit/phpunit": "~4.4" |
||
| 3997 | }, |
||
| 3998 | "type": "library", |
||
| 3999 | "extra": { |
||
| 4000 | "branch-alias": { |
||
| 4001 | "dev-master": "2.0.x-dev" |
||
| 4002 | } |
||
| 4003 | }, |
||
| 4004 | "autoload": { |
||
| 4005 | "classmap": [ |
||
| 4006 | "src/" |
||
| 4007 | ] |
||
| 4008 | }, |
||
| 4009 | "notification-url": "https://packagist.org/downloads/", |
||
| 4010 | "license": [ |
||
| 4011 | "BSD-3-Clause" |
||
| 4012 | ], |
||
| 4013 | "authors": [ |
||
| 4014 | { |
||
| 4015 | "name": "Jeff Welch", |
||
| 4016 | "email": "[email protected]" |
||
| 4017 | }, |
||
| 4018 | { |
||
| 4019 | "name": "Sebastian Bergmann", |
||
| 4020 | "email": "[email protected]" |
||
| 4021 | }, |
||
| 4022 | { |
||
| 4023 | "name": "Adam Harvey", |
||
| 4024 | "email": "[email protected]" |
||
| 4025 | } |
||
| 4026 | ], |
||
| 4027 | "description": "Provides functionality to recursively process PHP variables", |
||
| 4028 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
| 4029 | "time": "2016-11-19T07:33:16+00:00" |
||
| 4030 | }, |
||
| 4031 | { |
||
| 4032 | "name": "sebastian/resource-operations", |
||
| 4033 | "version": "1.0.0", |
||
| 4034 | "source": { |
||
| 4035 | "type": "git", |
||
| 4036 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
| 4037 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
| 4038 | }, |
||
| 4039 | "dist": { |
||
| 4040 | "type": "zip", |
||
| 4041 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 4042 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 4043 | "shasum": "" |
||
| 4044 | }, |
||
| 4045 | "require": { |
||
| 4046 | "php": ">=5.6.0" |
||
| 4047 | }, |
||
| 4048 | "type": "library", |
||
| 4049 | "extra": { |
||
| 4050 | "branch-alias": { |
||
| 4051 | "dev-master": "1.0.x-dev" |
||
| 4052 | } |
||
| 4053 | }, |
||
| 4054 | "autoload": { |
||
| 4055 | "classmap": [ |
||
| 4056 | "src/" |
||
| 4057 | ] |
||
| 4058 | }, |
||
| 4059 | "notification-url": "https://packagist.org/downloads/", |
||
| 4060 | "license": [ |
||
| 4061 | "BSD-3-Clause" |
||
| 4062 | ], |
||
| 4063 | "authors": [ |
||
| 4064 | { |
||
| 4065 | "name": "Sebastian Bergmann", |
||
| 4066 | "email": "[email protected]" |
||
| 4067 | } |
||
| 4068 | ], |
||
| 4069 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
| 4070 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
| 4071 | "time": "2015-07-28T20:34:47+00:00" |
||
| 4072 | }, |
||
| 4073 | { |
||
| 4074 | "name": "sebastian/version", |
||
| 4075 | "version": "2.0.1", |
||
| 4076 | "source": { |
||
| 4077 | "type": "git", |
||
| 4078 | "url": "https://github.com/sebastianbergmann/version.git", |
||
| 4079 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
||
| 4080 | }, |
||
| 4081 | "dist": { |
||
| 4082 | "type": "zip", |
||
| 4083 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
| 4084 | "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
||
| 4085 | "shasum": "" |
||
| 4086 | }, |
||
| 4087 | "require": { |
||
| 4088 | "php": ">=5.6" |
||
| 4089 | }, |
||
| 4090 | "type": "library", |
||
| 4091 | "extra": { |
||
| 4092 | "branch-alias": { |
||
| 4093 | "dev-master": "2.0.x-dev" |
||
| 4094 | } |
||
| 4095 | }, |
||
| 4096 | "autoload": { |
||
| 4097 | "classmap": [ |
||
| 4098 | "src/" |
||
| 4099 | ] |
||
| 4100 | }, |
||
| 4101 | "notification-url": "https://packagist.org/downloads/", |
||
| 4102 | "license": [ |
||
| 4103 | "BSD-3-Clause" |
||
| 4104 | ], |
||
| 4105 | "authors": [ |
||
| 4106 | { |
||
| 4107 | "name": "Sebastian Bergmann", |
||
| 4108 | "email": "[email protected]", |
||
| 4109 | "role": "lead" |
||
| 4110 | } |
||
| 4111 | ], |
||
| 4112 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
| 4113 | "homepage": "https://github.com/sebastianbergmann/version", |
||
| 4114 | "time": "2016-10-03T07:35:21+00:00" |
||
| 4115 | }, |
||
| 4116 | { |
||
| 4117 | "name": "symfony/config", |
||
| 4118 | "version": "v3.4.12", |
||
| 4119 | "source": { |
||
| 4120 | "type": "git", |
||
| 4121 | "url": "https://github.com/symfony/config.git", |
||
| 4122 | "reference": "1fffdeb349ff36a25184e5564c25289b1dbfc402" |
||
| 4123 | }, |
||
| 4124 | "dist": { |
||
| 4125 | "type": "zip", |
||
| 4126 | "url": "https://api.github.com/repos/symfony/config/zipball/1fffdeb349ff36a25184e5564c25289b1dbfc402", |
||
| 4127 | "reference": "1fffdeb349ff36a25184e5564c25289b1dbfc402", |
||
| 4128 | "shasum": "" |
||
| 4129 | }, |
||
| 4130 | "require": { |
||
| 4131 | "php": "^5.5.9|>=7.0.8", |
||
| 4132 | "symfony/filesystem": "~2.8|~3.0|~4.0", |
||
| 4133 | "symfony/polyfill-ctype": "~1.8" |
||
| 4134 | }, |
||
| 4135 | "conflict": { |
||
| 4136 | "symfony/dependency-injection": "<3.3", |
||
| 4137 | "symfony/finder": "<3.3" |
||
| 4138 | }, |
||
| 4139 | "require-dev": { |
||
| 4140 | "symfony/dependency-injection": "~3.3|~4.0", |
||
| 4141 | "symfony/event-dispatcher": "~3.3|~4.0", |
||
| 4142 | "symfony/finder": "~3.3|~4.0", |
||
| 4143 | "symfony/yaml": "~3.0|~4.0" |
||
| 4144 | }, |
||
| 4145 | "suggest": { |
||
| 4146 | "symfony/yaml": "To use the yaml reference dumper" |
||
| 4147 | }, |
||
| 4148 | "type": "library", |
||
| 4149 | "extra": { |
||
| 4150 | "branch-alias": { |
||
| 4151 | "dev-master": "3.4-dev" |
||
| 4152 | } |
||
| 4153 | }, |
||
| 4154 | "autoload": { |
||
| 4155 | "psr-4": { |
||
| 4156 | "Symfony\\Component\\Config\\": "" |
||
| 4157 | }, |
||
| 4158 | "exclude-from-classmap": [ |
||
| 4159 | "/Tests/" |
||
| 4160 | ] |
||
| 4161 | }, |
||
| 4162 | "notification-url": "https://packagist.org/downloads/", |
||
| 4163 | "license": [ |
||
| 4164 | "MIT" |
||
| 4165 | ], |
||
| 4166 | "authors": [ |
||
| 4167 | { |
||
| 4168 | "name": "Fabien Potencier", |
||
| 4169 | "email": "[email protected]" |
||
| 4170 | }, |
||
| 4171 | { |
||
| 4172 | "name": "Symfony Community", |
||
| 4173 | "homepage": "https://symfony.com/contributors" |
||
| 4174 | } |
||
| 4175 | ], |
||
| 4176 | "description": "Symfony Config Component", |
||
| 4177 | "homepage": "https://symfony.com", |
||
| 4178 | "time": "2018-06-19T14:02:58+00:00" |
||
| 4179 | }, |
||
| 4180 | { |
||
| 4181 | "name": "symfony/filesystem", |
||
| 4182 | "version": "v3.4.12", |
||
| 4183 | "source": { |
||
| 4184 | "type": "git", |
||
| 4185 | "url": "https://github.com/symfony/filesystem.git", |
||
| 4186 | "reference": "8a721a5f2553c6c3482b1c5b22ed60fe94dd63ed" |
||
| 4187 | }, |
||
| 4188 | "dist": { |
||
| 4189 | "type": "zip", |
||
| 4190 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/8a721a5f2553c6c3482b1c5b22ed60fe94dd63ed", |
||
| 4191 | "reference": "8a721a5f2553c6c3482b1c5b22ed60fe94dd63ed", |
||
| 4192 | "shasum": "" |
||
| 4193 | }, |
||
| 4194 | "require": { |
||
| 4195 | "php": "^5.5.9|>=7.0.8", |
||
| 4196 | "symfony/polyfill-ctype": "~1.8" |
||
| 4197 | }, |
||
| 4198 | "type": "library", |
||
| 4199 | "extra": { |
||
| 4200 | "branch-alias": { |
||
| 4201 | "dev-master": "3.4-dev" |
||
| 4202 | } |
||
| 4203 | }, |
||
| 4204 | "autoload": { |
||
| 4205 | "psr-4": { |
||
| 4206 | "Symfony\\Component\\Filesystem\\": "" |
||
| 4207 | }, |
||
| 4208 | "exclude-from-classmap": [ |
||
| 4209 | "/Tests/" |
||
| 4210 | ] |
||
| 4211 | }, |
||
| 4212 | "notification-url": "https://packagist.org/downloads/", |
||
| 4213 | "license": [ |
||
| 4214 | "MIT" |
||
| 4215 | ], |
||
| 4216 | "authors": [ |
||
| 4217 | { |
||
| 4218 | "name": "Fabien Potencier", |
||
| 4219 | "email": "[email protected]" |
||
| 4220 | }, |
||
| 4221 | { |
||
| 4222 | "name": "Symfony Community", |
||
| 4223 | "homepage": "https://symfony.com/contributors" |
||
| 4224 | } |
||
| 4225 | ], |
||
| 4226 | "description": "Symfony Filesystem Component", |
||
| 4227 | "homepage": "https://symfony.com", |
||
| 4228 | "time": "2018-06-21T11:10:19+00:00" |
||
| 4229 | }, |
||
| 4230 | { |
||
| 4231 | "name": "symfony/stopwatch", |
||
| 4232 | "version": "v3.4.12", |
||
| 4233 | "source": { |
||
| 4234 | "type": "git", |
||
| 4235 | "url": "https://github.com/symfony/stopwatch.git", |
||
| 4236 | "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af" |
||
| 4237 | }, |
||
| 4238 | "dist": { |
||
| 4239 | "type": "zip", |
||
| 4240 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/eb17cfa072cab26537ac37e9c4ece6c0361369af", |
||
| 4241 | "reference": "eb17cfa072cab26537ac37e9c4ece6c0361369af", |
||
| 4242 | "shasum": "" |
||
| 4243 | }, |
||
| 4244 | "require": { |
||
| 4245 | "php": "^5.5.9|>=7.0.8" |
||
| 4246 | }, |
||
| 4247 | "type": "library", |
||
| 4248 | "extra": { |
||
| 4249 | "branch-alias": { |
||
| 4250 | "dev-master": "3.4-dev" |
||
| 4251 | } |
||
| 4252 | }, |
||
| 4253 | "autoload": { |
||
| 4254 | "psr-4": { |
||
| 4255 | "Symfony\\Component\\Stopwatch\\": "" |
||
| 4256 | }, |
||
| 4257 | "exclude-from-classmap": [ |
||
| 4258 | "/Tests/" |
||
| 4259 | ] |
||
| 4260 | }, |
||
| 4261 | "notification-url": "https://packagist.org/downloads/", |
||
| 4262 | "license": [ |
||
| 4263 | "MIT" |
||
| 4264 | ], |
||
| 4265 | "authors": [ |
||
| 4266 | { |
||
| 4267 | "name": "Fabien Potencier", |
||
| 4268 | "email": "[email protected]" |
||
| 4269 | }, |
||
| 4270 | { |
||
| 4271 | "name": "Symfony Community", |
||
| 4272 | "homepage": "https://symfony.com/contributors" |
||
| 4273 | } |
||
| 4274 | ], |
||
| 4275 | "description": "Symfony Stopwatch Component", |
||
| 4276 | "homepage": "https://symfony.com", |
||
| 4277 | "time": "2018-02-17T14:55:25+00:00" |
||
| 4278 | }, |
||
| 4279 | { |
||
| 4280 | "name": "symfony/yaml", |
||
| 4281 | "version": "v3.4.12", |
||
| 4282 | "source": { |
||
| 4283 | "type": "git", |
||
| 4284 | "url": "https://github.com/symfony/yaml.git", |
||
| 4285 | "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0" |
||
| 4286 | }, |
||
| 4287 | "dist": { |
||
| 4288 | "type": "zip", |
||
| 4289 | "url": "https://api.github.com/repos/symfony/yaml/zipball/c5010cc1692ce1fa328b1fb666961eb3d4a85bb0", |
||
| 4290 | "reference": "c5010cc1692ce1fa328b1fb666961eb3d4a85bb0", |
||
| 4291 | "shasum": "" |
||
| 4292 | }, |
||
| 4293 | "require": { |
||
| 4294 | "php": "^5.5.9|>=7.0.8", |
||
| 4295 | "symfony/polyfill-ctype": "~1.8" |
||
| 4296 | }, |
||
| 4297 | "conflict": { |
||
| 4298 | "symfony/console": "<3.4" |
||
| 4299 | }, |
||
| 4300 | "require-dev": { |
||
| 4301 | "symfony/console": "~3.4|~4.0" |
||
| 4302 | }, |
||
| 4303 | "suggest": { |
||
| 4304 | "symfony/console": "For validating YAML files using the lint command" |
||
| 4305 | }, |
||
| 4306 | "type": "library", |
||
| 4307 | "extra": { |
||
| 4308 | "branch-alias": { |
||
| 4309 | "dev-master": "3.4-dev" |
||
| 4310 | } |
||
| 4311 | }, |
||
| 4312 | "autoload": { |
||
| 4313 | "psr-4": { |
||
| 4314 | "Symfony\\Component\\Yaml\\": "" |
||
| 4315 | }, |
||
| 4316 | "exclude-from-classmap": [ |
||
| 4317 | "/Tests/" |
||
| 4318 | ] |
||
| 4319 | }, |
||
| 4320 | "notification-url": "https://packagist.org/downloads/", |
||
| 4321 | "license": [ |
||
| 4322 | "MIT" |
||
| 4323 | ], |
||
| 4324 | "authors": [ |
||
| 4325 | { |
||
| 4326 | "name": "Fabien Potencier", |
||
| 4327 | "email": "[email protected]" |
||
| 4328 | }, |
||
| 4329 | { |
||
| 4330 | "name": "Symfony Community", |
||
| 4331 | "homepage": "https://symfony.com/contributors" |
||
| 4332 | } |
||
| 4333 | ], |
||
| 4334 | "description": "Symfony Yaml Component", |
||
| 4335 | "homepage": "https://symfony.com", |
||
| 4336 | "time": "2018-05-03T23:18:14+00:00" |
||
| 4337 | }, |
||
| 4338 | { |
||
| 4339 | "name": "webmozart/assert", |
||
| 4340 | "version": "1.3.0", |
||
| 4341 | "source": { |
||
| 4342 | "type": "git", |
||
| 4343 | "url": "https://github.com/webmozart/assert.git", |
||
| 4344 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a" |
||
| 4345 | }, |
||
| 4346 | "dist": { |
||
| 4347 | "type": "zip", |
||
| 4348 | "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", |
||
| 4349 | "reference": "0df1908962e7a3071564e857d86874dad1ef204a", |
||
| 4350 | "shasum": "" |
||
| 4351 | }, |
||
| 4352 | "require": { |
||
| 4353 | "php": "^5.3.3 || ^7.0" |
||
| 4354 | }, |
||
| 4355 | "require-dev": { |
||
| 4356 | "phpunit/phpunit": "^4.6", |
||
| 4357 | "sebastian/version": "^1.0.1" |
||
| 4358 | }, |
||
| 4359 | "type": "library", |
||
| 4360 | "extra": { |
||
| 4361 | "branch-alias": { |
||
| 4362 | "dev-master": "1.3-dev" |
||
| 4363 | } |
||
| 4364 | }, |
||
| 4365 | "autoload": { |
||
| 4366 | "psr-4": { |
||
| 4367 | "Webmozart\\Assert\\": "src/" |
||
| 4368 | } |
||
| 4369 | }, |
||
| 4370 | "notification-url": "https://packagist.org/downloads/", |
||
| 4371 | "license": [ |
||
| 4372 | "MIT" |
||
| 4373 | ], |
||
| 4374 | "authors": [ |
||
| 4375 | { |
||
| 4376 | "name": "Bernhard Schussek", |
||
| 4377 | "email": "[email protected]" |
||
| 4378 | } |
||
| 4379 | ], |
||
| 4380 | "description": "Assertions to validate method input/output with nice error messages.", |
||
| 4381 | "keywords": [ |
||
| 4382 | "assert", |
||
| 4383 | "check", |
||
| 4384 | "validate" |
||
| 4385 | ], |
||
| 4386 | "time": "2018-01-29T19:49:41+00:00" |
||
| 4387 | } |
||
| 4388 | ], |
||
| 4389 | "aliases": [], |
||
| 4390 | "minimum-stability": "stable", |
||
| 4391 | "stability-flags": { |
||
| 4392 | "codeclimate/php-test-reporter": 20 |
||
| 4393 | }, |
||
| 4394 | "prefer-stable": false, |
||
| 4395 | "prefer-lowest": false, |
||
| 4396 | "platform": { |
||
| 4397 | "php": ">=5.5.9" |
||
| 4398 | }, |
||
| 4399 | "platform-dev": [] |
||
| 4400 | } |
||
| 4401 |