johanderuijter /
mailer-bundle
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
| 1 | { |
||
| 2 | "_readme": [ |
||
| 3 | "This file locks the dependencies of your project to a known state", |
||
| 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
| 5 | "This file is @generated automatically" |
||
| 6 | ], |
||
| 7 | "hash": "31d607d97e037125fe20e79e0467771a", |
||
| 8 | "content-hash": "5dc1d1d8e0e28ea986255f809a5fcd94", |
||
| 9 | "packages": [ |
||
| 10 | { |
||
| 11 | "name": "doctrine/annotations", |
||
| 12 | "version": "v1.2.7", |
||
| 13 | "source": { |
||
| 14 | "type": "git", |
||
| 15 | "url": "https://github.com/doctrine/annotations.git", |
||
| 16 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" |
||
| 17 | }, |
||
| 18 | "dist": { |
||
| 19 | "type": "zip", |
||
| 20 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
| 21 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
| 22 | "shasum": "" |
||
| 23 | }, |
||
| 24 | "require": { |
||
| 25 | "doctrine/lexer": "1.*", |
||
| 26 | "php": ">=5.3.2" |
||
| 27 | }, |
||
| 28 | "require-dev": { |
||
| 29 | "doctrine/cache": "1.*", |
||
| 30 | "phpunit/phpunit": "4.*" |
||
| 31 | }, |
||
| 32 | "type": "library", |
||
| 33 | "extra": { |
||
| 34 | "branch-alias": { |
||
| 35 | "dev-master": "1.3.x-dev" |
||
| 36 | } |
||
| 37 | }, |
||
| 38 | "autoload": { |
||
| 39 | "psr-0": { |
||
| 40 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
| 41 | } |
||
| 42 | }, |
||
| 43 | "notification-url": "https://packagist.org/downloads/", |
||
| 44 | "license": [ |
||
| 45 | "MIT" |
||
| 46 | ], |
||
| 47 | "authors": [ |
||
| 48 | { |
||
| 49 | "name": "Roman Borschel", |
||
| 50 | "email": "[email protected]" |
||
| 51 | }, |
||
| 52 | { |
||
| 53 | "name": "Benjamin Eberlei", |
||
| 54 | "email": "[email protected]" |
||
| 55 | }, |
||
| 56 | { |
||
| 57 | "name": "Guilherme Blanco", |
||
| 58 | "email": "[email protected]" |
||
| 59 | }, |
||
| 60 | { |
||
| 61 | "name": "Jonathan Wage", |
||
| 62 | "email": "[email protected]" |
||
| 63 | }, |
||
| 64 | { |
||
| 65 | "name": "Johannes Schmitt", |
||
| 66 | "email": "[email protected]" |
||
| 67 | } |
||
| 68 | ], |
||
| 69 | "description": "Docblock Annotations Parser", |
||
| 70 | "homepage": "http://www.doctrine-project.org", |
||
| 71 | "keywords": [ |
||
| 72 | "annotations", |
||
| 73 | "docblock", |
||
| 74 | "parser" |
||
| 75 | ], |
||
| 76 | "time": "2015-08-31 12:32:49" |
||
| 77 | }, |
||
| 78 | { |
||
| 79 | "name": "doctrine/cache", |
||
| 80 | "version": "v1.6.0", |
||
| 81 | "source": { |
||
| 82 | "type": "git", |
||
| 83 | "url": "https://github.com/doctrine/cache.git", |
||
| 84 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6" |
||
| 85 | }, |
||
| 86 | "dist": { |
||
| 87 | "type": "zip", |
||
| 88 | "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
| 89 | "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6", |
||
| 90 | "shasum": "" |
||
| 91 | }, |
||
| 92 | "require": { |
||
| 93 | "php": "~5.5|~7.0" |
||
| 94 | }, |
||
| 95 | "conflict": { |
||
| 96 | "doctrine/common": ">2.2,<2.4" |
||
| 97 | }, |
||
| 98 | "require-dev": { |
||
| 99 | "phpunit/phpunit": "~4.8|~5.0", |
||
| 100 | "predis/predis": "~1.0", |
||
| 101 | "satooshi/php-coveralls": "~0.6" |
||
| 102 | }, |
||
| 103 | "type": "library", |
||
| 104 | "extra": { |
||
| 105 | "branch-alias": { |
||
| 106 | "dev-master": "1.6.x-dev" |
||
| 107 | } |
||
| 108 | }, |
||
| 109 | "autoload": { |
||
| 110 | "psr-4": { |
||
| 111 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
| 112 | } |
||
| 113 | }, |
||
| 114 | "notification-url": "https://packagist.org/downloads/", |
||
| 115 | "license": [ |
||
| 116 | "MIT" |
||
| 117 | ], |
||
| 118 | "authors": [ |
||
| 119 | { |
||
| 120 | "name": "Roman Borschel", |
||
| 121 | "email": "[email protected]" |
||
| 122 | }, |
||
| 123 | { |
||
| 124 | "name": "Benjamin Eberlei", |
||
| 125 | "email": "[email protected]" |
||
| 126 | }, |
||
| 127 | { |
||
| 128 | "name": "Guilherme Blanco", |
||
| 129 | "email": "[email protected]" |
||
| 130 | }, |
||
| 131 | { |
||
| 132 | "name": "Jonathan Wage", |
||
| 133 | "email": "[email protected]" |
||
| 134 | }, |
||
| 135 | { |
||
| 136 | "name": "Johannes Schmitt", |
||
| 137 | "email": "[email protected]" |
||
| 138 | } |
||
| 139 | ], |
||
| 140 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
| 141 | "homepage": "http://www.doctrine-project.org", |
||
| 142 | "keywords": [ |
||
| 143 | "cache", |
||
| 144 | "caching" |
||
| 145 | ], |
||
| 146 | "time": "2015-12-31 16:37:02" |
||
| 147 | }, |
||
| 148 | { |
||
| 149 | "name": "doctrine/collections", |
||
| 150 | "version": "v1.3.0", |
||
| 151 | "source": { |
||
| 152 | "type": "git", |
||
| 153 | "url": "https://github.com/doctrine/collections.git", |
||
| 154 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" |
||
| 155 | }, |
||
| 156 | "dist": { |
||
| 157 | "type": "zip", |
||
| 158 | "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
| 159 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
| 160 | "shasum": "" |
||
| 161 | }, |
||
| 162 | "require": { |
||
| 163 | "php": ">=5.3.2" |
||
| 164 | }, |
||
| 165 | "require-dev": { |
||
| 166 | "phpunit/phpunit": "~4.0" |
||
| 167 | }, |
||
| 168 | "type": "library", |
||
| 169 | "extra": { |
||
| 170 | "branch-alias": { |
||
| 171 | "dev-master": "1.2.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": "2015-04-14 22:21:58" |
||
| 213 | }, |
||
| 214 | { |
||
| 215 | "name": "doctrine/common", |
||
| 216 | "version": "v2.6.1", |
||
| 217 | "source": { |
||
| 218 | "type": "git", |
||
| 219 | "url": "https://github.com/doctrine/common.git", |
||
| 220 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0" |
||
| 221 | }, |
||
| 222 | "dist": { |
||
| 223 | "type": "zip", |
||
| 224 | "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0", |
||
| 225 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0", |
||
| 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.5|~7.0" |
||
| 235 | }, |
||
| 236 | "require-dev": { |
||
| 237 | "phpunit/phpunit": "~4.8|~5.0" |
||
| 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": "2015-12-25 13:18:31" |
||
| 286 | }, |
||
| 287 | { |
||
| 288 | "name": "doctrine/inflector", |
||
| 289 | "version": "v1.1.0", |
||
| 290 | "source": { |
||
| 291 | "type": "git", |
||
| 292 | "url": "https://github.com/doctrine/inflector.git", |
||
| 293 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
| 294 | }, |
||
| 295 | "dist": { |
||
| 296 | "type": "zip", |
||
| 297 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
| 298 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
| 299 | "shasum": "" |
||
| 300 | }, |
||
| 301 | "require": { |
||
| 302 | "php": ">=5.3.2" |
||
| 303 | }, |
||
| 304 | "require-dev": { |
||
| 305 | "phpunit/phpunit": "4.*" |
||
| 306 | }, |
||
| 307 | "type": "library", |
||
| 308 | "extra": { |
||
| 309 | "branch-alias": { |
||
| 310 | "dev-master": "1.1.x-dev" |
||
| 311 | } |
||
| 312 | }, |
||
| 313 | "autoload": { |
||
| 314 | "psr-0": { |
||
| 315 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
| 316 | } |
||
| 317 | }, |
||
| 318 | "notification-url": "https://packagist.org/downloads/", |
||
| 319 | "license": [ |
||
| 320 | "MIT" |
||
| 321 | ], |
||
| 322 | "authors": [ |
||
| 323 | { |
||
| 324 | "name": "Roman Borschel", |
||
| 325 | "email": "[email protected]" |
||
| 326 | }, |
||
| 327 | { |
||
| 328 | "name": "Benjamin Eberlei", |
||
| 329 | "email": "[email protected]" |
||
| 330 | }, |
||
| 331 | { |
||
| 332 | "name": "Guilherme Blanco", |
||
| 333 | "email": "[email protected]" |
||
| 334 | }, |
||
| 335 | { |
||
| 336 | "name": "Jonathan Wage", |
||
| 337 | "email": "[email protected]" |
||
| 338 | }, |
||
| 339 | { |
||
| 340 | "name": "Johannes Schmitt", |
||
| 341 | "email": "[email protected]" |
||
| 342 | } |
||
| 343 | ], |
||
| 344 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
| 345 | "homepage": "http://www.doctrine-project.org", |
||
| 346 | "keywords": [ |
||
| 347 | "inflection", |
||
| 348 | "pluralize", |
||
| 349 | "singularize", |
||
| 350 | "string" |
||
| 351 | ], |
||
| 352 | "time": "2015-11-06 14:35:42" |
||
| 353 | }, |
||
| 354 | { |
||
| 355 | "name": "doctrine/lexer", |
||
| 356 | "version": "v1.0.1", |
||
| 357 | "source": { |
||
| 358 | "type": "git", |
||
| 359 | "url": "https://github.com/doctrine/lexer.git", |
||
| 360 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
| 361 | }, |
||
| 362 | "dist": { |
||
| 363 | "type": "zip", |
||
| 364 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 365 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 366 | "shasum": "" |
||
| 367 | }, |
||
| 368 | "require": { |
||
| 369 | "php": ">=5.3.2" |
||
| 370 | }, |
||
| 371 | "type": "library", |
||
| 372 | "extra": { |
||
| 373 | "branch-alias": { |
||
| 374 | "dev-master": "1.0.x-dev" |
||
| 375 | } |
||
| 376 | }, |
||
| 377 | "autoload": { |
||
| 378 | "psr-0": { |
||
| 379 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 380 | } |
||
| 381 | }, |
||
| 382 | "notification-url": "https://packagist.org/downloads/", |
||
| 383 | "license": [ |
||
| 384 | "MIT" |
||
| 385 | ], |
||
| 386 | "authors": [ |
||
| 387 | { |
||
| 388 | "name": "Roman Borschel", |
||
| 389 | "email": "[email protected]" |
||
| 390 | }, |
||
| 391 | { |
||
| 392 | "name": "Guilherme Blanco", |
||
| 393 | "email": "[email protected]" |
||
| 394 | }, |
||
| 395 | { |
||
| 396 | "name": "Johannes Schmitt", |
||
| 397 | "email": "[email protected]" |
||
| 398 | } |
||
| 399 | ], |
||
| 400 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 401 | "homepage": "http://www.doctrine-project.org", |
||
| 402 | "keywords": [ |
||
| 403 | "lexer", |
||
| 404 | "parser" |
||
| 405 | ], |
||
| 406 | "time": "2014-09-09 13:34:57" |
||
| 407 | }, |
||
| 408 | { |
||
| 409 | "name": "jdr/mailer", |
||
| 410 | "version": "0.0.1", |
||
| 411 | "source": { |
||
| 412 | "type": "git", |
||
| 413 | "url": "https://github.com/johanderuijter/mailer.git", |
||
| 414 | "reference": "19da128a8a79d8a9b30145a3699690a72505de0c" |
||
| 415 | }, |
||
| 416 | "dist": { |
||
| 417 | "type": "zip", |
||
| 418 | "url": "https://api.github.com/repos/johanderuijter/mailer/zipball/19da128a8a79d8a9b30145a3699690a72505de0c", |
||
| 419 | "reference": "19da128a8a79d8a9b30145a3699690a72505de0c", |
||
| 420 | "shasum": "" |
||
| 421 | }, |
||
| 422 | "require": { |
||
| 423 | "php": "~7.0" |
||
| 424 | }, |
||
| 425 | "require-dev": { |
||
| 426 | "phpunit/phpunit": "~5.0", |
||
| 427 | "scrutinizer/ocular": "~1.1", |
||
| 428 | "squizlabs/php_codesniffer": "~2.3" |
||
| 429 | }, |
||
| 430 | "suggest": { |
||
| 431 | "jdr/mailer-swift-mailer-bridge": "Send emails using swiftmailer" |
||
| 432 | }, |
||
| 433 | "type": "library", |
||
| 434 | "extra": { |
||
| 435 | "branch-alias": { |
||
| 436 | "dev-master": "1.0-dev" |
||
| 437 | } |
||
| 438 | }, |
||
| 439 | "autoload": { |
||
| 440 | "psr-4": { |
||
| 441 | "JDR\\Mailer\\": "src" |
||
| 442 | } |
||
| 443 | }, |
||
| 444 | "notification-url": "https://packagist.org/downloads/", |
||
| 445 | "license": [ |
||
| 446 | "MIT" |
||
| 447 | ], |
||
| 448 | "authors": [ |
||
| 449 | { |
||
| 450 | "name": "Johan de Ruijter", |
||
| 451 | "email": "[email protected]", |
||
| 452 | "homepage": "http://johanderuijter.nl", |
||
| 453 | "role": "Developer" |
||
| 454 | } |
||
| 455 | ], |
||
| 456 | "description": "Build and send emails.", |
||
| 457 | "homepage": "https://github.com/johanderuijter/mailer", |
||
| 458 | "keywords": [ |
||
| 459 | "jdr", |
||
| 460 | "mailer" |
||
| 461 | ], |
||
| 462 | "time": "2016-10-08 10:32:40" |
||
| 463 | }, |
||
| 464 | { |
||
| 465 | "name": "jdr/mailer-swift-mailer-bridge", |
||
| 466 | "version": "0.0.1", |
||
| 467 | "source": { |
||
| 468 | "type": "git", |
||
| 469 | "url": "https://github.com/johanderuijter/mailer-swift-mailer-bridge.git", |
||
| 470 | "reference": "4d764841240d0461be65f6c78fb1d2ed89ff8b63" |
||
| 471 | }, |
||
| 472 | "dist": { |
||
| 473 | "type": "zip", |
||
| 474 | "url": "https://api.github.com/repos/johanderuijter/mailer-swift-mailer-bridge/zipball/4d764841240d0461be65f6c78fb1d2ed89ff8b63", |
||
| 475 | "reference": "4d764841240d0461be65f6c78fb1d2ed89ff8b63", |
||
| 476 | "shasum": "" |
||
| 477 | }, |
||
| 478 | "require": { |
||
| 479 | "jdr/mailer": "~0.0.1", |
||
| 480 | "php": "~7.0", |
||
| 481 | "swiftmailer/swiftmailer": "~5.0" |
||
| 482 | }, |
||
| 483 | "require-dev": { |
||
| 484 | "phpunit/phpunit": "~5.0", |
||
| 485 | "scrutinizer/ocular": "~1.1", |
||
| 486 | "squizlabs/php_codesniffer": "~2.3" |
||
| 487 | }, |
||
| 488 | "type": "library", |
||
| 489 | "extra": { |
||
| 490 | "branch-alias": { |
||
| 491 | "dev-master": "1.0-dev" |
||
| 492 | } |
||
| 493 | }, |
||
| 494 | "autoload": { |
||
| 495 | "psr-4": { |
||
| 496 | "JDR\\MailerSwiftMailerBridge\\": "src" |
||
| 497 | } |
||
| 498 | }, |
||
| 499 | "notification-url": "https://packagist.org/downloads/", |
||
| 500 | "license": [ |
||
| 501 | "MIT" |
||
| 502 | ], |
||
| 503 | "authors": [ |
||
| 504 | { |
||
| 505 | "name": "Johan de Ruijter", |
||
| 506 | "email": "[email protected]", |
||
| 507 | "homepage": "http://johanderuijter.nl", |
||
| 508 | "role": "Developer" |
||
| 509 | } |
||
| 510 | ], |
||
| 511 | "description": "Bridge for jdr/mailer that allows you to send emails using swift mailer", |
||
| 512 | "homepage": "https://github.com/johanderuijter/mailer-swift-mailer-bridge", |
||
| 513 | "keywords": [ |
||
| 514 | "jdr", |
||
| 515 | "mailer-swift-mailer-bridge" |
||
| 516 | ], |
||
| 517 | "time": "2016-10-08 10:43:16" |
||
| 518 | }, |
||
| 519 | { |
||
| 520 | "name": "paragonie/random_compat", |
||
| 521 | "version": "v2.0.2", |
||
| 522 | "source": { |
||
| 523 | "type": "git", |
||
| 524 | "url": "https://github.com/paragonie/random_compat.git", |
||
| 525 | "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf" |
||
| 526 | }, |
||
| 527 | "dist": { |
||
| 528 | "type": "zip", |
||
| 529 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf", |
||
| 530 | "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf", |
||
| 531 | "shasum": "" |
||
| 532 | }, |
||
| 533 | "require": { |
||
| 534 | "php": ">=5.2.0" |
||
| 535 | }, |
||
| 536 | "require-dev": { |
||
| 537 | "phpunit/phpunit": "4.*|5.*" |
||
| 538 | }, |
||
| 539 | "suggest": { |
||
| 540 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
| 541 | }, |
||
| 542 | "type": "library", |
||
| 543 | "autoload": { |
||
| 544 | "files": [ |
||
| 545 | "lib/random.php" |
||
| 546 | ] |
||
| 547 | }, |
||
| 548 | "notification-url": "https://packagist.org/downloads/", |
||
| 549 | "license": [ |
||
| 550 | "MIT" |
||
| 551 | ], |
||
| 552 | "authors": [ |
||
| 553 | { |
||
| 554 | "name": "Paragon Initiative Enterprises", |
||
| 555 | "email": "[email protected]", |
||
| 556 | "homepage": "https://paragonie.com" |
||
| 557 | } |
||
| 558 | ], |
||
| 559 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
| 560 | "keywords": [ |
||
| 561 | "csprng", |
||
| 562 | "pseudorandom", |
||
| 563 | "random" |
||
| 564 | ], |
||
| 565 | "time": "2016-04-03 06:00:07" |
||
| 566 | }, |
||
| 567 | { |
||
| 568 | "name": "psr/cache", |
||
| 569 | "version": "1.0.1", |
||
| 570 | "source": { |
||
| 571 | "type": "git", |
||
| 572 | "url": "https://github.com/php-fig/cache.git", |
||
| 573 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
||
| 574 | }, |
||
| 575 | "dist": { |
||
| 576 | "type": "zip", |
||
| 577 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
| 578 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
| 579 | "shasum": "" |
||
| 580 | }, |
||
| 581 | "require": { |
||
| 582 | "php": ">=5.3.0" |
||
| 583 | }, |
||
| 584 | "type": "library", |
||
| 585 | "extra": { |
||
| 586 | "branch-alias": { |
||
| 587 | "dev-master": "1.0.x-dev" |
||
| 588 | } |
||
| 589 | }, |
||
| 590 | "autoload": { |
||
| 591 | "psr-4": { |
||
| 592 | "Psr\\Cache\\": "src/" |
||
| 593 | } |
||
| 594 | }, |
||
| 595 | "notification-url": "https://packagist.org/downloads/", |
||
| 596 | "license": [ |
||
| 597 | "MIT" |
||
| 598 | ], |
||
| 599 | "authors": [ |
||
| 600 | { |
||
| 601 | "name": "PHP-FIG", |
||
| 602 | "homepage": "http://www.php-fig.org/" |
||
| 603 | } |
||
| 604 | ], |
||
| 605 | "description": "Common interface for caching libraries", |
||
| 606 | "keywords": [ |
||
| 607 | "cache", |
||
| 608 | "psr", |
||
| 609 | "psr-6" |
||
| 610 | ], |
||
| 611 | "time": "2016-08-06 20:24:11" |
||
| 612 | }, |
||
| 613 | { |
||
| 614 | "name": "psr/log", |
||
| 615 | "version": "1.0.1", |
||
| 616 | "source": { |
||
| 617 | "type": "git", |
||
| 618 | "url": "https://github.com/php-fig/log.git", |
||
| 619 | "reference": "5277094ed527a1c4477177d102fe4c53551953e0" |
||
| 620 | }, |
||
| 621 | "dist": { |
||
| 622 | "type": "zip", |
||
| 623 | "url": "https://api.github.com/repos/php-fig/log/zipball/5277094ed527a1c4477177d102fe4c53551953e0", |
||
| 624 | "reference": "5277094ed527a1c4477177d102fe4c53551953e0", |
||
| 625 | "shasum": "" |
||
| 626 | }, |
||
| 627 | "require": { |
||
| 628 | "php": ">=5.3.0" |
||
| 629 | }, |
||
| 630 | "type": "library", |
||
| 631 | "extra": { |
||
| 632 | "branch-alias": { |
||
| 633 | "dev-master": "1.0.x-dev" |
||
| 634 | } |
||
| 635 | }, |
||
| 636 | "autoload": { |
||
| 637 | "psr-4": { |
||
| 638 | "Psr\\Log\\": "Psr/Log/" |
||
| 639 | } |
||
| 640 | }, |
||
| 641 | "notification-url": "https://packagist.org/downloads/", |
||
| 642 | "license": [ |
||
| 643 | "MIT" |
||
| 644 | ], |
||
| 645 | "authors": [ |
||
| 646 | { |
||
| 647 | "name": "PHP-FIG", |
||
| 648 | "homepage": "http://www.php-fig.org/" |
||
| 649 | } |
||
| 650 | ], |
||
| 651 | "description": "Common interface for logging libraries", |
||
| 652 | "homepage": "https://github.com/php-fig/log", |
||
| 653 | "keywords": [ |
||
| 654 | "log", |
||
| 655 | "psr", |
||
| 656 | "psr-3" |
||
| 657 | ], |
||
| 658 | "time": "2016-09-19 16:02:08" |
||
| 659 | }, |
||
| 660 | { |
||
| 661 | "name": "swiftmailer/swiftmailer", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 662 | "version": "v5.4.3", |
||
| 663 | "source": { |
||
| 664 | "type": "git", |
||
| 665 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
| 666 | "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153" |
||
| 667 | }, |
||
| 668 | "dist": { |
||
| 669 | "type": "zip", |
||
| 670 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153", |
||
| 671 | "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153", |
||
| 672 | "shasum": "" |
||
| 673 | }, |
||
| 674 | "require": { |
||
| 675 | "php": ">=5.3.3" |
||
| 676 | }, |
||
| 677 | "require-dev": { |
||
| 678 | "mockery/mockery": "~0.9.1" |
||
| 679 | }, |
||
| 680 | "type": "library", |
||
| 681 | "extra": { |
||
| 682 | "branch-alias": { |
||
| 683 | "dev-master": "5.4-dev" |
||
| 684 | } |
||
| 685 | }, |
||
| 686 | "autoload": { |
||
| 687 | "files": [ |
||
| 688 | "lib/swift_required.php" |
||
| 689 | ] |
||
| 690 | }, |
||
| 691 | "notification-url": "https://packagist.org/downloads/", |
||
| 692 | "license": [ |
||
| 693 | "MIT" |
||
| 694 | ], |
||
| 695 | "authors": [ |
||
| 696 | { |
||
| 697 | "name": "Chris Corbyn" |
||
| 698 | }, |
||
| 699 | { |
||
| 700 | "name": "Fabien Potencier", |
||
| 701 | "email": "[email protected]" |
||
| 702 | } |
||
| 703 | ], |
||
| 704 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
| 705 | "homepage": "http://swiftmailer.org", |
||
| 706 | "keywords": [ |
||
| 707 | "email", |
||
| 708 | "mail", |
||
| 709 | "mailer" |
||
| 710 | ], |
||
| 711 | "time": "2016-07-08 11:51:25" |
||
| 712 | }, |
||
| 713 | { |
||
| 714 | "name": "symfony/polyfill-intl-icu", |
||
| 715 | "version": "v1.2.0", |
||
| 716 | "source": { |
||
| 717 | "type": "git", |
||
| 718 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
| 719 | "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f" |
||
| 720 | }, |
||
| 721 | "dist": { |
||
| 722 | "type": "zip", |
||
| 723 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/0f8dc2c45f69f8672379e9210bca4a115cd5146f", |
||
| 724 | "reference": "0f8dc2c45f69f8672379e9210bca4a115cd5146f", |
||
| 725 | "shasum": "" |
||
| 726 | }, |
||
| 727 | "require": { |
||
| 728 | "php": ">=5.3.3", |
||
| 729 | "symfony/intl": "~2.3|~3.0" |
||
| 730 | }, |
||
| 731 | "suggest": { |
||
| 732 | "ext-intl": "For best performance" |
||
| 733 | }, |
||
| 734 | "type": "library", |
||
| 735 | "extra": { |
||
| 736 | "branch-alias": { |
||
| 737 | "dev-master": "1.2-dev" |
||
| 738 | } |
||
| 739 | }, |
||
| 740 | "autoload": { |
||
| 741 | "files": [ |
||
| 742 | "bootstrap.php" |
||
| 743 | ] |
||
| 744 | }, |
||
| 745 | "notification-url": "https://packagist.org/downloads/", |
||
| 746 | "license": [ |
||
| 747 | "MIT" |
||
| 748 | ], |
||
| 749 | "authors": [ |
||
| 750 | { |
||
| 751 | "name": "Nicolas Grekas", |
||
| 752 | "email": "[email protected]" |
||
| 753 | }, |
||
| 754 | { |
||
| 755 | "name": "Symfony Community", |
||
| 756 | "homepage": "https://symfony.com/contributors" |
||
| 757 | } |
||
| 758 | ], |
||
| 759 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
| 760 | "homepage": "https://symfony.com", |
||
| 761 | "keywords": [ |
||
| 762 | "compatibility", |
||
| 763 | "icu", |
||
| 764 | "intl", |
||
| 765 | "polyfill", |
||
| 766 | "portable", |
||
| 767 | "shim" |
||
| 768 | ], |
||
| 769 | "time": "2016-05-18 14:26:46" |
||
| 770 | }, |
||
| 771 | { |
||
| 772 | "name": "symfony/polyfill-mbstring", |
||
| 773 | "version": "v1.2.0", |
||
| 774 | "source": { |
||
| 775 | "type": "git", |
||
| 776 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 777 | "reference": "dff51f72b0706335131b00a7f49606168c582594" |
||
| 778 | }, |
||
| 779 | "dist": { |
||
| 780 | "type": "zip", |
||
| 781 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594", |
||
| 782 | "reference": "dff51f72b0706335131b00a7f49606168c582594", |
||
| 783 | "shasum": "" |
||
| 784 | }, |
||
| 785 | "require": { |
||
| 786 | "php": ">=5.3.3" |
||
| 787 | }, |
||
| 788 | "suggest": { |
||
| 789 | "ext-mbstring": "For best performance" |
||
| 790 | }, |
||
| 791 | "type": "library", |
||
| 792 | "extra": { |
||
| 793 | "branch-alias": { |
||
| 794 | "dev-master": "1.2-dev" |
||
| 795 | } |
||
| 796 | }, |
||
| 797 | "autoload": { |
||
| 798 | "psr-4": { |
||
| 799 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 800 | }, |
||
| 801 | "files": [ |
||
| 802 | "bootstrap.php" |
||
| 803 | ] |
||
| 804 | }, |
||
| 805 | "notification-url": "https://packagist.org/downloads/", |
||
| 806 | "license": [ |
||
| 807 | "MIT" |
||
| 808 | ], |
||
| 809 | "authors": [ |
||
| 810 | { |
||
| 811 | "name": "Nicolas Grekas", |
||
| 812 | "email": "[email protected]" |
||
| 813 | }, |
||
| 814 | { |
||
| 815 | "name": "Symfony Community", |
||
| 816 | "homepage": "https://symfony.com/contributors" |
||
| 817 | } |
||
| 818 | ], |
||
| 819 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 820 | "homepage": "https://symfony.com", |
||
| 821 | "keywords": [ |
||
| 822 | "compatibility", |
||
| 823 | "mbstring", |
||
| 824 | "polyfill", |
||
| 825 | "portable", |
||
| 826 | "shim" |
||
| 827 | ], |
||
| 828 | "time": "2016-05-18 14:26:46" |
||
| 829 | }, |
||
| 830 | { |
||
| 831 | "name": "symfony/polyfill-php56", |
||
| 832 | "version": "v1.2.0", |
||
| 833 | "source": { |
||
| 834 | "type": "git", |
||
| 835 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
| 836 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a" |
||
| 837 | }, |
||
| 838 | "dist": { |
||
| 839 | "type": "zip", |
||
| 840 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
| 841 | "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a", |
||
| 842 | "shasum": "" |
||
| 843 | }, |
||
| 844 | "require": { |
||
| 845 | "php": ">=5.3.3", |
||
| 846 | "symfony/polyfill-util": "~1.0" |
||
| 847 | }, |
||
| 848 | "type": "library", |
||
| 849 | "extra": { |
||
| 850 | "branch-alias": { |
||
| 851 | "dev-master": "1.2-dev" |
||
| 852 | } |
||
| 853 | }, |
||
| 854 | "autoload": { |
||
| 855 | "psr-4": { |
||
| 856 | "Symfony\\Polyfill\\Php56\\": "" |
||
| 857 | }, |
||
| 858 | "files": [ |
||
| 859 | "bootstrap.php" |
||
| 860 | ] |
||
| 861 | }, |
||
| 862 | "notification-url": "https://packagist.org/downloads/", |
||
| 863 | "license": [ |
||
| 864 | "MIT" |
||
| 865 | ], |
||
| 866 | "authors": [ |
||
| 867 | { |
||
| 868 | "name": "Nicolas Grekas", |
||
| 869 | "email": "[email protected]" |
||
| 870 | }, |
||
| 871 | { |
||
| 872 | "name": "Symfony Community", |
||
| 873 | "homepage": "https://symfony.com/contributors" |
||
| 874 | } |
||
| 875 | ], |
||
| 876 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
| 877 | "homepage": "https://symfony.com", |
||
| 878 | "keywords": [ |
||
| 879 | "compatibility", |
||
| 880 | "polyfill", |
||
| 881 | "portable", |
||
| 882 | "shim" |
||
| 883 | ], |
||
| 884 | "time": "2016-05-18 14:26:46" |
||
| 885 | }, |
||
| 886 | { |
||
| 887 | "name": "symfony/polyfill-php70", |
||
| 888 | "version": "v1.2.0", |
||
| 889 | "source": { |
||
| 890 | "type": "git", |
||
| 891 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
| 892 | "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85" |
||
| 893 | }, |
||
| 894 | "dist": { |
||
| 895 | "type": "zip", |
||
| 896 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/a42f4b6b05ed458910f8af4c4e1121b0101b2d85", |
||
| 897 | "reference": "a42f4b6b05ed458910f8af4c4e1121b0101b2d85", |
||
| 898 | "shasum": "" |
||
| 899 | }, |
||
| 900 | "require": { |
||
| 901 | "paragonie/random_compat": "~1.0|~2.0", |
||
| 902 | "php": ">=5.3.3" |
||
| 903 | }, |
||
| 904 | "type": "library", |
||
| 905 | "extra": { |
||
| 906 | "branch-alias": { |
||
| 907 | "dev-master": "1.2-dev" |
||
| 908 | } |
||
| 909 | }, |
||
| 910 | "autoload": { |
||
| 911 | "psr-4": { |
||
| 912 | "Symfony\\Polyfill\\Php70\\": "" |
||
| 913 | }, |
||
| 914 | "files": [ |
||
| 915 | "bootstrap.php" |
||
| 916 | ], |
||
| 917 | "classmap": [ |
||
| 918 | "Resources/stubs" |
||
| 919 | ] |
||
| 920 | }, |
||
| 921 | "notification-url": "https://packagist.org/downloads/", |
||
| 922 | "license": [ |
||
| 923 | "MIT" |
||
| 924 | ], |
||
| 925 | "authors": [ |
||
| 926 | { |
||
| 927 | "name": "Nicolas Grekas", |
||
| 928 | "email": "[email protected]" |
||
| 929 | }, |
||
| 930 | { |
||
| 931 | "name": "Symfony Community", |
||
| 932 | "homepage": "https://symfony.com/contributors" |
||
| 933 | } |
||
| 934 | ], |
||
| 935 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
| 936 | "homepage": "https://symfony.com", |
||
| 937 | "keywords": [ |
||
| 938 | "compatibility", |
||
| 939 | "polyfill", |
||
| 940 | "portable", |
||
| 941 | "shim" |
||
| 942 | ], |
||
| 943 | "time": "2016-05-18 14:26:46" |
||
| 944 | }, |
||
| 945 | { |
||
| 946 | "name": "symfony/polyfill-util", |
||
| 947 | "version": "v1.2.0", |
||
| 948 | "source": { |
||
| 949 | "type": "git", |
||
| 950 | "url": "https://github.com/symfony/polyfill-util.git", |
||
| 951 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99" |
||
| 952 | }, |
||
| 953 | "dist": { |
||
| 954 | "type": "zip", |
||
| 955 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
| 956 | "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99", |
||
| 957 | "shasum": "" |
||
| 958 | }, |
||
| 959 | "require": { |
||
| 960 | "php": ">=5.3.3" |
||
| 961 | }, |
||
| 962 | "type": "library", |
||
| 963 | "extra": { |
||
| 964 | "branch-alias": { |
||
| 965 | "dev-master": "1.2-dev" |
||
| 966 | } |
||
| 967 | }, |
||
| 968 | "autoload": { |
||
| 969 | "psr-4": { |
||
| 970 | "Symfony\\Polyfill\\Util\\": "" |
||
| 971 | } |
||
| 972 | }, |
||
| 973 | "notification-url": "https://packagist.org/downloads/", |
||
| 974 | "license": [ |
||
| 975 | "MIT" |
||
| 976 | ], |
||
| 977 | "authors": [ |
||
| 978 | { |
||
| 979 | "name": "Nicolas Grekas", |
||
| 980 | "email": "[email protected]" |
||
| 981 | }, |
||
| 982 | { |
||
| 983 | "name": "Symfony Community", |
||
| 984 | "homepage": "https://symfony.com/contributors" |
||
| 985 | } |
||
| 986 | ], |
||
| 987 | "description": "Symfony utilities for portability of PHP codes", |
||
| 988 | "homepage": "https://symfony.com", |
||
| 989 | "keywords": [ |
||
| 990 | "compat", |
||
| 991 | "compatibility", |
||
| 992 | "polyfill", |
||
| 993 | "shim" |
||
| 994 | ], |
||
| 995 | "time": "2016-05-18 14:26:46" |
||
| 996 | }, |
||
| 997 | { |
||
| 998 | "name": "symfony/symfony", |
||
| 999 | "version": "v3.1.5", |
||
| 1000 | "source": { |
||
| 1001 | "type": "git", |
||
| 1002 | "url": "https://github.com/symfony/symfony.git", |
||
| 1003 | "reference": "e7e1d01fe103de78bca6fbf7f6f4acf64482d63c" |
||
| 1004 | }, |
||
| 1005 | "dist": { |
||
| 1006 | "type": "zip", |
||
| 1007 | "url": "https://api.github.com/repos/symfony/symfony/zipball/e7e1d01fe103de78bca6fbf7f6f4acf64482d63c", |
||
| 1008 | "reference": "e7e1d01fe103de78bca6fbf7f6f4acf64482d63c", |
||
| 1009 | "shasum": "" |
||
| 1010 | }, |
||
| 1011 | "require": { |
||
| 1012 | "doctrine/common": "~2.4", |
||
| 1013 | "php": ">=5.5.9", |
||
| 1014 | "psr/cache": "~1.0", |
||
| 1015 | "psr/log": "~1.0", |
||
| 1016 | "symfony/polyfill-intl-icu": "~1.0", |
||
| 1017 | "symfony/polyfill-mbstring": "~1.0", |
||
| 1018 | "symfony/polyfill-php56": "~1.0", |
||
| 1019 | "symfony/polyfill-php70": "~1.0", |
||
| 1020 | "symfony/polyfill-util": "~1.0", |
||
| 1021 | "twig/twig": "~1.26|~2.0" |
||
| 1022 | }, |
||
| 1023 | "conflict": { |
||
| 1024 | "phpdocumentor/reflection-docblock": "<3.0", |
||
| 1025 | "phpdocumentor/type-resolver": "<0.2.0" |
||
| 1026 | }, |
||
| 1027 | "provide": { |
||
| 1028 | "psr/cache-implementation": "1.0" |
||
| 1029 | }, |
||
| 1030 | "replace": { |
||
| 1031 | "symfony/asset": "self.version", |
||
| 1032 | "symfony/browser-kit": "self.version", |
||
| 1033 | "symfony/cache": "self.version", |
||
| 1034 | "symfony/class-loader": "self.version", |
||
| 1035 | "symfony/config": "self.version", |
||
| 1036 | "symfony/console": "self.version", |
||
| 1037 | "symfony/css-selector": "self.version", |
||
| 1038 | "symfony/debug": "self.version", |
||
| 1039 | "symfony/debug-bundle": "self.version", |
||
| 1040 | "symfony/dependency-injection": "self.version", |
||
| 1041 | "symfony/doctrine-bridge": "self.version", |
||
| 1042 | "symfony/dom-crawler": "self.version", |
||
| 1043 | "symfony/event-dispatcher": "self.version", |
||
| 1044 | "symfony/expression-language": "self.version", |
||
| 1045 | "symfony/filesystem": "self.version", |
||
| 1046 | "symfony/finder": "self.version", |
||
| 1047 | "symfony/form": "self.version", |
||
| 1048 | "symfony/framework-bundle": "self.version", |
||
| 1049 | "symfony/http-foundation": "self.version", |
||
| 1050 | "symfony/http-kernel": "self.version", |
||
| 1051 | "symfony/inflector": "self.version", |
||
| 1052 | "symfony/intl": "self.version", |
||
| 1053 | "symfony/ldap": "self.version", |
||
| 1054 | "symfony/monolog-bridge": "self.version", |
||
| 1055 | "symfony/options-resolver": "self.version", |
||
| 1056 | "symfony/process": "self.version", |
||
| 1057 | "symfony/property-access": "self.version", |
||
| 1058 | "symfony/property-info": "self.version", |
||
| 1059 | "symfony/proxy-manager-bridge": "self.version", |
||
| 1060 | "symfony/routing": "self.version", |
||
| 1061 | "symfony/security": "self.version", |
||
| 1062 | "symfony/security-bundle": "self.version", |
||
| 1063 | "symfony/security-core": "self.version", |
||
| 1064 | "symfony/security-csrf": "self.version", |
||
| 1065 | "symfony/security-guard": "self.version", |
||
| 1066 | "symfony/security-http": "self.version", |
||
| 1067 | "symfony/serializer": "self.version", |
||
| 1068 | "symfony/stopwatch": "self.version", |
||
| 1069 | "symfony/templating": "self.version", |
||
| 1070 | "symfony/translation": "self.version", |
||
| 1071 | "symfony/twig-bridge": "self.version", |
||
| 1072 | "symfony/twig-bundle": "self.version", |
||
| 1073 | "symfony/validator": "self.version", |
||
| 1074 | "symfony/var-dumper": "self.version", |
||
| 1075 | "symfony/web-profiler-bundle": "self.version", |
||
| 1076 | "symfony/yaml": "self.version" |
||
| 1077 | }, |
||
| 1078 | "require-dev": { |
||
| 1079 | "cache/integration-tests": "dev-master", |
||
| 1080 | "doctrine/cache": "~1.6", |
||
| 1081 | "doctrine/data-fixtures": "1.0.*", |
||
| 1082 | "doctrine/dbal": "~2.4", |
||
| 1083 | "doctrine/doctrine-bundle": "~1.4", |
||
| 1084 | "doctrine/orm": "~2.4,>=2.4.5", |
||
| 1085 | "egulias/email-validator": "~1.2,>=1.2.1", |
||
| 1086 | "monolog/monolog": "~1.11", |
||
| 1087 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", |
||
| 1088 | "phpdocumentor/reflection-docblock": "^3.0", |
||
| 1089 | "predis/predis": "~1.0", |
||
| 1090 | "symfony/phpunit-bridge": "~3.2", |
||
| 1091 | "symfony/polyfill-apcu": "~1.1", |
||
| 1092 | "symfony/security-acl": "~2.8|~3.0" |
||
| 1093 | }, |
||
| 1094 | "type": "library", |
||
| 1095 | "extra": { |
||
| 1096 | "branch-alias": { |
||
| 1097 | "dev-master": "3.1-dev" |
||
| 1098 | } |
||
| 1099 | }, |
||
| 1100 | "autoload": { |
||
| 1101 | "psr-4": { |
||
| 1102 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
| 1103 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
| 1104 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
| 1105 | "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/", |
||
| 1106 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
| 1107 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
| 1108 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
| 1109 | }, |
||
| 1110 | "classmap": [ |
||
| 1111 | "src/Symfony/Component/Intl/Resources/stubs" |
||
| 1112 | ], |
||
| 1113 | "exclude-from-classmap": [ |
||
| 1114 | "**/Tests/" |
||
| 1115 | ] |
||
| 1116 | }, |
||
| 1117 | "notification-url": "https://packagist.org/downloads/", |
||
| 1118 | "license": [ |
||
| 1119 | "MIT" |
||
| 1120 | ], |
||
| 1121 | "authors": [ |
||
| 1122 | { |
||
| 1123 | "name": "Fabien Potencier", |
||
| 1124 | "email": "[email protected]" |
||
| 1125 | }, |
||
| 1126 | { |
||
| 1127 | "name": "Symfony Community", |
||
| 1128 | "homepage": "https://symfony.com/contributors" |
||
| 1129 | } |
||
| 1130 | ], |
||
| 1131 | "description": "The Symfony PHP framework", |
||
| 1132 | "homepage": "https://symfony.com", |
||
| 1133 | "keywords": [ |
||
| 1134 | "framework" |
||
| 1135 | ], |
||
| 1136 | "time": "2016-10-03 19:01:14" |
||
| 1137 | }, |
||
| 1138 | { |
||
| 1139 | "name": "twig/twig", |
||
| 1140 | "version": "v1.26.1", |
||
| 1141 | "source": { |
||
| 1142 | "type": "git", |
||
| 1143 | "url": "https://github.com/twigphp/Twig.git", |
||
| 1144 | "reference": "a09d8ee17ac1cfea29ed60c83960ad685c6a898d" |
||
| 1145 | }, |
||
| 1146 | "dist": { |
||
| 1147 | "type": "zip", |
||
| 1148 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/a09d8ee17ac1cfea29ed60c83960ad685c6a898d", |
||
| 1149 | "reference": "a09d8ee17ac1cfea29ed60c83960ad685c6a898d", |
||
| 1150 | "shasum": "" |
||
| 1151 | }, |
||
| 1152 | "require": { |
||
| 1153 | "php": ">=5.2.7" |
||
| 1154 | }, |
||
| 1155 | "require-dev": { |
||
| 1156 | "symfony/debug": "~2.7", |
||
| 1157 | "symfony/phpunit-bridge": "~2.7" |
||
| 1158 | }, |
||
| 1159 | "type": "library", |
||
| 1160 | "extra": { |
||
| 1161 | "branch-alias": { |
||
| 1162 | "dev-master": "1.26-dev" |
||
| 1163 | } |
||
| 1164 | }, |
||
| 1165 | "autoload": { |
||
| 1166 | "psr-0": { |
||
| 1167 | "Twig_": "lib/" |
||
| 1168 | } |
||
| 1169 | }, |
||
| 1170 | "notification-url": "https://packagist.org/downloads/", |
||
| 1171 | "license": [ |
||
| 1172 | "BSD-3-Clause" |
||
| 1173 | ], |
||
| 1174 | "authors": [ |
||
| 1175 | { |
||
| 1176 | "name": "Fabien Potencier", |
||
| 1177 | "email": "[email protected]", |
||
| 1178 | "homepage": "http://fabien.potencier.org", |
||
| 1179 | "role": "Lead Developer" |
||
| 1180 | }, |
||
| 1181 | { |
||
| 1182 | "name": "Armin Ronacher", |
||
| 1183 | "email": "[email protected]", |
||
| 1184 | "role": "Project Founder" |
||
| 1185 | }, |
||
| 1186 | { |
||
| 1187 | "name": "Twig Team", |
||
| 1188 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
| 1189 | "role": "Contributors" |
||
| 1190 | } |
||
| 1191 | ], |
||
| 1192 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
| 1193 | "homepage": "http://twig.sensiolabs.org", |
||
| 1194 | "keywords": [ |
||
| 1195 | "templating" |
||
| 1196 | ], |
||
| 1197 | "time": "2016-10-05 18:57:41" |
||
| 1198 | } |
||
| 1199 | ], |
||
| 1200 | "packages-dev": [ |
||
| 1201 | { |
||
| 1202 | "name": "doctrine/instantiator", |
||
| 1203 | "version": "1.0.5", |
||
| 1204 | "source": { |
||
| 1205 | "type": "git", |
||
| 1206 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 1207 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
| 1208 | }, |
||
| 1209 | "dist": { |
||
| 1210 | "type": "zip", |
||
| 1211 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 1212 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 1213 | "shasum": "" |
||
| 1214 | }, |
||
| 1215 | "require": { |
||
| 1216 | "php": ">=5.3,<8.0-DEV" |
||
| 1217 | }, |
||
| 1218 | "require-dev": { |
||
| 1219 | "athletic/athletic": "~0.1.8", |
||
| 1220 | "ext-pdo": "*", |
||
| 1221 | "ext-phar": "*", |
||
| 1222 | "phpunit/phpunit": "~4.0", |
||
| 1223 | "squizlabs/php_codesniffer": "~2.0" |
||
| 1224 | }, |
||
| 1225 | "type": "library", |
||
| 1226 | "extra": { |
||
| 1227 | "branch-alias": { |
||
| 1228 | "dev-master": "1.0.x-dev" |
||
| 1229 | } |
||
| 1230 | }, |
||
| 1231 | "autoload": { |
||
| 1232 | "psr-4": { |
||
| 1233 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
| 1234 | } |
||
| 1235 | }, |
||
| 1236 | "notification-url": "https://packagist.org/downloads/", |
||
| 1237 | "license": [ |
||
| 1238 | "MIT" |
||
| 1239 | ], |
||
| 1240 | "authors": [ |
||
| 1241 | { |
||
| 1242 | "name": "Marco Pivetta", |
||
| 1243 | "email": "[email protected]", |
||
| 1244 | "homepage": "http://ocramius.github.com/" |
||
| 1245 | } |
||
| 1246 | ], |
||
| 1247 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 1248 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 1249 | "keywords": [ |
||
| 1250 | "constructor", |
||
| 1251 | "instantiate" |
||
| 1252 | ], |
||
| 1253 | "time": "2015-06-14 21:17:01" |
||
| 1254 | }, |
||
| 1255 | { |
||
| 1256 | "name": "guzzlehttp/guzzle", |
||
| 1257 | "version": "v3.8.1", |
||
| 1258 | "source": { |
||
| 1259 | "type": "git", |
||
| 1260 | "url": "https://github.com/guzzle/guzzle.git", |
||
| 1261 | "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba" |
||
| 1262 | }, |
||
| 1263 | "dist": { |
||
| 1264 | "type": "zip", |
||
| 1265 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba", |
||
| 1266 | "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba", |
||
| 1267 | "shasum": "" |
||
| 1268 | }, |
||
| 1269 | "require": { |
||
| 1270 | "ext-curl": "*", |
||
| 1271 | "php": ">=5.3.3", |
||
| 1272 | "symfony/event-dispatcher": ">=2.1" |
||
| 1273 | }, |
||
| 1274 | "replace": { |
||
| 1275 | "guzzle/batch": "self.version", |
||
| 1276 | "guzzle/cache": "self.version", |
||
| 1277 | "guzzle/common": "self.version", |
||
| 1278 | "guzzle/http": "self.version", |
||
| 1279 | "guzzle/inflection": "self.version", |
||
| 1280 | "guzzle/iterator": "self.version", |
||
| 1281 | "guzzle/log": "self.version", |
||
| 1282 | "guzzle/parser": "self.version", |
||
| 1283 | "guzzle/plugin": "self.version", |
||
| 1284 | "guzzle/plugin-async": "self.version", |
||
| 1285 | "guzzle/plugin-backoff": "self.version", |
||
| 1286 | "guzzle/plugin-cache": "self.version", |
||
| 1287 | "guzzle/plugin-cookie": "self.version", |
||
| 1288 | "guzzle/plugin-curlauth": "self.version", |
||
| 1289 | "guzzle/plugin-error-response": "self.version", |
||
| 1290 | "guzzle/plugin-history": "self.version", |
||
| 1291 | "guzzle/plugin-log": "self.version", |
||
| 1292 | "guzzle/plugin-md5": "self.version", |
||
| 1293 | "guzzle/plugin-mock": "self.version", |
||
| 1294 | "guzzle/plugin-oauth": "self.version", |
||
| 1295 | "guzzle/service": "self.version", |
||
| 1296 | "guzzle/stream": "self.version" |
||
| 1297 | }, |
||
| 1298 | "require-dev": { |
||
| 1299 | "doctrine/cache": "*", |
||
| 1300 | "monolog/monolog": "1.*", |
||
| 1301 | "phpunit/phpunit": "3.7.*", |
||
| 1302 | "psr/log": "1.0.*", |
||
| 1303 | "symfony/class-loader": "*", |
||
| 1304 | "zendframework/zend-cache": "<2.3", |
||
| 1305 | "zendframework/zend-log": "<2.3" |
||
| 1306 | }, |
||
| 1307 | "type": "library", |
||
| 1308 | "extra": { |
||
| 1309 | "branch-alias": { |
||
| 1310 | "dev-master": "3.8-dev" |
||
| 1311 | } |
||
| 1312 | }, |
||
| 1313 | "autoload": { |
||
| 1314 | "psr-0": { |
||
| 1315 | "Guzzle": "src/", |
||
| 1316 | "Guzzle\\Tests": "tests/" |
||
| 1317 | } |
||
| 1318 | }, |
||
| 1319 | "notification-url": "https://packagist.org/downloads/", |
||
| 1320 | "license": [ |
||
| 1321 | "MIT" |
||
| 1322 | ], |
||
| 1323 | "authors": [ |
||
| 1324 | { |
||
| 1325 | "name": "Michael Dowling", |
||
| 1326 | "email": "[email protected]", |
||
| 1327 | "homepage": "https://github.com/mtdowling" |
||
| 1328 | }, |
||
| 1329 | { |
||
| 1330 | "name": "Guzzle Community", |
||
| 1331 | "homepage": "https://github.com/guzzle/guzzle/contributors" |
||
| 1332 | } |
||
| 1333 | ], |
||
| 1334 | "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", |
||
| 1335 | "homepage": "http://guzzlephp.org/", |
||
| 1336 | "keywords": [ |
||
| 1337 | "client", |
||
| 1338 | "curl", |
||
| 1339 | "framework", |
||
| 1340 | "http", |
||
| 1341 | "http client", |
||
| 1342 | "rest", |
||
| 1343 | "web service" |
||
| 1344 | ], |
||
| 1345 | "time": "2014-01-28 22:29:15" |
||
| 1346 | }, |
||
| 1347 | { |
||
| 1348 | "name": "jms/metadata", |
||
| 1349 | "version": "1.5.1", |
||
| 1350 | "source": { |
||
| 1351 | "type": "git", |
||
| 1352 | "url": "https://github.com/schmittjoh/metadata.git", |
||
| 1353 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353" |
||
| 1354 | }, |
||
| 1355 | "dist": { |
||
| 1356 | "type": "zip", |
||
| 1357 | "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353", |
||
| 1358 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353", |
||
| 1359 | "shasum": "" |
||
| 1360 | }, |
||
| 1361 | "require": { |
||
| 1362 | "php": ">=5.3.0" |
||
| 1363 | }, |
||
| 1364 | "require-dev": { |
||
| 1365 | "doctrine/cache": "~1.0" |
||
| 1366 | }, |
||
| 1367 | "type": "library", |
||
| 1368 | "extra": { |
||
| 1369 | "branch-alias": { |
||
| 1370 | "dev-master": "1.5.x-dev" |
||
| 1371 | } |
||
| 1372 | }, |
||
| 1373 | "autoload": { |
||
| 1374 | "psr-0": { |
||
| 1375 | "Metadata\\": "src/" |
||
| 1376 | } |
||
| 1377 | }, |
||
| 1378 | "notification-url": "https://packagist.org/downloads/", |
||
| 1379 | "license": [ |
||
| 1380 | "Apache" |
||
| 1381 | ], |
||
| 1382 | "authors": [ |
||
| 1383 | { |
||
| 1384 | "name": "Johannes Schmitt", |
||
| 1385 | "email": "[email protected]", |
||
| 1386 | "homepage": "https://github.com/schmittjoh", |
||
| 1387 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 1388 | } |
||
| 1389 | ], |
||
| 1390 | "description": "Class/method/property metadata management in PHP", |
||
| 1391 | "keywords": [ |
||
| 1392 | "annotations", |
||
| 1393 | "metadata", |
||
| 1394 | "xml", |
||
| 1395 | "yaml" |
||
| 1396 | ], |
||
| 1397 | "time": "2014-07-12 07:13:19" |
||
| 1398 | }, |
||
| 1399 | { |
||
| 1400 | "name": "jms/parser-lib", |
||
| 1401 | "version": "1.0.0", |
||
| 1402 | "source": { |
||
| 1403 | "type": "git", |
||
| 1404 | "url": "https://github.com/schmittjoh/parser-lib.git", |
||
| 1405 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" |
||
| 1406 | }, |
||
| 1407 | "dist": { |
||
| 1408 | "type": "zip", |
||
| 1409 | "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
| 1410 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
| 1411 | "shasum": "" |
||
| 1412 | }, |
||
| 1413 | "require": { |
||
| 1414 | "phpoption/phpoption": ">=0.9,<2.0-dev" |
||
| 1415 | }, |
||
| 1416 | "type": "library", |
||
| 1417 | "extra": { |
||
| 1418 | "branch-alias": { |
||
| 1419 | "dev-master": "1.0-dev" |
||
| 1420 | } |
||
| 1421 | }, |
||
| 1422 | "autoload": { |
||
| 1423 | "psr-0": { |
||
| 1424 | "JMS\\": "src/" |
||
| 1425 | } |
||
| 1426 | }, |
||
| 1427 | "notification-url": "https://packagist.org/downloads/", |
||
| 1428 | "license": [ |
||
| 1429 | "Apache2" |
||
| 1430 | ], |
||
| 1431 | "description": "A library for easily creating recursive-descent parsers.", |
||
| 1432 | "time": "2012-11-18 18:08:43" |
||
| 1433 | }, |
||
| 1434 | { |
||
| 1435 | "name": "jms/serializer", |
||
| 1436 | "version": "1.3.1", |
||
| 1437 | "source": { |
||
| 1438 | "type": "git", |
||
| 1439 | "url": "https://github.com/schmittjoh/serializer.git", |
||
| 1440 | "reference": "705d0b4633b9c44e6253aa18306b3972282cd3a3" |
||
| 1441 | }, |
||
| 1442 | "dist": { |
||
| 1443 | "type": "zip", |
||
| 1444 | "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/705d0b4633b9c44e6253aa18306b3972282cd3a3", |
||
| 1445 | "reference": "705d0b4633b9c44e6253aa18306b3972282cd3a3", |
||
| 1446 | "shasum": "" |
||
| 1447 | }, |
||
| 1448 | "require": { |
||
| 1449 | "doctrine/annotations": "^1.0", |
||
| 1450 | "doctrine/instantiator": "^1.0.3", |
||
| 1451 | "jms/metadata": "~1.1", |
||
| 1452 | "jms/parser-lib": "1.*", |
||
| 1453 | "php": ">=5.5.0", |
||
| 1454 | "phpcollection/phpcollection": "~0.1", |
||
| 1455 | "phpoption/phpoption": "^1.1" |
||
| 1456 | }, |
||
| 1457 | "conflict": { |
||
| 1458 | "twig/twig": "<1.12" |
||
| 1459 | }, |
||
| 1460 | "require-dev": { |
||
| 1461 | "doctrine/orm": "~2.1", |
||
| 1462 | "doctrine/phpcr-odm": "^1.3|^2.0", |
||
| 1463 | "jackalope/jackalope-doctrine-dbal": "^1.1.5", |
||
| 1464 | "phpunit/phpunit": "^4.8|^5.0", |
||
| 1465 | "propel/propel1": "~1.7", |
||
| 1466 | "symfony/filesystem": "^2.1", |
||
| 1467 | "symfony/form": "~2.1", |
||
| 1468 | "symfony/translation": "^2.1", |
||
| 1469 | "symfony/validator": "^2.2", |
||
| 1470 | "symfony/yaml": "^2.1", |
||
| 1471 | "twig/twig": "~1.12|~2.0" |
||
| 1472 | }, |
||
| 1473 | "suggest": { |
||
| 1474 | "symfony/yaml": "Required if you'd like to serialize data to YAML format." |
||
| 1475 | }, |
||
| 1476 | "type": "library", |
||
| 1477 | "extra": { |
||
| 1478 | "branch-alias": { |
||
| 1479 | "dev-master": "1.3-dev" |
||
| 1480 | } |
||
| 1481 | }, |
||
| 1482 | "autoload": { |
||
| 1483 | "psr-0": { |
||
| 1484 | "JMS\\Serializer": "src/" |
||
| 1485 | } |
||
| 1486 | }, |
||
| 1487 | "notification-url": "https://packagist.org/downloads/", |
||
| 1488 | "license": [ |
||
| 1489 | "Apache2" |
||
| 1490 | ], |
||
| 1491 | "authors": [ |
||
| 1492 | { |
||
| 1493 | "name": "Johannes M. Schmitt", |
||
| 1494 | "email": "[email protected]" |
||
| 1495 | } |
||
| 1496 | ], |
||
| 1497 | "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", |
||
| 1498 | "homepage": "http://jmsyst.com/libs/serializer", |
||
| 1499 | "keywords": [ |
||
| 1500 | "deserialization", |
||
| 1501 | "jaxb", |
||
| 1502 | "json", |
||
| 1503 | "serialization", |
||
| 1504 | "xml" |
||
| 1505 | ], |
||
| 1506 | "time": "2016-08-23 17:20:24" |
||
| 1507 | }, |
||
| 1508 | { |
||
| 1509 | "name": "myclabs/deep-copy", |
||
| 1510 | "version": "1.5.4", |
||
| 1511 | "source": { |
||
| 1512 | "type": "git", |
||
| 1513 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
| 1514 | "reference": "ea74994a3dc7f8d2f65a06009348f2d63c81e61f" |
||
| 1515 | }, |
||
| 1516 | "dist": { |
||
| 1517 | "type": "zip", |
||
| 1518 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ea74994a3dc7f8d2f65a06009348f2d63c81e61f", |
||
| 1519 | "reference": "ea74994a3dc7f8d2f65a06009348f2d63c81e61f", |
||
| 1520 | "shasum": "" |
||
| 1521 | }, |
||
| 1522 | "require": { |
||
| 1523 | "php": ">=5.4.0" |
||
| 1524 | }, |
||
| 1525 | "require-dev": { |
||
| 1526 | "doctrine/collections": "1.*", |
||
| 1527 | "phpunit/phpunit": "~4.1" |
||
| 1528 | }, |
||
| 1529 | "type": "library", |
||
| 1530 | "autoload": { |
||
| 1531 | "psr-4": { |
||
| 1532 | "DeepCopy\\": "src/DeepCopy/" |
||
| 1533 | } |
||
| 1534 | }, |
||
| 1535 | "notification-url": "https://packagist.org/downloads/", |
||
| 1536 | "license": [ |
||
| 1537 | "MIT" |
||
| 1538 | ], |
||
| 1539 | "description": "Create deep copies (clones) of your objects", |
||
| 1540 | "homepage": "https://github.com/myclabs/DeepCopy", |
||
| 1541 | "keywords": [ |
||
| 1542 | "clone", |
||
| 1543 | "copy", |
||
| 1544 | "duplicate", |
||
| 1545 | "object", |
||
| 1546 | "object graph" |
||
| 1547 | ], |
||
| 1548 | "time": "2016-09-16 13:37:59" |
||
| 1549 | }, |
||
| 1550 | { |
||
| 1551 | "name": "phpcollection/phpcollection", |
||
| 1552 | "version": "0.5.0", |
||
| 1553 | "source": { |
||
| 1554 | "type": "git", |
||
| 1555 | "url": "https://github.com/schmittjoh/php-collection.git", |
||
| 1556 | "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6" |
||
| 1557 | }, |
||
| 1558 | "dist": { |
||
| 1559 | "type": "zip", |
||
| 1560 | "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", |
||
| 1561 | "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", |
||
| 1562 | "shasum": "" |
||
| 1563 | }, |
||
| 1564 | "require": { |
||
| 1565 | "phpoption/phpoption": "1.*" |
||
| 1566 | }, |
||
| 1567 | "type": "library", |
||
| 1568 | "extra": { |
||
| 1569 | "branch-alias": { |
||
| 1570 | "dev-master": "0.4-dev" |
||
| 1571 | } |
||
| 1572 | }, |
||
| 1573 | "autoload": { |
||
| 1574 | "psr-0": { |
||
| 1575 | "PhpCollection": "src/" |
||
| 1576 | } |
||
| 1577 | }, |
||
| 1578 | "notification-url": "https://packagist.org/downloads/", |
||
| 1579 | "license": [ |
||
| 1580 | "Apache2" |
||
| 1581 | ], |
||
| 1582 | "authors": [ |
||
| 1583 | { |
||
| 1584 | "name": "Johannes M. Schmitt", |
||
| 1585 | "email": "[email protected]" |
||
| 1586 | } |
||
| 1587 | ], |
||
| 1588 | "description": "General-Purpose Collection Library for PHP", |
||
| 1589 | "keywords": [ |
||
| 1590 | "collection", |
||
| 1591 | "list", |
||
| 1592 | "map", |
||
| 1593 | "sequence", |
||
| 1594 | "set" |
||
| 1595 | ], |
||
| 1596 | "time": "2015-05-17 12:39:23" |
||
| 1597 | }, |
||
| 1598 | { |
||
| 1599 | "name": "phpdocumentor/reflection-common", |
||
| 1600 | "version": "1.0", |
||
| 1601 | "source": { |
||
| 1602 | "type": "git", |
||
| 1603 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
| 1604 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
| 1605 | }, |
||
| 1606 | "dist": { |
||
| 1607 | "type": "zip", |
||
| 1608 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
| 1609 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
| 1610 | "shasum": "" |
||
| 1611 | }, |
||
| 1612 | "require": { |
||
| 1613 | "php": ">=5.5" |
||
| 1614 | }, |
||
| 1615 | "require-dev": { |
||
| 1616 | "phpunit/phpunit": "^4.6" |
||
| 1617 | }, |
||
| 1618 | "type": "library", |
||
| 1619 | "extra": { |
||
| 1620 | "branch-alias": { |
||
| 1621 | "dev-master": "1.0.x-dev" |
||
| 1622 | } |
||
| 1623 | }, |
||
| 1624 | "autoload": { |
||
| 1625 | "psr-4": { |
||
| 1626 | "phpDocumentor\\Reflection\\": [ |
||
| 1627 | "src" |
||
| 1628 | ] |
||
| 1629 | } |
||
| 1630 | }, |
||
| 1631 | "notification-url": "https://packagist.org/downloads/", |
||
| 1632 | "license": [ |
||
| 1633 | "MIT" |
||
| 1634 | ], |
||
| 1635 | "authors": [ |
||
| 1636 | { |
||
| 1637 | "name": "Jaap van Otterdijk", |
||
| 1638 | "email": "[email protected]" |
||
| 1639 | } |
||
| 1640 | ], |
||
| 1641 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
| 1642 | "homepage": "http://www.phpdoc.org", |
||
| 1643 | "keywords": [ |
||
| 1644 | "FQSEN", |
||
| 1645 | "phpDocumentor", |
||
| 1646 | "phpdoc", |
||
| 1647 | "reflection", |
||
| 1648 | "static analysis" |
||
| 1649 | ], |
||
| 1650 | "time": "2015-12-27 11:43:31" |
||
| 1651 | }, |
||
| 1652 | { |
||
| 1653 | "name": "phpdocumentor/reflection-docblock", |
||
| 1654 | "version": "3.1.1", |
||
| 1655 | "source": { |
||
| 1656 | "type": "git", |
||
| 1657 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
| 1658 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" |
||
| 1659 | }, |
||
| 1660 | "dist": { |
||
| 1661 | "type": "zip", |
||
| 1662 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
| 1663 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
| 1664 | "shasum": "" |
||
| 1665 | }, |
||
| 1666 | "require": { |
||
| 1667 | "php": ">=5.5", |
||
| 1668 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
| 1669 | "phpdocumentor/type-resolver": "^0.2.0", |
||
| 1670 | "webmozart/assert": "^1.0" |
||
| 1671 | }, |
||
| 1672 | "require-dev": { |
||
| 1673 | "mockery/mockery": "^0.9.4", |
||
| 1674 | "phpunit/phpunit": "^4.4" |
||
| 1675 | }, |
||
| 1676 | "type": "library", |
||
| 1677 | "autoload": { |
||
| 1678 | "psr-4": { |
||
| 1679 | "phpDocumentor\\Reflection\\": [ |
||
| 1680 | "src/" |
||
| 1681 | ] |
||
| 1682 | } |
||
| 1683 | }, |
||
| 1684 | "notification-url": "https://packagist.org/downloads/", |
||
| 1685 | "license": [ |
||
| 1686 | "MIT" |
||
| 1687 | ], |
||
| 1688 | "authors": [ |
||
| 1689 | { |
||
| 1690 | "name": "Mike van Riel", |
||
| 1691 | "email": "[email protected]" |
||
| 1692 | } |
||
| 1693 | ], |
||
| 1694 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
| 1695 | "time": "2016-09-30 07:12:33" |
||
| 1696 | }, |
||
| 1697 | { |
||
| 1698 | "name": "phpdocumentor/type-resolver", |
||
| 1699 | "version": "0.2", |
||
| 1700 | "source": { |
||
| 1701 | "type": "git", |
||
| 1702 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
| 1703 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" |
||
| 1704 | }, |
||
| 1705 | "dist": { |
||
| 1706 | "type": "zip", |
||
| 1707 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
| 1708 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
| 1709 | "shasum": "" |
||
| 1710 | }, |
||
| 1711 | "require": { |
||
| 1712 | "php": ">=5.5", |
||
| 1713 | "phpdocumentor/reflection-common": "^1.0" |
||
| 1714 | }, |
||
| 1715 | "require-dev": { |
||
| 1716 | "mockery/mockery": "^0.9.4", |
||
| 1717 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
| 1718 | }, |
||
| 1719 | "type": "library", |
||
| 1720 | "extra": { |
||
| 1721 | "branch-alias": { |
||
| 1722 | "dev-master": "1.0.x-dev" |
||
| 1723 | } |
||
| 1724 | }, |
||
| 1725 | "autoload": { |
||
| 1726 | "psr-4": { |
||
| 1727 | "phpDocumentor\\Reflection\\": [ |
||
| 1728 | "src/" |
||
| 1729 | ] |
||
| 1730 | } |
||
| 1731 | }, |
||
| 1732 | "notification-url": "https://packagist.org/downloads/", |
||
| 1733 | "license": [ |
||
| 1734 | "MIT" |
||
| 1735 | ], |
||
| 1736 | "authors": [ |
||
| 1737 | { |
||
| 1738 | "name": "Mike van Riel", |
||
| 1739 | "email": "[email protected]" |
||
| 1740 | } |
||
| 1741 | ], |
||
| 1742 | "time": "2016-06-10 07:14:17" |
||
| 1743 | }, |
||
| 1744 | { |
||
| 1745 | "name": "phpoption/phpoption", |
||
| 1746 | "version": "1.5.0", |
||
| 1747 | "source": { |
||
| 1748 | "type": "git", |
||
| 1749 | "url": "https://github.com/schmittjoh/php-option.git", |
||
| 1750 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" |
||
| 1751 | }, |
||
| 1752 | "dist": { |
||
| 1753 | "type": "zip", |
||
| 1754 | "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
| 1755 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
| 1756 | "shasum": "" |
||
| 1757 | }, |
||
| 1758 | "require": { |
||
| 1759 | "php": ">=5.3.0" |
||
| 1760 | }, |
||
| 1761 | "require-dev": { |
||
| 1762 | "phpunit/phpunit": "4.7.*" |
||
| 1763 | }, |
||
| 1764 | "type": "library", |
||
| 1765 | "extra": { |
||
| 1766 | "branch-alias": { |
||
| 1767 | "dev-master": "1.3-dev" |
||
| 1768 | } |
||
| 1769 | }, |
||
| 1770 | "autoload": { |
||
| 1771 | "psr-0": { |
||
| 1772 | "PhpOption\\": "src/" |
||
| 1773 | } |
||
| 1774 | }, |
||
| 1775 | "notification-url": "https://packagist.org/downloads/", |
||
| 1776 | "license": [ |
||
| 1777 | "Apache2" |
||
| 1778 | ], |
||
| 1779 | "authors": [ |
||
| 1780 | { |
||
| 1781 | "name": "Johannes M. Schmitt", |
||
| 1782 | "email": "[email protected]" |
||
| 1783 | } |
||
| 1784 | ], |
||
| 1785 | "description": "Option Type for PHP", |
||
| 1786 | "keywords": [ |
||
| 1787 | "language", |
||
| 1788 | "option", |
||
| 1789 | "php", |
||
| 1790 | "type" |
||
| 1791 | ], |
||
| 1792 | "time": "2015-07-25 16:39:46" |
||
| 1793 | }, |
||
| 1794 | { |
||
| 1795 | "name": "phpspec/prophecy", |
||
| 1796 | "version": "v1.6.1", |
||
| 1797 | "source": { |
||
| 1798 | "type": "git", |
||
| 1799 | "url": "https://github.com/phpspec/prophecy.git", |
||
| 1800 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0" |
||
| 1801 | }, |
||
| 1802 | "dist": { |
||
| 1803 | "type": "zip", |
||
| 1804 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0", |
||
| 1805 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0", |
||
| 1806 | "shasum": "" |
||
| 1807 | }, |
||
| 1808 | "require": { |
||
| 1809 | "doctrine/instantiator": "^1.0.2", |
||
| 1810 | "php": "^5.3|^7.0", |
||
| 1811 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
| 1812 | "sebastian/comparator": "^1.1", |
||
| 1813 | "sebastian/recursion-context": "^1.0" |
||
| 1814 | }, |
||
| 1815 | "require-dev": { |
||
| 1816 | "phpspec/phpspec": "^2.0" |
||
| 1817 | }, |
||
| 1818 | "type": "library", |
||
| 1819 | "extra": { |
||
| 1820 | "branch-alias": { |
||
| 1821 | "dev-master": "1.6.x-dev" |
||
| 1822 | } |
||
| 1823 | }, |
||
| 1824 | "autoload": { |
||
| 1825 | "psr-0": { |
||
| 1826 | "Prophecy\\": "src/" |
||
| 1827 | } |
||
| 1828 | }, |
||
| 1829 | "notification-url": "https://packagist.org/downloads/", |
||
| 1830 | "license": [ |
||
| 1831 | "MIT" |
||
| 1832 | ], |
||
| 1833 | "authors": [ |
||
| 1834 | { |
||
| 1835 | "name": "Konstantin Kudryashov", |
||
| 1836 | "email": "[email protected]", |
||
| 1837 | "homepage": "http://everzet.com" |
||
| 1838 | }, |
||
| 1839 | { |
||
| 1840 | "name": "Marcello Duarte", |
||
| 1841 | "email": "[email protected]" |
||
| 1842 | } |
||
| 1843 | ], |
||
| 1844 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
| 1845 | "homepage": "https://github.com/phpspec/prophecy", |
||
| 1846 | "keywords": [ |
||
| 1847 | "Double", |
||
| 1848 | "Dummy", |
||
| 1849 | "fake", |
||
| 1850 | "mock", |
||
| 1851 | "spy", |
||
| 1852 | "stub" |
||
| 1853 | ], |
||
| 1854 | "time": "2016-06-07 08:13:47" |
||
| 1855 | }, |
||
| 1856 | { |
||
| 1857 | "name": "phpunit/php-code-coverage", |
||
| 1858 | "version": "4.0.1", |
||
| 1859 | "source": { |
||
| 1860 | "type": "git", |
||
| 1861 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
| 1862 | "reference": "5f3f7e736d6319d5f1fc402aff8b026da26709a3" |
||
| 1863 | }, |
||
| 1864 | "dist": { |
||
| 1865 | "type": "zip", |
||
| 1866 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5f3f7e736d6319d5f1fc402aff8b026da26709a3", |
||
| 1867 | "reference": "5f3f7e736d6319d5f1fc402aff8b026da26709a3", |
||
| 1868 | "shasum": "" |
||
| 1869 | }, |
||
| 1870 | "require": { |
||
| 1871 | "php": "^5.6 || ^7.0", |
||
| 1872 | "phpunit/php-file-iterator": "~1.3", |
||
| 1873 | "phpunit/php-text-template": "~1.2", |
||
| 1874 | "phpunit/php-token-stream": "^1.4.2", |
||
| 1875 | "sebastian/code-unit-reverse-lookup": "~1.0", |
||
| 1876 | "sebastian/environment": "^1.3.2 || ^2.0", |
||
| 1877 | "sebastian/version": "~1.0|~2.0" |
||
| 1878 | }, |
||
| 1879 | "require-dev": { |
||
| 1880 | "ext-xdebug": ">=2.1.4", |
||
| 1881 | "phpunit/phpunit": "^5.4" |
||
| 1882 | }, |
||
| 1883 | "suggest": { |
||
| 1884 | "ext-dom": "*", |
||
| 1885 | "ext-xdebug": ">=2.4.0", |
||
| 1886 | "ext-xmlwriter": "*" |
||
| 1887 | }, |
||
| 1888 | "type": "library", |
||
| 1889 | "extra": { |
||
| 1890 | "branch-alias": { |
||
| 1891 | "dev-master": "4.0.x-dev" |
||
| 1892 | } |
||
| 1893 | }, |
||
| 1894 | "autoload": { |
||
| 1895 | "classmap": [ |
||
| 1896 | "src/" |
||
| 1897 | ] |
||
| 1898 | }, |
||
| 1899 | "notification-url": "https://packagist.org/downloads/", |
||
| 1900 | "license": [ |
||
| 1901 | "BSD-3-Clause" |
||
| 1902 | ], |
||
| 1903 | "authors": [ |
||
| 1904 | { |
||
| 1905 | "name": "Sebastian Bergmann", |
||
| 1906 | "email": "[email protected]", |
||
| 1907 | "role": "lead" |
||
| 1908 | } |
||
| 1909 | ], |
||
| 1910 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
| 1911 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
| 1912 | "keywords": [ |
||
| 1913 | "coverage", |
||
| 1914 | "testing", |
||
| 1915 | "xunit" |
||
| 1916 | ], |
||
| 1917 | "time": "2016-07-26 14:39:29" |
||
| 1918 | }, |
||
| 1919 | { |
||
| 1920 | "name": "phpunit/php-file-iterator", |
||
| 1921 | "version": "1.4.1", |
||
| 1922 | "source": { |
||
| 1923 | "type": "git", |
||
| 1924 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
| 1925 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
| 1926 | }, |
||
| 1927 | "dist": { |
||
| 1928 | "type": "zip", |
||
| 1929 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
| 1930 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
| 1931 | "shasum": "" |
||
| 1932 | }, |
||
| 1933 | "require": { |
||
| 1934 | "php": ">=5.3.3" |
||
| 1935 | }, |
||
| 1936 | "type": "library", |
||
| 1937 | "extra": { |
||
| 1938 | "branch-alias": { |
||
| 1939 | "dev-master": "1.4.x-dev" |
||
| 1940 | } |
||
| 1941 | }, |
||
| 1942 | "autoload": { |
||
| 1943 | "classmap": [ |
||
| 1944 | "src/" |
||
| 1945 | ] |
||
| 1946 | }, |
||
| 1947 | "notification-url": "https://packagist.org/downloads/", |
||
| 1948 | "license": [ |
||
| 1949 | "BSD-3-Clause" |
||
| 1950 | ], |
||
| 1951 | "authors": [ |
||
| 1952 | { |
||
| 1953 | "name": "Sebastian Bergmann", |
||
| 1954 | "email": "[email protected]", |
||
| 1955 | "role": "lead" |
||
| 1956 | } |
||
| 1957 | ], |
||
| 1958 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
| 1959 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
| 1960 | "keywords": [ |
||
| 1961 | "filesystem", |
||
| 1962 | "iterator" |
||
| 1963 | ], |
||
| 1964 | "time": "2015-06-21 13:08:43" |
||
| 1965 | }, |
||
| 1966 | { |
||
| 1967 | "name": "phpunit/php-text-template", |
||
| 1968 | "version": "1.2.1", |
||
| 1969 | "source": { |
||
| 1970 | "type": "git", |
||
| 1971 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
| 1972 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
| 1973 | }, |
||
| 1974 | "dist": { |
||
| 1975 | "type": "zip", |
||
| 1976 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 1977 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 1978 | "shasum": "" |
||
| 1979 | }, |
||
| 1980 | "require": { |
||
| 1981 | "php": ">=5.3.3" |
||
| 1982 | }, |
||
| 1983 | "type": "library", |
||
| 1984 | "autoload": { |
||
| 1985 | "classmap": [ |
||
| 1986 | "src/" |
||
| 1987 | ] |
||
| 1988 | }, |
||
| 1989 | "notification-url": "https://packagist.org/downloads/", |
||
| 1990 | "license": [ |
||
| 1991 | "BSD-3-Clause" |
||
| 1992 | ], |
||
| 1993 | "authors": [ |
||
| 1994 | { |
||
| 1995 | "name": "Sebastian Bergmann", |
||
| 1996 | "email": "[email protected]", |
||
| 1997 | "role": "lead" |
||
| 1998 | } |
||
| 1999 | ], |
||
| 2000 | "description": "Simple template engine.", |
||
| 2001 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
| 2002 | "keywords": [ |
||
| 2003 | "template" |
||
| 2004 | ], |
||
| 2005 | "time": "2015-06-21 13:50:34" |
||
| 2006 | }, |
||
| 2007 | { |
||
| 2008 | "name": "phpunit/php-timer", |
||
| 2009 | "version": "1.0.8", |
||
| 2010 | "source": { |
||
| 2011 | "type": "git", |
||
| 2012 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
| 2013 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
| 2014 | }, |
||
| 2015 | "dist": { |
||
| 2016 | "type": "zip", |
||
| 2017 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
| 2018 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
| 2019 | "shasum": "" |
||
| 2020 | }, |
||
| 2021 | "require": { |
||
| 2022 | "php": ">=5.3.3" |
||
| 2023 | }, |
||
| 2024 | "require-dev": { |
||
| 2025 | "phpunit/phpunit": "~4|~5" |
||
| 2026 | }, |
||
| 2027 | "type": "library", |
||
| 2028 | "autoload": { |
||
| 2029 | "classmap": [ |
||
| 2030 | "src/" |
||
| 2031 | ] |
||
| 2032 | }, |
||
| 2033 | "notification-url": "https://packagist.org/downloads/", |
||
| 2034 | "license": [ |
||
| 2035 | "BSD-3-Clause" |
||
| 2036 | ], |
||
| 2037 | "authors": [ |
||
| 2038 | { |
||
| 2039 | "name": "Sebastian Bergmann", |
||
| 2040 | "email": "[email protected]", |
||
| 2041 | "role": "lead" |
||
| 2042 | } |
||
| 2043 | ], |
||
| 2044 | "description": "Utility class for timing", |
||
| 2045 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
| 2046 | "keywords": [ |
||
| 2047 | "timer" |
||
| 2048 | ], |
||
| 2049 | "time": "2016-05-12 18:03:57" |
||
| 2050 | }, |
||
| 2051 | { |
||
| 2052 | "name": "phpunit/php-token-stream", |
||
| 2053 | "version": "1.4.8", |
||
| 2054 | "source": { |
||
| 2055 | "type": "git", |
||
| 2056 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
| 2057 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
||
| 2058 | }, |
||
| 2059 | "dist": { |
||
| 2060 | "type": "zip", |
||
| 2061 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
| 2062 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
| 2063 | "shasum": "" |
||
| 2064 | }, |
||
| 2065 | "require": { |
||
| 2066 | "ext-tokenizer": "*", |
||
| 2067 | "php": ">=5.3.3" |
||
| 2068 | }, |
||
| 2069 | "require-dev": { |
||
| 2070 | "phpunit/phpunit": "~4.2" |
||
| 2071 | }, |
||
| 2072 | "type": "library", |
||
| 2073 | "extra": { |
||
| 2074 | "branch-alias": { |
||
| 2075 | "dev-master": "1.4-dev" |
||
| 2076 | } |
||
| 2077 | }, |
||
| 2078 | "autoload": { |
||
| 2079 | "classmap": [ |
||
| 2080 | "src/" |
||
| 2081 | ] |
||
| 2082 | }, |
||
| 2083 | "notification-url": "https://packagist.org/downloads/", |
||
| 2084 | "license": [ |
||
| 2085 | "BSD-3-Clause" |
||
| 2086 | ], |
||
| 2087 | "authors": [ |
||
| 2088 | { |
||
| 2089 | "name": "Sebastian Bergmann", |
||
| 2090 | "email": "[email protected]" |
||
| 2091 | } |
||
| 2092 | ], |
||
| 2093 | "description": "Wrapper around PHP's tokenizer extension.", |
||
| 2094 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
| 2095 | "keywords": [ |
||
| 2096 | "tokenizer" |
||
| 2097 | ], |
||
| 2098 | "time": "2015-09-15 10:49:45" |
||
| 2099 | }, |
||
| 2100 | { |
||
| 2101 | "name": "phpunit/phpunit", |
||
| 2102 | "version": "5.6.1", |
||
| 2103 | "source": { |
||
| 2104 | "type": "git", |
||
| 2105 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
| 2106 | "reference": "60c32c5b5e79c2248001efa2560f831da11cc2d7" |
||
| 2107 | }, |
||
| 2108 | "dist": { |
||
| 2109 | "type": "zip", |
||
| 2110 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/60c32c5b5e79c2248001efa2560f831da11cc2d7", |
||
| 2111 | "reference": "60c32c5b5e79c2248001efa2560f831da11cc2d7", |
||
| 2112 | "shasum": "" |
||
| 2113 | }, |
||
| 2114 | "require": { |
||
| 2115 | "ext-dom": "*", |
||
| 2116 | "ext-json": "*", |
||
| 2117 | "ext-libxml": "*", |
||
| 2118 | "ext-mbstring": "*", |
||
| 2119 | "ext-xml": "*", |
||
| 2120 | "myclabs/deep-copy": "~1.3", |
||
| 2121 | "php": "^5.6 || ^7.0", |
||
| 2122 | "phpspec/prophecy": "^1.3.1", |
||
| 2123 | "phpunit/php-code-coverage": "^4.0.1", |
||
| 2124 | "phpunit/php-file-iterator": "~1.4", |
||
| 2125 | "phpunit/php-text-template": "~1.2", |
||
| 2126 | "phpunit/php-timer": "^1.0.6", |
||
| 2127 | "phpunit/phpunit-mock-objects": "^3.2", |
||
| 2128 | "sebastian/comparator": "~1.1", |
||
| 2129 | "sebastian/diff": "~1.2", |
||
| 2130 | "sebastian/environment": "^1.3 || ^2.0", |
||
| 2131 | "sebastian/exporter": "~1.2", |
||
| 2132 | "sebastian/global-state": "~1.0", |
||
| 2133 | "sebastian/object-enumerator": "~1.0", |
||
| 2134 | "sebastian/resource-operations": "~1.0", |
||
| 2135 | "sebastian/version": "~1.0|~2.0", |
||
| 2136 | "symfony/yaml": "~2.1|~3.0" |
||
| 2137 | }, |
||
| 2138 | "conflict": { |
||
| 2139 | "phpdocumentor/reflection-docblock": "3.0.2" |
||
| 2140 | }, |
||
| 2141 | "require-dev": { |
||
| 2142 | "ext-pdo": "*" |
||
| 2143 | }, |
||
| 2144 | "suggest": { |
||
| 2145 | "ext-xdebug": "*", |
||
| 2146 | "phpunit/php-invoker": "~1.1" |
||
| 2147 | }, |
||
| 2148 | "bin": [ |
||
| 2149 | "phpunit" |
||
| 2150 | ], |
||
| 2151 | "type": "library", |
||
| 2152 | "extra": { |
||
| 2153 | "branch-alias": { |
||
| 2154 | "dev-master": "5.6.x-dev" |
||
| 2155 | } |
||
| 2156 | }, |
||
| 2157 | "autoload": { |
||
| 2158 | "classmap": [ |
||
| 2159 | "src/" |
||
| 2160 | ] |
||
| 2161 | }, |
||
| 2162 | "notification-url": "https://packagist.org/downloads/", |
||
| 2163 | "license": [ |
||
| 2164 | "BSD-3-Clause" |
||
| 2165 | ], |
||
| 2166 | "authors": [ |
||
| 2167 | { |
||
| 2168 | "name": "Sebastian Bergmann", |
||
| 2169 | "email": "[email protected]", |
||
| 2170 | "role": "lead" |
||
| 2171 | } |
||
| 2172 | ], |
||
| 2173 | "description": "The PHP Unit Testing framework.", |
||
| 2174 | "homepage": "https://phpunit.de/", |
||
| 2175 | "keywords": [ |
||
| 2176 | "phpunit", |
||
| 2177 | "testing", |
||
| 2178 | "xunit" |
||
| 2179 | ], |
||
| 2180 | "time": "2016-10-07 13:03:26" |
||
| 2181 | }, |
||
| 2182 | { |
||
| 2183 | "name": "phpunit/phpunit-mock-objects", |
||
| 2184 | "version": "3.3.1", |
||
| 2185 | "source": { |
||
| 2186 | "type": "git", |
||
| 2187 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
| 2188 | "reference": "03500345483e1e17b52e2e4d34a89c9408ab2902" |
||
| 2189 | }, |
||
| 2190 | "dist": { |
||
| 2191 | "type": "zip", |
||
| 2192 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/03500345483e1e17b52e2e4d34a89c9408ab2902", |
||
| 2193 | "reference": "03500345483e1e17b52e2e4d34a89c9408ab2902", |
||
| 2194 | "shasum": "" |
||
| 2195 | }, |
||
| 2196 | "require": { |
||
| 2197 | "doctrine/instantiator": "^1.0.2", |
||
| 2198 | "php": "^5.6 || ^7.0", |
||
| 2199 | "phpunit/php-text-template": "^1.2", |
||
| 2200 | "sebastian/exporter": "^1.2" |
||
| 2201 | }, |
||
| 2202 | "conflict": { |
||
| 2203 | "phpunit/phpunit": "<5.4.0" |
||
| 2204 | }, |
||
| 2205 | "require-dev": { |
||
| 2206 | "phpunit/phpunit": "^5.4" |
||
| 2207 | }, |
||
| 2208 | "suggest": { |
||
| 2209 | "ext-soap": "*" |
||
| 2210 | }, |
||
| 2211 | "type": "library", |
||
| 2212 | "extra": { |
||
| 2213 | "branch-alias": { |
||
| 2214 | "dev-master": "3.2.x-dev" |
||
| 2215 | } |
||
| 2216 | }, |
||
| 2217 | "autoload": { |
||
| 2218 | "classmap": [ |
||
| 2219 | "src/" |
||
| 2220 | ] |
||
| 2221 | }, |
||
| 2222 | "notification-url": "https://packagist.org/downloads/", |
||
| 2223 | "license": [ |
||
| 2224 | "BSD-3-Clause" |
||
| 2225 | ], |
||
| 2226 | "authors": [ |
||
| 2227 | { |
||
| 2228 | "name": "Sebastian Bergmann", |
||
| 2229 | "email": "[email protected]", |
||
| 2230 | "role": "lead" |
||
| 2231 | } |
||
| 2232 | ], |
||
| 2233 | "description": "Mock Object library for PHPUnit", |
||
| 2234 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
| 2235 | "keywords": [ |
||
| 2236 | "mock", |
||
| 2237 | "xunit" |
||
| 2238 | ], |
||
| 2239 | "time": "2016-10-04 11:03:26" |
||
| 2240 | }, |
||
| 2241 | { |
||
| 2242 | "name": "scrutinizer/ocular", |
||
| 2243 | "version": "1.3.1", |
||
| 2244 | "source": { |
||
| 2245 | "type": "git", |
||
| 2246 | "url": "https://github.com/scrutinizer-ci/ocular.git", |
||
| 2247 | "reference": "b87630fa5a872283319a84133bb610163fe509b1" |
||
| 2248 | }, |
||
| 2249 | "dist": { |
||
| 2250 | "type": "zip", |
||
| 2251 | "url": "https://api.github.com/repos/scrutinizer-ci/ocular/zipball/b87630fa5a872283319a84133bb610163fe509b1", |
||
| 2252 | "reference": "b87630fa5a872283319a84133bb610163fe509b1", |
||
| 2253 | "shasum": "" |
||
| 2254 | }, |
||
| 2255 | "require": { |
||
| 2256 | "guzzlehttp/guzzle": "~3.0", |
||
| 2257 | "jms/serializer": "^1.0.0", |
||
| 2258 | "phpoption/phpoption": "~1.0", |
||
| 2259 | "symfony/console": "^2.0.5|~3.0", |
||
| 2260 | "symfony/process": "~2.3|~3.0" |
||
| 2261 | }, |
||
| 2262 | "require-dev": { |
||
| 2263 | "phpunit/phpunit": "^4.8.0", |
||
| 2264 | "symfony/filesystem": "~2.0|~3.0" |
||
| 2265 | }, |
||
| 2266 | "bin": [ |
||
| 2267 | "bin/ocular" |
||
| 2268 | ], |
||
| 2269 | "type": "library", |
||
| 2270 | "autoload": { |
||
| 2271 | "psr-4": { |
||
| 2272 | "Scrutinizer\\Ocular\\": "src/Scrutinizer/Ocular" |
||
| 2273 | } |
||
| 2274 | }, |
||
| 2275 | "notification-url": "https://packagist.org/downloads/", |
||
| 2276 | "time": "2016-09-09 08:07:18" |
||
| 2277 | }, |
||
| 2278 | { |
||
| 2279 | "name": "sebastian/code-unit-reverse-lookup", |
||
| 2280 | "version": "1.0.0", |
||
| 2281 | "source": { |
||
| 2282 | "type": "git", |
||
| 2283 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
| 2284 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" |
||
| 2285 | }, |
||
| 2286 | "dist": { |
||
| 2287 | "type": "zip", |
||
| 2288 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
| 2289 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
| 2290 | "shasum": "" |
||
| 2291 | }, |
||
| 2292 | "require": { |
||
| 2293 | "php": ">=5.6" |
||
| 2294 | }, |
||
| 2295 | "require-dev": { |
||
| 2296 | "phpunit/phpunit": "~5" |
||
| 2297 | }, |
||
| 2298 | "type": "library", |
||
| 2299 | "extra": { |
||
| 2300 | "branch-alias": { |
||
| 2301 | "dev-master": "1.0.x-dev" |
||
| 2302 | } |
||
| 2303 | }, |
||
| 2304 | "autoload": { |
||
| 2305 | "classmap": [ |
||
| 2306 | "src/" |
||
| 2307 | ] |
||
| 2308 | }, |
||
| 2309 | "notification-url": "https://packagist.org/downloads/", |
||
| 2310 | "license": [ |
||
| 2311 | "BSD-3-Clause" |
||
| 2312 | ], |
||
| 2313 | "authors": [ |
||
| 2314 | { |
||
| 2315 | "name": "Sebastian Bergmann", |
||
| 2316 | "email": "[email protected]" |
||
| 2317 | } |
||
| 2318 | ], |
||
| 2319 | "description": "Looks up which function or method a line of code belongs to", |
||
| 2320 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
| 2321 | "time": "2016-02-13 06:45:14" |
||
| 2322 | }, |
||
| 2323 | { |
||
| 2324 | "name": "sebastian/comparator", |
||
| 2325 | "version": "1.2.0", |
||
| 2326 | "source": { |
||
| 2327 | "type": "git", |
||
| 2328 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
| 2329 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
| 2330 | }, |
||
| 2331 | "dist": { |
||
| 2332 | "type": "zip", |
||
| 2333 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
| 2334 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
| 2335 | "shasum": "" |
||
| 2336 | }, |
||
| 2337 | "require": { |
||
| 2338 | "php": ">=5.3.3", |
||
| 2339 | "sebastian/diff": "~1.2", |
||
| 2340 | "sebastian/exporter": "~1.2" |
||
| 2341 | }, |
||
| 2342 | "require-dev": { |
||
| 2343 | "phpunit/phpunit": "~4.4" |
||
| 2344 | }, |
||
| 2345 | "type": "library", |
||
| 2346 | "extra": { |
||
| 2347 | "branch-alias": { |
||
| 2348 | "dev-master": "1.2.x-dev" |
||
| 2349 | } |
||
| 2350 | }, |
||
| 2351 | "autoload": { |
||
| 2352 | "classmap": [ |
||
| 2353 | "src/" |
||
| 2354 | ] |
||
| 2355 | }, |
||
| 2356 | "notification-url": "https://packagist.org/downloads/", |
||
| 2357 | "license": [ |
||
| 2358 | "BSD-3-Clause" |
||
| 2359 | ], |
||
| 2360 | "authors": [ |
||
| 2361 | { |
||
| 2362 | "name": "Jeff Welch", |
||
| 2363 | "email": "[email protected]" |
||
| 2364 | }, |
||
| 2365 | { |
||
| 2366 | "name": "Volker Dusch", |
||
| 2367 | "email": "[email protected]" |
||
| 2368 | }, |
||
| 2369 | { |
||
| 2370 | "name": "Bernhard Schussek", |
||
| 2371 | "email": "[email protected]" |
||
| 2372 | }, |
||
| 2373 | { |
||
| 2374 | "name": "Sebastian Bergmann", |
||
| 2375 | "email": "[email protected]" |
||
| 2376 | } |
||
| 2377 | ], |
||
| 2378 | "description": "Provides the functionality to compare PHP values for equality", |
||
| 2379 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
| 2380 | "keywords": [ |
||
| 2381 | "comparator", |
||
| 2382 | "compare", |
||
| 2383 | "equality" |
||
| 2384 | ], |
||
| 2385 | "time": "2015-07-26 15:48:44" |
||
| 2386 | }, |
||
| 2387 | { |
||
| 2388 | "name": "sebastian/diff", |
||
| 2389 | "version": "1.4.1", |
||
| 2390 | "source": { |
||
| 2391 | "type": "git", |
||
| 2392 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
| 2393 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
| 2394 | }, |
||
| 2395 | "dist": { |
||
| 2396 | "type": "zip", |
||
| 2397 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
| 2398 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
| 2399 | "shasum": "" |
||
| 2400 | }, |
||
| 2401 | "require": { |
||
| 2402 | "php": ">=5.3.3" |
||
| 2403 | }, |
||
| 2404 | "require-dev": { |
||
| 2405 | "phpunit/phpunit": "~4.8" |
||
| 2406 | }, |
||
| 2407 | "type": "library", |
||
| 2408 | "extra": { |
||
| 2409 | "branch-alias": { |
||
| 2410 | "dev-master": "1.4-dev" |
||
| 2411 | } |
||
| 2412 | }, |
||
| 2413 | "autoload": { |
||
| 2414 | "classmap": [ |
||
| 2415 | "src/" |
||
| 2416 | ] |
||
| 2417 | }, |
||
| 2418 | "notification-url": "https://packagist.org/downloads/", |
||
| 2419 | "license": [ |
||
| 2420 | "BSD-3-Clause" |
||
| 2421 | ], |
||
| 2422 | "authors": [ |
||
| 2423 | { |
||
| 2424 | "name": "Kore Nordmann", |
||
| 2425 | "email": "[email protected]" |
||
| 2426 | }, |
||
| 2427 | { |
||
| 2428 | "name": "Sebastian Bergmann", |
||
| 2429 | "email": "[email protected]" |
||
| 2430 | } |
||
| 2431 | ], |
||
| 2432 | "description": "Diff implementation", |
||
| 2433 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
| 2434 | "keywords": [ |
||
| 2435 | "diff" |
||
| 2436 | ], |
||
| 2437 | "time": "2015-12-08 07:14:41" |
||
| 2438 | }, |
||
| 2439 | { |
||
| 2440 | "name": "sebastian/environment", |
||
| 2441 | "version": "1.3.8", |
||
| 2442 | "source": { |
||
| 2443 | "type": "git", |
||
| 2444 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
| 2445 | "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea" |
||
| 2446 | }, |
||
| 2447 | "dist": { |
||
| 2448 | "type": "zip", |
||
| 2449 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea", |
||
| 2450 | "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea", |
||
| 2451 | "shasum": "" |
||
| 2452 | }, |
||
| 2453 | "require": { |
||
| 2454 | "php": "^5.3.3 || ^7.0" |
||
| 2455 | }, |
||
| 2456 | "require-dev": { |
||
| 2457 | "phpunit/phpunit": "^4.8 || ^5.0" |
||
| 2458 | }, |
||
| 2459 | "type": "library", |
||
| 2460 | "extra": { |
||
| 2461 | "branch-alias": { |
||
| 2462 | "dev-master": "1.3.x-dev" |
||
| 2463 | } |
||
| 2464 | }, |
||
| 2465 | "autoload": { |
||
| 2466 | "classmap": [ |
||
| 2467 | "src/" |
||
| 2468 | ] |
||
| 2469 | }, |
||
| 2470 | "notification-url": "https://packagist.org/downloads/", |
||
| 2471 | "license": [ |
||
| 2472 | "BSD-3-Clause" |
||
| 2473 | ], |
||
| 2474 | "authors": [ |
||
| 2475 | { |
||
| 2476 | "name": "Sebastian Bergmann", |
||
| 2477 | "email": "[email protected]" |
||
| 2478 | } |
||
| 2479 | ], |
||
| 2480 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
| 2481 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
| 2482 | "keywords": [ |
||
| 2483 | "Xdebug", |
||
| 2484 | "environment", |
||
| 2485 | "hhvm" |
||
| 2486 | ], |
||
| 2487 | "time": "2016-08-18 05:49:44" |
||
| 2488 | }, |
||
| 2489 | { |
||
| 2490 | "name": "sebastian/exporter", |
||
| 2491 | "version": "1.2.2", |
||
| 2492 | "source": { |
||
| 2493 | "type": "git", |
||
| 2494 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
| 2495 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" |
||
| 2496 | }, |
||
| 2497 | "dist": { |
||
| 2498 | "type": "zip", |
||
| 2499 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
| 2500 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
| 2501 | "shasum": "" |
||
| 2502 | }, |
||
| 2503 | "require": { |
||
| 2504 | "php": ">=5.3.3", |
||
| 2505 | "sebastian/recursion-context": "~1.0" |
||
| 2506 | }, |
||
| 2507 | "require-dev": { |
||
| 2508 | "ext-mbstring": "*", |
||
| 2509 | "phpunit/phpunit": "~4.4" |
||
| 2510 | }, |
||
| 2511 | "type": "library", |
||
| 2512 | "extra": { |
||
| 2513 | "branch-alias": { |
||
| 2514 | "dev-master": "1.3.x-dev" |
||
| 2515 | } |
||
| 2516 | }, |
||
| 2517 | "autoload": { |
||
| 2518 | "classmap": [ |
||
| 2519 | "src/" |
||
| 2520 | ] |
||
| 2521 | }, |
||
| 2522 | "notification-url": "https://packagist.org/downloads/", |
||
| 2523 | "license": [ |
||
| 2524 | "BSD-3-Clause" |
||
| 2525 | ], |
||
| 2526 | "authors": [ |
||
| 2527 | { |
||
| 2528 | "name": "Jeff Welch", |
||
| 2529 | "email": "[email protected]" |
||
| 2530 | }, |
||
| 2531 | { |
||
| 2532 | "name": "Volker Dusch", |
||
| 2533 | "email": "[email protected]" |
||
| 2534 | }, |
||
| 2535 | { |
||
| 2536 | "name": "Bernhard Schussek", |
||
| 2537 | "email": "[email protected]" |
||
| 2538 | }, |
||
| 2539 | { |
||
| 2540 | "name": "Sebastian Bergmann", |
||
| 2541 | "email": "[email protected]" |
||
| 2542 | }, |
||
| 2543 | { |
||
| 2544 | "name": "Adam Harvey", |
||
| 2545 | "email": "[email protected]" |
||
| 2546 | } |
||
| 2547 | ], |
||
| 2548 | "description": "Provides the functionality to export PHP variables for visualization", |
||
| 2549 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
| 2550 | "keywords": [ |
||
| 2551 | "export", |
||
| 2552 | "exporter" |
||
| 2553 | ], |
||
| 2554 | "time": "2016-06-17 09:04:28" |
||
| 2555 | }, |
||
| 2556 | { |
||
| 2557 | "name": "sebastian/global-state", |
||
| 2558 | "version": "1.1.1", |
||
| 2559 | "source": { |
||
| 2560 | "type": "git", |
||
| 2561 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
| 2562 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
| 2563 | }, |
||
| 2564 | "dist": { |
||
| 2565 | "type": "zip", |
||
| 2566 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 2567 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 2568 | "shasum": "" |
||
| 2569 | }, |
||
| 2570 | "require": { |
||
| 2571 | "php": ">=5.3.3" |
||
| 2572 | }, |
||
| 2573 | "require-dev": { |
||
| 2574 | "phpunit/phpunit": "~4.2" |
||
| 2575 | }, |
||
| 2576 | "suggest": { |
||
| 2577 | "ext-uopz": "*" |
||
| 2578 | }, |
||
| 2579 | "type": "library", |
||
| 2580 | "extra": { |
||
| 2581 | "branch-alias": { |
||
| 2582 | "dev-master": "1.0-dev" |
||
| 2583 | } |
||
| 2584 | }, |
||
| 2585 | "autoload": { |
||
| 2586 | "classmap": [ |
||
| 2587 | "src/" |
||
| 2588 | ] |
||
| 2589 | }, |
||
| 2590 | "notification-url": "https://packagist.org/downloads/", |
||
| 2591 | "license": [ |
||
| 2592 | "BSD-3-Clause" |
||
| 2593 | ], |
||
| 2594 | "authors": [ |
||
| 2595 | { |
||
| 2596 | "name": "Sebastian Bergmann", |
||
| 2597 | "email": "[email protected]" |
||
| 2598 | } |
||
| 2599 | ], |
||
| 2600 | "description": "Snapshotting of global state", |
||
| 2601 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
| 2602 | "keywords": [ |
||
| 2603 | "global state" |
||
| 2604 | ], |
||
| 2605 | "time": "2015-10-12 03:26:01" |
||
| 2606 | }, |
||
| 2607 | { |
||
| 2608 | "name": "sebastian/object-enumerator", |
||
| 2609 | "version": "1.0.0", |
||
| 2610 | "source": { |
||
| 2611 | "type": "git", |
||
| 2612 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
| 2613 | "reference": "d4ca2fb70344987502567bc50081c03e6192fb26" |
||
| 2614 | }, |
||
| 2615 | "dist": { |
||
| 2616 | "type": "zip", |
||
| 2617 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26", |
||
| 2618 | "reference": "d4ca2fb70344987502567bc50081c03e6192fb26", |
||
| 2619 | "shasum": "" |
||
| 2620 | }, |
||
| 2621 | "require": { |
||
| 2622 | "php": ">=5.6", |
||
| 2623 | "sebastian/recursion-context": "~1.0" |
||
| 2624 | }, |
||
| 2625 | "require-dev": { |
||
| 2626 | "phpunit/phpunit": "~5" |
||
| 2627 | }, |
||
| 2628 | "type": "library", |
||
| 2629 | "extra": { |
||
| 2630 | "branch-alias": { |
||
| 2631 | "dev-master": "1.0.x-dev" |
||
| 2632 | } |
||
| 2633 | }, |
||
| 2634 | "autoload": { |
||
| 2635 | "classmap": [ |
||
| 2636 | "src/" |
||
| 2637 | ] |
||
| 2638 | }, |
||
| 2639 | "notification-url": "https://packagist.org/downloads/", |
||
| 2640 | "license": [ |
||
| 2641 | "BSD-3-Clause" |
||
| 2642 | ], |
||
| 2643 | "authors": [ |
||
| 2644 | { |
||
| 2645 | "name": "Sebastian Bergmann", |
||
| 2646 | "email": "[email protected]" |
||
| 2647 | } |
||
| 2648 | ], |
||
| 2649 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
| 2650 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
| 2651 | "time": "2016-01-28 13:25:10" |
||
| 2652 | }, |
||
| 2653 | { |
||
| 2654 | "name": "sebastian/recursion-context", |
||
| 2655 | "version": "1.0.2", |
||
| 2656 | "source": { |
||
| 2657 | "type": "git", |
||
| 2658 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
| 2659 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
||
| 2660 | }, |
||
| 2661 | "dist": { |
||
| 2662 | "type": "zip", |
||
| 2663 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
||
| 2664 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
||
| 2665 | "shasum": "" |
||
| 2666 | }, |
||
| 2667 | "require": { |
||
| 2668 | "php": ">=5.3.3" |
||
| 2669 | }, |
||
| 2670 | "require-dev": { |
||
| 2671 | "phpunit/phpunit": "~4.4" |
||
| 2672 | }, |
||
| 2673 | "type": "library", |
||
| 2674 | "extra": { |
||
| 2675 | "branch-alias": { |
||
| 2676 | "dev-master": "1.0.x-dev" |
||
| 2677 | } |
||
| 2678 | }, |
||
| 2679 | "autoload": { |
||
| 2680 | "classmap": [ |
||
| 2681 | "src/" |
||
| 2682 | ] |
||
| 2683 | }, |
||
| 2684 | "notification-url": "https://packagist.org/downloads/", |
||
| 2685 | "license": [ |
||
| 2686 | "BSD-3-Clause" |
||
| 2687 | ], |
||
| 2688 | "authors": [ |
||
| 2689 | { |
||
| 2690 | "name": "Jeff Welch", |
||
| 2691 | "email": "[email protected]" |
||
| 2692 | }, |
||
| 2693 | { |
||
| 2694 | "name": "Sebastian Bergmann", |
||
| 2695 | "email": "[email protected]" |
||
| 2696 | }, |
||
| 2697 | { |
||
| 2698 | "name": "Adam Harvey", |
||
| 2699 | "email": "[email protected]" |
||
| 2700 | } |
||
| 2701 | ], |
||
| 2702 | "description": "Provides functionality to recursively process PHP variables", |
||
| 2703 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
| 2704 | "time": "2015-11-11 19:50:13" |
||
| 2705 | }, |
||
| 2706 | { |
||
| 2707 | "name": "sebastian/resource-operations", |
||
| 2708 | "version": "1.0.0", |
||
| 2709 | "source": { |
||
| 2710 | "type": "git", |
||
| 2711 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
| 2712 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
| 2713 | }, |
||
| 2714 | "dist": { |
||
| 2715 | "type": "zip", |
||
| 2716 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 2717 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 2718 | "shasum": "" |
||
| 2719 | }, |
||
| 2720 | "require": { |
||
| 2721 | "php": ">=5.6.0" |
||
| 2722 | }, |
||
| 2723 | "type": "library", |
||
| 2724 | "extra": { |
||
| 2725 | "branch-alias": { |
||
| 2726 | "dev-master": "1.0.x-dev" |
||
| 2727 | } |
||
| 2728 | }, |
||
| 2729 | "autoload": { |
||
| 2730 | "classmap": [ |
||
| 2731 | "src/" |
||
| 2732 | ] |
||
| 2733 | }, |
||
| 2734 | "notification-url": "https://packagist.org/downloads/", |
||
| 2735 | "license": [ |
||
| 2736 | "BSD-3-Clause" |
||
| 2737 | ], |
||
| 2738 | "authors": [ |
||
| 2739 | { |
||
| 2740 | "name": "Sebastian Bergmann", |
||
| 2741 | "email": "[email protected]" |
||
| 2742 | } |
||
| 2743 | ], |
||
| 2744 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
| 2745 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
| 2746 | "time": "2015-07-28 20:34:47" |
||
| 2747 | }, |
||
| 2748 | { |
||
| 2749 | "name": "sebastian/version", |
||
| 2750 | "version": "2.0.0", |
||
| 2751 | "source": { |
||
| 2752 | "type": "git", |
||
| 2753 | "url": "https://github.com/sebastianbergmann/version.git", |
||
| 2754 | "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5" |
||
| 2755 | }, |
||
| 2756 | "dist": { |
||
| 2757 | "type": "zip", |
||
| 2758 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", |
||
| 2759 | "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", |
||
| 2760 | "shasum": "" |
||
| 2761 | }, |
||
| 2762 | "require": { |
||
| 2763 | "php": ">=5.6" |
||
| 2764 | }, |
||
| 2765 | "type": "library", |
||
| 2766 | "extra": { |
||
| 2767 | "branch-alias": { |
||
| 2768 | "dev-master": "2.0.x-dev" |
||
| 2769 | } |
||
| 2770 | }, |
||
| 2771 | "autoload": { |
||
| 2772 | "classmap": [ |
||
| 2773 | "src/" |
||
| 2774 | ] |
||
| 2775 | }, |
||
| 2776 | "notification-url": "https://packagist.org/downloads/", |
||
| 2777 | "license": [ |
||
| 2778 | "BSD-3-Clause" |
||
| 2779 | ], |
||
| 2780 | "authors": [ |
||
| 2781 | { |
||
| 2782 | "name": "Sebastian Bergmann", |
||
| 2783 | "email": "[email protected]", |
||
| 2784 | "role": "lead" |
||
| 2785 | } |
||
| 2786 | ], |
||
| 2787 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
| 2788 | "homepage": "https://github.com/sebastianbergmann/version", |
||
| 2789 | "time": "2016-02-04 12:56:52" |
||
| 2790 | }, |
||
| 2791 | { |
||
| 2792 | "name": "squizlabs/php_codesniffer", |
||
| 2793 | "version": "2.7.0", |
||
| 2794 | "source": { |
||
| 2795 | "type": "git", |
||
| 2796 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
| 2797 | "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed" |
||
| 2798 | }, |
||
| 2799 | "dist": { |
||
| 2800 | "type": "zip", |
||
| 2801 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/571e27b6348e5b3a637b2abc82ac0d01e6d7bbed", |
||
| 2802 | "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed", |
||
| 2803 | "shasum": "" |
||
| 2804 | }, |
||
| 2805 | "require": { |
||
| 2806 | "ext-simplexml": "*", |
||
| 2807 | "ext-tokenizer": "*", |
||
| 2808 | "ext-xmlwriter": "*", |
||
| 2809 | "php": ">=5.1.2" |
||
| 2810 | }, |
||
| 2811 | "require-dev": { |
||
| 2812 | "phpunit/phpunit": "~4.0" |
||
| 2813 | }, |
||
| 2814 | "bin": [ |
||
| 2815 | "scripts/phpcs", |
||
| 2816 | "scripts/phpcbf" |
||
| 2817 | ], |
||
| 2818 | "type": "library", |
||
| 2819 | "extra": { |
||
| 2820 | "branch-alias": { |
||
| 2821 | "dev-master": "2.x-dev" |
||
| 2822 | } |
||
| 2823 | }, |
||
| 2824 | "autoload": { |
||
| 2825 | "classmap": [ |
||
| 2826 | "CodeSniffer.php", |
||
| 2827 | "CodeSniffer/CLI.php", |
||
| 2828 | "CodeSniffer/Exception.php", |
||
| 2829 | "CodeSniffer/File.php", |
||
| 2830 | "CodeSniffer/Fixer.php", |
||
| 2831 | "CodeSniffer/Report.php", |
||
| 2832 | "CodeSniffer/Reporting.php", |
||
| 2833 | "CodeSniffer/Sniff.php", |
||
| 2834 | "CodeSniffer/Tokens.php", |
||
| 2835 | "CodeSniffer/Reports/", |
||
| 2836 | "CodeSniffer/Tokenizers/", |
||
| 2837 | "CodeSniffer/DocGenerators/", |
||
| 2838 | "CodeSniffer/Standards/AbstractPatternSniff.php", |
||
| 2839 | "CodeSniffer/Standards/AbstractScopeSniff.php", |
||
| 2840 | "CodeSniffer/Standards/AbstractVariableSniff.php", |
||
| 2841 | "CodeSniffer/Standards/IncorrectPatternException.php", |
||
| 2842 | "CodeSniffer/Standards/Generic/Sniffs/", |
||
| 2843 | "CodeSniffer/Standards/MySource/Sniffs/", |
||
| 2844 | "CodeSniffer/Standards/PEAR/Sniffs/", |
||
| 2845 | "CodeSniffer/Standards/PSR1/Sniffs/", |
||
| 2846 | "CodeSniffer/Standards/PSR2/Sniffs/", |
||
| 2847 | "CodeSniffer/Standards/Squiz/Sniffs/", |
||
| 2848 | "CodeSniffer/Standards/Zend/Sniffs/" |
||
| 2849 | ] |
||
| 2850 | }, |
||
| 2851 | "notification-url": "https://packagist.org/downloads/", |
||
| 2852 | "license": [ |
||
| 2853 | "BSD-3-Clause" |
||
| 2854 | ], |
||
| 2855 | "authors": [ |
||
| 2856 | { |
||
| 2857 | "name": "Greg Sherwood", |
||
| 2858 | "role": "lead" |
||
| 2859 | } |
||
| 2860 | ], |
||
| 2861 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
| 2862 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
| 2863 | "keywords": [ |
||
| 2864 | "phpcs", |
||
| 2865 | "standards" |
||
| 2866 | ], |
||
| 2867 | "time": "2016-09-01 23:53:02" |
||
| 2868 | }, |
||
| 2869 | { |
||
| 2870 | "name": "webmozart/assert", |
||
| 2871 | "version": "1.1.0", |
||
| 2872 | "source": { |
||
| 2873 | "type": "git", |
||
| 2874 | "url": "https://github.com/webmozart/assert.git", |
||
| 2875 | "reference": "bb2d123231c095735130cc8f6d31385a44c7b308" |
||
| 2876 | }, |
||
| 2877 | "dist": { |
||
| 2878 | "type": "zip", |
||
| 2879 | "url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308", |
||
| 2880 | "reference": "bb2d123231c095735130cc8f6d31385a44c7b308", |
||
| 2881 | "shasum": "" |
||
| 2882 | }, |
||
| 2883 | "require": { |
||
| 2884 | "php": "^5.3.3|^7.0" |
||
| 2885 | }, |
||
| 2886 | "require-dev": { |
||
| 2887 | "phpunit/phpunit": "^4.6", |
||
| 2888 | "sebastian/version": "^1.0.1" |
||
| 2889 | }, |
||
| 2890 | "type": "library", |
||
| 2891 | "extra": { |
||
| 2892 | "branch-alias": { |
||
| 2893 | "dev-master": "1.2-dev" |
||
| 2894 | } |
||
| 2895 | }, |
||
| 2896 | "autoload": { |
||
| 2897 | "psr-4": { |
||
| 2898 | "Webmozart\\Assert\\": "src/" |
||
| 2899 | } |
||
| 2900 | }, |
||
| 2901 | "notification-url": "https://packagist.org/downloads/", |
||
| 2902 | "license": [ |
||
| 2903 | "MIT" |
||
| 2904 | ], |
||
| 2905 | "authors": [ |
||
| 2906 | { |
||
| 2907 | "name": "Bernhard Schussek", |
||
| 2908 | "email": "[email protected]" |
||
| 2909 | } |
||
| 2910 | ], |
||
| 2911 | "description": "Assertions to validate method input/output with nice error messages.", |
||
| 2912 | "keywords": [ |
||
| 2913 | "assert", |
||
| 2914 | "check", |
||
| 2915 | "validate" |
||
| 2916 | ], |
||
| 2917 | "time": "2016-08-09 15:02:57" |
||
| 2918 | } |
||
| 2919 | ], |
||
| 2920 | "aliases": [], |
||
| 2921 | "minimum-stability": "stable", |
||
| 2922 | "stability-flags": [], |
||
| 2923 | "prefer-stable": false, |
||
| 2924 | "prefer-lowest": false, |
||
| 2925 | "platform": { |
||
| 2926 | "php": "~7.0" |
||
| 2927 | }, |
||
| 2928 | "platform-dev": [] |
||
| 2929 | } |
||
| 2930 |