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