PowerKiKi /
mqueue
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
| 1 | { |
||
| 2 | "_readme": [ |
||
| 3 | "This file locks the dependencies of your project to a known state", |
||
| 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
| 5 | "This file is @generated automatically" |
||
| 6 | ], |
||
| 7 | "hash": "f64ff47dbb68c7816e9780c6d51da60d", |
||
| 8 | "content-hash": "b7fc5948f459a119a4d945bd27b777e9", |
||
| 9 | "packages": [ |
||
| 10 | { |
||
| 11 | "name": "doctrine/instantiator", |
||
| 12 | "version": "1.0.5", |
||
| 13 | "source": { |
||
| 14 | "type": "git", |
||
| 15 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 16 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
| 17 | }, |
||
| 18 | "dist": { |
||
| 19 | "type": "zip", |
||
| 20 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 21 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 22 | "shasum": "" |
||
| 23 | }, |
||
| 24 | "require": { |
||
| 25 | "php": ">=5.3,<8.0-DEV" |
||
| 26 | }, |
||
| 27 | "require-dev": { |
||
| 28 | "athletic/athletic": "~0.1.8", |
||
| 29 | "ext-pdo": "*", |
||
| 30 | "ext-phar": "*", |
||
| 31 | "phpunit/phpunit": "~4.0", |
||
| 32 | "squizlabs/php_codesniffer": "~2.0" |
||
| 33 | }, |
||
| 34 | "type": "library", |
||
| 35 | "extra": { |
||
| 36 | "branch-alias": { |
||
| 37 | "dev-master": "1.0.x-dev" |
||
| 38 | } |
||
| 39 | }, |
||
| 40 | "autoload": { |
||
| 41 | "psr-4": { |
||
| 42 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
| 43 | } |
||
| 44 | }, |
||
| 45 | "notification-url": "https://packagist.org/downloads/", |
||
| 46 | "license": [ |
||
| 47 | "MIT" |
||
| 48 | ], |
||
| 49 | "authors": [ |
||
| 50 | { |
||
| 51 | "name": "Marco Pivetta", |
||
| 52 | "email": "[email protected]", |
||
| 53 | "homepage": "http://ocramius.github.com/" |
||
| 54 | } |
||
| 55 | ], |
||
| 56 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 57 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 58 | "keywords": [ |
||
| 59 | "constructor", |
||
| 60 | "instantiate" |
||
| 61 | ], |
||
| 62 | "time": "2015-06-14 21:17:01" |
||
| 63 | }, |
||
| 64 | { |
||
| 65 | "name": "fabpot/php-cs-fixer", |
||
| 66 | "version": "v1.11.2", |
||
| 67 | "source": { |
||
| 68 | "type": "git", |
||
| 69 | "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", |
||
| 70 | "reference": "41f70154642ec0f9ea9ea9c290943f3b5dfa76fc" |
||
| 71 | }, |
||
| 72 | "dist": { |
||
| 73 | "type": "zip", |
||
| 74 | "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/41f70154642ec0f9ea9ea9c290943f3b5dfa76fc", |
||
| 75 | "reference": "41f70154642ec0f9ea9ea9c290943f3b5dfa76fc", |
||
| 76 | "shasum": "" |
||
| 77 | }, |
||
| 78 | "require": { |
||
| 79 | "ext-tokenizer": "*", |
||
| 80 | "php": ">=5.3.6", |
||
| 81 | "sebastian/diff": "~1.1", |
||
| 82 | "symfony/console": "~2.3|~3.0", |
||
| 83 | "symfony/event-dispatcher": "~2.1|~3.0", |
||
| 84 | "symfony/filesystem": "~2.1|~3.0", |
||
| 85 | "symfony/finder": "~2.1|~3.0", |
||
| 86 | "symfony/process": "~2.3|~3.0", |
||
| 87 | "symfony/stopwatch": "~2.5|~3.0" |
||
| 88 | }, |
||
| 89 | "require-dev": { |
||
| 90 | "satooshi/php-coveralls": "0.7.*@dev" |
||
| 91 | }, |
||
| 92 | "bin": [ |
||
| 93 | "php-cs-fixer" |
||
| 94 | ], |
||
| 95 | "type": "application", |
||
| 96 | "autoload": { |
||
| 97 | "psr-4": { |
||
| 98 | "Symfony\\CS\\": "Symfony/CS/" |
||
| 99 | } |
||
| 100 | }, |
||
| 101 | "notification-url": "https://packagist.org/downloads/", |
||
| 102 | "license": [ |
||
| 103 | "MIT" |
||
| 104 | ], |
||
| 105 | "authors": [ |
||
| 106 | { |
||
| 107 | "name": "Dariusz Rumiński", |
||
| 108 | "email": "[email protected]" |
||
| 109 | }, |
||
| 110 | { |
||
| 111 | "name": "Fabien Potencier", |
||
| 112 | "email": "[email protected]" |
||
| 113 | } |
||
| 114 | ], |
||
| 115 | "description": "A tool to automatically fix PHP code style", |
||
| 116 | "time": "2016-02-26 07:37:29" |
||
| 117 | }, |
||
| 118 | { |
||
| 119 | "name": "myclabs/deep-copy", |
||
| 120 | "version": "1.5.0", |
||
| 121 | "source": { |
||
| 122 | "type": "git", |
||
| 123 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
| 124 | "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc" |
||
| 125 | }, |
||
| 126 | "dist": { |
||
| 127 | "type": "zip", |
||
| 128 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e3abefcd7f106677fd352cd7c187d6c969aa9ddc", |
||
| 129 | "reference": "e3abefcd7f106677fd352cd7c187d6c969aa9ddc", |
||
| 130 | "shasum": "" |
||
| 131 | }, |
||
| 132 | "require": { |
||
| 133 | "php": ">=5.4.0" |
||
| 134 | }, |
||
| 135 | "require-dev": { |
||
| 136 | "doctrine/collections": "1.*", |
||
| 137 | "phpunit/phpunit": "~4.1" |
||
| 138 | }, |
||
| 139 | "type": "library", |
||
| 140 | "autoload": { |
||
| 141 | "psr-4": { |
||
| 142 | "DeepCopy\\": "src/DeepCopy/" |
||
| 143 | } |
||
| 144 | }, |
||
| 145 | "notification-url": "https://packagist.org/downloads/", |
||
| 146 | "license": [ |
||
| 147 | "MIT" |
||
| 148 | ], |
||
| 149 | "description": "Create deep copies (clones) of your objects", |
||
| 150 | "homepage": "https://github.com/myclabs/DeepCopy", |
||
| 151 | "keywords": [ |
||
| 152 | "clone", |
||
| 153 | "copy", |
||
| 154 | "duplicate", |
||
| 155 | "object", |
||
| 156 | "object graph" |
||
| 157 | ], |
||
| 158 | "time": "2015-11-07 22:20:37" |
||
| 159 | }, |
||
| 160 | { |
||
| 161 | "name": "phpdocumentor/reflection-docblock", |
||
| 162 | "version": "2.0.4", |
||
| 163 | "source": { |
||
| 164 | "type": "git", |
||
| 165 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
| 166 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" |
||
| 167 | }, |
||
| 168 | "dist": { |
||
| 169 | "type": "zip", |
||
| 170 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
| 171 | "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", |
||
| 172 | "shasum": "" |
||
| 173 | }, |
||
| 174 | "require": { |
||
| 175 | "php": ">=5.3.3" |
||
| 176 | }, |
||
| 177 | "require-dev": { |
||
| 178 | "phpunit/phpunit": "~4.0" |
||
| 179 | }, |
||
| 180 | "suggest": { |
||
| 181 | "dflydev/markdown": "~1.0", |
||
| 182 | "erusev/parsedown": "~1.0" |
||
| 183 | }, |
||
| 184 | "type": "library", |
||
| 185 | "extra": { |
||
| 186 | "branch-alias": { |
||
| 187 | "dev-master": "2.0.x-dev" |
||
| 188 | } |
||
| 189 | }, |
||
| 190 | "autoload": { |
||
| 191 | "psr-0": { |
||
| 192 | "phpDocumentor": [ |
||
| 193 | "src/" |
||
| 194 | ] |
||
| 195 | } |
||
| 196 | }, |
||
| 197 | "notification-url": "https://packagist.org/downloads/", |
||
| 198 | "license": [ |
||
| 199 | "MIT" |
||
| 200 | ], |
||
| 201 | "authors": [ |
||
| 202 | { |
||
| 203 | "name": "Mike van Riel", |
||
| 204 | "email": "[email protected]" |
||
| 205 | } |
||
| 206 | ], |
||
| 207 | "time": "2015-02-03 12:10:50" |
||
| 208 | }, |
||
| 209 | { |
||
| 210 | "name": "phpspec/prophecy", |
||
| 211 | "version": "v1.6.0", |
||
| 212 | "source": { |
||
| 213 | "type": "git", |
||
| 214 | "url": "https://github.com/phpspec/prophecy.git", |
||
| 215 | "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972" |
||
| 216 | }, |
||
| 217 | "dist": { |
||
| 218 | "type": "zip", |
||
| 219 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972", |
||
| 220 | "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972", |
||
| 221 | "shasum": "" |
||
| 222 | }, |
||
| 223 | "require": { |
||
| 224 | "doctrine/instantiator": "^1.0.2", |
||
| 225 | "php": "^5.3|^7.0", |
||
| 226 | "phpdocumentor/reflection-docblock": "~2.0", |
||
| 227 | "sebastian/comparator": "~1.1", |
||
| 228 | "sebastian/recursion-context": "~1.0" |
||
| 229 | }, |
||
| 230 | "require-dev": { |
||
| 231 | "phpspec/phpspec": "~2.0" |
||
| 232 | }, |
||
| 233 | "type": "library", |
||
| 234 | "extra": { |
||
| 235 | "branch-alias": { |
||
| 236 | "dev-master": "1.5.x-dev" |
||
| 237 | } |
||
| 238 | }, |
||
| 239 | "autoload": { |
||
| 240 | "psr-0": { |
||
| 241 | "Prophecy\\": "src/" |
||
| 242 | } |
||
| 243 | }, |
||
| 244 | "notification-url": "https://packagist.org/downloads/", |
||
| 245 | "license": [ |
||
| 246 | "MIT" |
||
| 247 | ], |
||
| 248 | "authors": [ |
||
| 249 | { |
||
| 250 | "name": "Konstantin Kudryashov", |
||
| 251 | "email": "[email protected]", |
||
| 252 | "homepage": "http://everzet.com" |
||
| 253 | }, |
||
| 254 | { |
||
| 255 | "name": "Marcello Duarte", |
||
| 256 | "email": "[email protected]" |
||
| 257 | } |
||
| 258 | ], |
||
| 259 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
| 260 | "homepage": "https://github.com/phpspec/prophecy", |
||
| 261 | "keywords": [ |
||
| 262 | "Double", |
||
| 263 | "Dummy", |
||
| 264 | "fake", |
||
| 265 | "mock", |
||
| 266 | "spy", |
||
| 267 | "stub" |
||
| 268 | ], |
||
| 269 | "time": "2016-02-15 07:46:21" |
||
| 270 | }, |
||
| 271 | { |
||
| 272 | "name": "phpunit/php-code-coverage", |
||
| 273 | "version": "3.3.1", |
||
| 274 | "source": { |
||
| 275 | "type": "git", |
||
| 276 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
| 277 | "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86" |
||
| 278 | }, |
||
| 279 | "dist": { |
||
| 280 | "type": "zip", |
||
| 281 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2431befdd451fac43fbcde94d1a92fb3b8b68f86", |
||
| 282 | "reference": "2431befdd451fac43fbcde94d1a92fb3b8b68f86", |
||
| 283 | "shasum": "" |
||
| 284 | }, |
||
| 285 | "require": { |
||
| 286 | "php": "^5.6 || ^7.0", |
||
| 287 | "phpunit/php-file-iterator": "~1.3", |
||
| 288 | "phpunit/php-text-template": "~1.2", |
||
| 289 | "phpunit/php-token-stream": "^1.4.2", |
||
| 290 | "sebastian/code-unit-reverse-lookup": "~1.0", |
||
| 291 | "sebastian/environment": "^1.3.2", |
||
| 292 | "sebastian/version": "~1.0|~2.0" |
||
| 293 | }, |
||
| 294 | "require-dev": { |
||
| 295 | "ext-xdebug": ">=2.1.4", |
||
| 296 | "phpunit/phpunit": "~5" |
||
| 297 | }, |
||
| 298 | "suggest": { |
||
| 299 | "ext-dom": "*", |
||
| 300 | "ext-xdebug": ">=2.4.0", |
||
| 301 | "ext-xmlwriter": "*" |
||
| 302 | }, |
||
| 303 | "type": "library", |
||
| 304 | "extra": { |
||
| 305 | "branch-alias": { |
||
| 306 | "dev-master": "3.3.x-dev" |
||
| 307 | } |
||
| 308 | }, |
||
| 309 | "autoload": { |
||
| 310 | "classmap": [ |
||
| 311 | "src/" |
||
| 312 | ] |
||
| 313 | }, |
||
| 314 | "notification-url": "https://packagist.org/downloads/", |
||
| 315 | "license": [ |
||
| 316 | "BSD-3-Clause" |
||
| 317 | ], |
||
| 318 | "authors": [ |
||
| 319 | { |
||
| 320 | "name": "Sebastian Bergmann", |
||
| 321 | "email": "[email protected]", |
||
| 322 | "role": "lead" |
||
| 323 | } |
||
| 324 | ], |
||
| 325 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
| 326 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
| 327 | "keywords": [ |
||
| 328 | "coverage", |
||
| 329 | "testing", |
||
| 330 | "xunit" |
||
| 331 | ], |
||
| 332 | "time": "2016-04-08 08:14:53" |
||
| 333 | }, |
||
| 334 | { |
||
| 335 | "name": "phpunit/php-file-iterator", |
||
| 336 | "version": "1.4.1", |
||
| 337 | "source": { |
||
| 338 | "type": "git", |
||
| 339 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
| 340 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
| 341 | }, |
||
| 342 | "dist": { |
||
| 343 | "type": "zip", |
||
| 344 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
| 345 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
| 346 | "shasum": "" |
||
| 347 | }, |
||
| 348 | "require": { |
||
| 349 | "php": ">=5.3.3" |
||
| 350 | }, |
||
| 351 | "type": "library", |
||
| 352 | "extra": { |
||
| 353 | "branch-alias": { |
||
| 354 | "dev-master": "1.4.x-dev" |
||
| 355 | } |
||
| 356 | }, |
||
| 357 | "autoload": { |
||
| 358 | "classmap": [ |
||
| 359 | "src/" |
||
| 360 | ] |
||
| 361 | }, |
||
| 362 | "notification-url": "https://packagist.org/downloads/", |
||
| 363 | "license": [ |
||
| 364 | "BSD-3-Clause" |
||
| 365 | ], |
||
| 366 | "authors": [ |
||
| 367 | { |
||
| 368 | "name": "Sebastian Bergmann", |
||
| 369 | "email": "[email protected]", |
||
| 370 | "role": "lead" |
||
| 371 | } |
||
| 372 | ], |
||
| 373 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
| 374 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
| 375 | "keywords": [ |
||
| 376 | "filesystem", |
||
| 377 | "iterator" |
||
| 378 | ], |
||
| 379 | "time": "2015-06-21 13:08:43" |
||
| 380 | }, |
||
| 381 | { |
||
| 382 | "name": "phpunit/php-text-template", |
||
| 383 | "version": "1.2.1", |
||
| 384 | "source": { |
||
| 385 | "type": "git", |
||
| 386 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
| 387 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
| 388 | }, |
||
| 389 | "dist": { |
||
| 390 | "type": "zip", |
||
| 391 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 392 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 393 | "shasum": "" |
||
| 394 | }, |
||
| 395 | "require": { |
||
| 396 | "php": ">=5.3.3" |
||
| 397 | }, |
||
| 398 | "type": "library", |
||
| 399 | "autoload": { |
||
| 400 | "classmap": [ |
||
| 401 | "src/" |
||
| 402 | ] |
||
| 403 | }, |
||
| 404 | "notification-url": "https://packagist.org/downloads/", |
||
| 405 | "license": [ |
||
| 406 | "BSD-3-Clause" |
||
| 407 | ], |
||
| 408 | "authors": [ |
||
| 409 | { |
||
| 410 | "name": "Sebastian Bergmann", |
||
| 411 | "email": "[email protected]", |
||
| 412 | "role": "lead" |
||
| 413 | } |
||
| 414 | ], |
||
| 415 | "description": "Simple template engine.", |
||
| 416 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
| 417 | "keywords": [ |
||
| 418 | "template" |
||
| 419 | ], |
||
| 420 | "time": "2015-06-21 13:50:34" |
||
| 421 | }, |
||
| 422 | { |
||
| 423 | "name": "phpunit/php-timer", |
||
| 424 | "version": "1.0.7", |
||
| 425 | "source": { |
||
| 426 | "type": "git", |
||
| 427 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
| 428 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" |
||
| 429 | }, |
||
| 430 | "dist": { |
||
| 431 | "type": "zip", |
||
| 432 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
| 433 | "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", |
||
| 434 | "shasum": "" |
||
| 435 | }, |
||
| 436 | "require": { |
||
| 437 | "php": ">=5.3.3" |
||
| 438 | }, |
||
| 439 | "type": "library", |
||
| 440 | "autoload": { |
||
| 441 | "classmap": [ |
||
| 442 | "src/" |
||
| 443 | ] |
||
| 444 | }, |
||
| 445 | "notification-url": "https://packagist.org/downloads/", |
||
| 446 | "license": [ |
||
| 447 | "BSD-3-Clause" |
||
| 448 | ], |
||
| 449 | "authors": [ |
||
| 450 | { |
||
| 451 | "name": "Sebastian Bergmann", |
||
| 452 | "email": "[email protected]", |
||
| 453 | "role": "lead" |
||
| 454 | } |
||
| 455 | ], |
||
| 456 | "description": "Utility class for timing", |
||
| 457 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
| 458 | "keywords": [ |
||
| 459 | "timer" |
||
| 460 | ], |
||
| 461 | "time": "2015-06-21 08:01:12" |
||
| 462 | }, |
||
| 463 | { |
||
| 464 | "name": "phpunit/php-token-stream", |
||
| 465 | "version": "1.4.8", |
||
| 466 | "source": { |
||
| 467 | "type": "git", |
||
| 468 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
| 469 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
||
| 470 | }, |
||
| 471 | "dist": { |
||
| 472 | "type": "zip", |
||
| 473 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
| 474 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
| 475 | "shasum": "" |
||
| 476 | }, |
||
| 477 | "require": { |
||
| 478 | "ext-tokenizer": "*", |
||
| 479 | "php": ">=5.3.3" |
||
| 480 | }, |
||
| 481 | "require-dev": { |
||
| 482 | "phpunit/phpunit": "~4.2" |
||
| 483 | }, |
||
| 484 | "type": "library", |
||
| 485 | "extra": { |
||
| 486 | "branch-alias": { |
||
| 487 | "dev-master": "1.4-dev" |
||
| 488 | } |
||
| 489 | }, |
||
| 490 | "autoload": { |
||
| 491 | "classmap": [ |
||
| 492 | "src/" |
||
| 493 | ] |
||
| 494 | }, |
||
| 495 | "notification-url": "https://packagist.org/downloads/", |
||
| 496 | "license": [ |
||
| 497 | "BSD-3-Clause" |
||
| 498 | ], |
||
| 499 | "authors": [ |
||
| 500 | { |
||
| 501 | "name": "Sebastian Bergmann", |
||
| 502 | "email": "[email protected]" |
||
| 503 | } |
||
| 504 | ], |
||
| 505 | "description": "Wrapper around PHP's tokenizer extension.", |
||
| 506 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
| 507 | "keywords": [ |
||
| 508 | "tokenizer" |
||
| 509 | ], |
||
| 510 | "time": "2015-09-15 10:49:45" |
||
| 511 | }, |
||
| 512 | { |
||
| 513 | "name": "phpunit/phpunit", |
||
| 514 | "version": "5.3.2", |
||
| 515 | "source": { |
||
| 516 | "type": "git", |
||
| 517 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
| 518 | "reference": "2c6da3536035617bae3fe3db37283c9e0eb63ab3" |
||
| 519 | }, |
||
| 520 | "dist": { |
||
| 521 | "type": "zip", |
||
| 522 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2c6da3536035617bae3fe3db37283c9e0eb63ab3", |
||
| 523 | "reference": "2c6da3536035617bae3fe3db37283c9e0eb63ab3", |
||
| 524 | "shasum": "" |
||
| 525 | }, |
||
| 526 | "require": { |
||
| 527 | "ext-dom": "*", |
||
| 528 | "ext-json": "*", |
||
| 529 | "ext-pcre": "*", |
||
| 530 | "ext-reflection": "*", |
||
| 531 | "ext-spl": "*", |
||
| 532 | "myclabs/deep-copy": "~1.3", |
||
| 533 | "php": "^5.6 || ^7.0", |
||
| 534 | "phpspec/prophecy": "^1.3.1", |
||
| 535 | "phpunit/php-code-coverage": "^3.3.0", |
||
| 536 | "phpunit/php-file-iterator": "~1.4", |
||
| 537 | "phpunit/php-text-template": "~1.2", |
||
| 538 | "phpunit/php-timer": "^1.0.6", |
||
| 539 | "phpunit/phpunit-mock-objects": "^3.1", |
||
| 540 | "sebastian/comparator": "~1.1", |
||
| 541 | "sebastian/diff": "~1.2", |
||
| 542 | "sebastian/environment": "~1.3", |
||
| 543 | "sebastian/exporter": "~1.2", |
||
| 544 | "sebastian/global-state": "~1.0", |
||
| 545 | "sebastian/object-enumerator": "~1.0", |
||
| 546 | "sebastian/resource-operations": "~1.0", |
||
| 547 | "sebastian/version": "~1.0|~2.0", |
||
| 548 | "symfony/yaml": "~2.1|~3.0" |
||
| 549 | }, |
||
| 550 | "suggest": { |
||
| 551 | "phpunit/php-invoker": "~1.1" |
||
| 552 | }, |
||
| 553 | "bin": [ |
||
| 554 | "phpunit" |
||
| 555 | ], |
||
| 556 | "type": "library", |
||
| 557 | "extra": { |
||
| 558 | "branch-alias": { |
||
| 559 | "dev-master": "5.3.x-dev" |
||
| 560 | } |
||
| 561 | }, |
||
| 562 | "autoload": { |
||
| 563 | "classmap": [ |
||
| 564 | "src/" |
||
| 565 | ] |
||
| 566 | }, |
||
| 567 | "notification-url": "https://packagist.org/downloads/", |
||
| 568 | "license": [ |
||
| 569 | "BSD-3-Clause" |
||
| 570 | ], |
||
| 571 | "authors": [ |
||
| 572 | { |
||
| 573 | "name": "Sebastian Bergmann", |
||
| 574 | "email": "[email protected]", |
||
| 575 | "role": "lead" |
||
| 576 | } |
||
| 577 | ], |
||
| 578 | "description": "The PHP Unit Testing framework.", |
||
| 579 | "homepage": "https://phpunit.de/", |
||
| 580 | "keywords": [ |
||
| 581 | "phpunit", |
||
| 582 | "testing", |
||
| 583 | "xunit" |
||
| 584 | ], |
||
| 585 | "time": "2016-04-12 16:20:08" |
||
| 586 | }, |
||
| 587 | { |
||
| 588 | "name": "phpunit/phpunit-mock-objects", |
||
| 589 | "version": "3.1.3", |
||
| 590 | "source": { |
||
| 591 | "type": "git", |
||
| 592 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
| 593 | "reference": "151c96874bff6fe61a25039df60e776613a61489" |
||
| 594 | }, |
||
| 595 | "dist": { |
||
| 596 | "type": "zip", |
||
| 597 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/151c96874bff6fe61a25039df60e776613a61489", |
||
| 598 | "reference": "151c96874bff6fe61a25039df60e776613a61489", |
||
| 599 | "shasum": "" |
||
| 600 | }, |
||
| 601 | "require": { |
||
| 602 | "doctrine/instantiator": "^1.0.2", |
||
| 603 | "php": ">=5.6", |
||
| 604 | "phpunit/php-text-template": "~1.2", |
||
| 605 | "sebastian/exporter": "~1.2" |
||
| 606 | }, |
||
| 607 | "require-dev": { |
||
| 608 | "phpunit/phpunit": "~5" |
||
| 609 | }, |
||
| 610 | "suggest": { |
||
| 611 | "ext-soap": "*" |
||
| 612 | }, |
||
| 613 | "type": "library", |
||
| 614 | "extra": { |
||
| 615 | "branch-alias": { |
||
| 616 | "dev-master": "3.1.x-dev" |
||
| 617 | } |
||
| 618 | }, |
||
| 619 | "autoload": { |
||
| 620 | "classmap": [ |
||
| 621 | "src/" |
||
| 622 | ] |
||
| 623 | }, |
||
| 624 | "notification-url": "https://packagist.org/downloads/", |
||
| 625 | "license": [ |
||
| 626 | "BSD-3-Clause" |
||
| 627 | ], |
||
| 628 | "authors": [ |
||
| 629 | { |
||
| 630 | "name": "Sebastian Bergmann", |
||
| 631 | "email": "[email protected]", |
||
| 632 | "role": "lead" |
||
| 633 | } |
||
| 634 | ], |
||
| 635 | "description": "Mock Object library for PHPUnit", |
||
| 636 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
| 637 | "keywords": [ |
||
| 638 | "mock", |
||
| 639 | "xunit" |
||
| 640 | ], |
||
| 641 | "time": "2016-04-20 14:39:26" |
||
| 642 | }, |
||
| 643 | { |
||
| 644 | "name": "sebastian/code-unit-reverse-lookup", |
||
| 645 | "version": "1.0.0", |
||
| 646 | "source": { |
||
| 647 | "type": "git", |
||
| 648 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
| 649 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" |
||
| 650 | }, |
||
| 651 | "dist": { |
||
| 652 | "type": "zip", |
||
| 653 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
| 654 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
| 655 | "shasum": "" |
||
| 656 | }, |
||
| 657 | "require": { |
||
| 658 | "php": ">=5.6" |
||
| 659 | }, |
||
| 660 | "require-dev": { |
||
| 661 | "phpunit/phpunit": "~5" |
||
| 662 | }, |
||
| 663 | "type": "library", |
||
| 664 | "extra": { |
||
| 665 | "branch-alias": { |
||
| 666 | "dev-master": "1.0.x-dev" |
||
| 667 | } |
||
| 668 | }, |
||
| 669 | "autoload": { |
||
| 670 | "classmap": [ |
||
| 671 | "src/" |
||
| 672 | ] |
||
| 673 | }, |
||
| 674 | "notification-url": "https://packagist.org/downloads/", |
||
| 675 | "license": [ |
||
| 676 | "BSD-3-Clause" |
||
| 677 | ], |
||
| 678 | "authors": [ |
||
| 679 | { |
||
| 680 | "name": "Sebastian Bergmann", |
||
| 681 | "email": "[email protected]" |
||
| 682 | } |
||
| 683 | ], |
||
| 684 | "description": "Looks up which function or method a line of code belongs to", |
||
| 685 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
| 686 | "time": "2016-02-13 06:45:14" |
||
| 687 | }, |
||
| 688 | { |
||
| 689 | "name": "sebastian/comparator", |
||
| 690 | "version": "1.2.0", |
||
| 691 | "source": { |
||
| 692 | "type": "git", |
||
| 693 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
| 694 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
| 695 | }, |
||
| 696 | "dist": { |
||
| 697 | "type": "zip", |
||
| 698 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
| 699 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
| 700 | "shasum": "" |
||
| 701 | }, |
||
| 702 | "require": { |
||
| 703 | "php": ">=5.3.3", |
||
| 704 | "sebastian/diff": "~1.2", |
||
| 705 | "sebastian/exporter": "~1.2" |
||
| 706 | }, |
||
| 707 | "require-dev": { |
||
| 708 | "phpunit/phpunit": "~4.4" |
||
| 709 | }, |
||
| 710 | "type": "library", |
||
| 711 | "extra": { |
||
| 712 | "branch-alias": { |
||
| 713 | "dev-master": "1.2.x-dev" |
||
| 714 | } |
||
| 715 | }, |
||
| 716 | "autoload": { |
||
| 717 | "classmap": [ |
||
| 718 | "src/" |
||
| 719 | ] |
||
| 720 | }, |
||
| 721 | "notification-url": "https://packagist.org/downloads/", |
||
| 722 | "license": [ |
||
| 723 | "BSD-3-Clause" |
||
| 724 | ], |
||
| 725 | "authors": [ |
||
| 726 | { |
||
| 727 | "name": "Jeff Welch", |
||
| 728 | "email": "[email protected]" |
||
| 729 | }, |
||
| 730 | { |
||
| 731 | "name": "Volker Dusch", |
||
| 732 | "email": "[email protected]" |
||
| 733 | }, |
||
| 734 | { |
||
| 735 | "name": "Bernhard Schussek", |
||
| 736 | "email": "[email protected]" |
||
| 737 | }, |
||
| 738 | { |
||
| 739 | "name": "Sebastian Bergmann", |
||
| 740 | "email": "[email protected]" |
||
| 741 | } |
||
| 742 | ], |
||
| 743 | "description": "Provides the functionality to compare PHP values for equality", |
||
| 744 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
| 745 | "keywords": [ |
||
| 746 | "comparator", |
||
| 747 | "compare", |
||
| 748 | "equality" |
||
| 749 | ], |
||
| 750 | "time": "2015-07-26 15:48:44" |
||
| 751 | }, |
||
| 752 | { |
||
| 753 | "name": "sebastian/diff", |
||
| 754 | "version": "1.4.1", |
||
| 755 | "source": { |
||
| 756 | "type": "git", |
||
| 757 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
| 758 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
| 759 | }, |
||
| 760 | "dist": { |
||
| 761 | "type": "zip", |
||
| 762 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
| 763 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
| 764 | "shasum": "" |
||
| 765 | }, |
||
| 766 | "require": { |
||
| 767 | "php": ">=5.3.3" |
||
| 768 | }, |
||
| 769 | "require-dev": { |
||
| 770 | "phpunit/phpunit": "~4.8" |
||
| 771 | }, |
||
| 772 | "type": "library", |
||
| 773 | "extra": { |
||
| 774 | "branch-alias": { |
||
| 775 | "dev-master": "1.4-dev" |
||
| 776 | } |
||
| 777 | }, |
||
| 778 | "autoload": { |
||
| 779 | "classmap": [ |
||
| 780 | "src/" |
||
| 781 | ] |
||
| 782 | }, |
||
| 783 | "notification-url": "https://packagist.org/downloads/", |
||
| 784 | "license": [ |
||
| 785 | "BSD-3-Clause" |
||
| 786 | ], |
||
| 787 | "authors": [ |
||
| 788 | { |
||
| 789 | "name": "Kore Nordmann", |
||
| 790 | "email": "[email protected]" |
||
| 791 | }, |
||
| 792 | { |
||
| 793 | "name": "Sebastian Bergmann", |
||
| 794 | "email": "[email protected]" |
||
| 795 | } |
||
| 796 | ], |
||
| 797 | "description": "Diff implementation", |
||
| 798 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
| 799 | "keywords": [ |
||
| 800 | "diff" |
||
| 801 | ], |
||
| 802 | "time": "2015-12-08 07:14:41" |
||
| 803 | }, |
||
| 804 | { |
||
| 805 | "name": "sebastian/environment", |
||
| 806 | "version": "1.3.5", |
||
| 807 | "source": { |
||
| 808 | "type": "git", |
||
| 809 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
| 810 | "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf" |
||
| 811 | }, |
||
| 812 | "dist": { |
||
| 813 | "type": "zip", |
||
| 814 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf", |
||
| 815 | "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf", |
||
| 816 | "shasum": "" |
||
| 817 | }, |
||
| 818 | "require": { |
||
| 819 | "php": ">=5.3.3" |
||
| 820 | }, |
||
| 821 | "require-dev": { |
||
| 822 | "phpunit/phpunit": "~4.4" |
||
| 823 | }, |
||
| 824 | "type": "library", |
||
| 825 | "extra": { |
||
| 826 | "branch-alias": { |
||
| 827 | "dev-master": "1.3.x-dev" |
||
| 828 | } |
||
| 829 | }, |
||
| 830 | "autoload": { |
||
| 831 | "classmap": [ |
||
| 832 | "src/" |
||
| 833 | ] |
||
| 834 | }, |
||
| 835 | "notification-url": "https://packagist.org/downloads/", |
||
| 836 | "license": [ |
||
| 837 | "BSD-3-Clause" |
||
| 838 | ], |
||
| 839 | "authors": [ |
||
| 840 | { |
||
| 841 | "name": "Sebastian Bergmann", |
||
| 842 | "email": "[email protected]" |
||
| 843 | } |
||
| 844 | ], |
||
| 845 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
| 846 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
| 847 | "keywords": [ |
||
| 848 | "Xdebug", |
||
| 849 | "environment", |
||
| 850 | "hhvm" |
||
| 851 | ], |
||
| 852 | "time": "2016-02-26 18:40:46" |
||
| 853 | }, |
||
| 854 | { |
||
| 855 | "name": "sebastian/exporter", |
||
| 856 | "version": "1.2.1", |
||
| 857 | "source": { |
||
| 858 | "type": "git", |
||
| 859 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
| 860 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e" |
||
| 861 | }, |
||
| 862 | "dist": { |
||
| 863 | "type": "zip", |
||
| 864 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", |
||
| 865 | "reference": "7ae5513327cb536431847bcc0c10edba2701064e", |
||
| 866 | "shasum": "" |
||
| 867 | }, |
||
| 868 | "require": { |
||
| 869 | "php": ">=5.3.3", |
||
| 870 | "sebastian/recursion-context": "~1.0" |
||
| 871 | }, |
||
| 872 | "require-dev": { |
||
| 873 | "phpunit/phpunit": "~4.4" |
||
| 874 | }, |
||
| 875 | "type": "library", |
||
| 876 | "extra": { |
||
| 877 | "branch-alias": { |
||
| 878 | "dev-master": "1.2.x-dev" |
||
| 879 | } |
||
| 880 | }, |
||
| 881 | "autoload": { |
||
| 882 | "classmap": [ |
||
| 883 | "src/" |
||
| 884 | ] |
||
| 885 | }, |
||
| 886 | "notification-url": "https://packagist.org/downloads/", |
||
| 887 | "license": [ |
||
| 888 | "BSD-3-Clause" |
||
| 889 | ], |
||
| 890 | "authors": [ |
||
| 891 | { |
||
| 892 | "name": "Jeff Welch", |
||
| 893 | "email": "[email protected]" |
||
| 894 | }, |
||
| 895 | { |
||
| 896 | "name": "Volker Dusch", |
||
| 897 | "email": "[email protected]" |
||
| 898 | }, |
||
| 899 | { |
||
| 900 | "name": "Bernhard Schussek", |
||
| 901 | "email": "[email protected]" |
||
| 902 | }, |
||
| 903 | { |
||
| 904 | "name": "Sebastian Bergmann", |
||
| 905 | "email": "[email protected]" |
||
| 906 | }, |
||
| 907 | { |
||
| 908 | "name": "Adam Harvey", |
||
| 909 | "email": "[email protected]" |
||
| 910 | } |
||
| 911 | ], |
||
| 912 | "description": "Provides the functionality to export PHP variables for visualization", |
||
| 913 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
| 914 | "keywords": [ |
||
| 915 | "export", |
||
| 916 | "exporter" |
||
| 917 | ], |
||
| 918 | "time": "2015-06-21 07:55:53" |
||
| 919 | }, |
||
| 920 | { |
||
| 921 | "name": "sebastian/global-state", |
||
| 922 | "version": "1.1.1", |
||
| 923 | "source": { |
||
| 924 | "type": "git", |
||
| 925 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
| 926 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
| 927 | }, |
||
| 928 | "dist": { |
||
| 929 | "type": "zip", |
||
| 930 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 931 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 932 | "shasum": "" |
||
| 933 | }, |
||
| 934 | "require": { |
||
| 935 | "php": ">=5.3.3" |
||
| 936 | }, |
||
| 937 | "require-dev": { |
||
| 938 | "phpunit/phpunit": "~4.2" |
||
| 939 | }, |
||
| 940 | "suggest": { |
||
| 941 | "ext-uopz": "*" |
||
| 942 | }, |
||
| 943 | "type": "library", |
||
| 944 | "extra": { |
||
| 945 | "branch-alias": { |
||
| 946 | "dev-master": "1.0-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": "Sebastian Bergmann", |
||
| 961 | "email": "[email protected]" |
||
| 962 | } |
||
| 963 | ], |
||
| 964 | "description": "Snapshotting of global state", |
||
| 965 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
| 966 | "keywords": [ |
||
| 967 | "global state" |
||
| 968 | ], |
||
| 969 | "time": "2015-10-12 03:26:01" |
||
| 970 | }, |
||
| 971 | { |
||
| 972 | "name": "sebastian/object-enumerator", |
||
| 973 | "version": "1.0.0", |
||
| 974 | "source": { |
||
| 975 | "type": "git", |
||
| 976 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
| 977 | "reference": "d4ca2fb70344987502567bc50081c03e6192fb26" |
||
| 978 | }, |
||
| 979 | "dist": { |
||
| 980 | "type": "zip", |
||
| 981 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26", |
||
| 982 | "reference": "d4ca2fb70344987502567bc50081c03e6192fb26", |
||
| 983 | "shasum": "" |
||
| 984 | }, |
||
| 985 | "require": { |
||
| 986 | "php": ">=5.6", |
||
| 987 | "sebastian/recursion-context": "~1.0" |
||
| 988 | }, |
||
| 989 | "require-dev": { |
||
| 990 | "phpunit/phpunit": "~5" |
||
| 991 | }, |
||
| 992 | "type": "library", |
||
| 993 | "extra": { |
||
| 994 | "branch-alias": { |
||
| 995 | "dev-master": "1.0.x-dev" |
||
| 996 | } |
||
| 997 | }, |
||
| 998 | "autoload": { |
||
| 999 | "classmap": [ |
||
| 1000 | "src/" |
||
| 1001 | ] |
||
| 1002 | }, |
||
| 1003 | "notification-url": "https://packagist.org/downloads/", |
||
| 1004 | "license": [ |
||
| 1005 | "BSD-3-Clause" |
||
| 1006 | ], |
||
| 1007 | "authors": [ |
||
| 1008 | { |
||
| 1009 | "name": "Sebastian Bergmann", |
||
| 1010 | "email": "[email protected]" |
||
| 1011 | } |
||
| 1012 | ], |
||
| 1013 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
| 1014 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
| 1015 | "time": "2016-01-28 13:25:10" |
||
| 1016 | }, |
||
| 1017 | { |
||
| 1018 | "name": "sebastian/recursion-context", |
||
| 1019 | "version": "1.0.2", |
||
| 1020 | "source": { |
||
| 1021 | "type": "git", |
||
| 1022 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
| 1023 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
||
| 1024 | }, |
||
| 1025 | "dist": { |
||
| 1026 | "type": "zip", |
||
| 1027 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
||
| 1028 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
||
| 1029 | "shasum": "" |
||
| 1030 | }, |
||
| 1031 | "require": { |
||
| 1032 | "php": ">=5.3.3" |
||
| 1033 | }, |
||
| 1034 | "require-dev": { |
||
| 1035 | "phpunit/phpunit": "~4.4" |
||
| 1036 | }, |
||
| 1037 | "type": "library", |
||
| 1038 | "extra": { |
||
| 1039 | "branch-alias": { |
||
| 1040 | "dev-master": "1.0.x-dev" |
||
| 1041 | } |
||
| 1042 | }, |
||
| 1043 | "autoload": { |
||
| 1044 | "classmap": [ |
||
| 1045 | "src/" |
||
| 1046 | ] |
||
| 1047 | }, |
||
| 1048 | "notification-url": "https://packagist.org/downloads/", |
||
| 1049 | "license": [ |
||
| 1050 | "BSD-3-Clause" |
||
| 1051 | ], |
||
| 1052 | "authors": [ |
||
| 1053 | { |
||
| 1054 | "name": "Jeff Welch", |
||
| 1055 | "email": "[email protected]" |
||
| 1056 | }, |
||
| 1057 | { |
||
| 1058 | "name": "Sebastian Bergmann", |
||
| 1059 | "email": "[email protected]" |
||
| 1060 | }, |
||
| 1061 | { |
||
| 1062 | "name": "Adam Harvey", |
||
| 1063 | "email": "[email protected]" |
||
| 1064 | } |
||
| 1065 | ], |
||
| 1066 | "description": "Provides functionality to recursively process PHP variables", |
||
| 1067 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
| 1068 | "time": "2015-11-11 19:50:13" |
||
| 1069 | }, |
||
| 1070 | { |
||
| 1071 | "name": "sebastian/resource-operations", |
||
| 1072 | "version": "1.0.0", |
||
| 1073 | "source": { |
||
| 1074 | "type": "git", |
||
| 1075 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
| 1076 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
| 1077 | }, |
||
| 1078 | "dist": { |
||
| 1079 | "type": "zip", |
||
| 1080 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 1081 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 1082 | "shasum": "" |
||
| 1083 | }, |
||
| 1084 | "require": { |
||
| 1085 | "php": ">=5.6.0" |
||
| 1086 | }, |
||
| 1087 | "type": "library", |
||
| 1088 | "extra": { |
||
| 1089 | "branch-alias": { |
||
| 1090 | "dev-master": "1.0.x-dev" |
||
| 1091 | } |
||
| 1092 | }, |
||
| 1093 | "autoload": { |
||
| 1094 | "classmap": [ |
||
| 1095 | "src/" |
||
| 1096 | ] |
||
| 1097 | }, |
||
| 1098 | "notification-url": "https://packagist.org/downloads/", |
||
| 1099 | "license": [ |
||
| 1100 | "BSD-3-Clause" |
||
| 1101 | ], |
||
| 1102 | "authors": [ |
||
| 1103 | { |
||
| 1104 | "name": "Sebastian Bergmann", |
||
| 1105 | "email": "[email protected]" |
||
| 1106 | } |
||
| 1107 | ], |
||
| 1108 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
| 1109 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
| 1110 | "time": "2015-07-28 20:34:47" |
||
| 1111 | }, |
||
| 1112 | { |
||
| 1113 | "name": "sebastian/version", |
||
| 1114 | "version": "2.0.0", |
||
| 1115 | "source": { |
||
| 1116 | "type": "git", |
||
| 1117 | "url": "https://github.com/sebastianbergmann/version.git", |
||
| 1118 | "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5" |
||
| 1119 | }, |
||
| 1120 | "dist": { |
||
| 1121 | "type": "zip", |
||
| 1122 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", |
||
| 1123 | "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", |
||
| 1124 | "shasum": "" |
||
| 1125 | }, |
||
| 1126 | "require": { |
||
| 1127 | "php": ">=5.6" |
||
| 1128 | }, |
||
| 1129 | "type": "library", |
||
| 1130 | "extra": { |
||
| 1131 | "branch-alias": { |
||
| 1132 | "dev-master": "2.0.x-dev" |
||
| 1133 | } |
||
| 1134 | }, |
||
| 1135 | "autoload": { |
||
| 1136 | "classmap": [ |
||
| 1137 | "src/" |
||
| 1138 | ] |
||
| 1139 | }, |
||
| 1140 | "notification-url": "https://packagist.org/downloads/", |
||
| 1141 | "license": [ |
||
| 1142 | "BSD-3-Clause" |
||
| 1143 | ], |
||
| 1144 | "authors": [ |
||
| 1145 | { |
||
| 1146 | "name": "Sebastian Bergmann", |
||
| 1147 | "email": "[email protected]", |
||
| 1148 | "role": "lead" |
||
| 1149 | } |
||
| 1150 | ], |
||
| 1151 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
| 1152 | "homepage": "https://github.com/sebastianbergmann/version", |
||
| 1153 | "time": "2016-02-04 12:56:52" |
||
| 1154 | }, |
||
| 1155 | { |
||
| 1156 | "name": "symfony/console", |
||
| 1157 | "version": "v3.0.4", |
||
| 1158 | "source": { |
||
| 1159 | "type": "git", |
||
| 1160 | "url": "https://github.com/symfony/console.git", |
||
| 1161 | "reference": "6b1175135bc2a74c08a28d89761272de8beed8cd" |
||
| 1162 | }, |
||
| 1163 | "dist": { |
||
| 1164 | "type": "zip", |
||
| 1165 | "url": "https://api.github.com/repos/symfony/console/zipball/6b1175135bc2a74c08a28d89761272de8beed8cd", |
||
| 1166 | "reference": "6b1175135bc2a74c08a28d89761272de8beed8cd", |
||
| 1167 | "shasum": "" |
||
| 1168 | }, |
||
| 1169 | "require": { |
||
| 1170 | "php": ">=5.5.9", |
||
| 1171 | "symfony/polyfill-mbstring": "~1.0" |
||
| 1172 | }, |
||
| 1173 | "require-dev": { |
||
| 1174 | "psr/log": "~1.0", |
||
| 1175 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
| 1176 | "symfony/process": "~2.8|~3.0" |
||
| 1177 | }, |
||
| 1178 | "suggest": { |
||
| 1179 | "psr/log": "For using the console logger", |
||
| 1180 | "symfony/event-dispatcher": "", |
||
| 1181 | "symfony/process": "" |
||
| 1182 | }, |
||
| 1183 | "type": "library", |
||
| 1184 | "extra": { |
||
| 1185 | "branch-alias": { |
||
| 1186 | "dev-master": "3.0-dev" |
||
| 1187 | } |
||
| 1188 | }, |
||
| 1189 | "autoload": { |
||
| 1190 | "psr-4": { |
||
| 1191 | "Symfony\\Component\\Console\\": "" |
||
| 1192 | }, |
||
| 1193 | "exclude-from-classmap": [ |
||
| 1194 | "/Tests/" |
||
| 1195 | ] |
||
| 1196 | }, |
||
| 1197 | "notification-url": "https://packagist.org/downloads/", |
||
| 1198 | "license": [ |
||
| 1199 | "MIT" |
||
| 1200 | ], |
||
| 1201 | "authors": [ |
||
| 1202 | { |
||
| 1203 | "name": "Fabien Potencier", |
||
| 1204 | "email": "[email protected]" |
||
| 1205 | }, |
||
| 1206 | { |
||
| 1207 | "name": "Symfony Community", |
||
| 1208 | "homepage": "https://symfony.com/contributors" |
||
| 1209 | } |
||
| 1210 | ], |
||
| 1211 | "description": "Symfony Console Component", |
||
| 1212 | "homepage": "https://symfony.com", |
||
| 1213 | "time": "2016-03-16 17:00:50" |
||
| 1214 | }, |
||
| 1215 | { |
||
| 1216 | "name": "symfony/event-dispatcher", |
||
| 1217 | "version": "v3.0.4", |
||
| 1218 | "source": { |
||
| 1219 | "type": "git", |
||
| 1220 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
| 1221 | "reference": "9002dcf018d884d294b1ef20a6f968efc1128f39" |
||
| 1222 | }, |
||
| 1223 | "dist": { |
||
| 1224 | "type": "zip", |
||
| 1225 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9002dcf018d884d294b1ef20a6f968efc1128f39", |
||
| 1226 | "reference": "9002dcf018d884d294b1ef20a6f968efc1128f39", |
||
| 1227 | "shasum": "" |
||
| 1228 | }, |
||
| 1229 | "require": { |
||
| 1230 | "php": ">=5.5.9" |
||
| 1231 | }, |
||
| 1232 | "require-dev": { |
||
| 1233 | "psr/log": "~1.0", |
||
| 1234 | "symfony/config": "~2.8|~3.0", |
||
| 1235 | "symfony/dependency-injection": "~2.8|~3.0", |
||
| 1236 | "symfony/expression-language": "~2.8|~3.0", |
||
| 1237 | "symfony/stopwatch": "~2.8|~3.0" |
||
| 1238 | }, |
||
| 1239 | "suggest": { |
||
| 1240 | "symfony/dependency-injection": "", |
||
| 1241 | "symfony/http-kernel": "" |
||
| 1242 | }, |
||
| 1243 | "type": "library", |
||
| 1244 | "extra": { |
||
| 1245 | "branch-alias": { |
||
| 1246 | "dev-master": "3.0-dev" |
||
| 1247 | } |
||
| 1248 | }, |
||
| 1249 | "autoload": { |
||
| 1250 | "psr-4": { |
||
| 1251 | "Symfony\\Component\\EventDispatcher\\": "" |
||
| 1252 | }, |
||
| 1253 | "exclude-from-classmap": [ |
||
| 1254 | "/Tests/" |
||
| 1255 | ] |
||
| 1256 | }, |
||
| 1257 | "notification-url": "https://packagist.org/downloads/", |
||
| 1258 | "license": [ |
||
| 1259 | "MIT" |
||
| 1260 | ], |
||
| 1261 | "authors": [ |
||
| 1262 | { |
||
| 1263 | "name": "Fabien Potencier", |
||
| 1264 | "email": "[email protected]" |
||
| 1265 | }, |
||
| 1266 | { |
||
| 1267 | "name": "Symfony Community", |
||
| 1268 | "homepage": "https://symfony.com/contributors" |
||
| 1269 | } |
||
| 1270 | ], |
||
| 1271 | "description": "Symfony EventDispatcher Component", |
||
| 1272 | "homepage": "https://symfony.com", |
||
| 1273 | "time": "2016-03-10 10:34:12" |
||
| 1274 | }, |
||
| 1275 | { |
||
| 1276 | "name": "symfony/filesystem", |
||
| 1277 | "version": "v3.0.4", |
||
| 1278 | "source": { |
||
| 1279 | "type": "git", |
||
| 1280 | "url": "https://github.com/symfony/filesystem.git", |
||
| 1281 | "reference": "f82499a459dcade2ea56df94cc58b19c8bde3d20" |
||
| 1282 | }, |
||
| 1283 | "dist": { |
||
| 1284 | "type": "zip", |
||
| 1285 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/f82499a459dcade2ea56df94cc58b19c8bde3d20", |
||
| 1286 | "reference": "f82499a459dcade2ea56df94cc58b19c8bde3d20", |
||
| 1287 | "shasum": "" |
||
| 1288 | }, |
||
| 1289 | "require": { |
||
| 1290 | "php": ">=5.5.9" |
||
| 1291 | }, |
||
| 1292 | "type": "library", |
||
| 1293 | "extra": { |
||
| 1294 | "branch-alias": { |
||
| 1295 | "dev-master": "3.0-dev" |
||
| 1296 | } |
||
| 1297 | }, |
||
| 1298 | "autoload": { |
||
| 1299 | "psr-4": { |
||
| 1300 | "Symfony\\Component\\Filesystem\\": "" |
||
| 1301 | }, |
||
| 1302 | "exclude-from-classmap": [ |
||
| 1303 | "/Tests/" |
||
| 1304 | ] |
||
| 1305 | }, |
||
| 1306 | "notification-url": "https://packagist.org/downloads/", |
||
| 1307 | "license": [ |
||
| 1308 | "MIT" |
||
| 1309 | ], |
||
| 1310 | "authors": [ |
||
| 1311 | { |
||
| 1312 | "name": "Fabien Potencier", |
||
| 1313 | "email": "[email protected]" |
||
| 1314 | }, |
||
| 1315 | { |
||
| 1316 | "name": "Symfony Community", |
||
| 1317 | "homepage": "https://symfony.com/contributors" |
||
| 1318 | } |
||
| 1319 | ], |
||
| 1320 | "description": "Symfony Filesystem Component", |
||
| 1321 | "homepage": "https://symfony.com", |
||
| 1322 | "time": "2016-03-27 10:24:39" |
||
| 1323 | }, |
||
| 1324 | { |
||
| 1325 | "name": "symfony/finder", |
||
| 1326 | "version": "v3.0.4", |
||
| 1327 | "source": { |
||
| 1328 | "type": "git", |
||
| 1329 | "url": "https://github.com/symfony/finder.git", |
||
| 1330 | "reference": "c54e407b35bc098916704e9fd090da21da4c4f52" |
||
| 1331 | }, |
||
| 1332 | "dist": { |
||
| 1333 | "type": "zip", |
||
| 1334 | "url": "https://api.github.com/repos/symfony/finder/zipball/c54e407b35bc098916704e9fd090da21da4c4f52", |
||
| 1335 | "reference": "c54e407b35bc098916704e9fd090da21da4c4f52", |
||
| 1336 | "shasum": "" |
||
| 1337 | }, |
||
| 1338 | "require": { |
||
| 1339 | "php": ">=5.5.9" |
||
| 1340 | }, |
||
| 1341 | "type": "library", |
||
| 1342 | "extra": { |
||
| 1343 | "branch-alias": { |
||
| 1344 | "dev-master": "3.0-dev" |
||
| 1345 | } |
||
| 1346 | }, |
||
| 1347 | "autoload": { |
||
| 1348 | "psr-4": { |
||
| 1349 | "Symfony\\Component\\Finder\\": "" |
||
| 1350 | }, |
||
| 1351 | "exclude-from-classmap": [ |
||
| 1352 | "/Tests/" |
||
| 1353 | ] |
||
| 1354 | }, |
||
| 1355 | "notification-url": "https://packagist.org/downloads/", |
||
| 1356 | "license": [ |
||
| 1357 | "MIT" |
||
| 1358 | ], |
||
| 1359 | "authors": [ |
||
| 1360 | { |
||
| 1361 | "name": "Fabien Potencier", |
||
| 1362 | "email": "[email protected]" |
||
| 1363 | }, |
||
| 1364 | { |
||
| 1365 | "name": "Symfony Community", |
||
| 1366 | "homepage": "https://symfony.com/contributors" |
||
| 1367 | } |
||
| 1368 | ], |
||
| 1369 | "description": "Symfony Finder Component", |
||
| 1370 | "homepage": "https://symfony.com", |
||
| 1371 | "time": "2016-03-10 11:13:05" |
||
| 1372 | }, |
||
| 1373 | { |
||
| 1374 | "name": "symfony/polyfill-mbstring", |
||
| 1375 | "version": "v1.1.1", |
||
| 1376 | "source": { |
||
| 1377 | "type": "git", |
||
| 1378 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 1379 | "reference": "1289d16209491b584839022f29257ad859b8532d" |
||
| 1380 | }, |
||
| 1381 | "dist": { |
||
| 1382 | "type": "zip", |
||
| 1383 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d", |
||
| 1384 | "reference": "1289d16209491b584839022f29257ad859b8532d", |
||
| 1385 | "shasum": "" |
||
| 1386 | }, |
||
| 1387 | "require": { |
||
| 1388 | "php": ">=5.3.3" |
||
| 1389 | }, |
||
| 1390 | "suggest": { |
||
| 1391 | "ext-mbstring": "For best performance" |
||
| 1392 | }, |
||
| 1393 | "type": "library", |
||
| 1394 | "extra": { |
||
| 1395 | "branch-alias": { |
||
| 1396 | "dev-master": "1.1-dev" |
||
| 1397 | } |
||
| 1398 | }, |
||
| 1399 | "autoload": { |
||
| 1400 | "psr-4": { |
||
| 1401 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 1402 | }, |
||
| 1403 | "files": [ |
||
| 1404 | "bootstrap.php" |
||
| 1405 | ] |
||
| 1406 | }, |
||
| 1407 | "notification-url": "https://packagist.org/downloads/", |
||
| 1408 | "license": [ |
||
| 1409 | "MIT" |
||
| 1410 | ], |
||
| 1411 | "authors": [ |
||
| 1412 | { |
||
| 1413 | "name": "Nicolas Grekas", |
||
| 1414 | "email": "[email protected]" |
||
| 1415 | }, |
||
| 1416 | { |
||
| 1417 | "name": "Symfony Community", |
||
| 1418 | "homepage": "https://symfony.com/contributors" |
||
| 1419 | } |
||
| 1420 | ], |
||
| 1421 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 1422 | "homepage": "https://symfony.com", |
||
| 1423 | "keywords": [ |
||
| 1424 | "compatibility", |
||
| 1425 | "mbstring", |
||
| 1426 | "polyfill", |
||
| 1427 | "portable", |
||
| 1428 | "shim" |
||
| 1429 | ], |
||
| 1430 | "time": "2016-01-20 09:13:37" |
||
| 1431 | }, |
||
| 1432 | { |
||
| 1433 | "name": "symfony/process", |
||
| 1434 | "version": "v3.0.4", |
||
| 1435 | "source": { |
||
| 1436 | "type": "git", |
||
| 1437 | "url": "https://github.com/symfony/process.git", |
||
| 1438 | "reference": "e6f1f98bbd355d209a992bfff45e7edfbd4a0776" |
||
| 1439 | }, |
||
| 1440 | "dist": { |
||
| 1441 | "type": "zip", |
||
| 1442 | "url": "https://api.github.com/repos/symfony/process/zipball/e6f1f98bbd355d209a992bfff45e7edfbd4a0776", |
||
| 1443 | "reference": "e6f1f98bbd355d209a992bfff45e7edfbd4a0776", |
||
| 1444 | "shasum": "" |
||
| 1445 | }, |
||
| 1446 | "require": { |
||
| 1447 | "php": ">=5.5.9" |
||
| 1448 | }, |
||
| 1449 | "type": "library", |
||
| 1450 | "extra": { |
||
| 1451 | "branch-alias": { |
||
| 1452 | "dev-master": "3.0-dev" |
||
| 1453 | } |
||
| 1454 | }, |
||
| 1455 | "autoload": { |
||
| 1456 | "psr-4": { |
||
| 1457 | "Symfony\\Component\\Process\\": "" |
||
| 1458 | }, |
||
| 1459 | "exclude-from-classmap": [ |
||
| 1460 | "/Tests/" |
||
| 1461 | ] |
||
| 1462 | }, |
||
| 1463 | "notification-url": "https://packagist.org/downloads/", |
||
| 1464 | "license": [ |
||
| 1465 | "MIT" |
||
| 1466 | ], |
||
| 1467 | "authors": [ |
||
| 1468 | { |
||
| 1469 | "name": "Fabien Potencier", |
||
| 1470 | "email": "[email protected]" |
||
| 1471 | }, |
||
| 1472 | { |
||
| 1473 | "name": "Symfony Community", |
||
| 1474 | "homepage": "https://symfony.com/contributors" |
||
| 1475 | } |
||
| 1476 | ], |
||
| 1477 | "description": "Symfony Process Component", |
||
| 1478 | "homepage": "https://symfony.com", |
||
| 1479 | "time": "2016-03-30 10:41:14" |
||
| 1480 | }, |
||
| 1481 | { |
||
| 1482 | "name": "symfony/stopwatch", |
||
| 1483 | "version": "v3.0.4", |
||
| 1484 | "source": { |
||
| 1485 | "type": "git", |
||
| 1486 | "url": "https://github.com/symfony/stopwatch.git", |
||
| 1487 | "reference": "6015187088421e9499d8f8316bdb396f8b806c06" |
||
| 1488 | }, |
||
| 1489 | "dist": { |
||
| 1490 | "type": "zip", |
||
| 1491 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6015187088421e9499d8f8316bdb396f8b806c06", |
||
| 1492 | "reference": "6015187088421e9499d8f8316bdb396f8b806c06", |
||
| 1493 | "shasum": "" |
||
| 1494 | }, |
||
| 1495 | "require": { |
||
| 1496 | "php": ">=5.5.9" |
||
| 1497 | }, |
||
| 1498 | "type": "library", |
||
| 1499 | "extra": { |
||
| 1500 | "branch-alias": { |
||
| 1501 | "dev-master": "3.0-dev" |
||
| 1502 | } |
||
| 1503 | }, |
||
| 1504 | "autoload": { |
||
| 1505 | "psr-4": { |
||
| 1506 | "Symfony\\Component\\Stopwatch\\": "" |
||
| 1507 | }, |
||
| 1508 | "exclude-from-classmap": [ |
||
| 1509 | "/Tests/" |
||
| 1510 | ] |
||
| 1511 | }, |
||
| 1512 | "notification-url": "https://packagist.org/downloads/", |
||
| 1513 | "license": [ |
||
| 1514 | "MIT" |
||
| 1515 | ], |
||
| 1516 | "authors": [ |
||
| 1517 | { |
||
| 1518 | "name": "Fabien Potencier", |
||
| 1519 | "email": "[email protected]" |
||
| 1520 | }, |
||
| 1521 | { |
||
| 1522 | "name": "Symfony Community", |
||
| 1523 | "homepage": "https://symfony.com/contributors" |
||
| 1524 | } |
||
| 1525 | ], |
||
| 1526 | "description": "Symfony Stopwatch Component", |
||
| 1527 | "homepage": "https://symfony.com", |
||
| 1528 | "time": "2016-03-04 07:55:57" |
||
| 1529 | }, |
||
| 1530 | { |
||
| 1531 | "name": "symfony/yaml", |
||
| 1532 | "version": "v3.0.4", |
||
| 1533 | "source": { |
||
| 1534 | "type": "git", |
||
| 1535 | "url": "https://github.com/symfony/yaml.git", |
||
| 1536 | "reference": "0047c8366744a16de7516622c5b7355336afae96" |
||
| 1537 | }, |
||
| 1538 | "dist": { |
||
| 1539 | "type": "zip", |
||
| 1540 | "url": "https://api.github.com/repos/symfony/yaml/zipball/0047c8366744a16de7516622c5b7355336afae96", |
||
| 1541 | "reference": "0047c8366744a16de7516622c5b7355336afae96", |
||
| 1542 | "shasum": "" |
||
| 1543 | }, |
||
| 1544 | "require": { |
||
| 1545 | "php": ">=5.5.9" |
||
| 1546 | }, |
||
| 1547 | "type": "library", |
||
| 1548 | "extra": { |
||
| 1549 | "branch-alias": { |
||
| 1550 | "dev-master": "3.0-dev" |
||
| 1551 | } |
||
| 1552 | }, |
||
| 1553 | "autoload": { |
||
| 1554 | "psr-4": { |
||
| 1555 | "Symfony\\Component\\Yaml\\": "" |
||
| 1556 | }, |
||
| 1557 | "exclude-from-classmap": [ |
||
| 1558 | "/Tests/" |
||
| 1559 | ] |
||
| 1560 | }, |
||
| 1561 | "notification-url": "https://packagist.org/downloads/", |
||
| 1562 | "license": [ |
||
| 1563 | "MIT" |
||
| 1564 | ], |
||
| 1565 | "authors": [ |
||
| 1566 | { |
||
| 1567 | "name": "Fabien Potencier", |
||
| 1568 | "email": "[email protected]" |
||
| 1569 | }, |
||
| 1570 | { |
||
| 1571 | "name": "Symfony Community", |
||
| 1572 | "homepage": "https://symfony.com/contributors" |
||
| 1573 | } |
||
| 1574 | ], |
||
| 1575 | "description": "Symfony Yaml Component", |
||
| 1576 | "homepage": "https://symfony.com", |
||
| 1577 | "time": "2016-03-04 07:55:57" |
||
| 1578 | }, |
||
| 1579 | { |
||
| 1580 | "name": "zendframework/zendframework1", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 1581 | "version": "1.12.18", |
||
| 1582 | "source": { |
||
| 1583 | "type": "git", |
||
| 1584 | "url": "https://github.com/zendframework/zf1.git", |
||
| 1585 | "reference": "bc3f2652f305fc43565af1570db83dda05578e4f" |
||
| 1586 | }, |
||
| 1587 | "dist": { |
||
| 1588 | "type": "zip", |
||
| 1589 | "url": "https://api.github.com/repos/zendframework/zf1/zipball/bc3f2652f305fc43565af1570db83dda05578e4f", |
||
| 1590 | "reference": "bc3f2652f305fc43565af1570db83dda05578e4f", |
||
| 1591 | "shasum": "" |
||
| 1592 | }, |
||
| 1593 | "require": { |
||
| 1594 | "php": ">=5.2.11" |
||
| 1595 | }, |
||
| 1596 | "require-dev": { |
||
| 1597 | "phpunit/dbunit": "1.3.*", |
||
| 1598 | "phpunit/phpunit": "3.7.*" |
||
| 1599 | }, |
||
| 1600 | "type": "library", |
||
| 1601 | "extra": { |
||
| 1602 | "branch-alias": { |
||
| 1603 | "dev-master": "1.12.x-dev" |
||
| 1604 | } |
||
| 1605 | }, |
||
| 1606 | "autoload": { |
||
| 1607 | "psr-0": { |
||
| 1608 | "Zend_": "library/" |
||
| 1609 | } |
||
| 1610 | }, |
||
| 1611 | "notification-url": "https://packagist.org/downloads/", |
||
| 1612 | "include-path": [ |
||
| 1613 | "library/" |
||
| 1614 | ], |
||
| 1615 | "license": [ |
||
| 1616 | "BSD-3-Clause" |
||
| 1617 | ], |
||
| 1618 | "description": "Zend Framework 1", |
||
| 1619 | "homepage": "http://framework.zend.com/", |
||
| 1620 | "keywords": [ |
||
| 1621 | "ZF1", |
||
| 1622 | "framework" |
||
| 1623 | ], |
||
| 1624 | "time": "2016-04-13 15:32:30" |
||
| 1625 | } |
||
| 1626 | ], |
||
| 1627 | "packages-dev": [], |
||
| 1628 | "aliases": [], |
||
| 1629 | "minimum-stability": "stable", |
||
| 1630 | "stability-flags": [], |
||
| 1631 | "prefer-stable": false, |
||
| 1632 | "prefer-lowest": false, |
||
| 1633 | "platform": { |
||
| 1634 | "php": ">=5.5.0" |
||
| 1635 | }, |
||
| 1636 | "platform-dev": [] |
||
| 1637 | } |
||
| 1638 |