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