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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
| 5 | "This file is @generated automatically" |
||
| 6 | ], |
||
| 7 | "hash": "12d3f0e379c4e978b0eb8da4cb664bbe", |
||
| 8 | "packages": [ |
||
| 9 | { |
||
| 10 | "name": "doctrine/inflector", |
||
| 11 | "version": "v1.0", |
||
| 12 | "source": { |
||
| 13 | "type": "git", |
||
| 14 | "url": "https://github.com/doctrine/inflector.git", |
||
| 15 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08" |
||
| 16 | }, |
||
| 17 | "dist": { |
||
| 18 | "type": "zip", |
||
| 19 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08", |
||
| 20 | "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08", |
||
| 21 | "shasum": "" |
||
| 22 | }, |
||
| 23 | "require": { |
||
| 24 | "php": ">=5.3.2" |
||
| 25 | }, |
||
| 26 | "type": "library", |
||
| 27 | "autoload": { |
||
| 28 | "psr-0": { |
||
| 29 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
| 30 | } |
||
| 31 | }, |
||
| 32 | "notification-url": "https://packagist.org/downloads/", |
||
| 33 | "license": [ |
||
| 34 | "MIT" |
||
| 35 | ], |
||
| 36 | "authors": [ |
||
| 37 | { |
||
| 38 | "name": "Jonathan Wage", |
||
| 39 | "email": "[email protected]", |
||
| 40 | "homepage": "http://www.jwage.com/", |
||
| 41 | "role": "Creator" |
||
| 42 | }, |
||
| 43 | { |
||
| 44 | "name": "Guilherme Blanco", |
||
| 45 | "email": "[email protected]", |
||
| 46 | "homepage": "http://www.instaclick.com" |
||
| 47 | }, |
||
| 48 | { |
||
| 49 | "name": "Roman Borschel", |
||
| 50 | "email": "[email protected]" |
||
| 51 | }, |
||
| 52 | { |
||
| 53 | "name": "Benjamin Eberlei", |
||
| 54 | "email": "[email protected]" |
||
| 55 | }, |
||
| 56 | { |
||
| 57 | "name": "Johannes Schmitt", |
||
| 58 | "email": "[email protected]", |
||
| 59 | "homepage": "https://github.com/schmittjoh", |
||
| 60 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 61 | } |
||
| 62 | ], |
||
| 63 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
| 64 | "homepage": "http://www.doctrine-project.org", |
||
| 65 | "keywords": [ |
||
| 66 | "inflection", |
||
| 67 | "pluarlize", |
||
| 68 | "singuarlize", |
||
| 69 | "string" |
||
| 70 | ], |
||
| 71 | "time": "2013-01-10 21:49:15" |
||
| 72 | }, |
||
| 73 | { |
||
| 74 | "name": "guzzlehttp/guzzle", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 75 | "version": "5.2.0", |
||
| 76 | "source": { |
||
| 77 | "type": "git", |
||
| 78 | "url": "https://github.com/guzzle/guzzle.git", |
||
| 79 | "reference": "475b29ccd411f2fa8a408e64576418728c032cfa" |
||
| 80 | }, |
||
| 81 | "dist": { |
||
| 82 | "type": "zip", |
||
| 83 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/475b29ccd411f2fa8a408e64576418728c032cfa", |
||
| 84 | "reference": "475b29ccd411f2fa8a408e64576418728c032cfa", |
||
| 85 | "shasum": "" |
||
| 86 | }, |
||
| 87 | "require": { |
||
| 88 | "guzzlehttp/ringphp": "~1.0", |
||
| 89 | "php": ">=5.4.0" |
||
| 90 | }, |
||
| 91 | "require-dev": { |
||
| 92 | "ext-curl": "*", |
||
| 93 | "phpunit/phpunit": "~4.0", |
||
| 94 | "psr/log": "~1.0" |
||
| 95 | }, |
||
| 96 | "type": "library", |
||
| 97 | "extra": { |
||
| 98 | "branch-alias": { |
||
| 99 | "dev-master": "5.0-dev" |
||
| 100 | } |
||
| 101 | }, |
||
| 102 | "autoload": { |
||
| 103 | "psr-4": { |
||
| 104 | "GuzzleHttp\\": "src/" |
||
| 105 | } |
||
| 106 | }, |
||
| 107 | "notification-url": "https://packagist.org/downloads/", |
||
| 108 | "license": [ |
||
| 109 | "MIT" |
||
| 110 | ], |
||
| 111 | "authors": [ |
||
| 112 | { |
||
| 113 | "name": "Michael Dowling", |
||
| 114 | "email": "[email protected]", |
||
| 115 | "homepage": "https://github.com/mtdowling" |
||
| 116 | } |
||
| 117 | ], |
||
| 118 | "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", |
||
| 119 | "homepage": "http://guzzlephp.org/", |
||
| 120 | "keywords": [ |
||
| 121 | "client", |
||
| 122 | "curl", |
||
| 123 | "framework", |
||
| 124 | "http", |
||
| 125 | "http client", |
||
| 126 | "rest", |
||
| 127 | "web service" |
||
| 128 | ], |
||
| 129 | "time": "2015-01-28 01:03:29" |
||
| 130 | }, |
||
| 131 | { |
||
| 132 | "name": "guzzlehttp/ringphp", |
||
| 133 | "version": "1.0.6", |
||
| 134 | "source": { |
||
| 135 | "type": "git", |
||
| 136 | "url": "https://github.com/guzzle/RingPHP.git", |
||
| 137 | "reference": "f43ab34aad69ca0ba04172cf2c3cd5c12fc0e5a4" |
||
| 138 | }, |
||
| 139 | "dist": { |
||
| 140 | "type": "zip", |
||
| 141 | "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/f43ab34aad69ca0ba04172cf2c3cd5c12fc0e5a4", |
||
| 142 | "reference": "f43ab34aad69ca0ba04172cf2c3cd5c12fc0e5a4", |
||
| 143 | "shasum": "" |
||
| 144 | }, |
||
| 145 | "require": { |
||
| 146 | "guzzlehttp/streams": "~3.0", |
||
| 147 | "php": ">=5.4.0", |
||
| 148 | "react/promise": "~2.0" |
||
| 149 | }, |
||
| 150 | "require-dev": { |
||
| 151 | "ext-curl": "*", |
||
| 152 | "phpunit/phpunit": "~4.0" |
||
| 153 | }, |
||
| 154 | "suggest": { |
||
| 155 | "ext-curl": "Guzzle will use specific adapters if cURL is present" |
||
| 156 | }, |
||
| 157 | "type": "library", |
||
| 158 | "extra": { |
||
| 159 | "branch-alias": { |
||
| 160 | "dev-master": "1.0-dev" |
||
| 161 | } |
||
| 162 | }, |
||
| 163 | "autoload": { |
||
| 164 | "psr-4": { |
||
| 165 | "GuzzleHttp\\Ring\\": "src/" |
||
| 166 | } |
||
| 167 | }, |
||
| 168 | "notification-url": "https://packagist.org/downloads/", |
||
| 169 | "license": [ |
||
| 170 | "MIT" |
||
| 171 | ], |
||
| 172 | "authors": [ |
||
| 173 | { |
||
| 174 | "name": "Michael Dowling", |
||
| 175 | "email": "[email protected]", |
||
| 176 | "homepage": "https://github.com/mtdowling" |
||
| 177 | } |
||
| 178 | ], |
||
| 179 | "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.", |
||
| 180 | "time": "2015-02-26 20:43:09" |
||
| 181 | }, |
||
| 182 | { |
||
| 183 | "name": "guzzlehttp/streams", |
||
| 184 | "version": "3.0.0", |
||
| 185 | "source": { |
||
| 186 | "type": "git", |
||
| 187 | "url": "https://github.com/guzzle/streams.git", |
||
| 188 | "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5" |
||
| 189 | }, |
||
| 190 | "dist": { |
||
| 191 | "type": "zip", |
||
| 192 | "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", |
||
| 193 | "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", |
||
| 194 | "shasum": "" |
||
| 195 | }, |
||
| 196 | "require": { |
||
| 197 | "php": ">=5.4.0" |
||
| 198 | }, |
||
| 199 | "require-dev": { |
||
| 200 | "phpunit/phpunit": "~4.0" |
||
| 201 | }, |
||
| 202 | "type": "library", |
||
| 203 | "extra": { |
||
| 204 | "branch-alias": { |
||
| 205 | "dev-master": "3.0-dev" |
||
| 206 | } |
||
| 207 | }, |
||
| 208 | "autoload": { |
||
| 209 | "psr-4": { |
||
| 210 | "GuzzleHttp\\Stream\\": "src/" |
||
| 211 | } |
||
| 212 | }, |
||
| 213 | "notification-url": "https://packagist.org/downloads/", |
||
| 214 | "license": [ |
||
| 215 | "MIT" |
||
| 216 | ], |
||
| 217 | "authors": [ |
||
| 218 | { |
||
| 219 | "name": "Michael Dowling", |
||
| 220 | "email": "[email protected]", |
||
| 221 | "homepage": "https://github.com/mtdowling" |
||
| 222 | } |
||
| 223 | ], |
||
| 224 | "description": "Provides a simple abstraction over streams of data", |
||
| 225 | "homepage": "http://guzzlephp.org/", |
||
| 226 | "keywords": [ |
||
| 227 | "Guzzle", |
||
| 228 | "stream" |
||
| 229 | ], |
||
| 230 | "time": "2014-10-12 19:18:40" |
||
| 231 | }, |
||
| 232 | { |
||
| 233 | "name": "myclabs/php-enum", |
||
| 234 | "version": "1.3.2", |
||
| 235 | "source": { |
||
| 236 | "type": "git", |
||
| 237 | "url": "https://github.com/myclabs/php-enum.git", |
||
| 238 | "reference": "e5976f17636cd68cf07ee5fc3d036c0fd30d6297" |
||
| 239 | }, |
||
| 240 | "dist": { |
||
| 241 | "type": "zip", |
||
| 242 | "url": "https://api.github.com/repos/myclabs/php-enum/zipball/e5976f17636cd68cf07ee5fc3d036c0fd30d6297", |
||
| 243 | "reference": "e5976f17636cd68cf07ee5fc3d036c0fd30d6297", |
||
| 244 | "shasum": "" |
||
| 245 | }, |
||
| 246 | "require": { |
||
| 247 | "php": ">=5.3" |
||
| 248 | }, |
||
| 249 | "require-dev": { |
||
| 250 | "phpunit/phpunit": "4.*", |
||
| 251 | "squizlabs/php_codesniffer": "1.*" |
||
| 252 | }, |
||
| 253 | "type": "library", |
||
| 254 | "autoload": { |
||
| 255 | "psr-4": { |
||
| 256 | "MyCLabs\\Enum\\": "src/" |
||
| 257 | } |
||
| 258 | }, |
||
| 259 | "notification-url": "https://packagist.org/downloads/", |
||
| 260 | "license": [ |
||
| 261 | "MIT" |
||
| 262 | ], |
||
| 263 | "authors": [ |
||
| 264 | { |
||
| 265 | "name": "PHP Enum contributors", |
||
| 266 | "homepage": "https://github.com/myclabs/php-enum/graphs/contributors" |
||
| 267 | } |
||
| 268 | ], |
||
| 269 | "description": "PHP Enum implementation", |
||
| 270 | "homepage": "http://github.com/myclabs/php-enum", |
||
| 271 | "keywords": [ |
||
| 272 | "enum" |
||
| 273 | ], |
||
| 274 | "time": "2015-02-15 21:39:11" |
||
| 275 | }, |
||
| 276 | { |
||
| 277 | "name": "react/promise", |
||
| 278 | "version": "v2.2.0", |
||
| 279 | "source": { |
||
| 280 | "type": "git", |
||
| 281 | "url": "https://github.com/reactphp/promise.git", |
||
| 282 | "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef" |
||
| 283 | }, |
||
| 284 | "dist": { |
||
| 285 | "type": "zip", |
||
| 286 | "url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef", |
||
| 287 | "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef", |
||
| 288 | "shasum": "" |
||
| 289 | }, |
||
| 290 | "require": { |
||
| 291 | "php": ">=5.4.0" |
||
| 292 | }, |
||
| 293 | "type": "library", |
||
| 294 | "extra": { |
||
| 295 | "branch-alias": { |
||
| 296 | "dev-master": "2.0-dev" |
||
| 297 | } |
||
| 298 | }, |
||
| 299 | "autoload": { |
||
| 300 | "psr-4": { |
||
| 301 | "React\\Promise\\": "src/" |
||
| 302 | }, |
||
| 303 | "files": [ |
||
| 304 | "src/functions_include.php" |
||
| 305 | ] |
||
| 306 | }, |
||
| 307 | "notification-url": "https://packagist.org/downloads/", |
||
| 308 | "license": [ |
||
| 309 | "MIT" |
||
| 310 | ], |
||
| 311 | "authors": [ |
||
| 312 | { |
||
| 313 | "name": "Jan Sorgalla", |
||
| 314 | "email": "[email protected]" |
||
| 315 | } |
||
| 316 | ], |
||
| 317 | "description": "A lightweight implementation of CommonJS Promises/A for PHP", |
||
| 318 | "time": "2014-12-30 13:32:42" |
||
| 319 | } |
||
| 320 | ], |
||
| 321 | "packages-dev": [ |
||
| 322 | { |
||
| 323 | "name": "doctrine/instantiator", |
||
| 324 | "version": "1.0.4", |
||
| 325 | "source": { |
||
| 326 | "type": "git", |
||
| 327 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 328 | "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119" |
||
| 329 | }, |
||
| 330 | "dist": { |
||
| 331 | "type": "zip", |
||
| 332 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119", |
||
| 333 | "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119", |
||
| 334 | "shasum": "" |
||
| 335 | }, |
||
| 336 | "require": { |
||
| 337 | "php": ">=5.3,<8.0-DEV" |
||
| 338 | }, |
||
| 339 | "require-dev": { |
||
| 340 | "athletic/athletic": "~0.1.8", |
||
| 341 | "ext-pdo": "*", |
||
| 342 | "ext-phar": "*", |
||
| 343 | "phpunit/phpunit": "~4.0", |
||
| 344 | "squizlabs/php_codesniffer": "2.0.*@ALPHA" |
||
| 345 | }, |
||
| 346 | "type": "library", |
||
| 347 | "extra": { |
||
| 348 | "branch-alias": { |
||
| 349 | "dev-master": "1.0.x-dev" |
||
| 350 | } |
||
| 351 | }, |
||
| 352 | "autoload": { |
||
| 353 | "psr-0": { |
||
| 354 | "Doctrine\\Instantiator\\": "src" |
||
| 355 | } |
||
| 356 | }, |
||
| 357 | "notification-url": "https://packagist.org/downloads/", |
||
| 358 | "license": [ |
||
| 359 | "MIT" |
||
| 360 | ], |
||
| 361 | "authors": [ |
||
| 362 | { |
||
| 363 | "name": "Marco Pivetta", |
||
| 364 | "email": "[email protected]", |
||
| 365 | "homepage": "http://ocramius.github.com/" |
||
| 366 | } |
||
| 367 | ], |
||
| 368 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 369 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 370 | "keywords": [ |
||
| 371 | "constructor", |
||
| 372 | "instantiate" |
||
| 373 | ], |
||
| 374 | "time": "2014-10-13 12:58:55" |
||
| 375 | }, |
||
| 376 | { |
||
| 377 | "name": "mockery/mockery", |
||
| 378 | "version": "0.9.3", |
||
| 379 | "source": { |
||
| 380 | "type": "git", |
||
| 381 | "url": "https://github.com/padraic/mockery.git", |
||
| 382 | "reference": "686f85fa5b3b079cc0157d7cd3e9adb97f0b41e1" |
||
| 383 | }, |
||
| 384 | "dist": { |
||
| 385 | "type": "zip", |
||
| 386 | "url": "https://api.github.com/repos/padraic/mockery/zipball/686f85fa5b3b079cc0157d7cd3e9adb97f0b41e1", |
||
| 387 | "reference": "686f85fa5b3b079cc0157d7cd3e9adb97f0b41e1", |
||
| 388 | "shasum": "" |
||
| 389 | }, |
||
| 390 | "require": { |
||
| 391 | "lib-pcre": ">=7.0", |
||
| 392 | "php": ">=5.3.2" |
||
| 393 | }, |
||
| 394 | "require-dev": { |
||
| 395 | "hamcrest/hamcrest-php": "~1.1", |
||
| 396 | "phpunit/phpunit": "~4.0", |
||
| 397 | "satooshi/php-coveralls": "~0.7@dev" |
||
| 398 | }, |
||
| 399 | "type": "library", |
||
| 400 | "extra": { |
||
| 401 | "branch-alias": { |
||
| 402 | "dev-master": "0.9.x-dev" |
||
| 403 | } |
||
| 404 | }, |
||
| 405 | "autoload": { |
||
| 406 | "psr-0": { |
||
| 407 | "Mockery": "library/" |
||
| 408 | } |
||
| 409 | }, |
||
| 410 | "notification-url": "https://packagist.org/downloads/", |
||
| 411 | "license": [ |
||
| 412 | "BSD-3-Clause" |
||
| 413 | ], |
||
| 414 | "authors": [ |
||
| 415 | { |
||
| 416 | "name": "Pádraic Brady", |
||
| 417 | "email": "[email protected]", |
||
| 418 | "homepage": "http://blog.astrumfutura.com" |
||
| 419 | }, |
||
| 420 | { |
||
| 421 | "name": "Dave Marshall", |
||
| 422 | "email": "[email protected]", |
||
| 423 | "homepage": "http://davedevelopment.co.uk" |
||
| 424 | } |
||
| 425 | ], |
||
| 426 | "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succint API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.", |
||
| 427 | "homepage": "http://github.com/padraic/mockery", |
||
| 428 | "keywords": [ |
||
| 429 | "BDD", |
||
| 430 | "TDD", |
||
| 431 | "library", |
||
| 432 | "mock", |
||
| 433 | "mock objects", |
||
| 434 | "mockery", |
||
| 435 | "stub", |
||
| 436 | "test", |
||
| 437 | "test double", |
||
| 438 | "testing" |
||
| 439 | ], |
||
| 440 | "time": "2014-12-22 10:06:19" |
||
| 441 | }, |
||
| 442 | { |
||
| 443 | "name": "phpdocumentor/reflection-docblock", |
||
| 444 | "version": "2.0.4", |
||
| 445 | "source": { |
||
| 446 | "type": "git", |
||
| 447 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
| 448 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" |
||
| 449 | }, |
||
| 450 | "dist": { |
||
| 451 | "type": "zip", |
||
| 452 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
| 453 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
| 454 | "shasum": "" |
||
| 455 | }, |
||
| 456 | "require": { |
||
| 457 | "php": ">=5.3.3" |
||
| 458 | }, |
||
| 459 | "require-dev": { |
||
| 460 | "phpunit/phpunit": "~4.0" |
||
| 461 | }, |
||
| 462 | "suggest": { |
||
| 463 | "dflydev/markdown": "~1.0", |
||
| 464 | "erusev/parsedown": "~1.0" |
||
| 465 | }, |
||
| 466 | "type": "library", |
||
| 467 | "extra": { |
||
| 468 | "branch-alias": { |
||
| 469 | "dev-master": "2.0.x-dev" |
||
| 470 | } |
||
| 471 | }, |
||
| 472 | "autoload": { |
||
| 473 | "psr-0": { |
||
| 474 | "phpDocumentor": [ |
||
| 475 | "src/" |
||
| 476 | ] |
||
| 477 | } |
||
| 478 | }, |
||
| 479 | "notification-url": "https://packagist.org/downloads/", |
||
| 480 | "license": [ |
||
| 481 | "MIT" |
||
| 482 | ], |
||
| 483 | "authors": [ |
||
| 484 | { |
||
| 485 | "name": "Mike van Riel", |
||
| 486 | "email": "[email protected]" |
||
| 487 | } |
||
| 488 | ], |
||
| 489 | "time": "2015-02-03 12:10:50" |
||
| 490 | }, |
||
| 491 | { |
||
| 492 | "name": "phpspec/prophecy", |
||
| 493 | "version": "v1.3.1", |
||
| 494 | "source": { |
||
| 495 | "type": "git", |
||
| 496 | "url": "https://github.com/phpspec/prophecy.git", |
||
| 497 | "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9" |
||
| 498 | }, |
||
| 499 | "dist": { |
||
| 500 | "type": "zip", |
||
| 501 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/9ca52329bcdd1500de24427542577ebf3fc2f1c9", |
||
| 502 | "reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9", |
||
| 503 | "shasum": "" |
||
| 504 | }, |
||
| 505 | "require": { |
||
| 506 | "doctrine/instantiator": "~1.0,>=1.0.2", |
||
| 507 | "phpdocumentor/reflection-docblock": "~2.0" |
||
| 508 | }, |
||
| 509 | "require-dev": { |
||
| 510 | "phpspec/phpspec": "~2.0" |
||
| 511 | }, |
||
| 512 | "type": "library", |
||
| 513 | "extra": { |
||
| 514 | "branch-alias": { |
||
| 515 | "dev-master": "1.2.x-dev" |
||
| 516 | } |
||
| 517 | }, |
||
| 518 | "autoload": { |
||
| 519 | "psr-0": { |
||
| 520 | "Prophecy\\": "src/" |
||
| 521 | } |
||
| 522 | }, |
||
| 523 | "notification-url": "https://packagist.org/downloads/", |
||
| 524 | "license": [ |
||
| 525 | "MIT" |
||
| 526 | ], |
||
| 527 | "authors": [ |
||
| 528 | { |
||
| 529 | "name": "Konstantin Kudryashov", |
||
| 530 | "email": "[email protected]", |
||
| 531 | "homepage": "http://everzet.com" |
||
| 532 | }, |
||
| 533 | { |
||
| 534 | "name": "Marcello Duarte", |
||
| 535 | "email": "[email protected]" |
||
| 536 | } |
||
| 537 | ], |
||
| 538 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
| 539 | "homepage": "http://phpspec.org", |
||
| 540 | "keywords": [ |
||
| 541 | "Double", |
||
| 542 | "Dummy", |
||
| 543 | "fake", |
||
| 544 | "mock", |
||
| 545 | "spy", |
||
| 546 | "stub" |
||
| 547 | ], |
||
| 548 | "time": "2014-11-17 16:23:49" |
||
| 549 | }, |
||
| 550 | { |
||
| 551 | "name": "phpunit/php-code-coverage", |
||
| 552 | "version": "2.0.15", |
||
| 553 | "source": { |
||
| 554 | "type": "git", |
||
| 555 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
| 556 | "reference": "34cc484af1ca149188d0d9e91412191e398e0b67" |
||
| 557 | }, |
||
| 558 | "dist": { |
||
| 559 | "type": "zip", |
||
| 560 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/34cc484af1ca149188d0d9e91412191e398e0b67", |
||
| 561 | "reference": "34cc484af1ca149188d0d9e91412191e398e0b67", |
||
| 562 | "shasum": "" |
||
| 563 | }, |
||
| 564 | "require": { |
||
| 565 | "php": ">=5.3.3", |
||
| 566 | "phpunit/php-file-iterator": "~1.3", |
||
| 567 | "phpunit/php-text-template": "~1.2", |
||
| 568 | "phpunit/php-token-stream": "~1.3", |
||
| 569 | "sebastian/environment": "~1.0", |
||
| 570 | "sebastian/version": "~1.0" |
||
| 571 | }, |
||
| 572 | "require-dev": { |
||
| 573 | "ext-xdebug": ">=2.1.4", |
||
| 574 | "phpunit/phpunit": "~4" |
||
| 575 | }, |
||
| 576 | "suggest": { |
||
| 577 | "ext-dom": "*", |
||
| 578 | "ext-xdebug": ">=2.2.1", |
||
| 579 | "ext-xmlwriter": "*" |
||
| 580 | }, |
||
| 581 | "type": "library", |
||
| 582 | "extra": { |
||
| 583 | "branch-alias": { |
||
| 584 | "dev-master": "2.0.x-dev" |
||
| 585 | } |
||
| 586 | }, |
||
| 587 | "autoload": { |
||
| 588 | "classmap": [ |
||
| 589 | "src/" |
||
| 590 | ] |
||
| 591 | }, |
||
| 592 | "notification-url": "https://packagist.org/downloads/", |
||
| 593 | "license": [ |
||
| 594 | "BSD-3-Clause" |
||
| 595 | ], |
||
| 596 | "authors": [ |
||
| 597 | { |
||
| 598 | "name": "Sebastian Bergmann", |
||
| 599 | "email": "[email protected]", |
||
| 600 | "role": "lead" |
||
| 601 | } |
||
| 602 | ], |
||
| 603 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
| 604 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
| 605 | "keywords": [ |
||
| 606 | "coverage", |
||
| 607 | "testing", |
||
| 608 | "xunit" |
||
| 609 | ], |
||
| 610 | "time": "2015-01-24 10:06:35" |
||
| 611 | }, |
||
| 612 | { |
||
| 613 | "name": "phpunit/php-file-iterator", |
||
| 614 | "version": "1.3.4", |
||
| 615 | "source": { |
||
| 616 | "type": "git", |
||
| 617 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
| 618 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" |
||
| 619 | }, |
||
| 620 | "dist": { |
||
| 621 | "type": "zip", |
||
| 622 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", |
||
| 623 | "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", |
||
| 624 | "shasum": "" |
||
| 625 | }, |
||
| 626 | "require": { |
||
| 627 | "php": ">=5.3.3" |
||
| 628 | }, |
||
| 629 | "type": "library", |
||
| 630 | "autoload": { |
||
| 631 | "classmap": [ |
||
| 632 | "File/" |
||
| 633 | ] |
||
| 634 | }, |
||
| 635 | "notification-url": "https://packagist.org/downloads/", |
||
| 636 | "include-path": [ |
||
| 637 | "" |
||
| 638 | ], |
||
| 639 | "license": [ |
||
| 640 | "BSD-3-Clause" |
||
| 641 | ], |
||
| 642 | "authors": [ |
||
| 643 | { |
||
| 644 | "name": "Sebastian Bergmann", |
||
| 645 | "email": "[email protected]", |
||
| 646 | "role": "lead" |
||
| 647 | } |
||
| 648 | ], |
||
| 649 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
| 650 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
| 651 | "keywords": [ |
||
| 652 | "filesystem", |
||
| 653 | "iterator" |
||
| 654 | ], |
||
| 655 | "time": "2013-10-10 15:34:57" |
||
| 656 | }, |
||
| 657 | { |
||
| 658 | "name": "phpunit/php-text-template", |
||
| 659 | "version": "1.2.0", |
||
| 660 | "source": { |
||
| 661 | "type": "git", |
||
| 662 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
| 663 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" |
||
| 664 | }, |
||
| 665 | "dist": { |
||
| 666 | "type": "zip", |
||
| 667 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
| 668 | "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", |
||
| 669 | "shasum": "" |
||
| 670 | }, |
||
| 671 | "require": { |
||
| 672 | "php": ">=5.3.3" |
||
| 673 | }, |
||
| 674 | "type": "library", |
||
| 675 | "autoload": { |
||
| 676 | "classmap": [ |
||
| 677 | "Text/" |
||
| 678 | ] |
||
| 679 | }, |
||
| 680 | "notification-url": "https://packagist.org/downloads/", |
||
| 681 | "include-path": [ |
||
| 682 | "" |
||
| 683 | ], |
||
| 684 | "license": [ |
||
| 685 | "BSD-3-Clause" |
||
| 686 | ], |
||
| 687 | "authors": [ |
||
| 688 | { |
||
| 689 | "name": "Sebastian Bergmann", |
||
| 690 | "email": "[email protected]", |
||
| 691 | "role": "lead" |
||
| 692 | } |
||
| 693 | ], |
||
| 694 | "description": "Simple template engine.", |
||
| 695 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
| 696 | "keywords": [ |
||
| 697 | "template" |
||
| 698 | ], |
||
| 699 | "time": "2014-01-30 17:20:04" |
||
| 700 | }, |
||
| 701 | { |
||
| 702 | "name": "phpunit/php-timer", |
||
| 703 | "version": "1.0.5", |
||
| 704 | "source": { |
||
| 705 | "type": "git", |
||
| 706 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
| 707 | "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c" |
||
| 708 | }, |
||
| 709 | "dist": { |
||
| 710 | "type": "zip", |
||
| 711 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c", |
||
| 712 | "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c", |
||
| 713 | "shasum": "" |
||
| 714 | }, |
||
| 715 | "require": { |
||
| 716 | "php": ">=5.3.3" |
||
| 717 | }, |
||
| 718 | "type": "library", |
||
| 719 | "autoload": { |
||
| 720 | "classmap": [ |
||
| 721 | "PHP/" |
||
| 722 | ] |
||
| 723 | }, |
||
| 724 | "notification-url": "https://packagist.org/downloads/", |
||
| 725 | "include-path": [ |
||
| 726 | "" |
||
| 727 | ], |
||
| 728 | "license": [ |
||
| 729 | "BSD-3-Clause" |
||
| 730 | ], |
||
| 731 | "authors": [ |
||
| 732 | { |
||
| 733 | "name": "Sebastian Bergmann", |
||
| 734 | "email": "[email protected]", |
||
| 735 | "role": "lead" |
||
| 736 | } |
||
| 737 | ], |
||
| 738 | "description": "Utility class for timing", |
||
| 739 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
| 740 | "keywords": [ |
||
| 741 | "timer" |
||
| 742 | ], |
||
| 743 | "time": "2013-08-02 07:42:54" |
||
| 744 | }, |
||
| 745 | { |
||
| 746 | "name": "phpunit/php-token-stream", |
||
| 747 | "version": "1.4.0", |
||
| 748 | "source": { |
||
| 749 | "type": "git", |
||
| 750 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
| 751 | "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74" |
||
| 752 | }, |
||
| 753 | "dist": { |
||
| 754 | "type": "zip", |
||
| 755 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db32c18eba00b121c145575fcbcd4d4d24e6db74", |
||
| 756 | "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74", |
||
| 757 | "shasum": "" |
||
| 758 | }, |
||
| 759 | "require": { |
||
| 760 | "ext-tokenizer": "*", |
||
| 761 | "php": ">=5.3.3" |
||
| 762 | }, |
||
| 763 | "require-dev": { |
||
| 764 | "phpunit/phpunit": "~4.2" |
||
| 765 | }, |
||
| 766 | "type": "library", |
||
| 767 | "extra": { |
||
| 768 | "branch-alias": { |
||
| 769 | "dev-master": "1.4-dev" |
||
| 770 | } |
||
| 771 | }, |
||
| 772 | "autoload": { |
||
| 773 | "classmap": [ |
||
| 774 | "src/" |
||
| 775 | ] |
||
| 776 | }, |
||
| 777 | "notification-url": "https://packagist.org/downloads/", |
||
| 778 | "license": [ |
||
| 779 | "BSD-3-Clause" |
||
| 780 | ], |
||
| 781 | "authors": [ |
||
| 782 | { |
||
| 783 | "name": "Sebastian Bergmann", |
||
| 784 | "email": "[email protected]" |
||
| 785 | } |
||
| 786 | ], |
||
| 787 | "description": "Wrapper around PHP's tokenizer extension.", |
||
| 788 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
| 789 | "keywords": [ |
||
| 790 | "tokenizer" |
||
| 791 | ], |
||
| 792 | "time": "2015-01-17 09:51:32" |
||
| 793 | }, |
||
| 794 | { |
||
| 795 | "name": "phpunit/phpunit", |
||
| 796 | "version": "4.5.0", |
||
| 797 | "source": { |
||
| 798 | "type": "git", |
||
| 799 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
| 800 | "reference": "5b578d3865a9128b9c209b011fda6539ec06e7a5" |
||
| 801 | }, |
||
| 802 | "dist": { |
||
| 803 | "type": "zip", |
||
| 804 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5b578d3865a9128b9c209b011fda6539ec06e7a5", |
||
| 805 | "reference": "5b578d3865a9128b9c209b011fda6539ec06e7a5", |
||
| 806 | "shasum": "" |
||
| 807 | }, |
||
| 808 | "require": { |
||
| 809 | "ext-dom": "*", |
||
| 810 | "ext-json": "*", |
||
| 811 | "ext-pcre": "*", |
||
| 812 | "ext-reflection": "*", |
||
| 813 | "ext-spl": "*", |
||
| 814 | "php": ">=5.3.3", |
||
| 815 | "phpspec/prophecy": "~1.3.1", |
||
| 816 | "phpunit/php-code-coverage": "~2.0", |
||
| 817 | "phpunit/php-file-iterator": "~1.3.2", |
||
| 818 | "phpunit/php-text-template": "~1.2", |
||
| 819 | "phpunit/php-timer": "~1.0.2", |
||
| 820 | "phpunit/phpunit-mock-objects": "~2.3", |
||
| 821 | "sebastian/comparator": "~1.1", |
||
| 822 | "sebastian/diff": "~1.1", |
||
| 823 | "sebastian/environment": "~1.2", |
||
| 824 | "sebastian/exporter": "~1.2", |
||
| 825 | "sebastian/global-state": "~1.0", |
||
| 826 | "sebastian/version": "~1.0", |
||
| 827 | "symfony/yaml": "~2.0" |
||
| 828 | }, |
||
| 829 | "suggest": { |
||
| 830 | "phpunit/php-invoker": "~1.1" |
||
| 831 | }, |
||
| 832 | "bin": [ |
||
| 833 | "phpunit" |
||
| 834 | ], |
||
| 835 | "type": "library", |
||
| 836 | "extra": { |
||
| 837 | "branch-alias": { |
||
| 838 | "dev-master": "4.5.x-dev" |
||
| 839 | } |
||
| 840 | }, |
||
| 841 | "autoload": { |
||
| 842 | "classmap": [ |
||
| 843 | "src/" |
||
| 844 | ] |
||
| 845 | }, |
||
| 846 | "notification-url": "https://packagist.org/downloads/", |
||
| 847 | "license": [ |
||
| 848 | "BSD-3-Clause" |
||
| 849 | ], |
||
| 850 | "authors": [ |
||
| 851 | { |
||
| 852 | "name": "Sebastian Bergmann", |
||
| 853 | "email": "[email protected]", |
||
| 854 | "role": "lead" |
||
| 855 | } |
||
| 856 | ], |
||
| 857 | "description": "The PHP Unit Testing framework.", |
||
| 858 | "homepage": "https://phpunit.de/", |
||
| 859 | "keywords": [ |
||
| 860 | "phpunit", |
||
| 861 | "testing", |
||
| 862 | "xunit" |
||
| 863 | ], |
||
| 864 | "time": "2015-02-05 15:51:19" |
||
| 865 | }, |
||
| 866 | { |
||
| 867 | "name": "phpunit/phpunit-mock-objects", |
||
| 868 | "version": "2.3.0", |
||
| 869 | "source": { |
||
| 870 | "type": "git", |
||
| 871 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
| 872 | "reference": "c63d2367247365f688544f0d500af90a11a44c65" |
||
| 873 | }, |
||
| 874 | "dist": { |
||
| 875 | "type": "zip", |
||
| 876 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65", |
||
| 877 | "reference": "c63d2367247365f688544f0d500af90a11a44c65", |
||
| 878 | "shasum": "" |
||
| 879 | }, |
||
| 880 | "require": { |
||
| 881 | "doctrine/instantiator": "~1.0,>=1.0.1", |
||
| 882 | "php": ">=5.3.3", |
||
| 883 | "phpunit/php-text-template": "~1.2" |
||
| 884 | }, |
||
| 885 | "require-dev": { |
||
| 886 | "phpunit/phpunit": "~4.3" |
||
| 887 | }, |
||
| 888 | "suggest": { |
||
| 889 | "ext-soap": "*" |
||
| 890 | }, |
||
| 891 | "type": "library", |
||
| 892 | "extra": { |
||
| 893 | "branch-alias": { |
||
| 894 | "dev-master": "2.3.x-dev" |
||
| 895 | } |
||
| 896 | }, |
||
| 897 | "autoload": { |
||
| 898 | "classmap": [ |
||
| 899 | "src/" |
||
| 900 | ] |
||
| 901 | }, |
||
| 902 | "notification-url": "https://packagist.org/downloads/", |
||
| 903 | "license": [ |
||
| 904 | "BSD-3-Clause" |
||
| 905 | ], |
||
| 906 | "authors": [ |
||
| 907 | { |
||
| 908 | "name": "Sebastian Bergmann", |
||
| 909 | "email": "[email protected]", |
||
| 910 | "role": "lead" |
||
| 911 | } |
||
| 912 | ], |
||
| 913 | "description": "Mock Object library for PHPUnit", |
||
| 914 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
| 915 | "keywords": [ |
||
| 916 | "mock", |
||
| 917 | "xunit" |
||
| 918 | ], |
||
| 919 | "time": "2014-10-03 05:12:11" |
||
| 920 | }, |
||
| 921 | { |
||
| 922 | "name": "sebastian/comparator", |
||
| 923 | "version": "1.1.1", |
||
| 924 | "source": { |
||
| 925 | "type": "git", |
||
| 926 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
| 927 | "reference": "1dd8869519a225f7f2b9eb663e225298fade819e" |
||
| 928 | }, |
||
| 929 | "dist": { |
||
| 930 | "type": "zip", |
||
| 931 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e", |
||
| 932 | "reference": "1dd8869519a225f7f2b9eb663e225298fade819e", |
||
| 933 | "shasum": "" |
||
| 934 | }, |
||
| 935 | "require": { |
||
| 936 | "php": ">=5.3.3", |
||
| 937 | "sebastian/diff": "~1.2", |
||
| 938 | "sebastian/exporter": "~1.2" |
||
| 939 | }, |
||
| 940 | "require-dev": { |
||
| 941 | "phpunit/phpunit": "~4.4" |
||
| 942 | }, |
||
| 943 | "type": "library", |
||
| 944 | "extra": { |
||
| 945 | "branch-alias": { |
||
| 946 | "dev-master": "1.1.x-dev" |
||
| 947 | } |
||
| 948 | }, |
||
| 949 | "autoload": { |
||
| 950 | "classmap": [ |
||
| 951 | "src/" |
||
| 952 | ] |
||
| 953 | }, |
||
| 954 | "notification-url": "https://packagist.org/downloads/", |
||
| 955 | "license": [ |
||
| 956 | "BSD-3-Clause" |
||
| 957 | ], |
||
| 958 | "authors": [ |
||
| 959 | { |
||
| 960 | "name": "Jeff Welch", |
||
| 961 | "email": "[email protected]" |
||
| 962 | }, |
||
| 963 | { |
||
| 964 | "name": "Volker Dusch", |
||
| 965 | "email": "[email protected]" |
||
| 966 | }, |
||
| 967 | { |
||
| 968 | "name": "Bernhard Schussek", |
||
| 969 | "email": "[email protected]" |
||
| 970 | }, |
||
| 971 | { |
||
| 972 | "name": "Sebastian Bergmann", |
||
| 973 | "email": "[email protected]" |
||
| 974 | } |
||
| 975 | ], |
||
| 976 | "description": "Provides the functionality to compare PHP values for equality", |
||
| 977 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
| 978 | "keywords": [ |
||
| 979 | "comparator", |
||
| 980 | "compare", |
||
| 981 | "equality" |
||
| 982 | ], |
||
| 983 | "time": "2015-01-29 16:28:08" |
||
| 984 | }, |
||
| 985 | { |
||
| 986 | "name": "sebastian/diff", |
||
| 987 | "version": "1.2.0", |
||
| 988 | "source": { |
||
| 989 | "type": "git", |
||
| 990 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
| 991 | "reference": "5843509fed39dee4b356a306401e9dd1a931fec7" |
||
| 992 | }, |
||
| 993 | "dist": { |
||
| 994 | "type": "zip", |
||
| 995 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7", |
||
| 996 | "reference": "5843509fed39dee4b356a306401e9dd1a931fec7", |
||
| 997 | "shasum": "" |
||
| 998 | }, |
||
| 999 | "require": { |
||
| 1000 | "php": ">=5.3.3" |
||
| 1001 | }, |
||
| 1002 | "require-dev": { |
||
| 1003 | "phpunit/phpunit": "~4.2" |
||
| 1004 | }, |
||
| 1005 | "type": "library", |
||
| 1006 | "extra": { |
||
| 1007 | "branch-alias": { |
||
| 1008 | "dev-master": "1.2-dev" |
||
| 1009 | } |
||
| 1010 | }, |
||
| 1011 | "autoload": { |
||
| 1012 | "classmap": [ |
||
| 1013 | "src/" |
||
| 1014 | ] |
||
| 1015 | }, |
||
| 1016 | "notification-url": "https://packagist.org/downloads/", |
||
| 1017 | "license": [ |
||
| 1018 | "BSD-3-Clause" |
||
| 1019 | ], |
||
| 1020 | "authors": [ |
||
| 1021 | { |
||
| 1022 | "name": "Kore Nordmann", |
||
| 1023 | "email": "[email protected]" |
||
| 1024 | }, |
||
| 1025 | { |
||
| 1026 | "name": "Sebastian Bergmann", |
||
| 1027 | "email": "[email protected]" |
||
| 1028 | } |
||
| 1029 | ], |
||
| 1030 | "description": "Diff implementation", |
||
| 1031 | "homepage": "http://www.github.com/sebastianbergmann/diff", |
||
| 1032 | "keywords": [ |
||
| 1033 | "diff" |
||
| 1034 | ], |
||
| 1035 | "time": "2014-08-15 10:29:00" |
||
| 1036 | }, |
||
| 1037 | { |
||
| 1038 | "name": "sebastian/environment", |
||
| 1039 | "version": "1.2.1", |
||
| 1040 | "source": { |
||
| 1041 | "type": "git", |
||
| 1042 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
| 1043 | "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7" |
||
| 1044 | }, |
||
| 1045 | "dist": { |
||
| 1046 | "type": "zip", |
||
| 1047 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e6c71d918088c251b181ba8b3088af4ac336dd7", |
||
| 1048 | "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7", |
||
| 1049 | "shasum": "" |
||
| 1050 | }, |
||
| 1051 | "require": { |
||
| 1052 | "php": ">=5.3.3" |
||
| 1053 | }, |
||
| 1054 | "require-dev": { |
||
| 1055 | "phpunit/phpunit": "~4.3" |
||
| 1056 | }, |
||
| 1057 | "type": "library", |
||
| 1058 | "extra": { |
||
| 1059 | "branch-alias": { |
||
| 1060 | "dev-master": "1.2.x-dev" |
||
| 1061 | } |
||
| 1062 | }, |
||
| 1063 | "autoload": { |
||
| 1064 | "classmap": [ |
||
| 1065 | "src/" |
||
| 1066 | ] |
||
| 1067 | }, |
||
| 1068 | "notification-url": "https://packagist.org/downloads/", |
||
| 1069 | "license": [ |
||
| 1070 | "BSD-3-Clause" |
||
| 1071 | ], |
||
| 1072 | "authors": [ |
||
| 1073 | { |
||
| 1074 | "name": "Sebastian Bergmann", |
||
| 1075 | "email": "[email protected]" |
||
| 1076 | } |
||
| 1077 | ], |
||
| 1078 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
| 1079 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
| 1080 | "keywords": [ |
||
| 1081 | "Xdebug", |
||
| 1082 | "environment", |
||
| 1083 | "hhvm" |
||
| 1084 | ], |
||
| 1085 | "time": "2014-10-25 08:00:45" |
||
| 1086 | }, |
||
| 1087 | { |
||
| 1088 | "name": "sebastian/exporter", |
||
| 1089 | "version": "1.2.0", |
||
| 1090 | "source": { |
||
| 1091 | "type": "git", |
||
| 1092 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
| 1093 | "reference": "84839970d05254c73cde183a721c7af13aede943" |
||
| 1094 | }, |
||
| 1095 | "dist": { |
||
| 1096 | "type": "zip", |
||
| 1097 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943", |
||
| 1098 | "reference": "84839970d05254c73cde183a721c7af13aede943", |
||
| 1099 | "shasum": "" |
||
| 1100 | }, |
||
| 1101 | "require": { |
||
| 1102 | "php": ">=5.3.3", |
||
| 1103 | "sebastian/recursion-context": "~1.0" |
||
| 1104 | }, |
||
| 1105 | "require-dev": { |
||
| 1106 | "phpunit/phpunit": "~4.4" |
||
| 1107 | }, |
||
| 1108 | "type": "library", |
||
| 1109 | "extra": { |
||
| 1110 | "branch-alias": { |
||
| 1111 | "dev-master": "1.2.x-dev" |
||
| 1112 | } |
||
| 1113 | }, |
||
| 1114 | "autoload": { |
||
| 1115 | "classmap": [ |
||
| 1116 | "src/" |
||
| 1117 | ] |
||
| 1118 | }, |
||
| 1119 | "notification-url": "https://packagist.org/downloads/", |
||
| 1120 | "license": [ |
||
| 1121 | "BSD-3-Clause" |
||
| 1122 | ], |
||
| 1123 | "authors": [ |
||
| 1124 | { |
||
| 1125 | "name": "Jeff Welch", |
||
| 1126 | "email": "[email protected]" |
||
| 1127 | }, |
||
| 1128 | { |
||
| 1129 | "name": "Volker Dusch", |
||
| 1130 | "email": "[email protected]" |
||
| 1131 | }, |
||
| 1132 | { |
||
| 1133 | "name": "Bernhard Schussek", |
||
| 1134 | "email": "[email protected]" |
||
| 1135 | }, |
||
| 1136 | { |
||
| 1137 | "name": "Sebastian Bergmann", |
||
| 1138 | "email": "[email protected]" |
||
| 1139 | }, |
||
| 1140 | { |
||
| 1141 | "name": "Adam Harvey", |
||
| 1142 | "email": "[email protected]" |
||
| 1143 | } |
||
| 1144 | ], |
||
| 1145 | "description": "Provides the functionality to export PHP variables for visualization", |
||
| 1146 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
| 1147 | "keywords": [ |
||
| 1148 | "export", |
||
| 1149 | "exporter" |
||
| 1150 | ], |
||
| 1151 | "time": "2015-01-27 07:23:06" |
||
| 1152 | }, |
||
| 1153 | { |
||
| 1154 | "name": "sebastian/global-state", |
||
| 1155 | "version": "1.0.0", |
||
| 1156 | "source": { |
||
| 1157 | "type": "git", |
||
| 1158 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
| 1159 | "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01" |
||
| 1160 | }, |
||
| 1161 | "dist": { |
||
| 1162 | "type": "zip", |
||
| 1163 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01", |
||
| 1164 | "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01", |
||
| 1165 | "shasum": "" |
||
| 1166 | }, |
||
| 1167 | "require": { |
||
| 1168 | "php": ">=5.3.3" |
||
| 1169 | }, |
||
| 1170 | "require-dev": { |
||
| 1171 | "phpunit/phpunit": "~4.2" |
||
| 1172 | }, |
||
| 1173 | "suggest": { |
||
| 1174 | "ext-uopz": "*" |
||
| 1175 | }, |
||
| 1176 | "type": "library", |
||
| 1177 | "extra": { |
||
| 1178 | "branch-alias": { |
||
| 1179 | "dev-master": "1.0-dev" |
||
| 1180 | } |
||
| 1181 | }, |
||
| 1182 | "autoload": { |
||
| 1183 | "classmap": [ |
||
| 1184 | "src/" |
||
| 1185 | ] |
||
| 1186 | }, |
||
| 1187 | "notification-url": "https://packagist.org/downloads/", |
||
| 1188 | "license": [ |
||
| 1189 | "BSD-3-Clause" |
||
| 1190 | ], |
||
| 1191 | "authors": [ |
||
| 1192 | { |
||
| 1193 | "name": "Sebastian Bergmann", |
||
| 1194 | "email": "[email protected]" |
||
| 1195 | } |
||
| 1196 | ], |
||
| 1197 | "description": "Snapshotting of global state", |
||
| 1198 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
| 1199 | "keywords": [ |
||
| 1200 | "global state" |
||
| 1201 | ], |
||
| 1202 | "time": "2014-10-06 09:23:50" |
||
| 1203 | }, |
||
| 1204 | { |
||
| 1205 | "name": "sebastian/recursion-context", |
||
| 1206 | "version": "1.0.0", |
||
| 1207 | "source": { |
||
| 1208 | "type": "git", |
||
| 1209 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
| 1210 | "reference": "3989662bbb30a29d20d9faa04a846af79b276252" |
||
| 1211 | }, |
||
| 1212 | "dist": { |
||
| 1213 | "type": "zip", |
||
| 1214 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252", |
||
| 1215 | "reference": "3989662bbb30a29d20d9faa04a846af79b276252", |
||
| 1216 | "shasum": "" |
||
| 1217 | }, |
||
| 1218 | "require": { |
||
| 1219 | "php": ">=5.3.3" |
||
| 1220 | }, |
||
| 1221 | "require-dev": { |
||
| 1222 | "phpunit/phpunit": "~4.4" |
||
| 1223 | }, |
||
| 1224 | "type": "library", |
||
| 1225 | "extra": { |
||
| 1226 | "branch-alias": { |
||
| 1227 | "dev-master": "1.0.x-dev" |
||
| 1228 | } |
||
| 1229 | }, |
||
| 1230 | "autoload": { |
||
| 1231 | "classmap": [ |
||
| 1232 | "src/" |
||
| 1233 | ] |
||
| 1234 | }, |
||
| 1235 | "notification-url": "https://packagist.org/downloads/", |
||
| 1236 | "license": [ |
||
| 1237 | "BSD-3-Clause" |
||
| 1238 | ], |
||
| 1239 | "authors": [ |
||
| 1240 | { |
||
| 1241 | "name": "Jeff Welch", |
||
| 1242 | "email": "[email protected]" |
||
| 1243 | }, |
||
| 1244 | { |
||
| 1245 | "name": "Sebastian Bergmann", |
||
| 1246 | "email": "[email protected]" |
||
| 1247 | }, |
||
| 1248 | { |
||
| 1249 | "name": "Adam Harvey", |
||
| 1250 | "email": "[email protected]" |
||
| 1251 | } |
||
| 1252 | ], |
||
| 1253 | "description": "Provides functionality to recursively process PHP variables", |
||
| 1254 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
| 1255 | "time": "2015-01-24 09:48:32" |
||
| 1256 | }, |
||
| 1257 | { |
||
| 1258 | "name": "sebastian/version", |
||
| 1259 | "version": "1.0.4", |
||
| 1260 | "source": { |
||
| 1261 | "type": "git", |
||
| 1262 | "url": "https://github.com/sebastianbergmann/version.git", |
||
| 1263 | "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b" |
||
| 1264 | }, |
||
| 1265 | "dist": { |
||
| 1266 | "type": "zip", |
||
| 1267 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b", |
||
| 1268 | "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b", |
||
| 1269 | "shasum": "" |
||
| 1270 | }, |
||
| 1271 | "type": "library", |
||
| 1272 | "autoload": { |
||
| 1273 | "classmap": [ |
||
| 1274 | "src/" |
||
| 1275 | ] |
||
| 1276 | }, |
||
| 1277 | "notification-url": "https://packagist.org/downloads/", |
||
| 1278 | "license": [ |
||
| 1279 | "BSD-3-Clause" |
||
| 1280 | ], |
||
| 1281 | "authors": [ |
||
| 1282 | { |
||
| 1283 | "name": "Sebastian Bergmann", |
||
| 1284 | "email": "[email protected]", |
||
| 1285 | "role": "lead" |
||
| 1286 | } |
||
| 1287 | ], |
||
| 1288 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
| 1289 | "homepage": "https://github.com/sebastianbergmann/version", |
||
| 1290 | "time": "2014-12-15 14:25:24" |
||
| 1291 | }, |
||
| 1292 | { |
||
| 1293 | "name": "symfony/yaml", |
||
| 1294 | "version": "v2.6.4", |
||
| 1295 | "target-dir": "Symfony/Component/Yaml", |
||
| 1296 | "source": { |
||
| 1297 | "type": "git", |
||
| 1298 | "url": "https://github.com/symfony/Yaml.git", |
||
| 1299 | "reference": "60ed7751671113cf1ee7d7778e691642c2e9acd8" |
||
| 1300 | }, |
||
| 1301 | "dist": { |
||
| 1302 | "type": "zip", |
||
| 1303 | "url": "https://api.github.com/repos/symfony/Yaml/zipball/60ed7751671113cf1ee7d7778e691642c2e9acd8", |
||
| 1304 | "reference": "60ed7751671113cf1ee7d7778e691642c2e9acd8", |
||
| 1305 | "shasum": "" |
||
| 1306 | }, |
||
| 1307 | "require": { |
||
| 1308 | "php": ">=5.3.3" |
||
| 1309 | }, |
||
| 1310 | "type": "library", |
||
| 1311 | "extra": { |
||
| 1312 | "branch-alias": { |
||
| 1313 | "dev-master": "2.6-dev" |
||
| 1314 | } |
||
| 1315 | }, |
||
| 1316 | "autoload": { |
||
| 1317 | "psr-0": { |
||
| 1318 | "Symfony\\Component\\Yaml\\": "" |
||
| 1319 | } |
||
| 1320 | }, |
||
| 1321 | "notification-url": "https://packagist.org/downloads/", |
||
| 1322 | "license": [ |
||
| 1323 | "MIT" |
||
| 1324 | ], |
||
| 1325 | "authors": [ |
||
| 1326 | { |
||
| 1327 | "name": "Symfony Community", |
||
| 1328 | "homepage": "http://symfony.com/contributors" |
||
| 1329 | }, |
||
| 1330 | { |
||
| 1331 | "name": "Fabien Potencier", |
||
| 1332 | "email": "[email protected]" |
||
| 1333 | } |
||
| 1334 | ], |
||
| 1335 | "description": "Symfony Yaml Component", |
||
| 1336 | "homepage": "http://symfony.com", |
||
| 1337 | "time": "2015-01-25 04:39:26" |
||
| 1338 | } |
||
| 1339 | ], |
||
| 1340 | "aliases": [], |
||
| 1341 | "minimum-stability": "stable", |
||
| 1342 | "stability-flags": [], |
||
| 1343 | "prefer-stable": false, |
||
| 1344 | "platform": { |
||
| 1345 | "php": ">=5.5" |
||
| 1346 | }, |
||
| 1347 | "platform-dev": [] |
||
| 1348 | } |
||
| 1349 |