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": "3fd992adee9c544e3102f9e66ab65054", |
||
| 8 | "content-hash": "bcf135757f05cf7c94c7ff4103df25d5", |
||
| 9 | "packages": [ |
||
| 10 | { |
||
| 11 | "name": "doctrine/annotations", |
||
| 12 | "version": "v1.3.0", |
||
| 13 | "source": { |
||
| 14 | "type": "git", |
||
| 15 | "url": "https://github.com/doctrine/annotations.git", |
||
| 16 | "reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5" |
||
| 17 | }, |
||
| 18 | "dist": { |
||
| 19 | "type": "zip", |
||
| 20 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/30e07cf03edc3cd3ef579d0dd4dd8c58250799a5", |
||
| 21 | "reference": "30e07cf03edc3cd3ef579d0dd4dd8c58250799a5", |
||
| 22 | "shasum": "" |
||
| 23 | }, |
||
| 24 | "require": { |
||
| 25 | "doctrine/lexer": "1.*", |
||
| 26 | "php": "^5.6 || ^7.0" |
||
| 27 | }, |
||
| 28 | "require-dev": { |
||
| 29 | "doctrine/cache": "1.*", |
||
| 30 | "phpunit/phpunit": "^5.6.1" |
||
| 31 | }, |
||
| 32 | "type": "library", |
||
| 33 | "extra": { |
||
| 34 | "branch-alias": { |
||
| 35 | "dev-master": "1.4.x-dev" |
||
| 36 | } |
||
| 37 | }, |
||
| 38 | "autoload": { |
||
| 39 | "psr-4": { |
||
| 40 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
| 41 | } |
||
| 42 | }, |
||
| 43 | "notification-url": "https://packagist.org/downloads/", |
||
| 44 | "license": [ |
||
| 45 | "MIT" |
||
| 46 | ], |
||
| 47 | "authors": [ |
||
| 48 | { |
||
| 49 | "name": "Roman Borschel", |
||
| 50 | "email": "[email protected]" |
||
| 51 | }, |
||
| 52 | { |
||
| 53 | "name": "Benjamin Eberlei", |
||
| 54 | "email": "[email protected]" |
||
| 55 | }, |
||
| 56 | { |
||
| 57 | "name": "Guilherme Blanco", |
||
| 58 | "email": "[email protected]" |
||
| 59 | }, |
||
| 60 | { |
||
| 61 | "name": "Jonathan Wage", |
||
| 62 | "email": "[email protected]" |
||
| 63 | }, |
||
| 64 | { |
||
| 65 | "name": "Johannes Schmitt", |
||
| 66 | "email": "[email protected]" |
||
| 67 | } |
||
| 68 | ], |
||
| 69 | "description": "Docblock Annotations Parser", |
||
| 70 | "homepage": "http://www.doctrine-project.org", |
||
| 71 | "keywords": [ |
||
| 72 | "annotations", |
||
| 73 | "docblock", |
||
| 74 | "parser" |
||
| 75 | ], |
||
| 76 | "time": "2016-10-24 11:45:47" |
||
| 77 | }, |
||
| 78 | { |
||
| 79 | "name": "doctrine/cache", |
||
| 80 | "version": "v1.6.1", |
||
| 81 | "source": { |
||
| 82 | "type": "git", |
||
| 83 | "url": "https://github.com/doctrine/cache.git", |
||
| 84 | "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3" |
||
| 85 | }, |
||
| 86 | "dist": { |
||
| 87 | "type": "zip", |
||
| 88 | "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3", |
||
| 89 | "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3", |
||
| 90 | "shasum": "" |
||
| 91 | }, |
||
| 92 | "require": { |
||
| 93 | "php": "~5.5|~7.0" |
||
| 94 | }, |
||
| 95 | "conflict": { |
||
| 96 | "doctrine/common": ">2.2,<2.4" |
||
| 97 | }, |
||
| 98 | "require-dev": { |
||
| 99 | "phpunit/phpunit": "~4.8|~5.0", |
||
| 100 | "predis/predis": "~1.0", |
||
| 101 | "satooshi/php-coveralls": "~0.6" |
||
| 102 | }, |
||
| 103 | "type": "library", |
||
| 104 | "extra": { |
||
| 105 | "branch-alias": { |
||
| 106 | "dev-master": "1.6.x-dev" |
||
| 107 | } |
||
| 108 | }, |
||
| 109 | "autoload": { |
||
| 110 | "psr-4": { |
||
| 111 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
| 112 | } |
||
| 113 | }, |
||
| 114 | "notification-url": "https://packagist.org/downloads/", |
||
| 115 | "license": [ |
||
| 116 | "MIT" |
||
| 117 | ], |
||
| 118 | "authors": [ |
||
| 119 | { |
||
| 120 | "name": "Roman Borschel", |
||
| 121 | "email": "[email protected]" |
||
| 122 | }, |
||
| 123 | { |
||
| 124 | "name": "Benjamin Eberlei", |
||
| 125 | "email": "[email protected]" |
||
| 126 | }, |
||
| 127 | { |
||
| 128 | "name": "Guilherme Blanco", |
||
| 129 | "email": "[email protected]" |
||
| 130 | }, |
||
| 131 | { |
||
| 132 | "name": "Jonathan Wage", |
||
| 133 | "email": "[email protected]" |
||
| 134 | }, |
||
| 135 | { |
||
| 136 | "name": "Johannes Schmitt", |
||
| 137 | "email": "[email protected]" |
||
| 138 | } |
||
| 139 | ], |
||
| 140 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
| 141 | "homepage": "http://www.doctrine-project.org", |
||
| 142 | "keywords": [ |
||
| 143 | "cache", |
||
| 144 | "caching" |
||
| 145 | ], |
||
| 146 | "time": "2016-10-29 11:16:17" |
||
| 147 | }, |
||
| 148 | { |
||
| 149 | "name": "doctrine/collections", |
||
| 150 | "version": "v1.3.0", |
||
| 151 | "source": { |
||
| 152 | "type": "git", |
||
| 153 | "url": "https://github.com/doctrine/collections.git", |
||
| 154 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a" |
||
| 155 | }, |
||
| 156 | "dist": { |
||
| 157 | "type": "zip", |
||
| 158 | "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
| 159 | "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a", |
||
| 160 | "shasum": "" |
||
| 161 | }, |
||
| 162 | "require": { |
||
| 163 | "php": ">=5.3.2" |
||
| 164 | }, |
||
| 165 | "require-dev": { |
||
| 166 | "phpunit/phpunit": "~4.0" |
||
| 167 | }, |
||
| 168 | "type": "library", |
||
| 169 | "extra": { |
||
| 170 | "branch-alias": { |
||
| 171 | "dev-master": "1.2.x-dev" |
||
| 172 | } |
||
| 173 | }, |
||
| 174 | "autoload": { |
||
| 175 | "psr-0": { |
||
| 176 | "Doctrine\\Common\\Collections\\": "lib/" |
||
| 177 | } |
||
| 178 | }, |
||
| 179 | "notification-url": "https://packagist.org/downloads/", |
||
| 180 | "license": [ |
||
| 181 | "MIT" |
||
| 182 | ], |
||
| 183 | "authors": [ |
||
| 184 | { |
||
| 185 | "name": "Roman Borschel", |
||
| 186 | "email": "[email protected]" |
||
| 187 | }, |
||
| 188 | { |
||
| 189 | "name": "Benjamin Eberlei", |
||
| 190 | "email": "[email protected]" |
||
| 191 | }, |
||
| 192 | { |
||
| 193 | "name": "Guilherme Blanco", |
||
| 194 | "email": "[email protected]" |
||
| 195 | }, |
||
| 196 | { |
||
| 197 | "name": "Jonathan Wage", |
||
| 198 | "email": "[email protected]" |
||
| 199 | }, |
||
| 200 | { |
||
| 201 | "name": "Johannes Schmitt", |
||
| 202 | "email": "[email protected]" |
||
| 203 | } |
||
| 204 | ], |
||
| 205 | "description": "Collections Abstraction library", |
||
| 206 | "homepage": "http://www.doctrine-project.org", |
||
| 207 | "keywords": [ |
||
| 208 | "array", |
||
| 209 | "collections", |
||
| 210 | "iterator" |
||
| 211 | ], |
||
| 212 | "time": "2015-04-14 22:21:58" |
||
| 213 | }, |
||
| 214 | { |
||
| 215 | "name": "doctrine/common", |
||
| 216 | "version": "v2.6.1", |
||
| 217 | "source": { |
||
| 218 | "type": "git", |
||
| 219 | "url": "https://github.com/doctrine/common.git", |
||
| 220 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0" |
||
| 221 | }, |
||
| 222 | "dist": { |
||
| 223 | "type": "zip", |
||
| 224 | "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0", |
||
| 225 | "reference": "a579557bc689580c19fee4e27487a67fe60defc0", |
||
| 226 | "shasum": "" |
||
| 227 | }, |
||
| 228 | "require": { |
||
| 229 | "doctrine/annotations": "1.*", |
||
| 230 | "doctrine/cache": "1.*", |
||
| 231 | "doctrine/collections": "1.*", |
||
| 232 | "doctrine/inflector": "1.*", |
||
| 233 | "doctrine/lexer": "1.*", |
||
| 234 | "php": "~5.5|~7.0" |
||
| 235 | }, |
||
| 236 | "require-dev": { |
||
| 237 | "phpunit/phpunit": "~4.8|~5.0" |
||
| 238 | }, |
||
| 239 | "type": "library", |
||
| 240 | "extra": { |
||
| 241 | "branch-alias": { |
||
| 242 | "dev-master": "2.7.x-dev" |
||
| 243 | } |
||
| 244 | }, |
||
| 245 | "autoload": { |
||
| 246 | "psr-4": { |
||
| 247 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
| 248 | } |
||
| 249 | }, |
||
| 250 | "notification-url": "https://packagist.org/downloads/", |
||
| 251 | "license": [ |
||
| 252 | "MIT" |
||
| 253 | ], |
||
| 254 | "authors": [ |
||
| 255 | { |
||
| 256 | "name": "Roman Borschel", |
||
| 257 | "email": "[email protected]" |
||
| 258 | }, |
||
| 259 | { |
||
| 260 | "name": "Benjamin Eberlei", |
||
| 261 | "email": "[email protected]" |
||
| 262 | }, |
||
| 263 | { |
||
| 264 | "name": "Guilherme Blanco", |
||
| 265 | "email": "[email protected]" |
||
| 266 | }, |
||
| 267 | { |
||
| 268 | "name": "Jonathan Wage", |
||
| 269 | "email": "[email protected]" |
||
| 270 | }, |
||
| 271 | { |
||
| 272 | "name": "Johannes Schmitt", |
||
| 273 | "email": "[email protected]" |
||
| 274 | } |
||
| 275 | ], |
||
| 276 | "description": "Common Library for Doctrine projects", |
||
| 277 | "homepage": "http://www.doctrine-project.org", |
||
| 278 | "keywords": [ |
||
| 279 | "annotations", |
||
| 280 | "collections", |
||
| 281 | "eventmanager", |
||
| 282 | "persistence", |
||
| 283 | "spl" |
||
| 284 | ], |
||
| 285 | "time": "2015-12-25 13:18:31" |
||
| 286 | }, |
||
| 287 | { |
||
| 288 | "name": "doctrine/dbal", |
||
| 289 | "version": "v2.5.5", |
||
| 290 | "source": { |
||
| 291 | "type": "git", |
||
| 292 | "url": "https://github.com/doctrine/dbal.git", |
||
| 293 | "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9" |
||
| 294 | }, |
||
| 295 | "dist": { |
||
| 296 | "type": "zip", |
||
| 297 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9", |
||
| 298 | "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9", |
||
| 299 | "shasum": "" |
||
| 300 | }, |
||
| 301 | "require": { |
||
| 302 | "doctrine/common": ">=2.4,<2.7-dev", |
||
| 303 | "php": ">=5.3.2" |
||
| 304 | }, |
||
| 305 | "require-dev": { |
||
| 306 | "phpunit/phpunit": "4.*", |
||
| 307 | "symfony/console": "2.*||^3.0" |
||
| 308 | }, |
||
| 309 | "suggest": { |
||
| 310 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
| 311 | }, |
||
| 312 | "bin": [ |
||
| 313 | "bin/doctrine-dbal" |
||
| 314 | ], |
||
| 315 | "type": "library", |
||
| 316 | "extra": { |
||
| 317 | "branch-alias": { |
||
| 318 | "dev-master": "2.5.x-dev" |
||
| 319 | } |
||
| 320 | }, |
||
| 321 | "autoload": { |
||
| 322 | "psr-0": { |
||
| 323 | "Doctrine\\DBAL\\": "lib/" |
||
| 324 | } |
||
| 325 | }, |
||
| 326 | "notification-url": "https://packagist.org/downloads/", |
||
| 327 | "license": [ |
||
| 328 | "MIT" |
||
| 329 | ], |
||
| 330 | "authors": [ |
||
| 331 | { |
||
| 332 | "name": "Roman Borschel", |
||
| 333 | "email": "[email protected]" |
||
| 334 | }, |
||
| 335 | { |
||
| 336 | "name": "Benjamin Eberlei", |
||
| 337 | "email": "[email protected]" |
||
| 338 | }, |
||
| 339 | { |
||
| 340 | "name": "Guilherme Blanco", |
||
| 341 | "email": "[email protected]" |
||
| 342 | }, |
||
| 343 | { |
||
| 344 | "name": "Jonathan Wage", |
||
| 345 | "email": "[email protected]" |
||
| 346 | } |
||
| 347 | ], |
||
| 348 | "description": "Database Abstraction Layer", |
||
| 349 | "homepage": "http://www.doctrine-project.org", |
||
| 350 | "keywords": [ |
||
| 351 | "database", |
||
| 352 | "dbal", |
||
| 353 | "persistence", |
||
| 354 | "queryobject" |
||
| 355 | ], |
||
| 356 | "time": "2016-09-09 19:13:33" |
||
| 357 | }, |
||
| 358 | { |
||
| 359 | "name": "doctrine/doctrine-bundle", |
||
| 360 | "version": "1.6.4", |
||
| 361 | "source": { |
||
| 362 | "type": "git", |
||
| 363 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
||
| 364 | "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7" |
||
| 365 | }, |
||
| 366 | "dist": { |
||
| 367 | "type": "zip", |
||
| 368 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/dd40b0a7fb16658cda9def9786992b8df8a49be7", |
||
| 369 | "reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7", |
||
| 370 | "shasum": "" |
||
| 371 | }, |
||
| 372 | "require": { |
||
| 373 | "doctrine/dbal": "~2.3", |
||
| 374 | "doctrine/doctrine-cache-bundle": "~1.0", |
||
| 375 | "jdorn/sql-formatter": "~1.1", |
||
| 376 | "php": ">=5.3.2", |
||
| 377 | "symfony/console": "~2.3|~3.0", |
||
| 378 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 379 | "symfony/doctrine-bridge": "~2.2|~3.0", |
||
| 380 | "symfony/framework-bundle": "~2.3|~3.0" |
||
| 381 | }, |
||
| 382 | "require-dev": { |
||
| 383 | "doctrine/orm": "~2.3", |
||
| 384 | "phpunit/phpunit": "~4", |
||
| 385 | "satooshi/php-coveralls": "~0.6.1", |
||
| 386 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
| 387 | "symfony/property-info": "~2.8|~3.0", |
||
| 388 | "symfony/validator": "~2.2|~3.0", |
||
| 389 | "symfony/yaml": "~2.2|~3.0", |
||
| 390 | "twig/twig": "~1.10" |
||
| 391 | }, |
||
| 392 | "suggest": { |
||
| 393 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
||
| 394 | "symfony/web-profiler-bundle": "To use the data collector." |
||
| 395 | }, |
||
| 396 | "type": "symfony-bundle", |
||
| 397 | "extra": { |
||
| 398 | "branch-alias": { |
||
| 399 | "dev-master": "1.6.x-dev" |
||
| 400 | } |
||
| 401 | }, |
||
| 402 | "autoload": { |
||
| 403 | "psr-4": { |
||
| 404 | "Doctrine\\Bundle\\DoctrineBundle\\": "" |
||
| 405 | } |
||
| 406 | }, |
||
| 407 | "notification-url": "https://packagist.org/downloads/", |
||
| 408 | "license": [ |
||
| 409 | "MIT" |
||
| 410 | ], |
||
| 411 | "authors": [ |
||
| 412 | { |
||
| 413 | "name": "Symfony Community", |
||
| 414 | "homepage": "http://symfony.com/contributors" |
||
| 415 | }, |
||
| 416 | { |
||
| 417 | "name": "Benjamin Eberlei", |
||
| 418 | "email": "[email protected]" |
||
| 419 | }, |
||
| 420 | { |
||
| 421 | "name": "Doctrine Project", |
||
| 422 | "homepage": "http://www.doctrine-project.org/" |
||
| 423 | }, |
||
| 424 | { |
||
| 425 | "name": "Fabien Potencier", |
||
| 426 | "email": "[email protected]" |
||
| 427 | } |
||
| 428 | ], |
||
| 429 | "description": "Symfony DoctrineBundle", |
||
| 430 | "homepage": "http://www.doctrine-project.org", |
||
| 431 | "keywords": [ |
||
| 432 | "database", |
||
| 433 | "dbal", |
||
| 434 | "orm", |
||
| 435 | "persistence" |
||
| 436 | ], |
||
| 437 | "time": "2016-08-10 15:35:22" |
||
| 438 | }, |
||
| 439 | { |
||
| 440 | "name": "doctrine/doctrine-cache-bundle", |
||
| 441 | "version": "1.3.0", |
||
| 442 | "source": { |
||
| 443 | "type": "git", |
||
| 444 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
||
| 445 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504" |
||
| 446 | }, |
||
| 447 | "dist": { |
||
| 448 | "type": "zip", |
||
| 449 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
| 450 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
| 451 | "shasum": "" |
||
| 452 | }, |
||
| 453 | "require": { |
||
| 454 | "doctrine/cache": "^1.4.2", |
||
| 455 | "doctrine/inflector": "~1.0", |
||
| 456 | "php": ">=5.3.2", |
||
| 457 | "symfony/doctrine-bridge": "~2.2|~3.0" |
||
| 458 | }, |
||
| 459 | "require-dev": { |
||
| 460 | "instaclick/coding-standard": "~1.1", |
||
| 461 | "instaclick/object-calisthenics-sniffs": "dev-master", |
||
| 462 | "instaclick/symfony2-coding-standard": "dev-remaster", |
||
| 463 | "phpunit/phpunit": "~4", |
||
| 464 | "predis/predis": "~0.8", |
||
| 465 | "satooshi/php-coveralls": "~0.6.1", |
||
| 466 | "squizlabs/php_codesniffer": "~1.5", |
||
| 467 | "symfony/console": "~2.2|~3.0", |
||
| 468 | "symfony/finder": "~2.2|~3.0", |
||
| 469 | "symfony/framework-bundle": "~2.2|~3.0", |
||
| 470 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
| 471 | "symfony/security-acl": "~2.3|~3.0", |
||
| 472 | "symfony/validator": "~2.2|~3.0", |
||
| 473 | "symfony/yaml": "~2.2|~3.0" |
||
| 474 | }, |
||
| 475 | "suggest": { |
||
| 476 | "symfony/security-acl": "For using this bundle to cache ACLs" |
||
| 477 | }, |
||
| 478 | "type": "symfony-bundle", |
||
| 479 | "extra": { |
||
| 480 | "branch-alias": { |
||
| 481 | "dev-master": "1.2.x-dev" |
||
| 482 | } |
||
| 483 | }, |
||
| 484 | "autoload": { |
||
| 485 | "psr-4": { |
||
| 486 | "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" |
||
| 487 | } |
||
| 488 | }, |
||
| 489 | "notification-url": "https://packagist.org/downloads/", |
||
| 490 | "license": [ |
||
| 491 | "MIT" |
||
| 492 | ], |
||
| 493 | "authors": [ |
||
| 494 | { |
||
| 495 | "name": "Symfony Community", |
||
| 496 | "homepage": "http://symfony.com/contributors" |
||
| 497 | }, |
||
| 498 | { |
||
| 499 | "name": "Benjamin Eberlei", |
||
| 500 | "email": "[email protected]" |
||
| 501 | }, |
||
| 502 | { |
||
| 503 | "name": "Fabio B. Silva", |
||
| 504 | "email": "[email protected]" |
||
| 505 | }, |
||
| 506 | { |
||
| 507 | "name": "Guilherme Blanco", |
||
| 508 | "email": "[email protected]" |
||
| 509 | }, |
||
| 510 | { |
||
| 511 | "name": "Doctrine Project", |
||
| 512 | "homepage": "http://www.doctrine-project.org/" |
||
| 513 | }, |
||
| 514 | { |
||
| 515 | "name": "Fabien Potencier", |
||
| 516 | "email": "[email protected]" |
||
| 517 | } |
||
| 518 | ], |
||
| 519 | "description": "Symfony Bundle for Doctrine Cache", |
||
| 520 | "homepage": "http://www.doctrine-project.org", |
||
| 521 | "keywords": [ |
||
| 522 | "cache", |
||
| 523 | "caching" |
||
| 524 | ], |
||
| 525 | "time": "2016-01-26 17:28:51" |
||
| 526 | }, |
||
| 527 | { |
||
| 528 | "name": "doctrine/inflector", |
||
| 529 | "version": "v1.1.0", |
||
| 530 | "source": { |
||
| 531 | "type": "git", |
||
| 532 | "url": "https://github.com/doctrine/inflector.git", |
||
| 533 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
| 534 | }, |
||
| 535 | "dist": { |
||
| 536 | "type": "zip", |
||
| 537 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
| 538 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
| 539 | "shasum": "" |
||
| 540 | }, |
||
| 541 | "require": { |
||
| 542 | "php": ">=5.3.2" |
||
| 543 | }, |
||
| 544 | "require-dev": { |
||
| 545 | "phpunit/phpunit": "4.*" |
||
| 546 | }, |
||
| 547 | "type": "library", |
||
| 548 | "extra": { |
||
| 549 | "branch-alias": { |
||
| 550 | "dev-master": "1.1.x-dev" |
||
| 551 | } |
||
| 552 | }, |
||
| 553 | "autoload": { |
||
| 554 | "psr-0": { |
||
| 555 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
| 556 | } |
||
| 557 | }, |
||
| 558 | "notification-url": "https://packagist.org/downloads/", |
||
| 559 | "license": [ |
||
| 560 | "MIT" |
||
| 561 | ], |
||
| 562 | "authors": [ |
||
| 563 | { |
||
| 564 | "name": "Roman Borschel", |
||
| 565 | "email": "[email protected]" |
||
| 566 | }, |
||
| 567 | { |
||
| 568 | "name": "Benjamin Eberlei", |
||
| 569 | "email": "[email protected]" |
||
| 570 | }, |
||
| 571 | { |
||
| 572 | "name": "Guilherme Blanco", |
||
| 573 | "email": "[email protected]" |
||
| 574 | }, |
||
| 575 | { |
||
| 576 | "name": "Jonathan Wage", |
||
| 577 | "email": "[email protected]" |
||
| 578 | }, |
||
| 579 | { |
||
| 580 | "name": "Johannes Schmitt", |
||
| 581 | "email": "[email protected]" |
||
| 582 | } |
||
| 583 | ], |
||
| 584 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
| 585 | "homepage": "http://www.doctrine-project.org", |
||
| 586 | "keywords": [ |
||
| 587 | "inflection", |
||
| 588 | "pluralize", |
||
| 589 | "singularize", |
||
| 590 | "string" |
||
| 591 | ], |
||
| 592 | "time": "2015-11-06 14:35:42" |
||
| 593 | }, |
||
| 594 | { |
||
| 595 | "name": "doctrine/instantiator", |
||
| 596 | "version": "1.0.5", |
||
| 597 | "source": { |
||
| 598 | "type": "git", |
||
| 599 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 600 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
| 601 | }, |
||
| 602 | "dist": { |
||
| 603 | "type": "zip", |
||
| 604 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 605 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 606 | "shasum": "" |
||
| 607 | }, |
||
| 608 | "require": { |
||
| 609 | "php": ">=5.3,<8.0-DEV" |
||
| 610 | }, |
||
| 611 | "require-dev": { |
||
| 612 | "athletic/athletic": "~0.1.8", |
||
| 613 | "ext-pdo": "*", |
||
| 614 | "ext-phar": "*", |
||
| 615 | "phpunit/phpunit": "~4.0", |
||
| 616 | "squizlabs/php_codesniffer": "~2.0" |
||
| 617 | }, |
||
| 618 | "type": "library", |
||
| 619 | "extra": { |
||
| 620 | "branch-alias": { |
||
| 621 | "dev-master": "1.0.x-dev" |
||
| 622 | } |
||
| 623 | }, |
||
| 624 | "autoload": { |
||
| 625 | "psr-4": { |
||
| 626 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
| 627 | } |
||
| 628 | }, |
||
| 629 | "notification-url": "https://packagist.org/downloads/", |
||
| 630 | "license": [ |
||
| 631 | "MIT" |
||
| 632 | ], |
||
| 633 | "authors": [ |
||
| 634 | { |
||
| 635 | "name": "Marco Pivetta", |
||
| 636 | "email": "[email protected]", |
||
| 637 | "homepage": "http://ocramius.github.com/" |
||
| 638 | } |
||
| 639 | ], |
||
| 640 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 641 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 642 | "keywords": [ |
||
| 643 | "constructor", |
||
| 644 | "instantiate" |
||
| 645 | ], |
||
| 646 | "time": "2015-06-14 21:17:01" |
||
| 647 | }, |
||
| 648 | { |
||
| 649 | "name": "doctrine/lexer", |
||
| 650 | "version": "v1.0.1", |
||
| 651 | "source": { |
||
| 652 | "type": "git", |
||
| 653 | "url": "https://github.com/doctrine/lexer.git", |
||
| 654 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
| 655 | }, |
||
| 656 | "dist": { |
||
| 657 | "type": "zip", |
||
| 658 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 659 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 660 | "shasum": "" |
||
| 661 | }, |
||
| 662 | "require": { |
||
| 663 | "php": ">=5.3.2" |
||
| 664 | }, |
||
| 665 | "type": "library", |
||
| 666 | "extra": { |
||
| 667 | "branch-alias": { |
||
| 668 | "dev-master": "1.0.x-dev" |
||
| 669 | } |
||
| 670 | }, |
||
| 671 | "autoload": { |
||
| 672 | "psr-0": { |
||
| 673 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 674 | } |
||
| 675 | }, |
||
| 676 | "notification-url": "https://packagist.org/downloads/", |
||
| 677 | "license": [ |
||
| 678 | "MIT" |
||
| 679 | ], |
||
| 680 | "authors": [ |
||
| 681 | { |
||
| 682 | "name": "Roman Borschel", |
||
| 683 | "email": "[email protected]" |
||
| 684 | }, |
||
| 685 | { |
||
| 686 | "name": "Guilherme Blanco", |
||
| 687 | "email": "[email protected]" |
||
| 688 | }, |
||
| 689 | { |
||
| 690 | "name": "Johannes Schmitt", |
||
| 691 | "email": "[email protected]" |
||
| 692 | } |
||
| 693 | ], |
||
| 694 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 695 | "homepage": "http://www.doctrine-project.org", |
||
| 696 | "keywords": [ |
||
| 697 | "lexer", |
||
| 698 | "parser" |
||
| 699 | ], |
||
| 700 | "time": "2014-09-09 13:34:57" |
||
| 701 | }, |
||
| 702 | { |
||
| 703 | "name": "doctrine/orm", |
||
| 704 | "version": "v2.5.5", |
||
| 705 | "source": { |
||
| 706 | "type": "git", |
||
| 707 | "url": "https://github.com/doctrine/doctrine2.git", |
||
| 708 | "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45" |
||
| 709 | }, |
||
| 710 | "dist": { |
||
| 711 | "type": "zip", |
||
| 712 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/73e4be7c7b3ba26f96b781a40b33feba4dfa6d45", |
||
| 713 | "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45", |
||
| 714 | "shasum": "" |
||
| 715 | }, |
||
| 716 | "require": { |
||
| 717 | "doctrine/cache": "~1.4", |
||
| 718 | "doctrine/collections": "~1.2", |
||
| 719 | "doctrine/common": ">=2.5-dev,<2.7-dev", |
||
| 720 | "doctrine/dbal": ">=2.5-dev,<2.6-dev", |
||
| 721 | "doctrine/instantiator": "~1.0.1", |
||
| 722 | "ext-pdo": "*", |
||
| 723 | "php": ">=5.4", |
||
| 724 | "symfony/console": "~2.5|~3.0" |
||
| 725 | }, |
||
| 726 | "require-dev": { |
||
| 727 | "phpunit/phpunit": "~4.0", |
||
| 728 | "symfony/yaml": "~2.3|~3.0" |
||
| 729 | }, |
||
| 730 | "suggest": { |
||
| 731 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
| 732 | }, |
||
| 733 | "bin": [ |
||
| 734 | "bin/doctrine", |
||
| 735 | "bin/doctrine.php" |
||
| 736 | ], |
||
| 737 | "type": "library", |
||
| 738 | "extra": { |
||
| 739 | "branch-alias": { |
||
| 740 | "dev-master": "2.6.x-dev" |
||
| 741 | } |
||
| 742 | }, |
||
| 743 | "autoload": { |
||
| 744 | "psr-0": { |
||
| 745 | "Doctrine\\ORM\\": "lib/" |
||
| 746 | } |
||
| 747 | }, |
||
| 748 | "notification-url": "https://packagist.org/downloads/", |
||
| 749 | "license": [ |
||
| 750 | "MIT" |
||
| 751 | ], |
||
| 752 | "authors": [ |
||
| 753 | { |
||
| 754 | "name": "Roman Borschel", |
||
| 755 | "email": "[email protected]" |
||
| 756 | }, |
||
| 757 | { |
||
| 758 | "name": "Benjamin Eberlei", |
||
| 759 | "email": "[email protected]" |
||
| 760 | }, |
||
| 761 | { |
||
| 762 | "name": "Guilherme Blanco", |
||
| 763 | "email": "[email protected]" |
||
| 764 | }, |
||
| 765 | { |
||
| 766 | "name": "Jonathan Wage", |
||
| 767 | "email": "[email protected]" |
||
| 768 | } |
||
| 769 | ], |
||
| 770 | "description": "Object-Relational-Mapper for PHP", |
||
| 771 | "homepage": "http://www.doctrine-project.org", |
||
| 772 | "keywords": [ |
||
| 773 | "database", |
||
| 774 | "orm" |
||
| 775 | ], |
||
| 776 | "time": "2016-09-10 18:51:13" |
||
| 777 | }, |
||
| 778 | { |
||
| 779 | "name": "incenteev/composer-parameter-handler", |
||
| 780 | "version": "v2.1.2", |
||
| 781 | "source": { |
||
| 782 | "type": "git", |
||
| 783 | "url": "https://github.com/Incenteev/ParameterHandler.git", |
||
| 784 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc" |
||
| 785 | }, |
||
| 786 | "dist": { |
||
| 787 | "type": "zip", |
||
| 788 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
| 789 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
| 790 | "shasum": "" |
||
| 791 | }, |
||
| 792 | "require": { |
||
| 793 | "php": ">=5.3.3", |
||
| 794 | "symfony/yaml": "~2.3|~3.0" |
||
| 795 | }, |
||
| 796 | "require-dev": { |
||
| 797 | "composer/composer": "1.0.*@dev", |
||
| 798 | "phpspec/prophecy-phpunit": "~1.0", |
||
| 799 | "symfony/filesystem": "~2.2" |
||
| 800 | }, |
||
| 801 | "type": "library", |
||
| 802 | "extra": { |
||
| 803 | "branch-alias": { |
||
| 804 | "dev-master": "2.1.x-dev" |
||
| 805 | } |
||
| 806 | }, |
||
| 807 | "autoload": { |
||
| 808 | "psr-4": { |
||
| 809 | "Incenteev\\ParameterHandler\\": "" |
||
| 810 | } |
||
| 811 | }, |
||
| 812 | "notification-url": "https://packagist.org/downloads/", |
||
| 813 | "license": [ |
||
| 814 | "MIT" |
||
| 815 | ], |
||
| 816 | "authors": [ |
||
| 817 | { |
||
| 818 | "name": "Christophe Coevoet", |
||
| 819 | "email": "[email protected]" |
||
| 820 | } |
||
| 821 | ], |
||
| 822 | "description": "Composer script handling your ignored parameter file", |
||
| 823 | "homepage": "https://github.com/Incenteev/ParameterHandler", |
||
| 824 | "keywords": [ |
||
| 825 | "parameters management" |
||
| 826 | ], |
||
| 827 | "time": "2015-11-10 17:04:01" |
||
| 828 | }, |
||
| 829 | { |
||
| 830 | "name": "jdorn/sql-formatter", |
||
| 831 | "version": "v1.2.17", |
||
| 832 | "source": { |
||
| 833 | "type": "git", |
||
| 834 | "url": "https://github.com/jdorn/sql-formatter.git", |
||
| 835 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
||
| 836 | }, |
||
| 837 | "dist": { |
||
| 838 | "type": "zip", |
||
| 839 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
| 840 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
| 841 | "shasum": "" |
||
| 842 | }, |
||
| 843 | "require": { |
||
| 844 | "php": ">=5.2.4" |
||
| 845 | }, |
||
| 846 | "require-dev": { |
||
| 847 | "phpunit/phpunit": "3.7.*" |
||
| 848 | }, |
||
| 849 | "type": "library", |
||
| 850 | "extra": { |
||
| 851 | "branch-alias": { |
||
| 852 | "dev-master": "1.3.x-dev" |
||
| 853 | } |
||
| 854 | }, |
||
| 855 | "autoload": { |
||
| 856 | "classmap": [ |
||
| 857 | "lib" |
||
| 858 | ] |
||
| 859 | }, |
||
| 860 | "notification-url": "https://packagist.org/downloads/", |
||
| 861 | "license": [ |
||
| 862 | "MIT" |
||
| 863 | ], |
||
| 864 | "authors": [ |
||
| 865 | { |
||
| 866 | "name": "Jeremy Dorn", |
||
| 867 | "email": "[email protected]", |
||
| 868 | "homepage": "http://jeremydorn.com/" |
||
| 869 | } |
||
| 870 | ], |
||
| 871 | "description": "a PHP SQL highlighting library", |
||
| 872 | "homepage": "https://github.com/jdorn/sql-formatter/", |
||
| 873 | "keywords": [ |
||
| 874 | "highlight", |
||
| 875 | "sql" |
||
| 876 | ], |
||
| 877 | "time": "2014-01-12 16:20:24" |
||
| 878 | }, |
||
| 879 | { |
||
| 880 | "name": "monolog/monolog", |
||
| 881 | "version": "1.21.0", |
||
| 882 | "source": { |
||
| 883 | "type": "git", |
||
| 884 | "url": "https://github.com/Seldaek/monolog.git", |
||
| 885 | "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952" |
||
| 886 | }, |
||
| 887 | "dist": { |
||
| 888 | "type": "zip", |
||
| 889 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952", |
||
| 890 | "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952", |
||
| 891 | "shasum": "" |
||
| 892 | }, |
||
| 893 | "require": { |
||
| 894 | "php": ">=5.3.0", |
||
| 895 | "psr/log": "~1.0" |
||
| 896 | }, |
||
| 897 | "provide": { |
||
| 898 | "psr/log-implementation": "1.0.0" |
||
| 899 | }, |
||
| 900 | "require-dev": { |
||
| 901 | "aws/aws-sdk-php": "^2.4.9", |
||
| 902 | "doctrine/couchdb": "~1.0@dev", |
||
| 903 | "graylog2/gelf-php": "~1.0", |
||
| 904 | "jakub-onderka/php-parallel-lint": "0.9", |
||
| 905 | "php-amqplib/php-amqplib": "~2.4", |
||
| 906 | "php-console/php-console": "^3.1.3", |
||
| 907 | "phpunit/phpunit": "~4.5", |
||
| 908 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
| 909 | "ruflin/elastica": ">=0.90 <3.0", |
||
| 910 | "sentry/sentry": "^0.13", |
||
| 911 | "swiftmailer/swiftmailer": "~5.3" |
||
| 912 | }, |
||
| 913 | "suggest": { |
||
| 914 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
| 915 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
| 916 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
| 917 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
| 918 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
| 919 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
| 920 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
| 921 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
| 922 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
| 923 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
| 924 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
| 925 | }, |
||
| 926 | "type": "library", |
||
| 927 | "extra": { |
||
| 928 | "branch-alias": { |
||
| 929 | "dev-master": "2.0.x-dev" |
||
| 930 | } |
||
| 931 | }, |
||
| 932 | "autoload": { |
||
| 933 | "psr-4": { |
||
| 934 | "Monolog\\": "src/Monolog" |
||
| 935 | } |
||
| 936 | }, |
||
| 937 | "notification-url": "https://packagist.org/downloads/", |
||
| 938 | "license": [ |
||
| 939 | "MIT" |
||
| 940 | ], |
||
| 941 | "authors": [ |
||
| 942 | { |
||
| 943 | "name": "Jordi Boggiano", |
||
| 944 | "email": "[email protected]", |
||
| 945 | "homepage": "http://seld.be" |
||
| 946 | } |
||
| 947 | ], |
||
| 948 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
| 949 | "homepage": "http://github.com/Seldaek/monolog", |
||
| 950 | "keywords": [ |
||
| 951 | "log", |
||
| 952 | "logging", |
||
| 953 | "psr-3" |
||
| 954 | ], |
||
| 955 | "time": "2016-07-29 03:23:52" |
||
| 956 | }, |
||
| 957 | { |
||
| 958 | "name": "paragonie/random_compat", |
||
| 959 | "version": "v2.0.4", |
||
| 960 | "source": { |
||
| 961 | "type": "git", |
||
| 962 | "url": "https://github.com/paragonie/random_compat.git", |
||
| 963 | "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e" |
||
| 964 | }, |
||
| 965 | "dist": { |
||
| 966 | "type": "zip", |
||
| 967 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", |
||
| 968 | "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", |
||
| 969 | "shasum": "" |
||
| 970 | }, |
||
| 971 | "require": { |
||
| 972 | "php": ">=5.2.0" |
||
| 973 | }, |
||
| 974 | "require-dev": { |
||
| 975 | "phpunit/phpunit": "4.*|5.*" |
||
| 976 | }, |
||
| 977 | "suggest": { |
||
| 978 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
| 979 | }, |
||
| 980 | "type": "library", |
||
| 981 | "autoload": { |
||
| 982 | "files": [ |
||
| 983 | "lib/random.php" |
||
| 984 | ] |
||
| 985 | }, |
||
| 986 | "notification-url": "https://packagist.org/downloads/", |
||
| 987 | "license": [ |
||
| 988 | "MIT" |
||
| 989 | ], |
||
| 990 | "authors": [ |
||
| 991 | { |
||
| 992 | "name": "Paragon Initiative Enterprises", |
||
| 993 | "email": "[email protected]", |
||
| 994 | "homepage": "https://paragonie.com" |
||
| 995 | } |
||
| 996 | ], |
||
| 997 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
| 998 | "keywords": [ |
||
| 999 | "csprng", |
||
| 1000 | "pseudorandom", |
||
| 1001 | "random" |
||
| 1002 | ], |
||
| 1003 | "time": "2016-11-07 23:38:38" |
||
| 1004 | }, |
||
| 1005 | { |
||
| 1006 | "name": "psr/cache", |
||
| 1007 | "version": "1.0.1", |
||
| 1008 | "source": { |
||
| 1009 | "type": "git", |
||
| 1010 | "url": "https://github.com/php-fig/cache.git", |
||
| 1011 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
||
| 1012 | }, |
||
| 1013 | "dist": { |
||
| 1014 | "type": "zip", |
||
| 1015 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
| 1016 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
| 1017 | "shasum": "" |
||
| 1018 | }, |
||
| 1019 | "require": { |
||
| 1020 | "php": ">=5.3.0" |
||
| 1021 | }, |
||
| 1022 | "type": "library", |
||
| 1023 | "extra": { |
||
| 1024 | "branch-alias": { |
||
| 1025 | "dev-master": "1.0.x-dev" |
||
| 1026 | } |
||
| 1027 | }, |
||
| 1028 | "autoload": { |
||
| 1029 | "psr-4": { |
||
| 1030 | "Psr\\Cache\\": "src/" |
||
| 1031 | } |
||
| 1032 | }, |
||
| 1033 | "notification-url": "https://packagist.org/downloads/", |
||
| 1034 | "license": [ |
||
| 1035 | "MIT" |
||
| 1036 | ], |
||
| 1037 | "authors": [ |
||
| 1038 | { |
||
| 1039 | "name": "PHP-FIG", |
||
| 1040 | "homepage": "http://www.php-fig.org/" |
||
| 1041 | } |
||
| 1042 | ], |
||
| 1043 | "description": "Common interface for caching libraries", |
||
| 1044 | "keywords": [ |
||
| 1045 | "cache", |
||
| 1046 | "psr", |
||
| 1047 | "psr-6" |
||
| 1048 | ], |
||
| 1049 | "time": "2016-08-06 20:24:11" |
||
| 1050 | }, |
||
| 1051 | { |
||
| 1052 | "name": "psr/log", |
||
| 1053 | "version": "1.0.2", |
||
| 1054 | "source": { |
||
| 1055 | "type": "git", |
||
| 1056 | "url": "https://github.com/php-fig/log.git", |
||
| 1057 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
| 1058 | }, |
||
| 1059 | "dist": { |
||
| 1060 | "type": "zip", |
||
| 1061 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 1062 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 1063 | "shasum": "" |
||
| 1064 | }, |
||
| 1065 | "require": { |
||
| 1066 | "php": ">=5.3.0" |
||
| 1067 | }, |
||
| 1068 | "type": "library", |
||
| 1069 | "extra": { |
||
| 1070 | "branch-alias": { |
||
| 1071 | "dev-master": "1.0.x-dev" |
||
| 1072 | } |
||
| 1073 | }, |
||
| 1074 | "autoload": { |
||
| 1075 | "psr-4": { |
||
| 1076 | "Psr\\Log\\": "Psr/Log/" |
||
| 1077 | } |
||
| 1078 | }, |
||
| 1079 | "notification-url": "https://packagist.org/downloads/", |
||
| 1080 | "license": [ |
||
| 1081 | "MIT" |
||
| 1082 | ], |
||
| 1083 | "authors": [ |
||
| 1084 | { |
||
| 1085 | "name": "PHP-FIG", |
||
| 1086 | "homepage": "http://www.php-fig.org/" |
||
| 1087 | } |
||
| 1088 | ], |
||
| 1089 | "description": "Common interface for logging libraries", |
||
| 1090 | "homepage": "https://github.com/php-fig/log", |
||
| 1091 | "keywords": [ |
||
| 1092 | "log", |
||
| 1093 | "psr", |
||
| 1094 | "psr-3" |
||
| 1095 | ], |
||
| 1096 | "time": "2016-10-10 12:19:37" |
||
| 1097 | }, |
||
| 1098 | { |
||
| 1099 | "name": "sensio/distribution-bundle", |
||
| 1100 | "version": "v5.0.14", |
||
| 1101 | "source": { |
||
| 1102 | "type": "git", |
||
| 1103 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", |
||
| 1104 | "reference": "e64947de9ebc37732a62f5115164484a9bee7fa6" |
||
| 1105 | }, |
||
| 1106 | "dist": { |
||
| 1107 | "type": "zip", |
||
| 1108 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/e64947de9ebc37732a62f5115164484a9bee7fa6", |
||
| 1109 | "reference": "e64947de9ebc37732a62f5115164484a9bee7fa6", |
||
| 1110 | "shasum": "" |
||
| 1111 | }, |
||
| 1112 | "require": { |
||
| 1113 | "php": ">=5.3.9", |
||
| 1114 | "sensiolabs/security-checker": "~3.0|~4.0", |
||
| 1115 | "symfony/class-loader": "~2.3|~3.0", |
||
| 1116 | "symfony/config": "~2.3|~3.0", |
||
| 1117 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 1118 | "symfony/filesystem": "~2.3|~3.0", |
||
| 1119 | "symfony/http-kernel": "~2.3|~3.0", |
||
| 1120 | "symfony/process": "~2.3|~3.0" |
||
| 1121 | }, |
||
| 1122 | "type": "symfony-bundle", |
||
| 1123 | "extra": { |
||
| 1124 | "branch-alias": { |
||
| 1125 | "dev-master": "5.0.x-dev" |
||
| 1126 | } |
||
| 1127 | }, |
||
| 1128 | "autoload": { |
||
| 1129 | "psr-4": { |
||
| 1130 | "Sensio\\Bundle\\DistributionBundle\\": "" |
||
| 1131 | } |
||
| 1132 | }, |
||
| 1133 | "notification-url": "https://packagist.org/downloads/", |
||
| 1134 | "license": [ |
||
| 1135 | "MIT" |
||
| 1136 | ], |
||
| 1137 | "authors": [ |
||
| 1138 | { |
||
| 1139 | "name": "Fabien Potencier", |
||
| 1140 | "email": "[email protected]" |
||
| 1141 | } |
||
| 1142 | ], |
||
| 1143 | "description": "Base bundle for Symfony Distributions", |
||
| 1144 | "keywords": [ |
||
| 1145 | "configuration", |
||
| 1146 | "distribution" |
||
| 1147 | ], |
||
| 1148 | "time": "2016-10-30 23:18:01" |
||
| 1149 | }, |
||
| 1150 | { |
||
| 1151 | "name": "sensio/framework-extra-bundle", |
||
| 1152 | "version": "v3.0.16", |
||
| 1153 | "source": { |
||
| 1154 | "type": "git", |
||
| 1155 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
| 1156 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546" |
||
| 1157 | }, |
||
| 1158 | "dist": { |
||
| 1159 | "type": "zip", |
||
| 1160 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
| 1161 | "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546", |
||
| 1162 | "shasum": "" |
||
| 1163 | }, |
||
| 1164 | "require": { |
||
| 1165 | "doctrine/common": "~2.2", |
||
| 1166 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 1167 | "symfony/framework-bundle": "~2.3|~3.0" |
||
| 1168 | }, |
||
| 1169 | "require-dev": { |
||
| 1170 | "symfony/browser-kit": "~2.3|~3.0", |
||
| 1171 | "symfony/dom-crawler": "~2.3|~3.0", |
||
| 1172 | "symfony/expression-language": "~2.4|~3.0", |
||
| 1173 | "symfony/finder": "~2.3|~3.0", |
||
| 1174 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
| 1175 | "symfony/security-bundle": "~2.4|~3.0", |
||
| 1176 | "symfony/twig-bundle": "~2.3|~3.0", |
||
| 1177 | "twig/twig": "~1.11|~2.0" |
||
| 1178 | }, |
||
| 1179 | "suggest": { |
||
| 1180 | "symfony/expression-language": "", |
||
| 1181 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", |
||
| 1182 | "symfony/security-bundle": "" |
||
| 1183 | }, |
||
| 1184 | "type": "symfony-bundle", |
||
| 1185 | "extra": { |
||
| 1186 | "branch-alias": { |
||
| 1187 | "dev-master": "3.0.x-dev" |
||
| 1188 | } |
||
| 1189 | }, |
||
| 1190 | "autoload": { |
||
| 1191 | "psr-4": { |
||
| 1192 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" |
||
| 1193 | } |
||
| 1194 | }, |
||
| 1195 | "notification-url": "https://packagist.org/downloads/", |
||
| 1196 | "license": [ |
||
| 1197 | "MIT" |
||
| 1198 | ], |
||
| 1199 | "authors": [ |
||
| 1200 | { |
||
| 1201 | "name": "Fabien Potencier", |
||
| 1202 | "email": "[email protected]" |
||
| 1203 | } |
||
| 1204 | ], |
||
| 1205 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
| 1206 | "keywords": [ |
||
| 1207 | "annotations", |
||
| 1208 | "controllers" |
||
| 1209 | ], |
||
| 1210 | "time": "2016-03-25 17:08:27" |
||
| 1211 | }, |
||
| 1212 | { |
||
| 1213 | "name": "sensiolabs/security-checker", |
||
| 1214 | "version": "v4.0.0", |
||
| 1215 | "source": { |
||
| 1216 | "type": "git", |
||
| 1217 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
| 1218 | "reference": "116027b57b568ed61b7b1c80eeb4f6ee9e8c599c" |
||
| 1219 | }, |
||
| 1220 | "dist": { |
||
| 1221 | "type": "zip", |
||
| 1222 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/116027b57b568ed61b7b1c80eeb4f6ee9e8c599c", |
||
| 1223 | "reference": "116027b57b568ed61b7b1c80eeb4f6ee9e8c599c", |
||
| 1224 | "shasum": "" |
||
| 1225 | }, |
||
| 1226 | "require": { |
||
| 1227 | "symfony/console": "~2.7|~3.0" |
||
| 1228 | }, |
||
| 1229 | "bin": [ |
||
| 1230 | "security-checker" |
||
| 1231 | ], |
||
| 1232 | "type": "library", |
||
| 1233 | "extra": { |
||
| 1234 | "branch-alias": { |
||
| 1235 | "dev-master": "4.0-dev" |
||
| 1236 | } |
||
| 1237 | }, |
||
| 1238 | "autoload": { |
||
| 1239 | "psr-0": { |
||
| 1240 | "SensioLabs\\Security": "" |
||
| 1241 | } |
||
| 1242 | }, |
||
| 1243 | "notification-url": "https://packagist.org/downloads/", |
||
| 1244 | "license": [ |
||
| 1245 | "MIT" |
||
| 1246 | ], |
||
| 1247 | "authors": [ |
||
| 1248 | { |
||
| 1249 | "name": "Fabien Potencier", |
||
| 1250 | "email": "[email protected]" |
||
| 1251 | } |
||
| 1252 | ], |
||
| 1253 | "description": "A security checker for your composer.lock", |
||
| 1254 | "time": "2016-09-23 18:09:57" |
||
| 1255 | }, |
||
| 1256 | { |
||
| 1257 | "name": "swiftmailer/swiftmailer", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 1258 | "version": "v5.4.3", |
||
| 1259 | "source": { |
||
| 1260 | "type": "git", |
||
| 1261 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
| 1262 | "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153" |
||
| 1263 | }, |
||
| 1264 | "dist": { |
||
| 1265 | "type": "zip", |
||
| 1266 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153", |
||
| 1267 | "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153", |
||
| 1268 | "shasum": "" |
||
| 1269 | }, |
||
| 1270 | "require": { |
||
| 1271 | "php": ">=5.3.3" |
||
| 1272 | }, |
||
| 1273 | "require-dev": { |
||
| 1274 | "mockery/mockery": "~0.9.1" |
||
| 1275 | }, |
||
| 1276 | "type": "library", |
||
| 1277 | "extra": { |
||
| 1278 | "branch-alias": { |
||
| 1279 | "dev-master": "5.4-dev" |
||
| 1280 | } |
||
| 1281 | }, |
||
| 1282 | "autoload": { |
||
| 1283 | "files": [ |
||
| 1284 | "lib/swift_required.php" |
||
| 1285 | ] |
||
| 1286 | }, |
||
| 1287 | "notification-url": "https://packagist.org/downloads/", |
||
| 1288 | "license": [ |
||
| 1289 | "MIT" |
||
| 1290 | ], |
||
| 1291 | "authors": [ |
||
| 1292 | { |
||
| 1293 | "name": "Chris Corbyn" |
||
| 1294 | }, |
||
| 1295 | { |
||
| 1296 | "name": "Fabien Potencier", |
||
| 1297 | "email": "[email protected]" |
||
| 1298 | } |
||
| 1299 | ], |
||
| 1300 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
| 1301 | "homepage": "http://swiftmailer.org", |
||
| 1302 | "keywords": [ |
||
| 1303 | "email", |
||
| 1304 | "mail", |
||
| 1305 | "mailer" |
||
| 1306 | ], |
||
| 1307 | "time": "2016-07-08 11:51:25" |
||
| 1308 | }, |
||
| 1309 | { |
||
| 1310 | "name": "symfony/monolog-bundle", |
||
| 1311 | "version": "2.12.0", |
||
| 1312 | "source": { |
||
| 1313 | "type": "git", |
||
| 1314 | "url": "https://github.com/symfony/monolog-bundle.git", |
||
| 1315 | "reference": "6acef3bd201c4f35e42e52dedf1fe088f30e07e8" |
||
| 1316 | }, |
||
| 1317 | "dist": { |
||
| 1318 | "type": "zip", |
||
| 1319 | "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/6acef3bd201c4f35e42e52dedf1fe088f30e07e8", |
||
| 1320 | "reference": "6acef3bd201c4f35e42e52dedf1fe088f30e07e8", |
||
| 1321 | "shasum": "" |
||
| 1322 | }, |
||
| 1323 | "require": { |
||
| 1324 | "monolog/monolog": "~1.18", |
||
| 1325 | "php": ">=5.3.2", |
||
| 1326 | "symfony/config": "~2.3|~3.0", |
||
| 1327 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 1328 | "symfony/http-kernel": "~2.3|~3.0", |
||
| 1329 | "symfony/monolog-bridge": "~2.3|~3.0" |
||
| 1330 | }, |
||
| 1331 | "require-dev": { |
||
| 1332 | "phpunit/phpunit": "^4.8", |
||
| 1333 | "symfony/console": "~2.3|~3.0", |
||
| 1334 | "symfony/yaml": "~2.3|~3.0" |
||
| 1335 | }, |
||
| 1336 | "type": "symfony-bundle", |
||
| 1337 | "extra": { |
||
| 1338 | "branch-alias": { |
||
| 1339 | "dev-master": "2.x-dev" |
||
| 1340 | } |
||
| 1341 | }, |
||
| 1342 | "autoload": { |
||
| 1343 | "psr-4": { |
||
| 1344 | "Symfony\\Bundle\\MonologBundle\\": "" |
||
| 1345 | } |
||
| 1346 | }, |
||
| 1347 | "notification-url": "https://packagist.org/downloads/", |
||
| 1348 | "license": [ |
||
| 1349 | "MIT" |
||
| 1350 | ], |
||
| 1351 | "authors": [ |
||
| 1352 | { |
||
| 1353 | "name": "Symfony Community", |
||
| 1354 | "homepage": "http://symfony.com/contributors" |
||
| 1355 | }, |
||
| 1356 | { |
||
| 1357 | "name": "Fabien Potencier", |
||
| 1358 | "email": "[email protected]" |
||
| 1359 | } |
||
| 1360 | ], |
||
| 1361 | "description": "Symfony MonologBundle", |
||
| 1362 | "homepage": "http://symfony.com", |
||
| 1363 | "keywords": [ |
||
| 1364 | "log", |
||
| 1365 | "logging" |
||
| 1366 | ], |
||
| 1367 | "time": "2016-11-06 18:54:50" |
||
| 1368 | }, |
||
| 1369 | { |
||
| 1370 | "name": "symfony/polyfill-apcu", |
||
| 1371 | "version": "v1.3.0", |
||
| 1372 | "source": { |
||
| 1373 | "type": "git", |
||
| 1374 | "url": "https://github.com/symfony/polyfill-apcu.git", |
||
| 1375 | "reference": "5d4474f447403c3348e37b70acc2b95475b7befa" |
||
| 1376 | }, |
||
| 1377 | "dist": { |
||
| 1378 | "type": "zip", |
||
| 1379 | "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/5d4474f447403c3348e37b70acc2b95475b7befa", |
||
| 1380 | "reference": "5d4474f447403c3348e37b70acc2b95475b7befa", |
||
| 1381 | "shasum": "" |
||
| 1382 | }, |
||
| 1383 | "require": { |
||
| 1384 | "php": ">=5.3.3" |
||
| 1385 | }, |
||
| 1386 | "type": "library", |
||
| 1387 | "extra": { |
||
| 1388 | "branch-alias": { |
||
| 1389 | "dev-master": "1.3-dev" |
||
| 1390 | } |
||
| 1391 | }, |
||
| 1392 | "autoload": { |
||
| 1393 | "files": [ |
||
| 1394 | "bootstrap.php" |
||
| 1395 | ] |
||
| 1396 | }, |
||
| 1397 | "notification-url": "https://packagist.org/downloads/", |
||
| 1398 | "license": [ |
||
| 1399 | "MIT" |
||
| 1400 | ], |
||
| 1401 | "authors": [ |
||
| 1402 | { |
||
| 1403 | "name": "Nicolas Grekas", |
||
| 1404 | "email": "[email protected]" |
||
| 1405 | }, |
||
| 1406 | { |
||
| 1407 | "name": "Symfony Community", |
||
| 1408 | "homepage": "https://symfony.com/contributors" |
||
| 1409 | } |
||
| 1410 | ], |
||
| 1411 | "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", |
||
| 1412 | "homepage": "https://symfony.com", |
||
| 1413 | "keywords": [ |
||
| 1414 | "apcu", |
||
| 1415 | "compatibility", |
||
| 1416 | "polyfill", |
||
| 1417 | "portable", |
||
| 1418 | "shim" |
||
| 1419 | ], |
||
| 1420 | "time": "2016-11-14 01:06:16" |
||
| 1421 | }, |
||
| 1422 | { |
||
| 1423 | "name": "symfony/polyfill-intl-icu", |
||
| 1424 | "version": "v1.3.0", |
||
| 1425 | "source": { |
||
| 1426 | "type": "git", |
||
| 1427 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
| 1428 | "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4" |
||
| 1429 | }, |
||
| 1430 | "dist": { |
||
| 1431 | "type": "zip", |
||
| 1432 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/2d6e2b20d457603eefb6e614286c22efca30fdb4", |
||
| 1433 | "reference": "2d6e2b20d457603eefb6e614286c22efca30fdb4", |
||
| 1434 | "shasum": "" |
||
| 1435 | }, |
||
| 1436 | "require": { |
||
| 1437 | "php": ">=5.3.3", |
||
| 1438 | "symfony/intl": "~2.3|~3.0" |
||
| 1439 | }, |
||
| 1440 | "suggest": { |
||
| 1441 | "ext-intl": "For best performance" |
||
| 1442 | }, |
||
| 1443 | "type": "library", |
||
| 1444 | "extra": { |
||
| 1445 | "branch-alias": { |
||
| 1446 | "dev-master": "1.3-dev" |
||
| 1447 | } |
||
| 1448 | }, |
||
| 1449 | "autoload": { |
||
| 1450 | "files": [ |
||
| 1451 | "bootstrap.php" |
||
| 1452 | ] |
||
| 1453 | }, |
||
| 1454 | "notification-url": "https://packagist.org/downloads/", |
||
| 1455 | "license": [ |
||
| 1456 | "MIT" |
||
| 1457 | ], |
||
| 1458 | "authors": [ |
||
| 1459 | { |
||
| 1460 | "name": "Nicolas Grekas", |
||
| 1461 | "email": "[email protected]" |
||
| 1462 | }, |
||
| 1463 | { |
||
| 1464 | "name": "Symfony Community", |
||
| 1465 | "homepage": "https://symfony.com/contributors" |
||
| 1466 | } |
||
| 1467 | ], |
||
| 1468 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
| 1469 | "homepage": "https://symfony.com", |
||
| 1470 | "keywords": [ |
||
| 1471 | "compatibility", |
||
| 1472 | "icu", |
||
| 1473 | "intl", |
||
| 1474 | "polyfill", |
||
| 1475 | "portable", |
||
| 1476 | "shim" |
||
| 1477 | ], |
||
| 1478 | "time": "2016-11-14 01:06:16" |
||
| 1479 | }, |
||
| 1480 | { |
||
| 1481 | "name": "symfony/polyfill-mbstring", |
||
| 1482 | "version": "v1.3.0", |
||
| 1483 | "source": { |
||
| 1484 | "type": "git", |
||
| 1485 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 1486 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" |
||
| 1487 | }, |
||
| 1488 | "dist": { |
||
| 1489 | "type": "zip", |
||
| 1490 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
| 1491 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
| 1492 | "shasum": "" |
||
| 1493 | }, |
||
| 1494 | "require": { |
||
| 1495 | "php": ">=5.3.3" |
||
| 1496 | }, |
||
| 1497 | "suggest": { |
||
| 1498 | "ext-mbstring": "For best performance" |
||
| 1499 | }, |
||
| 1500 | "type": "library", |
||
| 1501 | "extra": { |
||
| 1502 | "branch-alias": { |
||
| 1503 | "dev-master": "1.3-dev" |
||
| 1504 | } |
||
| 1505 | }, |
||
| 1506 | "autoload": { |
||
| 1507 | "psr-4": { |
||
| 1508 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 1509 | }, |
||
| 1510 | "files": [ |
||
| 1511 | "bootstrap.php" |
||
| 1512 | ] |
||
| 1513 | }, |
||
| 1514 | "notification-url": "https://packagist.org/downloads/", |
||
| 1515 | "license": [ |
||
| 1516 | "MIT" |
||
| 1517 | ], |
||
| 1518 | "authors": [ |
||
| 1519 | { |
||
| 1520 | "name": "Nicolas Grekas", |
||
| 1521 | "email": "[email protected]" |
||
| 1522 | }, |
||
| 1523 | { |
||
| 1524 | "name": "Symfony Community", |
||
| 1525 | "homepage": "https://symfony.com/contributors" |
||
| 1526 | } |
||
| 1527 | ], |
||
| 1528 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 1529 | "homepage": "https://symfony.com", |
||
| 1530 | "keywords": [ |
||
| 1531 | "compatibility", |
||
| 1532 | "mbstring", |
||
| 1533 | "polyfill", |
||
| 1534 | "portable", |
||
| 1535 | "shim" |
||
| 1536 | ], |
||
| 1537 | "time": "2016-11-14 01:06:16" |
||
| 1538 | }, |
||
| 1539 | { |
||
| 1540 | "name": "symfony/polyfill-php56", |
||
| 1541 | "version": "v1.3.0", |
||
| 1542 | "source": { |
||
| 1543 | "type": "git", |
||
| 1544 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
| 1545 | "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c" |
||
| 1546 | }, |
||
| 1547 | "dist": { |
||
| 1548 | "type": "zip", |
||
| 1549 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c", |
||
| 1550 | "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c", |
||
| 1551 | "shasum": "" |
||
| 1552 | }, |
||
| 1553 | "require": { |
||
| 1554 | "php": ">=5.3.3", |
||
| 1555 | "symfony/polyfill-util": "~1.0" |
||
| 1556 | }, |
||
| 1557 | "type": "library", |
||
| 1558 | "extra": { |
||
| 1559 | "branch-alias": { |
||
| 1560 | "dev-master": "1.3-dev" |
||
| 1561 | } |
||
| 1562 | }, |
||
| 1563 | "autoload": { |
||
| 1564 | "psr-4": { |
||
| 1565 | "Symfony\\Polyfill\\Php56\\": "" |
||
| 1566 | }, |
||
| 1567 | "files": [ |
||
| 1568 | "bootstrap.php" |
||
| 1569 | ] |
||
| 1570 | }, |
||
| 1571 | "notification-url": "https://packagist.org/downloads/", |
||
| 1572 | "license": [ |
||
| 1573 | "MIT" |
||
| 1574 | ], |
||
| 1575 | "authors": [ |
||
| 1576 | { |
||
| 1577 | "name": "Nicolas Grekas", |
||
| 1578 | "email": "[email protected]" |
||
| 1579 | }, |
||
| 1580 | { |
||
| 1581 | "name": "Symfony Community", |
||
| 1582 | "homepage": "https://symfony.com/contributors" |
||
| 1583 | } |
||
| 1584 | ], |
||
| 1585 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
| 1586 | "homepage": "https://symfony.com", |
||
| 1587 | "keywords": [ |
||
| 1588 | "compatibility", |
||
| 1589 | "polyfill", |
||
| 1590 | "portable", |
||
| 1591 | "shim" |
||
| 1592 | ], |
||
| 1593 | "time": "2016-11-14 01:06:16" |
||
| 1594 | }, |
||
| 1595 | { |
||
| 1596 | "name": "symfony/polyfill-php70", |
||
| 1597 | "version": "v1.3.0", |
||
| 1598 | "source": { |
||
| 1599 | "type": "git", |
||
| 1600 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
| 1601 | "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2" |
||
| 1602 | }, |
||
| 1603 | "dist": { |
||
| 1604 | "type": "zip", |
||
| 1605 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/13ce343935f0f91ca89605a2f6ca6f5c2f3faac2", |
||
| 1606 | "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2", |
||
| 1607 | "shasum": "" |
||
| 1608 | }, |
||
| 1609 | "require": { |
||
| 1610 | "paragonie/random_compat": "~1.0|~2.0", |
||
| 1611 | "php": ">=5.3.3" |
||
| 1612 | }, |
||
| 1613 | "type": "library", |
||
| 1614 | "extra": { |
||
| 1615 | "branch-alias": { |
||
| 1616 | "dev-master": "1.3-dev" |
||
| 1617 | } |
||
| 1618 | }, |
||
| 1619 | "autoload": { |
||
| 1620 | "psr-4": { |
||
| 1621 | "Symfony\\Polyfill\\Php70\\": "" |
||
| 1622 | }, |
||
| 1623 | "files": [ |
||
| 1624 | "bootstrap.php" |
||
| 1625 | ], |
||
| 1626 | "classmap": [ |
||
| 1627 | "Resources/stubs" |
||
| 1628 | ] |
||
| 1629 | }, |
||
| 1630 | "notification-url": "https://packagist.org/downloads/", |
||
| 1631 | "license": [ |
||
| 1632 | "MIT" |
||
| 1633 | ], |
||
| 1634 | "authors": [ |
||
| 1635 | { |
||
| 1636 | "name": "Nicolas Grekas", |
||
| 1637 | "email": "[email protected]" |
||
| 1638 | }, |
||
| 1639 | { |
||
| 1640 | "name": "Symfony Community", |
||
| 1641 | "homepage": "https://symfony.com/contributors" |
||
| 1642 | } |
||
| 1643 | ], |
||
| 1644 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
| 1645 | "homepage": "https://symfony.com", |
||
| 1646 | "keywords": [ |
||
| 1647 | "compatibility", |
||
| 1648 | "polyfill", |
||
| 1649 | "portable", |
||
| 1650 | "shim" |
||
| 1651 | ], |
||
| 1652 | "time": "2016-11-14 01:06:16" |
||
| 1653 | }, |
||
| 1654 | { |
||
| 1655 | "name": "symfony/polyfill-util", |
||
| 1656 | "version": "v1.3.0", |
||
| 1657 | "source": { |
||
| 1658 | "type": "git", |
||
| 1659 | "url": "https://github.com/symfony/polyfill-util.git", |
||
| 1660 | "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb" |
||
| 1661 | }, |
||
| 1662 | "dist": { |
||
| 1663 | "type": "zip", |
||
| 1664 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb", |
||
| 1665 | "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb", |
||
| 1666 | "shasum": "" |
||
| 1667 | }, |
||
| 1668 | "require": { |
||
| 1669 | "php": ">=5.3.3" |
||
| 1670 | }, |
||
| 1671 | "type": "library", |
||
| 1672 | "extra": { |
||
| 1673 | "branch-alias": { |
||
| 1674 | "dev-master": "1.3-dev" |
||
| 1675 | } |
||
| 1676 | }, |
||
| 1677 | "autoload": { |
||
| 1678 | "psr-4": { |
||
| 1679 | "Symfony\\Polyfill\\Util\\": "" |
||
| 1680 | } |
||
| 1681 | }, |
||
| 1682 | "notification-url": "https://packagist.org/downloads/", |
||
| 1683 | "license": [ |
||
| 1684 | "MIT" |
||
| 1685 | ], |
||
| 1686 | "authors": [ |
||
| 1687 | { |
||
| 1688 | "name": "Nicolas Grekas", |
||
| 1689 | "email": "[email protected]" |
||
| 1690 | }, |
||
| 1691 | { |
||
| 1692 | "name": "Symfony Community", |
||
| 1693 | "homepage": "https://symfony.com/contributors" |
||
| 1694 | } |
||
| 1695 | ], |
||
| 1696 | "description": "Symfony utilities for portability of PHP codes", |
||
| 1697 | "homepage": "https://symfony.com", |
||
| 1698 | "keywords": [ |
||
| 1699 | "compat", |
||
| 1700 | "compatibility", |
||
| 1701 | "polyfill", |
||
| 1702 | "shim" |
||
| 1703 | ], |
||
| 1704 | "time": "2016-11-14 01:06:16" |
||
| 1705 | }, |
||
| 1706 | { |
||
| 1707 | "name": "symfony/swiftmailer-bundle", |
||
| 1708 | "version": "v2.4.0", |
||
| 1709 | "source": { |
||
| 1710 | "type": "git", |
||
| 1711 | "url": "https://github.com/symfony/swiftmailer-bundle.git", |
||
| 1712 | "reference": "d7b7bd6bb6e9b32ebc5f9778f94d4b4e4af5d069" |
||
| 1713 | }, |
||
| 1714 | "dist": { |
||
| 1715 | "type": "zip", |
||
| 1716 | "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/d7b7bd6bb6e9b32ebc5f9778f94d4b4e4af5d069", |
||
| 1717 | "reference": "d7b7bd6bb6e9b32ebc5f9778f94d4b4e4af5d069", |
||
| 1718 | "shasum": "" |
||
| 1719 | }, |
||
| 1720 | "require": { |
||
| 1721 | "php": ">=5.3.2", |
||
| 1722 | "swiftmailer/swiftmailer": ">=4.2.0,~5.0", |
||
| 1723 | "symfony/config": "~2.7|~3.0", |
||
| 1724 | "symfony/dependency-injection": "~2.7|~3.0", |
||
| 1725 | "symfony/http-kernel": "~2.7|~3.0" |
||
| 1726 | }, |
||
| 1727 | "require-dev": { |
||
| 1728 | "symfony/console": "~2.7|~3.0", |
||
| 1729 | "symfony/framework-bundle": "~2.7|~3.0", |
||
| 1730 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
| 1731 | "symfony/yaml": "~2.7|~3.0" |
||
| 1732 | }, |
||
| 1733 | "suggest": { |
||
| 1734 | "psr/log": "Allows logging" |
||
| 1735 | }, |
||
| 1736 | "type": "symfony-bundle", |
||
| 1737 | "extra": { |
||
| 1738 | "branch-alias": { |
||
| 1739 | "dev-master": "2.4-dev" |
||
| 1740 | } |
||
| 1741 | }, |
||
| 1742 | "autoload": { |
||
| 1743 | "psr-4": { |
||
| 1744 | "Symfony\\Bundle\\SwiftmailerBundle\\": "" |
||
| 1745 | } |
||
| 1746 | }, |
||
| 1747 | "notification-url": "https://packagist.org/downloads/", |
||
| 1748 | "license": [ |
||
| 1749 | "MIT" |
||
| 1750 | ], |
||
| 1751 | "authors": [ |
||
| 1752 | { |
||
| 1753 | "name": "Symfony Community", |
||
| 1754 | "homepage": "http://symfony.com/contributors" |
||
| 1755 | }, |
||
| 1756 | { |
||
| 1757 | "name": "Fabien Potencier", |
||
| 1758 | "email": "[email protected]" |
||
| 1759 | } |
||
| 1760 | ], |
||
| 1761 | "description": "Symfony SwiftmailerBundle", |
||
| 1762 | "homepage": "http://symfony.com", |
||
| 1763 | "time": "2016-10-27 17:59:30" |
||
| 1764 | }, |
||
| 1765 | { |
||
| 1766 | "name": "symfony/symfony", |
||
| 1767 | "version": "v3.1.7", |
||
| 1768 | "source": { |
||
| 1769 | "type": "git", |
||
| 1770 | "url": "https://github.com/symfony/symfony.git", |
||
| 1771 | "reference": "db1c32c7237a6594e5e1974524c973d18066b141" |
||
| 1772 | }, |
||
| 1773 | "dist": { |
||
| 1774 | "type": "zip", |
||
| 1775 | "url": "https://api.github.com/repos/symfony/symfony/zipball/db1c32c7237a6594e5e1974524c973d18066b141", |
||
| 1776 | "reference": "db1c32c7237a6594e5e1974524c973d18066b141", |
||
| 1777 | "shasum": "" |
||
| 1778 | }, |
||
| 1779 | "require": { |
||
| 1780 | "doctrine/common": "~2.4", |
||
| 1781 | "php": ">=5.5.9", |
||
| 1782 | "psr/cache": "~1.0", |
||
| 1783 | "psr/log": "~1.0", |
||
| 1784 | "symfony/polyfill-intl-icu": "~1.0", |
||
| 1785 | "symfony/polyfill-mbstring": "~1.0", |
||
| 1786 | "symfony/polyfill-php56": "~1.0", |
||
| 1787 | "symfony/polyfill-php70": "~1.0", |
||
| 1788 | "symfony/polyfill-util": "~1.0", |
||
| 1789 | "twig/twig": "~1.28|~2.0" |
||
| 1790 | }, |
||
| 1791 | "conflict": { |
||
| 1792 | "phpdocumentor/reflection-docblock": "<3.0", |
||
| 1793 | "phpdocumentor/type-resolver": "<0.2.0" |
||
| 1794 | }, |
||
| 1795 | "provide": { |
||
| 1796 | "psr/cache-implementation": "1.0" |
||
| 1797 | }, |
||
| 1798 | "replace": { |
||
| 1799 | "symfony/asset": "self.version", |
||
| 1800 | "symfony/browser-kit": "self.version", |
||
| 1801 | "symfony/cache": "self.version", |
||
| 1802 | "symfony/class-loader": "self.version", |
||
| 1803 | "symfony/config": "self.version", |
||
| 1804 | "symfony/console": "self.version", |
||
| 1805 | "symfony/css-selector": "self.version", |
||
| 1806 | "symfony/debug": "self.version", |
||
| 1807 | "symfony/debug-bundle": "self.version", |
||
| 1808 | "symfony/dependency-injection": "self.version", |
||
| 1809 | "symfony/doctrine-bridge": "self.version", |
||
| 1810 | "symfony/dom-crawler": "self.version", |
||
| 1811 | "symfony/event-dispatcher": "self.version", |
||
| 1812 | "symfony/expression-language": "self.version", |
||
| 1813 | "symfony/filesystem": "self.version", |
||
| 1814 | "symfony/finder": "self.version", |
||
| 1815 | "symfony/form": "self.version", |
||
| 1816 | "symfony/framework-bundle": "self.version", |
||
| 1817 | "symfony/http-foundation": "self.version", |
||
| 1818 | "symfony/http-kernel": "self.version", |
||
| 1819 | "symfony/inflector": "self.version", |
||
| 1820 | "symfony/intl": "self.version", |
||
| 1821 | "symfony/ldap": "self.version", |
||
| 1822 | "symfony/monolog-bridge": "self.version", |
||
| 1823 | "symfony/options-resolver": "self.version", |
||
| 1824 | "symfony/process": "self.version", |
||
| 1825 | "symfony/property-access": "self.version", |
||
| 1826 | "symfony/property-info": "self.version", |
||
| 1827 | "symfony/proxy-manager-bridge": "self.version", |
||
| 1828 | "symfony/routing": "self.version", |
||
| 1829 | "symfony/security": "self.version", |
||
| 1830 | "symfony/security-bundle": "self.version", |
||
| 1831 | "symfony/security-core": "self.version", |
||
| 1832 | "symfony/security-csrf": "self.version", |
||
| 1833 | "symfony/security-guard": "self.version", |
||
| 1834 | "symfony/security-http": "self.version", |
||
| 1835 | "symfony/serializer": "self.version", |
||
| 1836 | "symfony/stopwatch": "self.version", |
||
| 1837 | "symfony/templating": "self.version", |
||
| 1838 | "symfony/translation": "self.version", |
||
| 1839 | "symfony/twig-bridge": "self.version", |
||
| 1840 | "symfony/twig-bundle": "self.version", |
||
| 1841 | "symfony/validator": "self.version", |
||
| 1842 | "symfony/var-dumper": "self.version", |
||
| 1843 | "symfony/web-profiler-bundle": "self.version", |
||
| 1844 | "symfony/yaml": "self.version" |
||
| 1845 | }, |
||
| 1846 | "require-dev": { |
||
| 1847 | "cache/integration-tests": "dev-master", |
||
| 1848 | "doctrine/cache": "~1.6", |
||
| 1849 | "doctrine/data-fixtures": "1.0.*", |
||
| 1850 | "doctrine/dbal": "~2.4", |
||
| 1851 | "doctrine/doctrine-bundle": "~1.4", |
||
| 1852 | "doctrine/orm": "~2.4,>=2.4.5", |
||
| 1853 | "egulias/email-validator": "~1.2,>=1.2.1", |
||
| 1854 | "monolog/monolog": "~1.11", |
||
| 1855 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", |
||
| 1856 | "phpdocumentor/reflection-docblock": "^3.0", |
||
| 1857 | "predis/predis": "~1.0", |
||
| 1858 | "symfony/phpunit-bridge": "~3.2", |
||
| 1859 | "symfony/polyfill-apcu": "~1.1", |
||
| 1860 | "symfony/security-acl": "~2.8|~3.0" |
||
| 1861 | }, |
||
| 1862 | "type": "library", |
||
| 1863 | "extra": { |
||
| 1864 | "branch-alias": { |
||
| 1865 | "dev-master": "3.1-dev" |
||
| 1866 | } |
||
| 1867 | }, |
||
| 1868 | "autoload": { |
||
| 1869 | "psr-4": { |
||
| 1870 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
| 1871 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
| 1872 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
| 1873 | "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/", |
||
| 1874 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
| 1875 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
| 1876 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
| 1877 | }, |
||
| 1878 | "classmap": [ |
||
| 1879 | "src/Symfony/Component/Intl/Resources/stubs" |
||
| 1880 | ], |
||
| 1881 | "exclude-from-classmap": [ |
||
| 1882 | "**/Tests/" |
||
| 1883 | ] |
||
| 1884 | }, |
||
| 1885 | "notification-url": "https://packagist.org/downloads/", |
||
| 1886 | "license": [ |
||
| 1887 | "MIT" |
||
| 1888 | ], |
||
| 1889 | "authors": [ |
||
| 1890 | { |
||
| 1891 | "name": "Fabien Potencier", |
||
| 1892 | "email": "[email protected]" |
||
| 1893 | }, |
||
| 1894 | { |
||
| 1895 | "name": "Symfony Community", |
||
| 1896 | "homepage": "https://symfony.com/contributors" |
||
| 1897 | } |
||
| 1898 | ], |
||
| 1899 | "description": "The Symfony PHP framework", |
||
| 1900 | "homepage": "https://symfony.com", |
||
| 1901 | "keywords": [ |
||
| 1902 | "framework" |
||
| 1903 | ], |
||
| 1904 | "time": "2016-11-21 02:44:44" |
||
| 1905 | }, |
||
| 1906 | { |
||
| 1907 | "name": "telegram-bot/api", |
||
| 1908 | "version": "v2.2.4", |
||
| 1909 | "source": { |
||
| 1910 | "type": "git", |
||
| 1911 | "url": "https://github.com/TelegramBot/Api.git", |
||
| 1912 | "reference": "d4b883c53bc622e01d5582f6ff754ef9a8c001ad" |
||
| 1913 | }, |
||
| 1914 | "dist": { |
||
| 1915 | "type": "zip", |
||
| 1916 | "url": "https://api.github.com/repos/TelegramBot/Api/zipball/d4b883c53bc622e01d5582f6ff754ef9a8c001ad", |
||
| 1917 | "reference": "d4b883c53bc622e01d5582f6ff754ef9a8c001ad", |
||
| 1918 | "shasum": "" |
||
| 1919 | }, |
||
| 1920 | "require": { |
||
| 1921 | "php": ">=5.5.0" |
||
| 1922 | }, |
||
| 1923 | "require-dev": { |
||
| 1924 | "codeception/codeception": "*", |
||
| 1925 | "phpunit/phpunit": "4.*", |
||
| 1926 | "squizlabs/php_codesniffer": "2.*" |
||
| 1927 | }, |
||
| 1928 | "type": "library", |
||
| 1929 | "extra": { |
||
| 1930 | "branch-alias": { |
||
| 1931 | "dev-master": "1.0-dev" |
||
| 1932 | } |
||
| 1933 | }, |
||
| 1934 | "autoload": { |
||
| 1935 | "psr-4": { |
||
| 1936 | "TelegramBot\\Api\\": "src" |
||
| 1937 | } |
||
| 1938 | }, |
||
| 1939 | "notification-url": "https://packagist.org/downloads/", |
||
| 1940 | "license": [ |
||
| 1941 | "MIT" |
||
| 1942 | ], |
||
| 1943 | "authors": [ |
||
| 1944 | { |
||
| 1945 | "name": "Ilya Gusev", |
||
| 1946 | "email": "[email protected]", |
||
| 1947 | "homepage": "https://php-cat.com", |
||
| 1948 | "role": "Developer" |
||
| 1949 | } |
||
| 1950 | ], |
||
| 1951 | "description": "PHP Wrapper for Telegram Bot API", |
||
| 1952 | "homepage": "https://github.com/TelegramBot/Api", |
||
| 1953 | "keywords": [ |
||
| 1954 | "bot", |
||
| 1955 | "bot api", |
||
| 1956 | "php", |
||
| 1957 | "telegram" |
||
| 1958 | ], |
||
| 1959 | "time": "2015-12-18 09:12:31" |
||
| 1960 | }, |
||
| 1961 | { |
||
| 1962 | "name": "twig/twig", |
||
| 1963 | "version": "v1.28.1", |
||
| 1964 | "source": { |
||
| 1965 | "type": "git", |
||
| 1966 | "url": "https://github.com/twigphp/Twig.git", |
||
| 1967 | "reference": "fff80c4a7ae1d47a81dfec10c76cbcb939170b45" |
||
| 1968 | }, |
||
| 1969 | "dist": { |
||
| 1970 | "type": "zip", |
||
| 1971 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/fff80c4a7ae1d47a81dfec10c76cbcb939170b45", |
||
| 1972 | "reference": "fff80c4a7ae1d47a81dfec10c76cbcb939170b45", |
||
| 1973 | "shasum": "" |
||
| 1974 | }, |
||
| 1975 | "require": { |
||
| 1976 | "php": ">=5.2.7" |
||
| 1977 | }, |
||
| 1978 | "require-dev": { |
||
| 1979 | "symfony/debug": "~2.7", |
||
| 1980 | "symfony/phpunit-bridge": "~2.7" |
||
| 1981 | }, |
||
| 1982 | "type": "library", |
||
| 1983 | "extra": { |
||
| 1984 | "branch-alias": { |
||
| 1985 | "dev-master": "1.28-dev" |
||
| 1986 | } |
||
| 1987 | }, |
||
| 1988 | "autoload": { |
||
| 1989 | "psr-0": { |
||
| 1990 | "Twig_": "lib/" |
||
| 1991 | } |
||
| 1992 | }, |
||
| 1993 | "notification-url": "https://packagist.org/downloads/", |
||
| 1994 | "license": [ |
||
| 1995 | "BSD-3-Clause" |
||
| 1996 | ], |
||
| 1997 | "authors": [ |
||
| 1998 | { |
||
| 1999 | "name": "Fabien Potencier", |
||
| 2000 | "email": "[email protected]", |
||
| 2001 | "homepage": "http://fabien.potencier.org", |
||
| 2002 | "role": "Lead Developer" |
||
| 2003 | }, |
||
| 2004 | { |
||
| 2005 | "name": "Armin Ronacher", |
||
| 2006 | "email": "[email protected]", |
||
| 2007 | "role": "Project Founder" |
||
| 2008 | }, |
||
| 2009 | { |
||
| 2010 | "name": "Twig Team", |
||
| 2011 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
| 2012 | "role": "Contributors" |
||
| 2013 | } |
||
| 2014 | ], |
||
| 2015 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
| 2016 | "homepage": "http://twig.sensiolabs.org", |
||
| 2017 | "keywords": [ |
||
| 2018 | "templating" |
||
| 2019 | ], |
||
| 2020 | "time": "2016-11-19 05:52:49" |
||
| 2021 | }, |
||
| 2022 | { |
||
| 2023 | "name": "wrep/daemonizable-command", |
||
| 2024 | "version": "2.0.0", |
||
| 2025 | "source": { |
||
| 2026 | "type": "git", |
||
| 2027 | "url": "https://github.com/mac-cain13/daemonizable-command.git", |
||
| 2028 | "reference": "45fcb34a76a0c69481c8471b9eac8ee3552ec630" |
||
| 2029 | }, |
||
| 2030 | "dist": { |
||
| 2031 | "type": "zip", |
||
| 2032 | "url": "https://api.github.com/repos/mac-cain13/daemonizable-command/zipball/45fcb34a76a0c69481c8471b9eac8ee3552ec630", |
||
| 2033 | "reference": "45fcb34a76a0c69481c8471b9eac8ee3552ec630", |
||
| 2034 | "shasum": "" |
||
| 2035 | }, |
||
| 2036 | "require": { |
||
| 2037 | "php": ">=5.5.9", |
||
| 2038 | "symfony/console": "3.*", |
||
| 2039 | "symfony/dependency-injection": "3.*" |
||
| 2040 | }, |
||
| 2041 | "type": "library", |
||
| 2042 | "autoload": { |
||
| 2043 | "psr-0": { |
||
| 2044 | "Wrep\\Daemonizable\\": "src/" |
||
| 2045 | } |
||
| 2046 | }, |
||
| 2047 | "notification-url": "https://packagist.org/downloads/", |
||
| 2048 | "license": [ |
||
| 2049 | "MIT" |
||
| 2050 | ], |
||
| 2051 | "authors": [ |
||
| 2052 | { |
||
| 2053 | "name": "Mathijs Kadijk", |
||
| 2054 | "email": "[email protected]" |
||
| 2055 | } |
||
| 2056 | ], |
||
| 2057 | "description": "Daemonizable (endless running) commands for Symfony2.", |
||
| 2058 | "homepage": "https://github.com/mac-cain13/daemonizable-command", |
||
| 2059 | "keywords": [ |
||
| 2060 | "Symfony2", |
||
| 2061 | "background process", |
||
| 2062 | "backgrounding", |
||
| 2063 | "daemon", |
||
| 2064 | "long running process" |
||
| 2065 | ], |
||
| 2066 | "time": "2015-12-19 13:01:44" |
||
| 2067 | } |
||
| 2068 | ], |
||
| 2069 | "packages-dev": [ |
||
| 2070 | { |
||
| 2071 | "name": "behat/gherkin", |
||
| 2072 | "version": "v4.4.5", |
||
| 2073 | "source": { |
||
| 2074 | "type": "git", |
||
| 2075 | "url": "https://github.com/Behat/Gherkin.git", |
||
| 2076 | "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74" |
||
| 2077 | }, |
||
| 2078 | "dist": { |
||
| 2079 | "type": "zip", |
||
| 2080 | "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74", |
||
| 2081 | "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74", |
||
| 2082 | "shasum": "" |
||
| 2083 | }, |
||
| 2084 | "require": { |
||
| 2085 | "php": ">=5.3.1" |
||
| 2086 | }, |
||
| 2087 | "require-dev": { |
||
| 2088 | "phpunit/phpunit": "~4.5|~5", |
||
| 2089 | "symfony/phpunit-bridge": "~2.7|~3", |
||
| 2090 | "symfony/yaml": "~2.3|~3" |
||
| 2091 | }, |
||
| 2092 | "suggest": { |
||
| 2093 | "symfony/yaml": "If you want to parse features, represented in YAML files" |
||
| 2094 | }, |
||
| 2095 | "type": "library", |
||
| 2096 | "extra": { |
||
| 2097 | "branch-alias": { |
||
| 2098 | "dev-master": "4.4-dev" |
||
| 2099 | } |
||
| 2100 | }, |
||
| 2101 | "autoload": { |
||
| 2102 | "psr-0": { |
||
| 2103 | "Behat\\Gherkin": "src/" |
||
| 2104 | } |
||
| 2105 | }, |
||
| 2106 | "notification-url": "https://packagist.org/downloads/", |
||
| 2107 | "license": [ |
||
| 2108 | "MIT" |
||
| 2109 | ], |
||
| 2110 | "authors": [ |
||
| 2111 | { |
||
| 2112 | "name": "Konstantin Kudryashov", |
||
| 2113 | "email": "[email protected]", |
||
| 2114 | "homepage": "http://everzet.com" |
||
| 2115 | } |
||
| 2116 | ], |
||
| 2117 | "description": "Gherkin DSL parser for PHP 5.3", |
||
| 2118 | "homepage": "http://behat.org/", |
||
| 2119 | "keywords": [ |
||
| 2120 | "BDD", |
||
| 2121 | "Behat", |
||
| 2122 | "Cucumber", |
||
| 2123 | "DSL", |
||
| 2124 | "gherkin", |
||
| 2125 | "parser" |
||
| 2126 | ], |
||
| 2127 | "time": "2016-10-30 11:50:56" |
||
| 2128 | }, |
||
| 2129 | { |
||
| 2130 | "name": "codeception/codeception", |
||
| 2131 | "version": "2.2.6", |
||
| 2132 | "source": { |
||
| 2133 | "type": "git", |
||
| 2134 | "url": "https://github.com/Codeception/Codeception.git", |
||
| 2135 | "reference": "5fbe312c8138e71458ec1e715b0ce262331ca5a2" |
||
| 2136 | }, |
||
| 2137 | "dist": { |
||
| 2138 | "type": "zip", |
||
| 2139 | "url": "https://api.github.com/repos/Codeception/Codeception/zipball/5fbe312c8138e71458ec1e715b0ce262331ca5a2", |
||
| 2140 | "reference": "5fbe312c8138e71458ec1e715b0ce262331ca5a2", |
||
| 2141 | "shasum": "" |
||
| 2142 | }, |
||
| 2143 | "require": { |
||
| 2144 | "behat/gherkin": "~4.4.0", |
||
| 2145 | "ext-json": "*", |
||
| 2146 | "ext-mbstring": "*", |
||
| 2147 | "facebook/webdriver": ">=1.0.1 <2.0", |
||
| 2148 | "guzzlehttp/guzzle": ">=4.1.4 <7.0", |
||
| 2149 | "guzzlehttp/psr7": "~1.0", |
||
| 2150 | "php": ">=5.4.0 <8.0", |
||
| 2151 | "phpunit/php-code-coverage": ">=2.1.3 <5.0", |
||
| 2152 | "phpunit/phpunit": ">4.8.20 <6.0", |
||
| 2153 | "sebastian/comparator": "~1.1", |
||
| 2154 | "sebastian/diff": "^1.4", |
||
| 2155 | "symfony/browser-kit": ">=2.7 <4.0", |
||
| 2156 | "symfony/console": ">=2.7 <4.0", |
||
| 2157 | "symfony/css-selector": ">=2.7 <4.0", |
||
| 2158 | "symfony/dom-crawler": ">=2.7 <4.0", |
||
| 2159 | "symfony/event-dispatcher": ">=2.7 <4.0", |
||
| 2160 | "symfony/finder": ">=2.7 <4.0", |
||
| 2161 | "symfony/yaml": ">=2.7 <4.0" |
||
| 2162 | }, |
||
| 2163 | "require-dev": { |
||
| 2164 | "codeception/specify": "~0.3", |
||
| 2165 | "facebook/graph-sdk": "~5.3", |
||
| 2166 | "flow/jsonpath": "~0.2", |
||
| 2167 | "league/factory-muffin": "^3.0", |
||
| 2168 | "league/factory-muffin-faker": "^1.0", |
||
| 2169 | "mongodb/mongodb": "^1.0", |
||
| 2170 | "monolog/monolog": "~1.8", |
||
| 2171 | "pda/pheanstalk": "~3.0", |
||
| 2172 | "php-amqplib/php-amqplib": "~2.4", |
||
| 2173 | "predis/predis": "^1.0", |
||
| 2174 | "squizlabs/php_codesniffer": "~2.0" |
||
| 2175 | }, |
||
| 2176 | "suggest": { |
||
| 2177 | "codeception/specify": "BDD-style code blocks", |
||
| 2178 | "codeception/verify": "BDD-style assertions", |
||
| 2179 | "flow/jsonpath": "For using JSONPath in REST module", |
||
| 2180 | "league/factory-muffin": "For DataFactory module", |
||
| 2181 | "league/factory-muffin-faker": "For Faker support in DataFactory module", |
||
| 2182 | "phpseclib/phpseclib": "for SFTP option in FTP Module", |
||
| 2183 | "symfony/phpunit-bridge": "For phpunit-bridge support" |
||
| 2184 | }, |
||
| 2185 | "bin": [ |
||
| 2186 | "codecept" |
||
| 2187 | ], |
||
| 2188 | "type": "library", |
||
| 2189 | "extra": { |
||
| 2190 | "branch-alias": [] |
||
| 2191 | }, |
||
| 2192 | "autoload": { |
||
| 2193 | "psr-4": { |
||
| 2194 | "Codeception\\": "src\\Codeception", |
||
| 2195 | "Codeception\\Extension\\": "ext" |
||
| 2196 | } |
||
| 2197 | }, |
||
| 2198 | "notification-url": "https://packagist.org/downloads/", |
||
| 2199 | "license": [ |
||
| 2200 | "MIT" |
||
| 2201 | ], |
||
| 2202 | "authors": [ |
||
| 2203 | { |
||
| 2204 | "name": "Michael Bodnarchuk", |
||
| 2205 | "email": "[email protected]", |
||
| 2206 | "homepage": "http://codegyre.com" |
||
| 2207 | } |
||
| 2208 | ], |
||
| 2209 | "description": "BDD-style testing framework", |
||
| 2210 | "homepage": "http://codeception.com/", |
||
| 2211 | "keywords": [ |
||
| 2212 | "BDD", |
||
| 2213 | "TDD", |
||
| 2214 | "acceptance testing", |
||
| 2215 | "functional testing", |
||
| 2216 | "unit testing" |
||
| 2217 | ], |
||
| 2218 | "time": "2016-10-27 00:00:34" |
||
| 2219 | }, |
||
| 2220 | { |
||
| 2221 | "name": "doctrine/data-fixtures", |
||
| 2222 | "version": "v1.2.2", |
||
| 2223 | "source": { |
||
| 2224 | "type": "git", |
||
| 2225 | "url": "https://github.com/doctrine/data-fixtures.git", |
||
| 2226 | "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e" |
||
| 2227 | }, |
||
| 2228 | "dist": { |
||
| 2229 | "type": "zip", |
||
| 2230 | "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e", |
||
| 2231 | "reference": "17fa5bfe6ff52e35cb3d9ec37c934a2f4bd1fa2e", |
||
| 2232 | "shasum": "" |
||
| 2233 | }, |
||
| 2234 | "require": { |
||
| 2235 | "doctrine/common": "~2.2", |
||
| 2236 | "php": "^5.6 || ^7.0" |
||
| 2237 | }, |
||
| 2238 | "conflict": { |
||
| 2239 | "doctrine/orm": "< 2.4" |
||
| 2240 | }, |
||
| 2241 | "require-dev": { |
||
| 2242 | "doctrine/dbal": "^2.5.4", |
||
| 2243 | "doctrine/orm": "^2.5.4", |
||
| 2244 | "phpunit/phpunit": "^5.4.6" |
||
| 2245 | }, |
||
| 2246 | "suggest": { |
||
| 2247 | "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures", |
||
| 2248 | "doctrine/orm": "For loading ORM fixtures", |
||
| 2249 | "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures" |
||
| 2250 | }, |
||
| 2251 | "type": "library", |
||
| 2252 | "extra": { |
||
| 2253 | "branch-alias": { |
||
| 2254 | "dev-master": "1.3.x-dev" |
||
| 2255 | } |
||
| 2256 | }, |
||
| 2257 | "autoload": { |
||
| 2258 | "psr-0": { |
||
| 2259 | "Doctrine\\Common\\DataFixtures": "lib/" |
||
| 2260 | } |
||
| 2261 | }, |
||
| 2262 | "notification-url": "https://packagist.org/downloads/", |
||
| 2263 | "license": [ |
||
| 2264 | "MIT" |
||
| 2265 | ], |
||
| 2266 | "authors": [ |
||
| 2267 | { |
||
| 2268 | "name": "Jonathan Wage", |
||
| 2269 | "email": "[email protected]" |
||
| 2270 | } |
||
| 2271 | ], |
||
| 2272 | "description": "Data Fixtures for all Doctrine Object Managers", |
||
| 2273 | "homepage": "http://www.doctrine-project.org", |
||
| 2274 | "keywords": [ |
||
| 2275 | "database" |
||
| 2276 | ], |
||
| 2277 | "time": "2016-09-20 10:07:57" |
||
| 2278 | }, |
||
| 2279 | { |
||
| 2280 | "name": "doctrine/doctrine-fixtures-bundle", |
||
| 2281 | "version": "2.3.0", |
||
| 2282 | "source": { |
||
| 2283 | "type": "git", |
||
| 2284 | "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", |
||
| 2285 | "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029" |
||
| 2286 | }, |
||
| 2287 | "dist": { |
||
| 2288 | "type": "zip", |
||
| 2289 | "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029", |
||
| 2290 | "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029", |
||
| 2291 | "shasum": "" |
||
| 2292 | }, |
||
| 2293 | "require": { |
||
| 2294 | "doctrine/data-fixtures": "~1.0", |
||
| 2295 | "doctrine/doctrine-bundle": "~1.0", |
||
| 2296 | "php": ">=5.3.2", |
||
| 2297 | "symfony/doctrine-bridge": "~2.3|~3.0" |
||
| 2298 | }, |
||
| 2299 | "type": "symfony-bundle", |
||
| 2300 | "extra": { |
||
| 2301 | "branch-alias": { |
||
| 2302 | "dev-master": "2.2.x-dev" |
||
| 2303 | } |
||
| 2304 | }, |
||
| 2305 | "autoload": { |
||
| 2306 | "psr-4": { |
||
| 2307 | "Doctrine\\Bundle\\FixturesBundle\\": "" |
||
| 2308 | } |
||
| 2309 | }, |
||
| 2310 | "notification-url": "https://packagist.org/downloads/", |
||
| 2311 | "license": [ |
||
| 2312 | "MIT" |
||
| 2313 | ], |
||
| 2314 | "authors": [ |
||
| 2315 | { |
||
| 2316 | "name": "Symfony Community", |
||
| 2317 | "homepage": "http://symfony.com/contributors" |
||
| 2318 | }, |
||
| 2319 | { |
||
| 2320 | "name": "Doctrine Project", |
||
| 2321 | "homepage": "http://www.doctrine-project.org" |
||
| 2322 | }, |
||
| 2323 | { |
||
| 2324 | "name": "Fabien Potencier", |
||
| 2325 | "email": "[email protected]" |
||
| 2326 | } |
||
| 2327 | ], |
||
| 2328 | "description": "Symfony DoctrineFixturesBundle", |
||
| 2329 | "homepage": "http://www.doctrine-project.org", |
||
| 2330 | "keywords": [ |
||
| 2331 | "Fixture", |
||
| 2332 | "persistence" |
||
| 2333 | ], |
||
| 2334 | "time": "2015-11-04 21:23:23" |
||
| 2335 | }, |
||
| 2336 | { |
||
| 2337 | "name": "facebook/webdriver", |
||
| 2338 | "version": "1.2.0", |
||
| 2339 | "source": { |
||
| 2340 | "type": "git", |
||
| 2341 | "url": "https://github.com/facebook/php-webdriver.git", |
||
| 2342 | "reference": "af21de3ae5306a8ca0bcc02a19735dadc43e83f3" |
||
| 2343 | }, |
||
| 2344 | "dist": { |
||
| 2345 | "type": "zip", |
||
| 2346 | "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/af21de3ae5306a8ca0bcc02a19735dadc43e83f3", |
||
| 2347 | "reference": "af21de3ae5306a8ca0bcc02a19735dadc43e83f3", |
||
| 2348 | "shasum": "" |
||
| 2349 | }, |
||
| 2350 | "require": { |
||
| 2351 | "ext-curl": "*", |
||
| 2352 | "php": "^5.5 || ~7.0" |
||
| 2353 | }, |
||
| 2354 | "require-dev": { |
||
| 2355 | "friendsofphp/php-cs-fixer": "^1.11", |
||
| 2356 | "php-mock/php-mock-phpunit": "^1.1", |
||
| 2357 | "phpunit/phpunit": "4.6.* || ~5.0", |
||
| 2358 | "squizlabs/php_codesniffer": "^2.6" |
||
| 2359 | }, |
||
| 2360 | "suggest": { |
||
| 2361 | "phpdocumentor/phpdocumentor": "2.*" |
||
| 2362 | }, |
||
| 2363 | "type": "library", |
||
| 2364 | "autoload": { |
||
| 2365 | "psr-4": { |
||
| 2366 | "Facebook\\WebDriver\\": "lib/" |
||
| 2367 | } |
||
| 2368 | }, |
||
| 2369 | "notification-url": "https://packagist.org/downloads/", |
||
| 2370 | "license": [ |
||
| 2371 | "Apache-2.0" |
||
| 2372 | ], |
||
| 2373 | "description": "A PHP client for WebDriver", |
||
| 2374 | "homepage": "https://github.com/facebook/php-webdriver", |
||
| 2375 | "keywords": [ |
||
| 2376 | "facebook", |
||
| 2377 | "php", |
||
| 2378 | "selenium", |
||
| 2379 | "webdriver" |
||
| 2380 | ], |
||
| 2381 | "time": "2016-10-14 15:16:51" |
||
| 2382 | }, |
||
| 2383 | { |
||
| 2384 | "name": "guzzlehttp/guzzle", |
||
| 2385 | "version": "6.2.2", |
||
| 2386 | "source": { |
||
| 2387 | "type": "git", |
||
| 2388 | "url": "https://github.com/guzzle/guzzle.git", |
||
| 2389 | "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60" |
||
| 2390 | }, |
||
| 2391 | "dist": { |
||
| 2392 | "type": "zip", |
||
| 2393 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60", |
||
| 2394 | "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60", |
||
| 2395 | "shasum": "" |
||
| 2396 | }, |
||
| 2397 | "require": { |
||
| 2398 | "guzzlehttp/promises": "^1.0", |
||
| 2399 | "guzzlehttp/psr7": "^1.3.1", |
||
| 2400 | "php": ">=5.5" |
||
| 2401 | }, |
||
| 2402 | "require-dev": { |
||
| 2403 | "ext-curl": "*", |
||
| 2404 | "phpunit/phpunit": "^4.0", |
||
| 2405 | "psr/log": "^1.0" |
||
| 2406 | }, |
||
| 2407 | "type": "library", |
||
| 2408 | "extra": { |
||
| 2409 | "branch-alias": { |
||
| 2410 | "dev-master": "6.2-dev" |
||
| 2411 | } |
||
| 2412 | }, |
||
| 2413 | "autoload": { |
||
| 2414 | "files": [ |
||
| 2415 | "src/functions_include.php" |
||
| 2416 | ], |
||
| 2417 | "psr-4": { |
||
| 2418 | "GuzzleHttp\\": "src/" |
||
| 2419 | } |
||
| 2420 | }, |
||
| 2421 | "notification-url": "https://packagist.org/downloads/", |
||
| 2422 | "license": [ |
||
| 2423 | "MIT" |
||
| 2424 | ], |
||
| 2425 | "authors": [ |
||
| 2426 | { |
||
| 2427 | "name": "Michael Dowling", |
||
| 2428 | "email": "[email protected]", |
||
| 2429 | "homepage": "https://github.com/mtdowling" |
||
| 2430 | } |
||
| 2431 | ], |
||
| 2432 | "description": "Guzzle is a PHP HTTP client library", |
||
| 2433 | "homepage": "http://guzzlephp.org/", |
||
| 2434 | "keywords": [ |
||
| 2435 | "client", |
||
| 2436 | "curl", |
||
| 2437 | "framework", |
||
| 2438 | "http", |
||
| 2439 | "http client", |
||
| 2440 | "rest", |
||
| 2441 | "web service" |
||
| 2442 | ], |
||
| 2443 | "time": "2016-10-08 15:01:37" |
||
| 2444 | }, |
||
| 2445 | { |
||
| 2446 | "name": "guzzlehttp/promises", |
||
| 2447 | "version": "1.3.0", |
||
| 2448 | "source": { |
||
| 2449 | "type": "git", |
||
| 2450 | "url": "https://github.com/guzzle/promises.git", |
||
| 2451 | "reference": "2693c101803ca78b27972d84081d027fca790a1e" |
||
| 2452 | }, |
||
| 2453 | "dist": { |
||
| 2454 | "type": "zip", |
||
| 2455 | "url": "https://api.github.com/repos/guzzle/promises/zipball/2693c101803ca78b27972d84081d027fca790a1e", |
||
| 2456 | "reference": "2693c101803ca78b27972d84081d027fca790a1e", |
||
| 2457 | "shasum": "" |
||
| 2458 | }, |
||
| 2459 | "require": { |
||
| 2460 | "php": ">=5.5.0" |
||
| 2461 | }, |
||
| 2462 | "require-dev": { |
||
| 2463 | "phpunit/phpunit": "~4.0" |
||
| 2464 | }, |
||
| 2465 | "type": "library", |
||
| 2466 | "extra": { |
||
| 2467 | "branch-alias": { |
||
| 2468 | "dev-master": "1.0-dev" |
||
| 2469 | } |
||
| 2470 | }, |
||
| 2471 | "autoload": { |
||
| 2472 | "psr-4": { |
||
| 2473 | "GuzzleHttp\\Promise\\": "src/" |
||
| 2474 | }, |
||
| 2475 | "files": [ |
||
| 2476 | "src/functions_include.php" |
||
| 2477 | ] |
||
| 2478 | }, |
||
| 2479 | "notification-url": "https://packagist.org/downloads/", |
||
| 2480 | "license": [ |
||
| 2481 | "MIT" |
||
| 2482 | ], |
||
| 2483 | "authors": [ |
||
| 2484 | { |
||
| 2485 | "name": "Michael Dowling", |
||
| 2486 | "email": "[email protected]", |
||
| 2487 | "homepage": "https://github.com/mtdowling" |
||
| 2488 | } |
||
| 2489 | ], |
||
| 2490 | "description": "Guzzle promises library", |
||
| 2491 | "keywords": [ |
||
| 2492 | "promise" |
||
| 2493 | ], |
||
| 2494 | "time": "2016-11-18 17:47:58" |
||
| 2495 | }, |
||
| 2496 | { |
||
| 2497 | "name": "guzzlehttp/psr7", |
||
| 2498 | "version": "1.3.1", |
||
| 2499 | "source": { |
||
| 2500 | "type": "git", |
||
| 2501 | "url": "https://github.com/guzzle/psr7.git", |
||
| 2502 | "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" |
||
| 2503 | }, |
||
| 2504 | "dist": { |
||
| 2505 | "type": "zip", |
||
| 2506 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", |
||
| 2507 | "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", |
||
| 2508 | "shasum": "" |
||
| 2509 | }, |
||
| 2510 | "require": { |
||
| 2511 | "php": ">=5.4.0", |
||
| 2512 | "psr/http-message": "~1.0" |
||
| 2513 | }, |
||
| 2514 | "provide": { |
||
| 2515 | "psr/http-message-implementation": "1.0" |
||
| 2516 | }, |
||
| 2517 | "require-dev": { |
||
| 2518 | "phpunit/phpunit": "~4.0" |
||
| 2519 | }, |
||
| 2520 | "type": "library", |
||
| 2521 | "extra": { |
||
| 2522 | "branch-alias": { |
||
| 2523 | "dev-master": "1.4-dev" |
||
| 2524 | } |
||
| 2525 | }, |
||
| 2526 | "autoload": { |
||
| 2527 | "psr-4": { |
||
| 2528 | "GuzzleHttp\\Psr7\\": "src/" |
||
| 2529 | }, |
||
| 2530 | "files": [ |
||
| 2531 | "src/functions_include.php" |
||
| 2532 | ] |
||
| 2533 | }, |
||
| 2534 | "notification-url": "https://packagist.org/downloads/", |
||
| 2535 | "license": [ |
||
| 2536 | "MIT" |
||
| 2537 | ], |
||
| 2538 | "authors": [ |
||
| 2539 | { |
||
| 2540 | "name": "Michael Dowling", |
||
| 2541 | "email": "[email protected]", |
||
| 2542 | "homepage": "https://github.com/mtdowling" |
||
| 2543 | } |
||
| 2544 | ], |
||
| 2545 | "description": "PSR-7 message implementation", |
||
| 2546 | "keywords": [ |
||
| 2547 | "http", |
||
| 2548 | "message", |
||
| 2549 | "stream", |
||
| 2550 | "uri" |
||
| 2551 | ], |
||
| 2552 | "time": "2016-06-24 23:00:38" |
||
| 2553 | }, |
||
| 2554 | { |
||
| 2555 | "name": "myclabs/deep-copy", |
||
| 2556 | "version": "1.5.5", |
||
| 2557 | "source": { |
||
| 2558 | "type": "git", |
||
| 2559 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
| 2560 | "reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108" |
||
| 2561 | }, |
||
| 2562 | "dist": { |
||
| 2563 | "type": "zip", |
||
| 2564 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/399c1f9781e222f6eb6cc238796f5200d1b7f108", |
||
| 2565 | "reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108", |
||
| 2566 | "shasum": "" |
||
| 2567 | }, |
||
| 2568 | "require": { |
||
| 2569 | "php": ">=5.4.0" |
||
| 2570 | }, |
||
| 2571 | "require-dev": { |
||
| 2572 | "doctrine/collections": "1.*", |
||
| 2573 | "phpunit/phpunit": "~4.1" |
||
| 2574 | }, |
||
| 2575 | "type": "library", |
||
| 2576 | "autoload": { |
||
| 2577 | "psr-4": { |
||
| 2578 | "DeepCopy\\": "src/DeepCopy/" |
||
| 2579 | } |
||
| 2580 | }, |
||
| 2581 | "notification-url": "https://packagist.org/downloads/", |
||
| 2582 | "license": [ |
||
| 2583 | "MIT" |
||
| 2584 | ], |
||
| 2585 | "description": "Create deep copies (clones) of your objects", |
||
| 2586 | "homepage": "https://github.com/myclabs/DeepCopy", |
||
| 2587 | "keywords": [ |
||
| 2588 | "clone", |
||
| 2589 | "copy", |
||
| 2590 | "duplicate", |
||
| 2591 | "object", |
||
| 2592 | "object graph" |
||
| 2593 | ], |
||
| 2594 | "time": "2016-10-31 17:19:45" |
||
| 2595 | }, |
||
| 2596 | { |
||
| 2597 | "name": "phpdocumentor/reflection-common", |
||
| 2598 | "version": "1.0", |
||
| 2599 | "source": { |
||
| 2600 | "type": "git", |
||
| 2601 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
| 2602 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
| 2603 | }, |
||
| 2604 | "dist": { |
||
| 2605 | "type": "zip", |
||
| 2606 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
| 2607 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
| 2608 | "shasum": "" |
||
| 2609 | }, |
||
| 2610 | "require": { |
||
| 2611 | "php": ">=5.5" |
||
| 2612 | }, |
||
| 2613 | "require-dev": { |
||
| 2614 | "phpunit/phpunit": "^4.6" |
||
| 2615 | }, |
||
| 2616 | "type": "library", |
||
| 2617 | "extra": { |
||
| 2618 | "branch-alias": { |
||
| 2619 | "dev-master": "1.0.x-dev" |
||
| 2620 | } |
||
| 2621 | }, |
||
| 2622 | "autoload": { |
||
| 2623 | "psr-4": { |
||
| 2624 | "phpDocumentor\\Reflection\\": [ |
||
| 2625 | "src" |
||
| 2626 | ] |
||
| 2627 | } |
||
| 2628 | }, |
||
| 2629 | "notification-url": "https://packagist.org/downloads/", |
||
| 2630 | "license": [ |
||
| 2631 | "MIT" |
||
| 2632 | ], |
||
| 2633 | "authors": [ |
||
| 2634 | { |
||
| 2635 | "name": "Jaap van Otterdijk", |
||
| 2636 | "email": "[email protected]" |
||
| 2637 | } |
||
| 2638 | ], |
||
| 2639 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
| 2640 | "homepage": "http://www.phpdoc.org", |
||
| 2641 | "keywords": [ |
||
| 2642 | "FQSEN", |
||
| 2643 | "phpDocumentor", |
||
| 2644 | "phpdoc", |
||
| 2645 | "reflection", |
||
| 2646 | "static analysis" |
||
| 2647 | ], |
||
| 2648 | "time": "2015-12-27 11:43:31" |
||
| 2649 | }, |
||
| 2650 | { |
||
| 2651 | "name": "phpdocumentor/reflection-docblock", |
||
| 2652 | "version": "3.1.1", |
||
| 2653 | "source": { |
||
| 2654 | "type": "git", |
||
| 2655 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
| 2656 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" |
||
| 2657 | }, |
||
| 2658 | "dist": { |
||
| 2659 | "type": "zip", |
||
| 2660 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
| 2661 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
| 2662 | "shasum": "" |
||
| 2663 | }, |
||
| 2664 | "require": { |
||
| 2665 | "php": ">=5.5", |
||
| 2666 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
| 2667 | "phpdocumentor/type-resolver": "^0.2.0", |
||
| 2668 | "webmozart/assert": "^1.0" |
||
| 2669 | }, |
||
| 2670 | "require-dev": { |
||
| 2671 | "mockery/mockery": "^0.9.4", |
||
| 2672 | "phpunit/phpunit": "^4.4" |
||
| 2673 | }, |
||
| 2674 | "type": "library", |
||
| 2675 | "autoload": { |
||
| 2676 | "psr-4": { |
||
| 2677 | "phpDocumentor\\Reflection\\": [ |
||
| 2678 | "src/" |
||
| 2679 | ] |
||
| 2680 | } |
||
| 2681 | }, |
||
| 2682 | "notification-url": "https://packagist.org/downloads/", |
||
| 2683 | "license": [ |
||
| 2684 | "MIT" |
||
| 2685 | ], |
||
| 2686 | "authors": [ |
||
| 2687 | { |
||
| 2688 | "name": "Mike van Riel", |
||
| 2689 | "email": "[email protected]" |
||
| 2690 | } |
||
| 2691 | ], |
||
| 2692 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
| 2693 | "time": "2016-09-30 07:12:33" |
||
| 2694 | }, |
||
| 2695 | { |
||
| 2696 | "name": "phpdocumentor/type-resolver", |
||
| 2697 | "version": "0.2", |
||
| 2698 | "source": { |
||
| 2699 | "type": "git", |
||
| 2700 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
| 2701 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" |
||
| 2702 | }, |
||
| 2703 | "dist": { |
||
| 2704 | "type": "zip", |
||
| 2705 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
| 2706 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
| 2707 | "shasum": "" |
||
| 2708 | }, |
||
| 2709 | "require": { |
||
| 2710 | "php": ">=5.5", |
||
| 2711 | "phpdocumentor/reflection-common": "^1.0" |
||
| 2712 | }, |
||
| 2713 | "require-dev": { |
||
| 2714 | "mockery/mockery": "^0.9.4", |
||
| 2715 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
| 2716 | }, |
||
| 2717 | "type": "library", |
||
| 2718 | "extra": { |
||
| 2719 | "branch-alias": { |
||
| 2720 | "dev-master": "1.0.x-dev" |
||
| 2721 | } |
||
| 2722 | }, |
||
| 2723 | "autoload": { |
||
| 2724 | "psr-4": { |
||
| 2725 | "phpDocumentor\\Reflection\\": [ |
||
| 2726 | "src/" |
||
| 2727 | ] |
||
| 2728 | } |
||
| 2729 | }, |
||
| 2730 | "notification-url": "https://packagist.org/downloads/", |
||
| 2731 | "license": [ |
||
| 2732 | "MIT" |
||
| 2733 | ], |
||
| 2734 | "authors": [ |
||
| 2735 | { |
||
| 2736 | "name": "Mike van Riel", |
||
| 2737 | "email": "[email protected]" |
||
| 2738 | } |
||
| 2739 | ], |
||
| 2740 | "time": "2016-06-10 07:14:17" |
||
| 2741 | }, |
||
| 2742 | { |
||
| 2743 | "name": "phpspec/prophecy", |
||
| 2744 | "version": "v1.6.2", |
||
| 2745 | "source": { |
||
| 2746 | "type": "git", |
||
| 2747 | "url": "https://github.com/phpspec/prophecy.git", |
||
| 2748 | "reference": "6c52c2722f8460122f96f86346600e1077ce22cb" |
||
| 2749 | }, |
||
| 2750 | "dist": { |
||
| 2751 | "type": "zip", |
||
| 2752 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb", |
||
| 2753 | "reference": "6c52c2722f8460122f96f86346600e1077ce22cb", |
||
| 2754 | "shasum": "" |
||
| 2755 | }, |
||
| 2756 | "require": { |
||
| 2757 | "doctrine/instantiator": "^1.0.2", |
||
| 2758 | "php": "^5.3|^7.0", |
||
| 2759 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
| 2760 | "sebastian/comparator": "^1.1", |
||
| 2761 | "sebastian/recursion-context": "^1.0|^2.0" |
||
| 2762 | }, |
||
| 2763 | "require-dev": { |
||
| 2764 | "phpspec/phpspec": "^2.0", |
||
| 2765 | "phpunit/phpunit": "^4.8 || ^5.6.5" |
||
| 2766 | }, |
||
| 2767 | "type": "library", |
||
| 2768 | "extra": { |
||
| 2769 | "branch-alias": { |
||
| 2770 | "dev-master": "1.6.x-dev" |
||
| 2771 | } |
||
| 2772 | }, |
||
| 2773 | "autoload": { |
||
| 2774 | "psr-0": { |
||
| 2775 | "Prophecy\\": "src/" |
||
| 2776 | } |
||
| 2777 | }, |
||
| 2778 | "notification-url": "https://packagist.org/downloads/", |
||
| 2779 | "license": [ |
||
| 2780 | "MIT" |
||
| 2781 | ], |
||
| 2782 | "authors": [ |
||
| 2783 | { |
||
| 2784 | "name": "Konstantin Kudryashov", |
||
| 2785 | "email": "[email protected]", |
||
| 2786 | "homepage": "http://everzet.com" |
||
| 2787 | }, |
||
| 2788 | { |
||
| 2789 | "name": "Marcello Duarte", |
||
| 2790 | "email": "[email protected]" |
||
| 2791 | } |
||
| 2792 | ], |
||
| 2793 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
| 2794 | "homepage": "https://github.com/phpspec/prophecy", |
||
| 2795 | "keywords": [ |
||
| 2796 | "Double", |
||
| 2797 | "Dummy", |
||
| 2798 | "fake", |
||
| 2799 | "mock", |
||
| 2800 | "spy", |
||
| 2801 | "stub" |
||
| 2802 | ], |
||
| 2803 | "time": "2016-11-21 14:58:47" |
||
| 2804 | }, |
||
| 2805 | { |
||
| 2806 | "name": "phpunit/php-code-coverage", |
||
| 2807 | "version": "4.0.2", |
||
| 2808 | "source": { |
||
| 2809 | "type": "git", |
||
| 2810 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
| 2811 | "reference": "6cba06ff75a1a63a71033e1a01b89056f3af1e8d" |
||
| 2812 | }, |
||
| 2813 | "dist": { |
||
| 2814 | "type": "zip", |
||
| 2815 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6cba06ff75a1a63a71033e1a01b89056f3af1e8d", |
||
| 2816 | "reference": "6cba06ff75a1a63a71033e1a01b89056f3af1e8d", |
||
| 2817 | "shasum": "" |
||
| 2818 | }, |
||
| 2819 | "require": { |
||
| 2820 | "php": "^5.6 || ^7.0", |
||
| 2821 | "phpunit/php-file-iterator": "~1.3", |
||
| 2822 | "phpunit/php-text-template": "~1.2", |
||
| 2823 | "phpunit/php-token-stream": "^1.4.2", |
||
| 2824 | "sebastian/code-unit-reverse-lookup": "~1.0", |
||
| 2825 | "sebastian/environment": "^1.3.2 || ^2.0", |
||
| 2826 | "sebastian/version": "~1.0|~2.0" |
||
| 2827 | }, |
||
| 2828 | "require-dev": { |
||
| 2829 | "ext-xdebug": ">=2.1.4", |
||
| 2830 | "phpunit/phpunit": "^5.4" |
||
| 2831 | }, |
||
| 2832 | "suggest": { |
||
| 2833 | "ext-dom": "*", |
||
| 2834 | "ext-xdebug": ">=2.4.0", |
||
| 2835 | "ext-xmlwriter": "*" |
||
| 2836 | }, |
||
| 2837 | "type": "library", |
||
| 2838 | "extra": { |
||
| 2839 | "branch-alias": { |
||
| 2840 | "dev-master": "4.0.x-dev" |
||
| 2841 | } |
||
| 2842 | }, |
||
| 2843 | "autoload": { |
||
| 2844 | "classmap": [ |
||
| 2845 | "src/" |
||
| 2846 | ] |
||
| 2847 | }, |
||
| 2848 | "notification-url": "https://packagist.org/downloads/", |
||
| 2849 | "license": [ |
||
| 2850 | "BSD-3-Clause" |
||
| 2851 | ], |
||
| 2852 | "authors": [ |
||
| 2853 | { |
||
| 2854 | "name": "Sebastian Bergmann", |
||
| 2855 | "email": "[email protected]", |
||
| 2856 | "role": "lead" |
||
| 2857 | } |
||
| 2858 | ], |
||
| 2859 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
| 2860 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
| 2861 | "keywords": [ |
||
| 2862 | "coverage", |
||
| 2863 | "testing", |
||
| 2864 | "xunit" |
||
| 2865 | ], |
||
| 2866 | "time": "2016-11-01 05:06:24" |
||
| 2867 | }, |
||
| 2868 | { |
||
| 2869 | "name": "phpunit/php-file-iterator", |
||
| 2870 | "version": "1.4.1", |
||
| 2871 | "source": { |
||
| 2872 | "type": "git", |
||
| 2873 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
| 2874 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
| 2875 | }, |
||
| 2876 | "dist": { |
||
| 2877 | "type": "zip", |
||
| 2878 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
| 2879 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
| 2880 | "shasum": "" |
||
| 2881 | }, |
||
| 2882 | "require": { |
||
| 2883 | "php": ">=5.3.3" |
||
| 2884 | }, |
||
| 2885 | "type": "library", |
||
| 2886 | "extra": { |
||
| 2887 | "branch-alias": { |
||
| 2888 | "dev-master": "1.4.x-dev" |
||
| 2889 | } |
||
| 2890 | }, |
||
| 2891 | "autoload": { |
||
| 2892 | "classmap": [ |
||
| 2893 | "src/" |
||
| 2894 | ] |
||
| 2895 | }, |
||
| 2896 | "notification-url": "https://packagist.org/downloads/", |
||
| 2897 | "license": [ |
||
| 2898 | "BSD-3-Clause" |
||
| 2899 | ], |
||
| 2900 | "authors": [ |
||
| 2901 | { |
||
| 2902 | "name": "Sebastian Bergmann", |
||
| 2903 | "email": "[email protected]", |
||
| 2904 | "role": "lead" |
||
| 2905 | } |
||
| 2906 | ], |
||
| 2907 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
| 2908 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
| 2909 | "keywords": [ |
||
| 2910 | "filesystem", |
||
| 2911 | "iterator" |
||
| 2912 | ], |
||
| 2913 | "time": "2015-06-21 13:08:43" |
||
| 2914 | }, |
||
| 2915 | { |
||
| 2916 | "name": "phpunit/php-text-template", |
||
| 2917 | "version": "1.2.1", |
||
| 2918 | "source": { |
||
| 2919 | "type": "git", |
||
| 2920 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
| 2921 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
| 2922 | }, |
||
| 2923 | "dist": { |
||
| 2924 | "type": "zip", |
||
| 2925 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 2926 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 2927 | "shasum": "" |
||
| 2928 | }, |
||
| 2929 | "require": { |
||
| 2930 | "php": ">=5.3.3" |
||
| 2931 | }, |
||
| 2932 | "type": "library", |
||
| 2933 | "autoload": { |
||
| 2934 | "classmap": [ |
||
| 2935 | "src/" |
||
| 2936 | ] |
||
| 2937 | }, |
||
| 2938 | "notification-url": "https://packagist.org/downloads/", |
||
| 2939 | "license": [ |
||
| 2940 | "BSD-3-Clause" |
||
| 2941 | ], |
||
| 2942 | "authors": [ |
||
| 2943 | { |
||
| 2944 | "name": "Sebastian Bergmann", |
||
| 2945 | "email": "[email protected]", |
||
| 2946 | "role": "lead" |
||
| 2947 | } |
||
| 2948 | ], |
||
| 2949 | "description": "Simple template engine.", |
||
| 2950 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
| 2951 | "keywords": [ |
||
| 2952 | "template" |
||
| 2953 | ], |
||
| 2954 | "time": "2015-06-21 13:50:34" |
||
| 2955 | }, |
||
| 2956 | { |
||
| 2957 | "name": "phpunit/php-timer", |
||
| 2958 | "version": "1.0.8", |
||
| 2959 | "source": { |
||
| 2960 | "type": "git", |
||
| 2961 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
| 2962 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
| 2963 | }, |
||
| 2964 | "dist": { |
||
| 2965 | "type": "zip", |
||
| 2966 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
| 2967 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
| 2968 | "shasum": "" |
||
| 2969 | }, |
||
| 2970 | "require": { |
||
| 2971 | "php": ">=5.3.3" |
||
| 2972 | }, |
||
| 2973 | "require-dev": { |
||
| 2974 | "phpunit/phpunit": "~4|~5" |
||
| 2975 | }, |
||
| 2976 | "type": "library", |
||
| 2977 | "autoload": { |
||
| 2978 | "classmap": [ |
||
| 2979 | "src/" |
||
| 2980 | ] |
||
| 2981 | }, |
||
| 2982 | "notification-url": "https://packagist.org/downloads/", |
||
| 2983 | "license": [ |
||
| 2984 | "BSD-3-Clause" |
||
| 2985 | ], |
||
| 2986 | "authors": [ |
||
| 2987 | { |
||
| 2988 | "name": "Sebastian Bergmann", |
||
| 2989 | "email": "[email protected]", |
||
| 2990 | "role": "lead" |
||
| 2991 | } |
||
| 2992 | ], |
||
| 2993 | "description": "Utility class for timing", |
||
| 2994 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
| 2995 | "keywords": [ |
||
| 2996 | "timer" |
||
| 2997 | ], |
||
| 2998 | "time": "2016-05-12 18:03:57" |
||
| 2999 | }, |
||
| 3000 | { |
||
| 3001 | "name": "phpunit/php-token-stream", |
||
| 3002 | "version": "1.4.9", |
||
| 3003 | "source": { |
||
| 3004 | "type": "git", |
||
| 3005 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
| 3006 | "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b" |
||
| 3007 | }, |
||
| 3008 | "dist": { |
||
| 3009 | "type": "zip", |
||
| 3010 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b", |
||
| 3011 | "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b", |
||
| 3012 | "shasum": "" |
||
| 3013 | }, |
||
| 3014 | "require": { |
||
| 3015 | "ext-tokenizer": "*", |
||
| 3016 | "php": ">=5.3.3" |
||
| 3017 | }, |
||
| 3018 | "require-dev": { |
||
| 3019 | "phpunit/phpunit": "~4.2" |
||
| 3020 | }, |
||
| 3021 | "type": "library", |
||
| 3022 | "extra": { |
||
| 3023 | "branch-alias": { |
||
| 3024 | "dev-master": "1.4-dev" |
||
| 3025 | } |
||
| 3026 | }, |
||
| 3027 | "autoload": { |
||
| 3028 | "classmap": [ |
||
| 3029 | "src/" |
||
| 3030 | ] |
||
| 3031 | }, |
||
| 3032 | "notification-url": "https://packagist.org/downloads/", |
||
| 3033 | "license": [ |
||
| 3034 | "BSD-3-Clause" |
||
| 3035 | ], |
||
| 3036 | "authors": [ |
||
| 3037 | { |
||
| 3038 | "name": "Sebastian Bergmann", |
||
| 3039 | "email": "[email protected]" |
||
| 3040 | } |
||
| 3041 | ], |
||
| 3042 | "description": "Wrapper around PHP's tokenizer extension.", |
||
| 3043 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
| 3044 | "keywords": [ |
||
| 3045 | "tokenizer" |
||
| 3046 | ], |
||
| 3047 | "time": "2016-11-15 14:06:22" |
||
| 3048 | }, |
||
| 3049 | { |
||
| 3050 | "name": "phpunit/phpunit", |
||
| 3051 | "version": "5.6.5", |
||
| 3052 | "source": { |
||
| 3053 | "type": "git", |
||
| 3054 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
| 3055 | "reference": "875145fabfa261fa9c1aea663dd29ddce92dca8f" |
||
| 3056 | }, |
||
| 3057 | "dist": { |
||
| 3058 | "type": "zip", |
||
| 3059 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/875145fabfa261fa9c1aea663dd29ddce92dca8f", |
||
| 3060 | "reference": "875145fabfa261fa9c1aea663dd29ddce92dca8f", |
||
| 3061 | "shasum": "" |
||
| 3062 | }, |
||
| 3063 | "require": { |
||
| 3064 | "ext-dom": "*", |
||
| 3065 | "ext-json": "*", |
||
| 3066 | "ext-libxml": "*", |
||
| 3067 | "ext-mbstring": "*", |
||
| 3068 | "ext-xml": "*", |
||
| 3069 | "myclabs/deep-copy": "~1.3", |
||
| 3070 | "php": "^5.6 || ^7.0", |
||
| 3071 | "phpspec/prophecy": "^1.3.1", |
||
| 3072 | "phpunit/php-code-coverage": "^4.0.1", |
||
| 3073 | "phpunit/php-file-iterator": "~1.4", |
||
| 3074 | "phpunit/php-text-template": "~1.2", |
||
| 3075 | "phpunit/php-timer": "^1.0.6", |
||
| 3076 | "phpunit/phpunit-mock-objects": "^3.2", |
||
| 3077 | "sebastian/comparator": "~1.2.2", |
||
| 3078 | "sebastian/diff": "~1.2", |
||
| 3079 | "sebastian/environment": "^1.3 || ^2.0", |
||
| 3080 | "sebastian/exporter": "~2.0", |
||
| 3081 | "sebastian/global-state": "~1.0", |
||
| 3082 | "sebastian/object-enumerator": "~2.0", |
||
| 3083 | "sebastian/resource-operations": "~1.0", |
||
| 3084 | "sebastian/version": "~1.0|~2.0", |
||
| 3085 | "symfony/yaml": "~2.1|~3.0" |
||
| 3086 | }, |
||
| 3087 | "conflict": { |
||
| 3088 | "phpdocumentor/reflection-docblock": "3.0.2" |
||
| 3089 | }, |
||
| 3090 | "require-dev": { |
||
| 3091 | "ext-pdo": "*" |
||
| 3092 | }, |
||
| 3093 | "suggest": { |
||
| 3094 | "ext-xdebug": "*", |
||
| 3095 | "phpunit/php-invoker": "~1.1" |
||
| 3096 | }, |
||
| 3097 | "bin": [ |
||
| 3098 | "phpunit" |
||
| 3099 | ], |
||
| 3100 | "type": "library", |
||
| 3101 | "extra": { |
||
| 3102 | "branch-alias": { |
||
| 3103 | "dev-master": "5.6.x-dev" |
||
| 3104 | } |
||
| 3105 | }, |
||
| 3106 | "autoload": { |
||
| 3107 | "classmap": [ |
||
| 3108 | "src/" |
||
| 3109 | ] |
||
| 3110 | }, |
||
| 3111 | "notification-url": "https://packagist.org/downloads/", |
||
| 3112 | "license": [ |
||
| 3113 | "BSD-3-Clause" |
||
| 3114 | ], |
||
| 3115 | "authors": [ |
||
| 3116 | { |
||
| 3117 | "name": "Sebastian Bergmann", |
||
| 3118 | "email": "[email protected]", |
||
| 3119 | "role": "lead" |
||
| 3120 | } |
||
| 3121 | ], |
||
| 3122 | "description": "The PHP Unit Testing framework.", |
||
| 3123 | "homepage": "https://phpunit.de/", |
||
| 3124 | "keywords": [ |
||
| 3125 | "phpunit", |
||
| 3126 | "testing", |
||
| 3127 | "xunit" |
||
| 3128 | ], |
||
| 3129 | "time": "2016-11-21 15:23:34" |
||
| 3130 | }, |
||
| 3131 | { |
||
| 3132 | "name": "phpunit/phpunit-mock-objects", |
||
| 3133 | "version": "3.4.1", |
||
| 3134 | "source": { |
||
| 3135 | "type": "git", |
||
| 3136 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
| 3137 | "reference": "45026c8383187ad1dcb14fbfec77dced265b9cfc" |
||
| 3138 | }, |
||
| 3139 | "dist": { |
||
| 3140 | "type": "zip", |
||
| 3141 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/45026c8383187ad1dcb14fbfec77dced265b9cfc", |
||
| 3142 | "reference": "45026c8383187ad1dcb14fbfec77dced265b9cfc", |
||
| 3143 | "shasum": "" |
||
| 3144 | }, |
||
| 3145 | "require": { |
||
| 3146 | "doctrine/instantiator": "^1.0.2", |
||
| 3147 | "php": "^5.6 || ^7.0", |
||
| 3148 | "phpunit/php-text-template": "^1.2", |
||
| 3149 | "sebastian/exporter": "^1.2 || ^2.0" |
||
| 3150 | }, |
||
| 3151 | "conflict": { |
||
| 3152 | "phpunit/phpunit": "<5.4.0" |
||
| 3153 | }, |
||
| 3154 | "require-dev": { |
||
| 3155 | "phpunit/phpunit": "^5.4" |
||
| 3156 | }, |
||
| 3157 | "suggest": { |
||
| 3158 | "ext-soap": "*" |
||
| 3159 | }, |
||
| 3160 | "type": "library", |
||
| 3161 | "extra": { |
||
| 3162 | "branch-alias": { |
||
| 3163 | "dev-master": "3.2.x-dev" |
||
| 3164 | } |
||
| 3165 | }, |
||
| 3166 | "autoload": { |
||
| 3167 | "classmap": [ |
||
| 3168 | "src/" |
||
| 3169 | ] |
||
| 3170 | }, |
||
| 3171 | "notification-url": "https://packagist.org/downloads/", |
||
| 3172 | "license": [ |
||
| 3173 | "BSD-3-Clause" |
||
| 3174 | ], |
||
| 3175 | "authors": [ |
||
| 3176 | { |
||
| 3177 | "name": "Sebastian Bergmann", |
||
| 3178 | "email": "[email protected]", |
||
| 3179 | "role": "lead" |
||
| 3180 | } |
||
| 3181 | ], |
||
| 3182 | "description": "Mock Object library for PHPUnit", |
||
| 3183 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
| 3184 | "keywords": [ |
||
| 3185 | "mock", |
||
| 3186 | "xunit" |
||
| 3187 | ], |
||
| 3188 | "time": "2016-11-19 09:07:46" |
||
| 3189 | }, |
||
| 3190 | { |
||
| 3191 | "name": "psr/http-message", |
||
| 3192 | "version": "1.0.1", |
||
| 3193 | "source": { |
||
| 3194 | "type": "git", |
||
| 3195 | "url": "https://github.com/php-fig/http-message.git", |
||
| 3196 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
| 3197 | }, |
||
| 3198 | "dist": { |
||
| 3199 | "type": "zip", |
||
| 3200 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
| 3201 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
| 3202 | "shasum": "" |
||
| 3203 | }, |
||
| 3204 | "require": { |
||
| 3205 | "php": ">=5.3.0" |
||
| 3206 | }, |
||
| 3207 | "type": "library", |
||
| 3208 | "extra": { |
||
| 3209 | "branch-alias": { |
||
| 3210 | "dev-master": "1.0.x-dev" |
||
| 3211 | } |
||
| 3212 | }, |
||
| 3213 | "autoload": { |
||
| 3214 | "psr-4": { |
||
| 3215 | "Psr\\Http\\Message\\": "src/" |
||
| 3216 | } |
||
| 3217 | }, |
||
| 3218 | "notification-url": "https://packagist.org/downloads/", |
||
| 3219 | "license": [ |
||
| 3220 | "MIT" |
||
| 3221 | ], |
||
| 3222 | "authors": [ |
||
| 3223 | { |
||
| 3224 | "name": "PHP-FIG", |
||
| 3225 | "homepage": "http://www.php-fig.org/" |
||
| 3226 | } |
||
| 3227 | ], |
||
| 3228 | "description": "Common interface for HTTP messages", |
||
| 3229 | "homepage": "https://github.com/php-fig/http-message", |
||
| 3230 | "keywords": [ |
||
| 3231 | "http", |
||
| 3232 | "http-message", |
||
| 3233 | "psr", |
||
| 3234 | "psr-7", |
||
| 3235 | "request", |
||
| 3236 | "response" |
||
| 3237 | ], |
||
| 3238 | "time": "2016-08-06 14:39:51" |
||
| 3239 | }, |
||
| 3240 | { |
||
| 3241 | "name": "sebastian/code-unit-reverse-lookup", |
||
| 3242 | "version": "1.0.0", |
||
| 3243 | "source": { |
||
| 3244 | "type": "git", |
||
| 3245 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
| 3246 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" |
||
| 3247 | }, |
||
| 3248 | "dist": { |
||
| 3249 | "type": "zip", |
||
| 3250 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
| 3251 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
| 3252 | "shasum": "" |
||
| 3253 | }, |
||
| 3254 | "require": { |
||
| 3255 | "php": ">=5.6" |
||
| 3256 | }, |
||
| 3257 | "require-dev": { |
||
| 3258 | "phpunit/phpunit": "~5" |
||
| 3259 | }, |
||
| 3260 | "type": "library", |
||
| 3261 | "extra": { |
||
| 3262 | "branch-alias": { |
||
| 3263 | "dev-master": "1.0.x-dev" |
||
| 3264 | } |
||
| 3265 | }, |
||
| 3266 | "autoload": { |
||
| 3267 | "classmap": [ |
||
| 3268 | "src/" |
||
| 3269 | ] |
||
| 3270 | }, |
||
| 3271 | "notification-url": "https://packagist.org/downloads/", |
||
| 3272 | "license": [ |
||
| 3273 | "BSD-3-Clause" |
||
| 3274 | ], |
||
| 3275 | "authors": [ |
||
| 3276 | { |
||
| 3277 | "name": "Sebastian Bergmann", |
||
| 3278 | "email": "[email protected]" |
||
| 3279 | } |
||
| 3280 | ], |
||
| 3281 | "description": "Looks up which function or method a line of code belongs to", |
||
| 3282 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
| 3283 | "time": "2016-02-13 06:45:14" |
||
| 3284 | }, |
||
| 3285 | { |
||
| 3286 | "name": "sebastian/comparator", |
||
| 3287 | "version": "1.2.2", |
||
| 3288 | "source": { |
||
| 3289 | "type": "git", |
||
| 3290 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
| 3291 | "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f" |
||
| 3292 | }, |
||
| 3293 | "dist": { |
||
| 3294 | "type": "zip", |
||
| 3295 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1ed12e8b2409076ab22e3897126211ff8b1f7f", |
||
| 3296 | "reference": "6a1ed12e8b2409076ab22e3897126211ff8b1f7f", |
||
| 3297 | "shasum": "" |
||
| 3298 | }, |
||
| 3299 | "require": { |
||
| 3300 | "php": ">=5.3.3", |
||
| 3301 | "sebastian/diff": "~1.2", |
||
| 3302 | "sebastian/exporter": "~1.2 || ~2.0" |
||
| 3303 | }, |
||
| 3304 | "require-dev": { |
||
| 3305 | "phpunit/phpunit": "~4.4" |
||
| 3306 | }, |
||
| 3307 | "type": "library", |
||
| 3308 | "extra": { |
||
| 3309 | "branch-alias": { |
||
| 3310 | "dev-master": "1.2.x-dev" |
||
| 3311 | } |
||
| 3312 | }, |
||
| 3313 | "autoload": { |
||
| 3314 | "classmap": [ |
||
| 3315 | "src/" |
||
| 3316 | ] |
||
| 3317 | }, |
||
| 3318 | "notification-url": "https://packagist.org/downloads/", |
||
| 3319 | "license": [ |
||
| 3320 | "BSD-3-Clause" |
||
| 3321 | ], |
||
| 3322 | "authors": [ |
||
| 3323 | { |
||
| 3324 | "name": "Jeff Welch", |
||
| 3325 | "email": "[email protected]" |
||
| 3326 | }, |
||
| 3327 | { |
||
| 3328 | "name": "Volker Dusch", |
||
| 3329 | "email": "[email protected]" |
||
| 3330 | }, |
||
| 3331 | { |
||
| 3332 | "name": "Bernhard Schussek", |
||
| 3333 | "email": "[email protected]" |
||
| 3334 | }, |
||
| 3335 | { |
||
| 3336 | "name": "Sebastian Bergmann", |
||
| 3337 | "email": "[email protected]" |
||
| 3338 | } |
||
| 3339 | ], |
||
| 3340 | "description": "Provides the functionality to compare PHP values for equality", |
||
| 3341 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
| 3342 | "keywords": [ |
||
| 3343 | "comparator", |
||
| 3344 | "compare", |
||
| 3345 | "equality" |
||
| 3346 | ], |
||
| 3347 | "time": "2016-11-19 09:18:40" |
||
| 3348 | }, |
||
| 3349 | { |
||
| 3350 | "name": "sebastian/diff", |
||
| 3351 | "version": "1.4.1", |
||
| 3352 | "source": { |
||
| 3353 | "type": "git", |
||
| 3354 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
| 3355 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
| 3356 | }, |
||
| 3357 | "dist": { |
||
| 3358 | "type": "zip", |
||
| 3359 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
| 3360 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
| 3361 | "shasum": "" |
||
| 3362 | }, |
||
| 3363 | "require": { |
||
| 3364 | "php": ">=5.3.3" |
||
| 3365 | }, |
||
| 3366 | "require-dev": { |
||
| 3367 | "phpunit/phpunit": "~4.8" |
||
| 3368 | }, |
||
| 3369 | "type": "library", |
||
| 3370 | "extra": { |
||
| 3371 | "branch-alias": { |
||
| 3372 | "dev-master": "1.4-dev" |
||
| 3373 | } |
||
| 3374 | }, |
||
| 3375 | "autoload": { |
||
| 3376 | "classmap": [ |
||
| 3377 | "src/" |
||
| 3378 | ] |
||
| 3379 | }, |
||
| 3380 | "notification-url": "https://packagist.org/downloads/", |
||
| 3381 | "license": [ |
||
| 3382 | "BSD-3-Clause" |
||
| 3383 | ], |
||
| 3384 | "authors": [ |
||
| 3385 | { |
||
| 3386 | "name": "Kore Nordmann", |
||
| 3387 | "email": "[email protected]" |
||
| 3388 | }, |
||
| 3389 | { |
||
| 3390 | "name": "Sebastian Bergmann", |
||
| 3391 | "email": "[email protected]" |
||
| 3392 | } |
||
| 3393 | ], |
||
| 3394 | "description": "Diff implementation", |
||
| 3395 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
| 3396 | "keywords": [ |
||
| 3397 | "diff" |
||
| 3398 | ], |
||
| 3399 | "time": "2015-12-08 07:14:41" |
||
| 3400 | }, |
||
| 3401 | { |
||
| 3402 | "name": "sebastian/environment", |
||
| 3403 | "version": "1.3.8", |
||
| 3404 | "source": { |
||
| 3405 | "type": "git", |
||
| 3406 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
| 3407 | "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea" |
||
| 3408 | }, |
||
| 3409 | "dist": { |
||
| 3410 | "type": "zip", |
||
| 3411 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea", |
||
| 3412 | "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea", |
||
| 3413 | "shasum": "" |
||
| 3414 | }, |
||
| 3415 | "require": { |
||
| 3416 | "php": "^5.3.3 || ^7.0" |
||
| 3417 | }, |
||
| 3418 | "require-dev": { |
||
| 3419 | "phpunit/phpunit": "^4.8 || ^5.0" |
||
| 3420 | }, |
||
| 3421 | "type": "library", |
||
| 3422 | "extra": { |
||
| 3423 | "branch-alias": { |
||
| 3424 | "dev-master": "1.3.x-dev" |
||
| 3425 | } |
||
| 3426 | }, |
||
| 3427 | "autoload": { |
||
| 3428 | "classmap": [ |
||
| 3429 | "src/" |
||
| 3430 | ] |
||
| 3431 | }, |
||
| 3432 | "notification-url": "https://packagist.org/downloads/", |
||
| 3433 | "license": [ |
||
| 3434 | "BSD-3-Clause" |
||
| 3435 | ], |
||
| 3436 | "authors": [ |
||
| 3437 | { |
||
| 3438 | "name": "Sebastian Bergmann", |
||
| 3439 | "email": "[email protected]" |
||
| 3440 | } |
||
| 3441 | ], |
||
| 3442 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
| 3443 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
| 3444 | "keywords": [ |
||
| 3445 | "Xdebug", |
||
| 3446 | "environment", |
||
| 3447 | "hhvm" |
||
| 3448 | ], |
||
| 3449 | "time": "2016-08-18 05:49:44" |
||
| 3450 | }, |
||
| 3451 | { |
||
| 3452 | "name": "sebastian/exporter", |
||
| 3453 | "version": "2.0.0", |
||
| 3454 | "source": { |
||
| 3455 | "type": "git", |
||
| 3456 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
| 3457 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" |
||
| 3458 | }, |
||
| 3459 | "dist": { |
||
| 3460 | "type": "zip", |
||
| 3461 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
| 3462 | "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", |
||
| 3463 | "shasum": "" |
||
| 3464 | }, |
||
| 3465 | "require": { |
||
| 3466 | "php": ">=5.3.3", |
||
| 3467 | "sebastian/recursion-context": "~2.0" |
||
| 3468 | }, |
||
| 3469 | "require-dev": { |
||
| 3470 | "ext-mbstring": "*", |
||
| 3471 | "phpunit/phpunit": "~4.4" |
||
| 3472 | }, |
||
| 3473 | "type": "library", |
||
| 3474 | "extra": { |
||
| 3475 | "branch-alias": { |
||
| 3476 | "dev-master": "2.0.x-dev" |
||
| 3477 | } |
||
| 3478 | }, |
||
| 3479 | "autoload": { |
||
| 3480 | "classmap": [ |
||
| 3481 | "src/" |
||
| 3482 | ] |
||
| 3483 | }, |
||
| 3484 | "notification-url": "https://packagist.org/downloads/", |
||
| 3485 | "license": [ |
||
| 3486 | "BSD-3-Clause" |
||
| 3487 | ], |
||
| 3488 | "authors": [ |
||
| 3489 | { |
||
| 3490 | "name": "Jeff Welch", |
||
| 3491 | "email": "[email protected]" |
||
| 3492 | }, |
||
| 3493 | { |
||
| 3494 | "name": "Volker Dusch", |
||
| 3495 | "email": "[email protected]" |
||
| 3496 | }, |
||
| 3497 | { |
||
| 3498 | "name": "Bernhard Schussek", |
||
| 3499 | "email": "[email protected]" |
||
| 3500 | }, |
||
| 3501 | { |
||
| 3502 | "name": "Sebastian Bergmann", |
||
| 3503 | "email": "[email protected]" |
||
| 3504 | }, |
||
| 3505 | { |
||
| 3506 | "name": "Adam Harvey", |
||
| 3507 | "email": "[email protected]" |
||
| 3508 | } |
||
| 3509 | ], |
||
| 3510 | "description": "Provides the functionality to export PHP variables for visualization", |
||
| 3511 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
| 3512 | "keywords": [ |
||
| 3513 | "export", |
||
| 3514 | "exporter" |
||
| 3515 | ], |
||
| 3516 | "time": "2016-11-19 08:54:04" |
||
| 3517 | }, |
||
| 3518 | { |
||
| 3519 | "name": "sebastian/global-state", |
||
| 3520 | "version": "1.1.1", |
||
| 3521 | "source": { |
||
| 3522 | "type": "git", |
||
| 3523 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
| 3524 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
| 3525 | }, |
||
| 3526 | "dist": { |
||
| 3527 | "type": "zip", |
||
| 3528 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 3529 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 3530 | "shasum": "" |
||
| 3531 | }, |
||
| 3532 | "require": { |
||
| 3533 | "php": ">=5.3.3" |
||
| 3534 | }, |
||
| 3535 | "require-dev": { |
||
| 3536 | "phpunit/phpunit": "~4.2" |
||
| 3537 | }, |
||
| 3538 | "suggest": { |
||
| 3539 | "ext-uopz": "*" |
||
| 3540 | }, |
||
| 3541 | "type": "library", |
||
| 3542 | "extra": { |
||
| 3543 | "branch-alias": { |
||
| 3544 | "dev-master": "1.0-dev" |
||
| 3545 | } |
||
| 3546 | }, |
||
| 3547 | "autoload": { |
||
| 3548 | "classmap": [ |
||
| 3549 | "src/" |
||
| 3550 | ] |
||
| 3551 | }, |
||
| 3552 | "notification-url": "https://packagist.org/downloads/", |
||
| 3553 | "license": [ |
||
| 3554 | "BSD-3-Clause" |
||
| 3555 | ], |
||
| 3556 | "authors": [ |
||
| 3557 | { |
||
| 3558 | "name": "Sebastian Bergmann", |
||
| 3559 | "email": "[email protected]" |
||
| 3560 | } |
||
| 3561 | ], |
||
| 3562 | "description": "Snapshotting of global state", |
||
| 3563 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
| 3564 | "keywords": [ |
||
| 3565 | "global state" |
||
| 3566 | ], |
||
| 3567 | "time": "2015-10-12 03:26:01" |
||
| 3568 | }, |
||
| 3569 | { |
||
| 3570 | "name": "sebastian/object-enumerator", |
||
| 3571 | "version": "2.0.0", |
||
| 3572 | "source": { |
||
| 3573 | "type": "git", |
||
| 3574 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
| 3575 | "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35" |
||
| 3576 | }, |
||
| 3577 | "dist": { |
||
| 3578 | "type": "zip", |
||
| 3579 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35", |
||
| 3580 | "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35", |
||
| 3581 | "shasum": "" |
||
| 3582 | }, |
||
| 3583 | "require": { |
||
| 3584 | "php": ">=5.6", |
||
| 3585 | "sebastian/recursion-context": "~2.0" |
||
| 3586 | }, |
||
| 3587 | "require-dev": { |
||
| 3588 | "phpunit/phpunit": "~5" |
||
| 3589 | }, |
||
| 3590 | "type": "library", |
||
| 3591 | "extra": { |
||
| 3592 | "branch-alias": { |
||
| 3593 | "dev-master": "2.0.x-dev" |
||
| 3594 | } |
||
| 3595 | }, |
||
| 3596 | "autoload": { |
||
| 3597 | "classmap": [ |
||
| 3598 | "src/" |
||
| 3599 | ] |
||
| 3600 | }, |
||
| 3601 | "notification-url": "https://packagist.org/downloads/", |
||
| 3602 | "license": [ |
||
| 3603 | "BSD-3-Clause" |
||
| 3604 | ], |
||
| 3605 | "authors": [ |
||
| 3606 | { |
||
| 3607 | "name": "Sebastian Bergmann", |
||
| 3608 | "email": "[email protected]" |
||
| 3609 | } |
||
| 3610 | ], |
||
| 3611 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
| 3612 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
| 3613 | "time": "2016-11-19 07:35:10" |
||
| 3614 | }, |
||
| 3615 | { |
||
| 3616 | "name": "sebastian/recursion-context", |
||
| 3617 | "version": "2.0.0", |
||
| 3618 | "source": { |
||
| 3619 | "type": "git", |
||
| 3620 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
| 3621 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" |
||
| 3622 | }, |
||
| 3623 | "dist": { |
||
| 3624 | "type": "zip", |
||
| 3625 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
| 3626 | "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", |
||
| 3627 | "shasum": "" |
||
| 3628 | }, |
||
| 3629 | "require": { |
||
| 3630 | "php": ">=5.3.3" |
||
| 3631 | }, |
||
| 3632 | "require-dev": { |
||
| 3633 | "phpunit/phpunit": "~4.4" |
||
| 3634 | }, |
||
| 3635 | "type": "library", |
||
| 3636 | "extra": { |
||
| 3637 | "branch-alias": { |
||
| 3638 | "dev-master": "2.0.x-dev" |
||
| 3639 | } |
||
| 3640 | }, |
||
| 3641 | "autoload": { |
||
| 3642 | "classmap": [ |
||
| 3643 | "src/" |
||
| 3644 | ] |
||
| 3645 | }, |
||
| 3646 | "notification-url": "https://packagist.org/downloads/", |
||
| 3647 | "license": [ |
||
| 3648 | "BSD-3-Clause" |
||
| 3649 | ], |
||
| 3650 | "authors": [ |
||
| 3651 | { |
||
| 3652 | "name": "Jeff Welch", |
||
| 3653 | "email": "[email protected]" |
||
| 3654 | }, |
||
| 3655 | { |
||
| 3656 | "name": "Sebastian Bergmann", |
||
| 3657 | "email": "[email protected]" |
||
| 3658 | }, |
||
| 3659 | { |
||
| 3660 | "name": "Adam Harvey", |
||
| 3661 | "email": "[email protected]" |
||
| 3662 | } |
||
| 3663 | ], |
||
| 3664 | "description": "Provides functionality to recursively process PHP variables", |
||
| 3665 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
| 3666 | "time": "2016-11-19 07:33:16" |
||
| 3667 | }, |
||
| 3668 | { |
||
| 3669 | "name": "sebastian/resource-operations", |
||
| 3670 | "version": "1.0.0", |
||
| 3671 | "source": { |
||
| 3672 | "type": "git", |
||
| 3673 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
| 3674 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
| 3675 | }, |
||
| 3676 | "dist": { |
||
| 3677 | "type": "zip", |
||
| 3678 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 3679 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 3680 | "shasum": "" |
||
| 3681 | }, |
||
| 3682 | "require": { |
||
| 3683 | "php": ">=5.6.0" |
||
| 3684 | }, |
||
| 3685 | "type": "library", |
||
| 3686 | "extra": { |
||
| 3687 | "branch-alias": { |
||
| 3688 | "dev-master": "1.0.x-dev" |
||
| 3689 | } |
||
| 3690 | }, |
||
| 3691 | "autoload": { |
||
| 3692 | "classmap": [ |
||
| 3693 | "src/" |
||
| 3694 | ] |
||
| 3695 | }, |
||
| 3696 | "notification-url": "https://packagist.org/downloads/", |
||
| 3697 | "license": [ |
||
| 3698 | "BSD-3-Clause" |
||
| 3699 | ], |
||
| 3700 | "authors": [ |
||
| 3701 | { |
||
| 3702 | "name": "Sebastian Bergmann", |
||
| 3703 | "email": "[email protected]" |
||
| 3704 | } |
||
| 3705 | ], |
||
| 3706 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
| 3707 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
| 3708 | "time": "2015-07-28 20:34:47" |
||
| 3709 | }, |
||
| 3710 | { |
||
| 3711 | "name": "sebastian/version", |
||
| 3712 | "version": "2.0.0", |
||
| 3713 | "source": { |
||
| 3714 | "type": "git", |
||
| 3715 | "url": "https://github.com/sebastianbergmann/version.git", |
||
| 3716 | "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5" |
||
| 3717 | }, |
||
| 3718 | "dist": { |
||
| 3719 | "type": "zip", |
||
| 3720 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", |
||
| 3721 | "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", |
||
| 3722 | "shasum": "" |
||
| 3723 | }, |
||
| 3724 | "require": { |
||
| 3725 | "php": ">=5.6" |
||
| 3726 | }, |
||
| 3727 | "type": "library", |
||
| 3728 | "extra": { |
||
| 3729 | "branch-alias": { |
||
| 3730 | "dev-master": "2.0.x-dev" |
||
| 3731 | } |
||
| 3732 | }, |
||
| 3733 | "autoload": { |
||
| 3734 | "classmap": [ |
||
| 3735 | "src/" |
||
| 3736 | ] |
||
| 3737 | }, |
||
| 3738 | "notification-url": "https://packagist.org/downloads/", |
||
| 3739 | "license": [ |
||
| 3740 | "BSD-3-Clause" |
||
| 3741 | ], |
||
| 3742 | "authors": [ |
||
| 3743 | { |
||
| 3744 | "name": "Sebastian Bergmann", |
||
| 3745 | "email": "[email protected]", |
||
| 3746 | "role": "lead" |
||
| 3747 | } |
||
| 3748 | ], |
||
| 3749 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
| 3750 | "homepage": "https://github.com/sebastianbergmann/version", |
||
| 3751 | "time": "2016-02-04 12:56:52" |
||
| 3752 | }, |
||
| 3753 | { |
||
| 3754 | "name": "sensio/generator-bundle", |
||
| 3755 | "version": "v3.1.1", |
||
| 3756 | "source": { |
||
| 3757 | "type": "git", |
||
| 3758 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", |
||
| 3759 | "reference": "0d3c9c4864142dc6a368fa0d952a8b83215e8740" |
||
| 3760 | }, |
||
| 3761 | "dist": { |
||
| 3762 | "type": "zip", |
||
| 3763 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/0d3c9c4864142dc6a368fa0d952a8b83215e8740", |
||
| 3764 | "reference": "0d3c9c4864142dc6a368fa0d952a8b83215e8740", |
||
| 3765 | "shasum": "" |
||
| 3766 | }, |
||
| 3767 | "require": { |
||
| 3768 | "symfony/console": "~2.7|~3.0", |
||
| 3769 | "symfony/framework-bundle": "~2.7|~3.0", |
||
| 3770 | "symfony/process": "~2.7|~3.0", |
||
| 3771 | "symfony/yaml": "~2.7|~3.0" |
||
| 3772 | }, |
||
| 3773 | "require-dev": { |
||
| 3774 | "doctrine/orm": "~2.4", |
||
| 3775 | "symfony/doctrine-bridge": "~2.7|~3.0", |
||
| 3776 | "twig/twig": "~1.18" |
||
| 3777 | }, |
||
| 3778 | "type": "symfony-bundle", |
||
| 3779 | "extra": { |
||
| 3780 | "branch-alias": { |
||
| 3781 | "dev-master": "3.1.x-dev" |
||
| 3782 | } |
||
| 3783 | }, |
||
| 3784 | "autoload": { |
||
| 3785 | "psr-4": { |
||
| 3786 | "Sensio\\Bundle\\GeneratorBundle\\": "" |
||
| 3787 | }, |
||
| 3788 | "exclude-from-classmap": [ |
||
| 3789 | "/Tests/" |
||
| 3790 | ] |
||
| 3791 | }, |
||
| 3792 | "notification-url": "https://packagist.org/downloads/", |
||
| 3793 | "license": [ |
||
| 3794 | "MIT" |
||
| 3795 | ], |
||
| 3796 | "authors": [ |
||
| 3797 | { |
||
| 3798 | "name": "Fabien Potencier", |
||
| 3799 | "email": "[email protected]" |
||
| 3800 | } |
||
| 3801 | ], |
||
| 3802 | "description": "This bundle generates code for you", |
||
| 3803 | "time": "2016-11-07 19:48:31" |
||
| 3804 | }, |
||
| 3805 | { |
||
| 3806 | "name": "squizlabs/php_codesniffer", |
||
| 3807 | "version": "2.7.0", |
||
| 3808 | "source": { |
||
| 3809 | "type": "git", |
||
| 3810 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
| 3811 | "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed" |
||
| 3812 | }, |
||
| 3813 | "dist": { |
||
| 3814 | "type": "zip", |
||
| 3815 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/571e27b6348e5b3a637b2abc82ac0d01e6d7bbed", |
||
| 3816 | "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed", |
||
| 3817 | "shasum": "" |
||
| 3818 | }, |
||
| 3819 | "require": { |
||
| 3820 | "ext-simplexml": "*", |
||
| 3821 | "ext-tokenizer": "*", |
||
| 3822 | "ext-xmlwriter": "*", |
||
| 3823 | "php": ">=5.1.2" |
||
| 3824 | }, |
||
| 3825 | "require-dev": { |
||
| 3826 | "phpunit/phpunit": "~4.0" |
||
| 3827 | }, |
||
| 3828 | "bin": [ |
||
| 3829 | "scripts/phpcs", |
||
| 3830 | "scripts/phpcbf" |
||
| 3831 | ], |
||
| 3832 | "type": "library", |
||
| 3833 | "extra": { |
||
| 3834 | "branch-alias": { |
||
| 3835 | "dev-master": "2.x-dev" |
||
| 3836 | } |
||
| 3837 | }, |
||
| 3838 | "autoload": { |
||
| 3839 | "classmap": [ |
||
| 3840 | "CodeSniffer.php", |
||
| 3841 | "CodeSniffer/CLI.php", |
||
| 3842 | "CodeSniffer/Exception.php", |
||
| 3843 | "CodeSniffer/File.php", |
||
| 3844 | "CodeSniffer/Fixer.php", |
||
| 3845 | "CodeSniffer/Report.php", |
||
| 3846 | "CodeSniffer/Reporting.php", |
||
| 3847 | "CodeSniffer/Sniff.php", |
||
| 3848 | "CodeSniffer/Tokens.php", |
||
| 3849 | "CodeSniffer/Reports/", |
||
| 3850 | "CodeSniffer/Tokenizers/", |
||
| 3851 | "CodeSniffer/DocGenerators/", |
||
| 3852 | "CodeSniffer/Standards/AbstractPatternSniff.php", |
||
| 3853 | "CodeSniffer/Standards/AbstractScopeSniff.php", |
||
| 3854 | "CodeSniffer/Standards/AbstractVariableSniff.php", |
||
| 3855 | "CodeSniffer/Standards/IncorrectPatternException.php", |
||
| 3856 | "CodeSniffer/Standards/Generic/Sniffs/", |
||
| 3857 | "CodeSniffer/Standards/MySource/Sniffs/", |
||
| 3858 | "CodeSniffer/Standards/PEAR/Sniffs/", |
||
| 3859 | "CodeSniffer/Standards/PSR1/Sniffs/", |
||
| 3860 | "CodeSniffer/Standards/PSR2/Sniffs/", |
||
| 3861 | "CodeSniffer/Standards/Squiz/Sniffs/", |
||
| 3862 | "CodeSniffer/Standards/Zend/Sniffs/" |
||
| 3863 | ] |
||
| 3864 | }, |
||
| 3865 | "notification-url": "https://packagist.org/downloads/", |
||
| 3866 | "license": [ |
||
| 3867 | "BSD-3-Clause" |
||
| 3868 | ], |
||
| 3869 | "authors": [ |
||
| 3870 | { |
||
| 3871 | "name": "Greg Sherwood", |
||
| 3872 | "role": "lead" |
||
| 3873 | } |
||
| 3874 | ], |
||
| 3875 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
| 3876 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
| 3877 | "keywords": [ |
||
| 3878 | "phpcs", |
||
| 3879 | "standards" |
||
| 3880 | ], |
||
| 3881 | "time": "2016-09-01 23:53:02" |
||
| 3882 | }, |
||
| 3883 | { |
||
| 3884 | "name": "symfony/phpunit-bridge", |
||
| 3885 | "version": "v3.1.7", |
||
| 3886 | "source": { |
||
| 3887 | "type": "git", |
||
| 3888 | "url": "https://github.com/symfony/phpunit-bridge.git", |
||
| 3889 | "reference": "c80098acb81e604eb18030c5e444032ef948f9e7" |
||
| 3890 | }, |
||
| 3891 | "dist": { |
||
| 3892 | "type": "zip", |
||
| 3893 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c80098acb81e604eb18030c5e444032ef948f9e7", |
||
| 3894 | "reference": "c80098acb81e604eb18030c5e444032ef948f9e7", |
||
| 3895 | "shasum": "" |
||
| 3896 | }, |
||
| 3897 | "require": { |
||
| 3898 | "php": ">=5.3.3" |
||
| 3899 | }, |
||
| 3900 | "suggest": { |
||
| 3901 | "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" |
||
| 3902 | }, |
||
| 3903 | "type": "symfony-bridge", |
||
| 3904 | "extra": { |
||
| 3905 | "branch-alias": { |
||
| 3906 | "dev-master": "3.1-dev" |
||
| 3907 | } |
||
| 3908 | }, |
||
| 3909 | "autoload": { |
||
| 3910 | "files": [ |
||
| 3911 | "bootstrap.php" |
||
| 3912 | ], |
||
| 3913 | "psr-4": { |
||
| 3914 | "Symfony\\Bridge\\PhpUnit\\": "" |
||
| 3915 | }, |
||
| 3916 | "exclude-from-classmap": [ |
||
| 3917 | "/Tests/" |
||
| 3918 | ] |
||
| 3919 | }, |
||
| 3920 | "notification-url": "https://packagist.org/downloads/", |
||
| 3921 | "license": [ |
||
| 3922 | "MIT" |
||
| 3923 | ], |
||
| 3924 | "authors": [ |
||
| 3925 | { |
||
| 3926 | "name": "Nicolas Grekas", |
||
| 3927 | "email": "[email protected]" |
||
| 3928 | }, |
||
| 3929 | { |
||
| 3930 | "name": "Symfony Community", |
||
| 3931 | "homepage": "https://symfony.com/contributors" |
||
| 3932 | } |
||
| 3933 | ], |
||
| 3934 | "description": "Symfony PHPUnit Bridge", |
||
| 3935 | "homepage": "https://symfony.com", |
||
| 3936 | "time": "2016-11-17 10:59:24" |
||
| 3937 | }, |
||
| 3938 | { |
||
| 3939 | "name": "webmozart/assert", |
||
| 3940 | "version": "1.1.0", |
||
| 3941 | "source": { |
||
| 3942 | "type": "git", |
||
| 3943 | "url": "https://github.com/webmozart/assert.git", |
||
| 3944 | "reference": "bb2d123231c095735130cc8f6d31385a44c7b308" |
||
| 3945 | }, |
||
| 3946 | "dist": { |
||
| 3947 | "type": "zip", |
||
| 3948 | "url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308", |
||
| 3949 | "reference": "bb2d123231c095735130cc8f6d31385a44c7b308", |
||
| 3950 | "shasum": "" |
||
| 3951 | }, |
||
| 3952 | "require": { |
||
| 3953 | "php": "^5.3.3|^7.0" |
||
| 3954 | }, |
||
| 3955 | "require-dev": { |
||
| 3956 | "phpunit/phpunit": "^4.6", |
||
| 3957 | "sebastian/version": "^1.0.1" |
||
| 3958 | }, |
||
| 3959 | "type": "library", |
||
| 3960 | "extra": { |
||
| 3961 | "branch-alias": { |
||
| 3962 | "dev-master": "1.2-dev" |
||
| 3963 | } |
||
| 3964 | }, |
||
| 3965 | "autoload": { |
||
| 3966 | "psr-4": { |
||
| 3967 | "Webmozart\\Assert\\": "src/" |
||
| 3968 | } |
||
| 3969 | }, |
||
| 3970 | "notification-url": "https://packagist.org/downloads/", |
||
| 3971 | "license": [ |
||
| 3972 | "MIT" |
||
| 3973 | ], |
||
| 3974 | "authors": [ |
||
| 3975 | { |
||
| 3976 | "name": "Bernhard Schussek", |
||
| 3977 | "email": "[email protected]" |
||
| 3978 | } |
||
| 3979 | ], |
||
| 3980 | "description": "Assertions to validate method input/output with nice error messages.", |
||
| 3981 | "keywords": [ |
||
| 3982 | "assert", |
||
| 3983 | "check", |
||
| 3984 | "validate" |
||
| 3985 | ], |
||
| 3986 | "time": "2016-08-09 15:02:57" |
||
| 3987 | } |
||
| 3988 | ], |
||
| 3989 | "aliases": [], |
||
| 3990 | "minimum-stability": "stable", |
||
| 3991 | "stability-flags": [], |
||
| 3992 | "prefer-stable": false, |
||
| 3993 | "prefer-lowest": false, |
||
| 3994 | "platform": { |
||
| 3995 | "php": ">=5.5.9" |
||
| 3996 | }, |
||
| 3997 | "platform-dev": [] |
||
| 3998 | } |
||
| 3999 |