symfony-si /
symfony.si
This project does not seem to handle request data directly as such no vulnerable execution paths were found.
include, or for example
via PHP's auto-loading mechanism.
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
| 1 | { |
||
| 2 | "_readme": [ |
||
| 3 | "This file locks the dependencies of your project to a known state", |
||
| 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
| 5 | "This file is @generated automatically" |
||
| 6 | ], |
||
| 7 | "content-hash": "81b2a0e39914a6783cfa77c2eae12769", |
||
| 8 | "packages": [ |
||
| 9 | { |
||
| 10 | "name": "clue/stream-filter", |
||
| 11 | "version": "v1.3.0", |
||
| 12 | "source": { |
||
| 13 | "type": "git", |
||
| 14 | "url": "https://github.com/clue/php-stream-filter.git", |
||
| 15 | "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785" |
||
| 16 | }, |
||
| 17 | "dist": { |
||
| 18 | "type": "zip", |
||
| 19 | "url": "https://api.github.com/repos/clue/php-stream-filter/zipball/e3bf9415da163d9ad6701dccb407ed501ae69785", |
||
| 20 | "reference": "e3bf9415da163d9ad6701dccb407ed501ae69785", |
||
| 21 | "shasum": "" |
||
| 22 | }, |
||
| 23 | "require": { |
||
| 24 | "php": ">=5.3" |
||
| 25 | }, |
||
| 26 | "type": "library", |
||
| 27 | "autoload": { |
||
| 28 | "psr-4": { |
||
| 29 | "Clue\\StreamFilter\\": "src/" |
||
| 30 | }, |
||
| 31 | "files": [ |
||
| 32 | "src/functions.php" |
||
| 33 | ] |
||
| 34 | }, |
||
| 35 | "notification-url": "https://packagist.org/downloads/", |
||
| 36 | "license": [ |
||
| 37 | "MIT" |
||
| 38 | ], |
||
| 39 | "authors": [ |
||
| 40 | { |
||
| 41 | "name": "Christian Lück", |
||
| 42 | "email": "[email protected]" |
||
| 43 | } |
||
| 44 | ], |
||
| 45 | "description": "A simple and modern approach to stream filtering in PHP", |
||
| 46 | "homepage": "https://github.com/clue/php-stream-filter", |
||
| 47 | "keywords": [ |
||
| 48 | "bucket brigade", |
||
| 49 | "callback", |
||
| 50 | "filter", |
||
| 51 | "php_user_filter", |
||
| 52 | "stream", |
||
| 53 | "stream_filter_append", |
||
| 54 | "stream_filter_register" |
||
| 55 | ], |
||
| 56 | "time": "2015-11-08T23:41:30+00:00" |
||
| 57 | }, |
||
| 58 | { |
||
| 59 | "name": "composer/ca-bundle", |
||
| 60 | "version": "1.0.7", |
||
| 61 | "source": { |
||
| 62 | "type": "git", |
||
| 63 | "url": "https://github.com/composer/ca-bundle.git", |
||
| 64 | "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12" |
||
| 65 | }, |
||
| 66 | "dist": { |
||
| 67 | "type": "zip", |
||
| 68 | "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b17e6153cb7f33c7e44eb59578dc12eee5dc8e12", |
||
| 69 | "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12", |
||
| 70 | "shasum": "" |
||
| 71 | }, |
||
| 72 | "require": { |
||
| 73 | "ext-openssl": "*", |
||
| 74 | "ext-pcre": "*", |
||
| 75 | "php": "^5.3.2 || ^7.0" |
||
| 76 | }, |
||
| 77 | "require-dev": { |
||
| 78 | "phpunit/phpunit": "^4.5", |
||
| 79 | "psr/log": "^1.0", |
||
| 80 | "symfony/process": "^2.5 || ^3.0" |
||
| 81 | }, |
||
| 82 | "suggest": { |
||
| 83 | "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+" |
||
| 84 | }, |
||
| 85 | "type": "library", |
||
| 86 | "extra": { |
||
| 87 | "branch-alias": { |
||
| 88 | "dev-master": "1.x-dev" |
||
| 89 | } |
||
| 90 | }, |
||
| 91 | "autoload": { |
||
| 92 | "psr-4": { |
||
| 93 | "Composer\\CaBundle\\": "src" |
||
| 94 | } |
||
| 95 | }, |
||
| 96 | "notification-url": "https://packagist.org/downloads/", |
||
| 97 | "license": [ |
||
| 98 | "MIT" |
||
| 99 | ], |
||
| 100 | "authors": [ |
||
| 101 | { |
||
| 102 | "name": "Jordi Boggiano", |
||
| 103 | "email": "[email protected]", |
||
| 104 | "homepage": "http://seld.be" |
||
| 105 | } |
||
| 106 | ], |
||
| 107 | "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", |
||
| 108 | "keywords": [ |
||
| 109 | "cabundle", |
||
| 110 | "cacert", |
||
| 111 | "certificate", |
||
| 112 | "ssl", |
||
| 113 | "tls" |
||
| 114 | ], |
||
| 115 | "time": "2017-03-06T11:59:08+00:00" |
||
| 116 | }, |
||
| 117 | { |
||
| 118 | "name": "doctrine/annotations", |
||
| 119 | "version": "v1.4.0", |
||
| 120 | "source": { |
||
| 121 | "type": "git", |
||
| 122 | "url": "https://github.com/doctrine/annotations.git", |
||
| 123 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" |
||
| 124 | }, |
||
| 125 | "dist": { |
||
| 126 | "type": "zip", |
||
| 127 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", |
||
| 128 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", |
||
| 129 | "shasum": "" |
||
| 130 | }, |
||
| 131 | "require": { |
||
| 132 | "doctrine/lexer": "1.*", |
||
| 133 | "php": "^5.6 || ^7.0" |
||
| 134 | }, |
||
| 135 | "require-dev": { |
||
| 136 | "doctrine/cache": "1.*", |
||
| 137 | "phpunit/phpunit": "^5.7" |
||
| 138 | }, |
||
| 139 | "type": "library", |
||
| 140 | "extra": { |
||
| 141 | "branch-alias": { |
||
| 142 | "dev-master": "1.4.x-dev" |
||
| 143 | } |
||
| 144 | }, |
||
| 145 | "autoload": { |
||
| 146 | "psr-4": { |
||
| 147 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
| 148 | } |
||
| 149 | }, |
||
| 150 | "notification-url": "https://packagist.org/downloads/", |
||
| 151 | "license": [ |
||
| 152 | "MIT" |
||
| 153 | ], |
||
| 154 | "authors": [ |
||
| 155 | { |
||
| 156 | "name": "Roman Borschel", |
||
| 157 | "email": "[email protected]" |
||
| 158 | }, |
||
| 159 | { |
||
| 160 | "name": "Benjamin Eberlei", |
||
| 161 | "email": "[email protected]" |
||
| 162 | }, |
||
| 163 | { |
||
| 164 | "name": "Guilherme Blanco", |
||
| 165 | "email": "[email protected]" |
||
| 166 | }, |
||
| 167 | { |
||
| 168 | "name": "Jonathan Wage", |
||
| 169 | "email": "[email protected]" |
||
| 170 | }, |
||
| 171 | { |
||
| 172 | "name": "Johannes Schmitt", |
||
| 173 | "email": "[email protected]" |
||
| 174 | } |
||
| 175 | ], |
||
| 176 | "description": "Docblock Annotations Parser", |
||
| 177 | "homepage": "http://www.doctrine-project.org", |
||
| 178 | "keywords": [ |
||
| 179 | "annotations", |
||
| 180 | "docblock", |
||
| 181 | "parser" |
||
| 182 | ], |
||
| 183 | "time": "2017-02-24T16:22:25+00:00" |
||
| 184 | }, |
||
| 185 | { |
||
| 186 | "name": "doctrine/cache", |
||
| 187 | "version": "v1.6.1", |
||
| 188 | "source": { |
||
| 189 | "type": "git", |
||
| 190 | "url": "https://github.com/doctrine/cache.git", |
||
| 191 | "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3" |
||
| 192 | }, |
||
| 193 | "dist": { |
||
| 194 | "type": "zip", |
||
| 195 | "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3", |
||
| 196 | "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3", |
||
| 197 | "shasum": "" |
||
| 198 | }, |
||
| 199 | "require": { |
||
| 200 | "php": "~5.5|~7.0" |
||
| 201 | }, |
||
| 202 | "conflict": { |
||
| 203 | "doctrine/common": ">2.2,<2.4" |
||
| 204 | }, |
||
| 205 | "require-dev": { |
||
| 206 | "phpunit/phpunit": "~4.8|~5.0", |
||
| 207 | "predis/predis": "~1.0", |
||
| 208 | "satooshi/php-coveralls": "~0.6" |
||
| 209 | }, |
||
| 210 | "type": "library", |
||
| 211 | "extra": { |
||
| 212 | "branch-alias": { |
||
| 213 | "dev-master": "1.6.x-dev" |
||
| 214 | } |
||
| 215 | }, |
||
| 216 | "autoload": { |
||
| 217 | "psr-4": { |
||
| 218 | "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" |
||
| 219 | } |
||
| 220 | }, |
||
| 221 | "notification-url": "https://packagist.org/downloads/", |
||
| 222 | "license": [ |
||
| 223 | "MIT" |
||
| 224 | ], |
||
| 225 | "authors": [ |
||
| 226 | { |
||
| 227 | "name": "Roman Borschel", |
||
| 228 | "email": "[email protected]" |
||
| 229 | }, |
||
| 230 | { |
||
| 231 | "name": "Benjamin Eberlei", |
||
| 232 | "email": "[email protected]" |
||
| 233 | }, |
||
| 234 | { |
||
| 235 | "name": "Guilherme Blanco", |
||
| 236 | "email": "[email protected]" |
||
| 237 | }, |
||
| 238 | { |
||
| 239 | "name": "Jonathan Wage", |
||
| 240 | "email": "[email protected]" |
||
| 241 | }, |
||
| 242 | { |
||
| 243 | "name": "Johannes Schmitt", |
||
| 244 | "email": "[email protected]" |
||
| 245 | } |
||
| 246 | ], |
||
| 247 | "description": "Caching library offering an object-oriented API for many cache backends", |
||
| 248 | "homepage": "http://www.doctrine-project.org", |
||
| 249 | "keywords": [ |
||
| 250 | "cache", |
||
| 251 | "caching" |
||
| 252 | ], |
||
| 253 | "time": "2016-10-29T11:16:17+00:00" |
||
| 254 | }, |
||
| 255 | { |
||
| 256 | "name": "doctrine/collections", |
||
| 257 | "version": "v1.4.0", |
||
| 258 | "source": { |
||
| 259 | "type": "git", |
||
| 260 | "url": "https://github.com/doctrine/collections.git", |
||
| 261 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" |
||
| 262 | }, |
||
| 263 | "dist": { |
||
| 264 | "type": "zip", |
||
| 265 | "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
| 266 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
| 267 | "shasum": "" |
||
| 268 | }, |
||
| 269 | "require": { |
||
| 270 | "php": "^5.6 || ^7.0" |
||
| 271 | }, |
||
| 272 | "require-dev": { |
||
| 273 | "doctrine/coding-standard": "~0.1@dev", |
||
| 274 | "phpunit/phpunit": "^5.7" |
||
| 275 | }, |
||
| 276 | "type": "library", |
||
| 277 | "extra": { |
||
| 278 | "branch-alias": { |
||
| 279 | "dev-master": "1.3.x-dev" |
||
| 280 | } |
||
| 281 | }, |
||
| 282 | "autoload": { |
||
| 283 | "psr-0": { |
||
| 284 | "Doctrine\\Common\\Collections\\": "lib/" |
||
| 285 | } |
||
| 286 | }, |
||
| 287 | "notification-url": "https://packagist.org/downloads/", |
||
| 288 | "license": [ |
||
| 289 | "MIT" |
||
| 290 | ], |
||
| 291 | "authors": [ |
||
| 292 | { |
||
| 293 | "name": "Roman Borschel", |
||
| 294 | "email": "[email protected]" |
||
| 295 | }, |
||
| 296 | { |
||
| 297 | "name": "Benjamin Eberlei", |
||
| 298 | "email": "[email protected]" |
||
| 299 | }, |
||
| 300 | { |
||
| 301 | "name": "Guilherme Blanco", |
||
| 302 | "email": "[email protected]" |
||
| 303 | }, |
||
| 304 | { |
||
| 305 | "name": "Jonathan Wage", |
||
| 306 | "email": "[email protected]" |
||
| 307 | }, |
||
| 308 | { |
||
| 309 | "name": "Johannes Schmitt", |
||
| 310 | "email": "[email protected]" |
||
| 311 | } |
||
| 312 | ], |
||
| 313 | "description": "Collections Abstraction library", |
||
| 314 | "homepage": "http://www.doctrine-project.org", |
||
| 315 | "keywords": [ |
||
| 316 | "array", |
||
| 317 | "collections", |
||
| 318 | "iterator" |
||
| 319 | ], |
||
| 320 | "time": "2017-01-03T10:49:41+00:00" |
||
| 321 | }, |
||
| 322 | { |
||
| 323 | "name": "doctrine/common", |
||
| 324 | "version": "v2.7.2", |
||
| 325 | "source": { |
||
| 326 | "type": "git", |
||
| 327 | "url": "https://github.com/doctrine/common.git", |
||
| 328 | "reference": "930297026c8009a567ac051fd545bf6124150347" |
||
| 329 | }, |
||
| 330 | "dist": { |
||
| 331 | "type": "zip", |
||
| 332 | "url": "https://api.github.com/repos/doctrine/common/zipball/930297026c8009a567ac051fd545bf6124150347", |
||
| 333 | "reference": "930297026c8009a567ac051fd545bf6124150347", |
||
| 334 | "shasum": "" |
||
| 335 | }, |
||
| 336 | "require": { |
||
| 337 | "doctrine/annotations": "1.*", |
||
| 338 | "doctrine/cache": "1.*", |
||
| 339 | "doctrine/collections": "1.*", |
||
| 340 | "doctrine/inflector": "1.*", |
||
| 341 | "doctrine/lexer": "1.*", |
||
| 342 | "php": "~5.6|~7.0" |
||
| 343 | }, |
||
| 344 | "require-dev": { |
||
| 345 | "phpunit/phpunit": "^5.4.6" |
||
| 346 | }, |
||
| 347 | "type": "library", |
||
| 348 | "extra": { |
||
| 349 | "branch-alias": { |
||
| 350 | "dev-master": "2.7.x-dev" |
||
| 351 | } |
||
| 352 | }, |
||
| 353 | "autoload": { |
||
| 354 | "psr-4": { |
||
| 355 | "Doctrine\\Common\\": "lib/Doctrine/Common" |
||
| 356 | } |
||
| 357 | }, |
||
| 358 | "notification-url": "https://packagist.org/downloads/", |
||
| 359 | "license": [ |
||
| 360 | "MIT" |
||
| 361 | ], |
||
| 362 | "authors": [ |
||
| 363 | { |
||
| 364 | "name": "Roman Borschel", |
||
| 365 | "email": "[email protected]" |
||
| 366 | }, |
||
| 367 | { |
||
| 368 | "name": "Benjamin Eberlei", |
||
| 369 | "email": "[email protected]" |
||
| 370 | }, |
||
| 371 | { |
||
| 372 | "name": "Guilherme Blanco", |
||
| 373 | "email": "[email protected]" |
||
| 374 | }, |
||
| 375 | { |
||
| 376 | "name": "Jonathan Wage", |
||
| 377 | "email": "[email protected]" |
||
| 378 | }, |
||
| 379 | { |
||
| 380 | "name": "Johannes Schmitt", |
||
| 381 | "email": "[email protected]" |
||
| 382 | } |
||
| 383 | ], |
||
| 384 | "description": "Common Library for Doctrine projects", |
||
| 385 | "homepage": "http://www.doctrine-project.org", |
||
| 386 | "keywords": [ |
||
| 387 | "annotations", |
||
| 388 | "collections", |
||
| 389 | "eventmanager", |
||
| 390 | "persistence", |
||
| 391 | "spl" |
||
| 392 | ], |
||
| 393 | "time": "2017-01-13T14:02:13+00:00" |
||
| 394 | }, |
||
| 395 | { |
||
| 396 | "name": "doctrine/dbal", |
||
| 397 | "version": "v2.5.12", |
||
| 398 | "source": { |
||
| 399 | "type": "git", |
||
| 400 | "url": "https://github.com/doctrine/dbal.git", |
||
| 401 | "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44" |
||
| 402 | }, |
||
| 403 | "dist": { |
||
| 404 | "type": "zip", |
||
| 405 | "url": "https://api.github.com/repos/doctrine/dbal/zipball/7b9e911f9d8b30d43b96853dab26898c710d8f44", |
||
| 406 | "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44", |
||
| 407 | "shasum": "" |
||
| 408 | }, |
||
| 409 | "require": { |
||
| 410 | "doctrine/common": ">=2.4,<2.8-dev", |
||
| 411 | "php": ">=5.3.2" |
||
| 412 | }, |
||
| 413 | "require-dev": { |
||
| 414 | "phpunit/phpunit": "4.*", |
||
| 415 | "symfony/console": "2.*||^3.0" |
||
| 416 | }, |
||
| 417 | "suggest": { |
||
| 418 | "symfony/console": "For helpful console commands such as SQL execution and import of files." |
||
| 419 | }, |
||
| 420 | "bin": [ |
||
| 421 | "bin/doctrine-dbal" |
||
| 422 | ], |
||
| 423 | "type": "library", |
||
| 424 | "extra": { |
||
| 425 | "branch-alias": { |
||
| 426 | "dev-master": "2.5.x-dev" |
||
| 427 | } |
||
| 428 | }, |
||
| 429 | "autoload": { |
||
| 430 | "psr-0": { |
||
| 431 | "Doctrine\\DBAL\\": "lib/" |
||
| 432 | } |
||
| 433 | }, |
||
| 434 | "notification-url": "https://packagist.org/downloads/", |
||
| 435 | "license": [ |
||
| 436 | "MIT" |
||
| 437 | ], |
||
| 438 | "authors": [ |
||
| 439 | { |
||
| 440 | "name": "Roman Borschel", |
||
| 441 | "email": "[email protected]" |
||
| 442 | }, |
||
| 443 | { |
||
| 444 | "name": "Benjamin Eberlei", |
||
| 445 | "email": "[email protected]" |
||
| 446 | }, |
||
| 447 | { |
||
| 448 | "name": "Guilherme Blanco", |
||
| 449 | "email": "[email protected]" |
||
| 450 | }, |
||
| 451 | { |
||
| 452 | "name": "Jonathan Wage", |
||
| 453 | "email": "[email protected]" |
||
| 454 | } |
||
| 455 | ], |
||
| 456 | "description": "Database Abstraction Layer", |
||
| 457 | "homepage": "http://www.doctrine-project.org", |
||
| 458 | "keywords": [ |
||
| 459 | "database", |
||
| 460 | "dbal", |
||
| 461 | "persistence", |
||
| 462 | "queryobject" |
||
| 463 | ], |
||
| 464 | "time": "2017-02-08T12:53:47+00:00" |
||
| 465 | }, |
||
| 466 | { |
||
| 467 | "name": "doctrine/doctrine-bundle", |
||
| 468 | "version": "1.6.8", |
||
| 469 | "source": { |
||
| 470 | "type": "git", |
||
| 471 | "url": "https://github.com/doctrine/DoctrineBundle.git", |
||
| 472 | "reference": "6e96577cbbdbb5b6dcca2ff203d665976b51beb0" |
||
| 473 | }, |
||
| 474 | "dist": { |
||
| 475 | "type": "zip", |
||
| 476 | "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/6e96577cbbdbb5b6dcca2ff203d665976b51beb0", |
||
| 477 | "reference": "6e96577cbbdbb5b6dcca2ff203d665976b51beb0", |
||
| 478 | "shasum": "" |
||
| 479 | }, |
||
| 480 | "require": { |
||
| 481 | "doctrine/dbal": "~2.3", |
||
| 482 | "doctrine/doctrine-cache-bundle": "~1.2", |
||
| 483 | "jdorn/sql-formatter": "~1.1", |
||
| 484 | "php": ">=5.5.9", |
||
| 485 | "symfony/console": "~2.7|~3.0|~4.0", |
||
| 486 | "symfony/dependency-injection": "~2.7|~3.0|~4.0", |
||
| 487 | "symfony/doctrine-bridge": "~2.7|~3.0|~4.0", |
||
| 488 | "symfony/framework-bundle": "~2.7|~3.0|~4.0" |
||
| 489 | }, |
||
| 490 | "require-dev": { |
||
| 491 | "doctrine/orm": "~2.3", |
||
| 492 | "phpunit/phpunit": "~4", |
||
| 493 | "satooshi/php-coveralls": "^1.0", |
||
| 494 | "symfony/phpunit-bridge": "~2.7|~3.0|~4.0", |
||
| 495 | "symfony/property-info": "~2.8|~3.0|~4.0", |
||
| 496 | "symfony/validator": "~2.7|~3.0|~4.0", |
||
| 497 | "symfony/yaml": "~2.7|~3.0|~4.0", |
||
| 498 | "twig/twig": "~1.12|~2.0" |
||
| 499 | }, |
||
| 500 | "suggest": { |
||
| 501 | "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", |
||
| 502 | "symfony/web-profiler-bundle": "To use the data collector." |
||
| 503 | }, |
||
| 504 | "type": "symfony-bundle", |
||
| 505 | "extra": { |
||
| 506 | "branch-alias": { |
||
| 507 | "dev-master": "1.6.x-dev" |
||
| 508 | } |
||
| 509 | }, |
||
| 510 | "autoload": { |
||
| 511 | "psr-4": { |
||
| 512 | "Doctrine\\Bundle\\DoctrineBundle\\": "" |
||
| 513 | } |
||
| 514 | }, |
||
| 515 | "notification-url": "https://packagist.org/downloads/", |
||
| 516 | "license": [ |
||
| 517 | "MIT" |
||
| 518 | ], |
||
| 519 | "authors": [ |
||
| 520 | { |
||
| 521 | "name": "Symfony Community", |
||
| 522 | "homepage": "http://symfony.com/contributors" |
||
| 523 | }, |
||
| 524 | { |
||
| 525 | "name": "Benjamin Eberlei", |
||
| 526 | "email": "[email protected]" |
||
| 527 | }, |
||
| 528 | { |
||
| 529 | "name": "Doctrine Project", |
||
| 530 | "homepage": "http://www.doctrine-project.org/" |
||
| 531 | }, |
||
| 532 | { |
||
| 533 | "name": "Fabien Potencier", |
||
| 534 | "email": "[email protected]" |
||
| 535 | } |
||
| 536 | ], |
||
| 537 | "description": "Symfony DoctrineBundle", |
||
| 538 | "homepage": "http://www.doctrine-project.org", |
||
| 539 | "keywords": [ |
||
| 540 | "database", |
||
| 541 | "dbal", |
||
| 542 | "orm", |
||
| 543 | "persistence" |
||
| 544 | ], |
||
| 545 | "time": "2017-05-18T08:15:18+00:00" |
||
| 546 | }, |
||
| 547 | { |
||
| 548 | "name": "doctrine/doctrine-cache-bundle", |
||
| 549 | "version": "1.3.0", |
||
| 550 | "source": { |
||
| 551 | "type": "git", |
||
| 552 | "url": "https://github.com/doctrine/DoctrineCacheBundle.git", |
||
| 553 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504" |
||
| 554 | }, |
||
| 555 | "dist": { |
||
| 556 | "type": "zip", |
||
| 557 | "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
| 558 | "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504", |
||
| 559 | "shasum": "" |
||
| 560 | }, |
||
| 561 | "require": { |
||
| 562 | "doctrine/cache": "^1.4.2", |
||
| 563 | "doctrine/inflector": "~1.0", |
||
| 564 | "php": ">=5.3.2", |
||
| 565 | "symfony/doctrine-bridge": "~2.2|~3.0" |
||
| 566 | }, |
||
| 567 | "require-dev": { |
||
| 568 | "instaclick/coding-standard": "~1.1", |
||
| 569 | "instaclick/object-calisthenics-sniffs": "dev-master", |
||
| 570 | "instaclick/symfony2-coding-standard": "dev-remaster", |
||
| 571 | "phpunit/phpunit": "~4", |
||
| 572 | "predis/predis": "~0.8", |
||
| 573 | "satooshi/php-coveralls": "~0.6.1", |
||
| 574 | "squizlabs/php_codesniffer": "~1.5", |
||
| 575 | "symfony/console": "~2.2|~3.0", |
||
| 576 | "symfony/finder": "~2.2|~3.0", |
||
| 577 | "symfony/framework-bundle": "~2.2|~3.0", |
||
| 578 | "symfony/phpunit-bridge": "~2.7|~3.0", |
||
| 579 | "symfony/security-acl": "~2.3|~3.0", |
||
| 580 | "symfony/validator": "~2.2|~3.0", |
||
| 581 | "symfony/yaml": "~2.2|~3.0" |
||
| 582 | }, |
||
| 583 | "suggest": { |
||
| 584 | "symfony/security-acl": "For using this bundle to cache ACLs" |
||
| 585 | }, |
||
| 586 | "type": "symfony-bundle", |
||
| 587 | "extra": { |
||
| 588 | "branch-alias": { |
||
| 589 | "dev-master": "1.2.x-dev" |
||
| 590 | } |
||
| 591 | }, |
||
| 592 | "autoload": { |
||
| 593 | "psr-4": { |
||
| 594 | "Doctrine\\Bundle\\DoctrineCacheBundle\\": "" |
||
| 595 | } |
||
| 596 | }, |
||
| 597 | "notification-url": "https://packagist.org/downloads/", |
||
| 598 | "license": [ |
||
| 599 | "MIT" |
||
| 600 | ], |
||
| 601 | "authors": [ |
||
| 602 | { |
||
| 603 | "name": "Symfony Community", |
||
| 604 | "homepage": "http://symfony.com/contributors" |
||
| 605 | }, |
||
| 606 | { |
||
| 607 | "name": "Benjamin Eberlei", |
||
| 608 | "email": "[email protected]" |
||
| 609 | }, |
||
| 610 | { |
||
| 611 | "name": "Fabio B. Silva", |
||
| 612 | "email": "[email protected]" |
||
| 613 | }, |
||
| 614 | { |
||
| 615 | "name": "Guilherme Blanco", |
||
| 616 | "email": "[email protected]" |
||
| 617 | }, |
||
| 618 | { |
||
| 619 | "name": "Doctrine Project", |
||
| 620 | "homepage": "http://www.doctrine-project.org/" |
||
| 621 | }, |
||
| 622 | { |
||
| 623 | "name": "Fabien Potencier", |
||
| 624 | "email": "[email protected]" |
||
| 625 | } |
||
| 626 | ], |
||
| 627 | "description": "Symfony Bundle for Doctrine Cache", |
||
| 628 | "homepage": "http://www.doctrine-project.org", |
||
| 629 | "keywords": [ |
||
| 630 | "cache", |
||
| 631 | "caching" |
||
| 632 | ], |
||
| 633 | "time": "2016-01-26T17:28:51+00:00" |
||
| 634 | }, |
||
| 635 | { |
||
| 636 | "name": "doctrine/inflector", |
||
| 637 | "version": "v1.1.0", |
||
| 638 | "source": { |
||
| 639 | "type": "git", |
||
| 640 | "url": "https://github.com/doctrine/inflector.git", |
||
| 641 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" |
||
| 642 | }, |
||
| 643 | "dist": { |
||
| 644 | "type": "zip", |
||
| 645 | "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", |
||
| 646 | "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", |
||
| 647 | "shasum": "" |
||
| 648 | }, |
||
| 649 | "require": { |
||
| 650 | "php": ">=5.3.2" |
||
| 651 | }, |
||
| 652 | "require-dev": { |
||
| 653 | "phpunit/phpunit": "4.*" |
||
| 654 | }, |
||
| 655 | "type": "library", |
||
| 656 | "extra": { |
||
| 657 | "branch-alias": { |
||
| 658 | "dev-master": "1.1.x-dev" |
||
| 659 | } |
||
| 660 | }, |
||
| 661 | "autoload": { |
||
| 662 | "psr-0": { |
||
| 663 | "Doctrine\\Common\\Inflector\\": "lib/" |
||
| 664 | } |
||
| 665 | }, |
||
| 666 | "notification-url": "https://packagist.org/downloads/", |
||
| 667 | "license": [ |
||
| 668 | "MIT" |
||
| 669 | ], |
||
| 670 | "authors": [ |
||
| 671 | { |
||
| 672 | "name": "Roman Borschel", |
||
| 673 | "email": "[email protected]" |
||
| 674 | }, |
||
| 675 | { |
||
| 676 | "name": "Benjamin Eberlei", |
||
| 677 | "email": "[email protected]" |
||
| 678 | }, |
||
| 679 | { |
||
| 680 | "name": "Guilherme Blanco", |
||
| 681 | "email": "[email protected]" |
||
| 682 | }, |
||
| 683 | { |
||
| 684 | "name": "Jonathan Wage", |
||
| 685 | "email": "[email protected]" |
||
| 686 | }, |
||
| 687 | { |
||
| 688 | "name": "Johannes Schmitt", |
||
| 689 | "email": "[email protected]" |
||
| 690 | } |
||
| 691 | ], |
||
| 692 | "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
||
| 693 | "homepage": "http://www.doctrine-project.org", |
||
| 694 | "keywords": [ |
||
| 695 | "inflection", |
||
| 696 | "pluralize", |
||
| 697 | "singularize", |
||
| 698 | "string" |
||
| 699 | ], |
||
| 700 | "time": "2015-11-06T14:35:42+00:00" |
||
| 701 | }, |
||
| 702 | { |
||
| 703 | "name": "doctrine/instantiator", |
||
| 704 | "version": "1.0.5", |
||
| 705 | "source": { |
||
| 706 | "type": "git", |
||
| 707 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 708 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
| 709 | }, |
||
| 710 | "dist": { |
||
| 711 | "type": "zip", |
||
| 712 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 713 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 714 | "shasum": "" |
||
| 715 | }, |
||
| 716 | "require": { |
||
| 717 | "php": ">=5.3,<8.0-DEV" |
||
| 718 | }, |
||
| 719 | "require-dev": { |
||
| 720 | "athletic/athletic": "~0.1.8", |
||
| 721 | "ext-pdo": "*", |
||
| 722 | "ext-phar": "*", |
||
| 723 | "phpunit/phpunit": "~4.0", |
||
| 724 | "squizlabs/php_codesniffer": "~2.0" |
||
| 725 | }, |
||
| 726 | "type": "library", |
||
| 727 | "extra": { |
||
| 728 | "branch-alias": { |
||
| 729 | "dev-master": "1.0.x-dev" |
||
| 730 | } |
||
| 731 | }, |
||
| 732 | "autoload": { |
||
| 733 | "psr-4": { |
||
| 734 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
| 735 | } |
||
| 736 | }, |
||
| 737 | "notification-url": "https://packagist.org/downloads/", |
||
| 738 | "license": [ |
||
| 739 | "MIT" |
||
| 740 | ], |
||
| 741 | "authors": [ |
||
| 742 | { |
||
| 743 | "name": "Marco Pivetta", |
||
| 744 | "email": "[email protected]", |
||
| 745 | "homepage": "http://ocramius.github.com/" |
||
| 746 | } |
||
| 747 | ], |
||
| 748 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 749 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 750 | "keywords": [ |
||
| 751 | "constructor", |
||
| 752 | "instantiate" |
||
| 753 | ], |
||
| 754 | "time": "2015-06-14T21:17:01+00:00" |
||
| 755 | }, |
||
| 756 | { |
||
| 757 | "name": "doctrine/lexer", |
||
| 758 | "version": "v1.0.1", |
||
| 759 | "source": { |
||
| 760 | "type": "git", |
||
| 761 | "url": "https://github.com/doctrine/lexer.git", |
||
| 762 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
| 763 | }, |
||
| 764 | "dist": { |
||
| 765 | "type": "zip", |
||
| 766 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 767 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 768 | "shasum": "" |
||
| 769 | }, |
||
| 770 | "require": { |
||
| 771 | "php": ">=5.3.2" |
||
| 772 | }, |
||
| 773 | "type": "library", |
||
| 774 | "extra": { |
||
| 775 | "branch-alias": { |
||
| 776 | "dev-master": "1.0.x-dev" |
||
| 777 | } |
||
| 778 | }, |
||
| 779 | "autoload": { |
||
| 780 | "psr-0": { |
||
| 781 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 782 | } |
||
| 783 | }, |
||
| 784 | "notification-url": "https://packagist.org/downloads/", |
||
| 785 | "license": [ |
||
| 786 | "MIT" |
||
| 787 | ], |
||
| 788 | "authors": [ |
||
| 789 | { |
||
| 790 | "name": "Roman Borschel", |
||
| 791 | "email": "[email protected]" |
||
| 792 | }, |
||
| 793 | { |
||
| 794 | "name": "Guilherme Blanco", |
||
| 795 | "email": "[email protected]" |
||
| 796 | }, |
||
| 797 | { |
||
| 798 | "name": "Johannes Schmitt", |
||
| 799 | "email": "[email protected]" |
||
| 800 | } |
||
| 801 | ], |
||
| 802 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 803 | "homepage": "http://www.doctrine-project.org", |
||
| 804 | "keywords": [ |
||
| 805 | "lexer", |
||
| 806 | "parser" |
||
| 807 | ], |
||
| 808 | "time": "2014-09-09T13:34:57+00:00" |
||
| 809 | }, |
||
| 810 | { |
||
| 811 | "name": "doctrine/orm", |
||
| 812 | "version": "v2.5.6", |
||
| 813 | "source": { |
||
| 814 | "type": "git", |
||
| 815 | "url": "https://github.com/doctrine/doctrine2.git", |
||
| 816 | "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b" |
||
| 817 | }, |
||
| 818 | "dist": { |
||
| 819 | "type": "zip", |
||
| 820 | "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/e6c434196c8ef058239aaa0724b4aadb0107940b", |
||
| 821 | "reference": "e6c434196c8ef058239aaa0724b4aadb0107940b", |
||
| 822 | "shasum": "" |
||
| 823 | }, |
||
| 824 | "require": { |
||
| 825 | "doctrine/cache": "~1.4", |
||
| 826 | "doctrine/collections": "~1.2", |
||
| 827 | "doctrine/common": ">=2.5-dev,<2.8-dev", |
||
| 828 | "doctrine/dbal": ">=2.5-dev,<2.6-dev", |
||
| 829 | "doctrine/instantiator": "~1.0.1", |
||
| 830 | "ext-pdo": "*", |
||
| 831 | "php": ">=5.4", |
||
| 832 | "symfony/console": "~2.5|~3.0" |
||
| 833 | }, |
||
| 834 | "require-dev": { |
||
| 835 | "phpunit/phpunit": "~4.0", |
||
| 836 | "symfony/yaml": "~2.3|~3.0" |
||
| 837 | }, |
||
| 838 | "suggest": { |
||
| 839 | "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" |
||
| 840 | }, |
||
| 841 | "bin": [ |
||
| 842 | "bin/doctrine", |
||
| 843 | "bin/doctrine.php" |
||
| 844 | ], |
||
| 845 | "type": "library", |
||
| 846 | "extra": { |
||
| 847 | "branch-alias": { |
||
| 848 | "dev-master": "2.6.x-dev" |
||
| 849 | } |
||
| 850 | }, |
||
| 851 | "autoload": { |
||
| 852 | "psr-0": { |
||
| 853 | "Doctrine\\ORM\\": "lib/" |
||
| 854 | } |
||
| 855 | }, |
||
| 856 | "notification-url": "https://packagist.org/downloads/", |
||
| 857 | "license": [ |
||
| 858 | "MIT" |
||
| 859 | ], |
||
| 860 | "authors": [ |
||
| 861 | { |
||
| 862 | "name": "Roman Borschel", |
||
| 863 | "email": "[email protected]" |
||
| 864 | }, |
||
| 865 | { |
||
| 866 | "name": "Benjamin Eberlei", |
||
| 867 | "email": "[email protected]" |
||
| 868 | }, |
||
| 869 | { |
||
| 870 | "name": "Guilherme Blanco", |
||
| 871 | "email": "[email protected]" |
||
| 872 | }, |
||
| 873 | { |
||
| 874 | "name": "Jonathan Wage", |
||
| 875 | "email": "[email protected]" |
||
| 876 | } |
||
| 877 | ], |
||
| 878 | "description": "Object-Relational-Mapper for PHP", |
||
| 879 | "homepage": "http://www.doctrine-project.org", |
||
| 880 | "keywords": [ |
||
| 881 | "database", |
||
| 882 | "orm" |
||
| 883 | ], |
||
| 884 | "time": "2016-12-18T15:42:34+00:00" |
||
| 885 | }, |
||
| 886 | { |
||
| 887 | "name": "erusev/parsedown", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 888 | "version": "1.6.2", |
||
| 889 | "source": { |
||
| 890 | "type": "git", |
||
| 891 | "url": "https://github.com/erusev/parsedown.git", |
||
| 892 | "reference": "1bf24f7334fe16c88bf9d467863309ceaf285b01" |
||
| 893 | }, |
||
| 894 | "dist": { |
||
| 895 | "type": "zip", |
||
| 896 | "url": "https://api.github.com/repos/erusev/parsedown/zipball/1bf24f7334fe16c88bf9d467863309ceaf285b01", |
||
| 897 | "reference": "1bf24f7334fe16c88bf9d467863309ceaf285b01", |
||
| 898 | "shasum": "" |
||
| 899 | }, |
||
| 900 | "require": { |
||
| 901 | "php": ">=5.3.0" |
||
| 902 | }, |
||
| 903 | "type": "library", |
||
| 904 | "autoload": { |
||
| 905 | "psr-0": { |
||
| 906 | "Parsedown": "" |
||
| 907 | } |
||
| 908 | }, |
||
| 909 | "notification-url": "https://packagist.org/downloads/", |
||
| 910 | "license": [ |
||
| 911 | "MIT" |
||
| 912 | ], |
||
| 913 | "authors": [ |
||
| 914 | { |
||
| 915 | "name": "Emanuil Rusev", |
||
| 916 | "email": "[email protected]", |
||
| 917 | "homepage": "http://erusev.com" |
||
| 918 | } |
||
| 919 | ], |
||
| 920 | "description": "Parser for Markdown.", |
||
| 921 | "homepage": "http://parsedown.org", |
||
| 922 | "keywords": [ |
||
| 923 | "markdown", |
||
| 924 | "parser" |
||
| 925 | ], |
||
| 926 | "time": "2017-03-29T16:04:15+00:00" |
||
| 927 | }, |
||
| 928 | { |
||
| 929 | "name": "fig/link-util", |
||
| 930 | "version": "1.0.0", |
||
| 931 | "source": { |
||
| 932 | "type": "git", |
||
| 933 | "url": "https://github.com/php-fig/link-util.git", |
||
| 934 | "reference": "1a07821801a148be4add11ab0603e4af55a72fac" |
||
| 935 | }, |
||
| 936 | "dist": { |
||
| 937 | "type": "zip", |
||
| 938 | "url": "https://api.github.com/repos/php-fig/link-util/zipball/1a07821801a148be4add11ab0603e4af55a72fac", |
||
| 939 | "reference": "1a07821801a148be4add11ab0603e4af55a72fac", |
||
| 940 | "shasum": "" |
||
| 941 | }, |
||
| 942 | "require": { |
||
| 943 | "php": ">=5.5.0", |
||
| 944 | "psr/link": "~1.0@dev" |
||
| 945 | }, |
||
| 946 | "require-dev": { |
||
| 947 | "phpunit/phpunit": "^5.1", |
||
| 948 | "squizlabs/php_codesniffer": "^2.3.1" |
||
| 949 | }, |
||
| 950 | "type": "library", |
||
| 951 | "extra": { |
||
| 952 | "branch-alias": { |
||
| 953 | "dev-master": "1.0.x-dev" |
||
| 954 | } |
||
| 955 | }, |
||
| 956 | "autoload": { |
||
| 957 | "psr-4": { |
||
| 958 | "Fig\\Link\\": "src/" |
||
| 959 | } |
||
| 960 | }, |
||
| 961 | "notification-url": "https://packagist.org/downloads/", |
||
| 962 | "license": [ |
||
| 963 | "MIT" |
||
| 964 | ], |
||
| 965 | "authors": [ |
||
| 966 | { |
||
| 967 | "name": "PHP-FIG", |
||
| 968 | "homepage": "http://www.php-fig.org/" |
||
| 969 | } |
||
| 970 | ], |
||
| 971 | "description": "Common utility implementations for HTTP links", |
||
| 972 | "keywords": [ |
||
| 973 | "http", |
||
| 974 | "http-link", |
||
| 975 | "link", |
||
| 976 | "psr", |
||
| 977 | "psr-13", |
||
| 978 | "rest" |
||
| 979 | ], |
||
| 980 | "time": "2016-10-17T18:31:11+00:00" |
||
| 981 | }, |
||
| 982 | { |
||
| 983 | "name": "guzzlehttp/guzzle", |
||
| 984 | "version": "6.2.3", |
||
| 985 | "source": { |
||
| 986 | "type": "git", |
||
| 987 | "url": "https://github.com/guzzle/guzzle.git", |
||
| 988 | "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006" |
||
| 989 | }, |
||
| 990 | "dist": { |
||
| 991 | "type": "zip", |
||
| 992 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006", |
||
| 993 | "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006", |
||
| 994 | "shasum": "" |
||
| 995 | }, |
||
| 996 | "require": { |
||
| 997 | "guzzlehttp/promises": "^1.0", |
||
| 998 | "guzzlehttp/psr7": "^1.4", |
||
| 999 | "php": ">=5.5" |
||
| 1000 | }, |
||
| 1001 | "require-dev": { |
||
| 1002 | "ext-curl": "*", |
||
| 1003 | "phpunit/phpunit": "^4.0", |
||
| 1004 | "psr/log": "^1.0" |
||
| 1005 | }, |
||
| 1006 | "type": "library", |
||
| 1007 | "extra": { |
||
| 1008 | "branch-alias": { |
||
| 1009 | "dev-master": "6.2-dev" |
||
| 1010 | } |
||
| 1011 | }, |
||
| 1012 | "autoload": { |
||
| 1013 | "files": [ |
||
| 1014 | "src/functions_include.php" |
||
| 1015 | ], |
||
| 1016 | "psr-4": { |
||
| 1017 | "GuzzleHttp\\": "src/" |
||
| 1018 | } |
||
| 1019 | }, |
||
| 1020 | "notification-url": "https://packagist.org/downloads/", |
||
| 1021 | "license": [ |
||
| 1022 | "MIT" |
||
| 1023 | ], |
||
| 1024 | "authors": [ |
||
| 1025 | { |
||
| 1026 | "name": "Michael Dowling", |
||
| 1027 | "email": "[email protected]", |
||
| 1028 | "homepage": "https://github.com/mtdowling" |
||
| 1029 | } |
||
| 1030 | ], |
||
| 1031 | "description": "Guzzle is a PHP HTTP client library", |
||
| 1032 | "homepage": "http://guzzlephp.org/", |
||
| 1033 | "keywords": [ |
||
| 1034 | "client", |
||
| 1035 | "curl", |
||
| 1036 | "framework", |
||
| 1037 | "http", |
||
| 1038 | "http client", |
||
| 1039 | "rest", |
||
| 1040 | "web service" |
||
| 1041 | ], |
||
| 1042 | "time": "2017-02-28T22:50:30+00:00" |
||
| 1043 | }, |
||
| 1044 | { |
||
| 1045 | "name": "guzzlehttp/promises", |
||
| 1046 | "version": "v1.3.1", |
||
| 1047 | "source": { |
||
| 1048 | "type": "git", |
||
| 1049 | "url": "https://github.com/guzzle/promises.git", |
||
| 1050 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
| 1051 | }, |
||
| 1052 | "dist": { |
||
| 1053 | "type": "zip", |
||
| 1054 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
| 1055 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
| 1056 | "shasum": "" |
||
| 1057 | }, |
||
| 1058 | "require": { |
||
| 1059 | "php": ">=5.5.0" |
||
| 1060 | }, |
||
| 1061 | "require-dev": { |
||
| 1062 | "phpunit/phpunit": "^4.0" |
||
| 1063 | }, |
||
| 1064 | "type": "library", |
||
| 1065 | "extra": { |
||
| 1066 | "branch-alias": { |
||
| 1067 | "dev-master": "1.4-dev" |
||
| 1068 | } |
||
| 1069 | }, |
||
| 1070 | "autoload": { |
||
| 1071 | "psr-4": { |
||
| 1072 | "GuzzleHttp\\Promise\\": "src/" |
||
| 1073 | }, |
||
| 1074 | "files": [ |
||
| 1075 | "src/functions_include.php" |
||
| 1076 | ] |
||
| 1077 | }, |
||
| 1078 | "notification-url": "https://packagist.org/downloads/", |
||
| 1079 | "license": [ |
||
| 1080 | "MIT" |
||
| 1081 | ], |
||
| 1082 | "authors": [ |
||
| 1083 | { |
||
| 1084 | "name": "Michael Dowling", |
||
| 1085 | "email": "[email protected]", |
||
| 1086 | "homepage": "https://github.com/mtdowling" |
||
| 1087 | } |
||
| 1088 | ], |
||
| 1089 | "description": "Guzzle promises library", |
||
| 1090 | "keywords": [ |
||
| 1091 | "promise" |
||
| 1092 | ], |
||
| 1093 | "time": "2016-12-20T10:07:11+00:00" |
||
| 1094 | }, |
||
| 1095 | { |
||
| 1096 | "name": "guzzlehttp/psr7", |
||
| 1097 | "version": "1.4.2", |
||
| 1098 | "source": { |
||
| 1099 | "type": "git", |
||
| 1100 | "url": "https://github.com/guzzle/psr7.git", |
||
| 1101 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" |
||
| 1102 | }, |
||
| 1103 | "dist": { |
||
| 1104 | "type": "zip", |
||
| 1105 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
| 1106 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
| 1107 | "shasum": "" |
||
| 1108 | }, |
||
| 1109 | "require": { |
||
| 1110 | "php": ">=5.4.0", |
||
| 1111 | "psr/http-message": "~1.0" |
||
| 1112 | }, |
||
| 1113 | "provide": { |
||
| 1114 | "psr/http-message-implementation": "1.0" |
||
| 1115 | }, |
||
| 1116 | "require-dev": { |
||
| 1117 | "phpunit/phpunit": "~4.0" |
||
| 1118 | }, |
||
| 1119 | "type": "library", |
||
| 1120 | "extra": { |
||
| 1121 | "branch-alias": { |
||
| 1122 | "dev-master": "1.4-dev" |
||
| 1123 | } |
||
| 1124 | }, |
||
| 1125 | "autoload": { |
||
| 1126 | "psr-4": { |
||
| 1127 | "GuzzleHttp\\Psr7\\": "src/" |
||
| 1128 | }, |
||
| 1129 | "files": [ |
||
| 1130 | "src/functions_include.php" |
||
| 1131 | ] |
||
| 1132 | }, |
||
| 1133 | "notification-url": "https://packagist.org/downloads/", |
||
| 1134 | "license": [ |
||
| 1135 | "MIT" |
||
| 1136 | ], |
||
| 1137 | "authors": [ |
||
| 1138 | { |
||
| 1139 | "name": "Michael Dowling", |
||
| 1140 | "email": "[email protected]", |
||
| 1141 | "homepage": "https://github.com/mtdowling" |
||
| 1142 | }, |
||
| 1143 | { |
||
| 1144 | "name": "Tobias Schultze", |
||
| 1145 | "homepage": "https://github.com/Tobion" |
||
| 1146 | } |
||
| 1147 | ], |
||
| 1148 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
| 1149 | "keywords": [ |
||
| 1150 | "http", |
||
| 1151 | "message", |
||
| 1152 | "request", |
||
| 1153 | "response", |
||
| 1154 | "stream", |
||
| 1155 | "uri", |
||
| 1156 | "url" |
||
| 1157 | ], |
||
| 1158 | "time": "2017-03-20T17:10:46+00:00" |
||
| 1159 | }, |
||
| 1160 | { |
||
| 1161 | "name": "incenteev/composer-parameter-handler", |
||
| 1162 | "version": "v2.1.2", |
||
| 1163 | "source": { |
||
| 1164 | "type": "git", |
||
| 1165 | "url": "https://github.com/Incenteev/ParameterHandler.git", |
||
| 1166 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc" |
||
| 1167 | }, |
||
| 1168 | "dist": { |
||
| 1169 | "type": "zip", |
||
| 1170 | "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
| 1171 | "reference": "d7ce7f06136109e81d1cb9d57066c4d4a99cf1cc", |
||
| 1172 | "shasum": "" |
||
| 1173 | }, |
||
| 1174 | "require": { |
||
| 1175 | "php": ">=5.3.3", |
||
| 1176 | "symfony/yaml": "~2.3|~3.0" |
||
| 1177 | }, |
||
| 1178 | "require-dev": { |
||
| 1179 | "composer/composer": "1.0.*@dev", |
||
| 1180 | "phpspec/prophecy-phpunit": "~1.0", |
||
| 1181 | "symfony/filesystem": "~2.2" |
||
| 1182 | }, |
||
| 1183 | "type": "library", |
||
| 1184 | "extra": { |
||
| 1185 | "branch-alias": { |
||
| 1186 | "dev-master": "2.1.x-dev" |
||
| 1187 | } |
||
| 1188 | }, |
||
| 1189 | "autoload": { |
||
| 1190 | "psr-4": { |
||
| 1191 | "Incenteev\\ParameterHandler\\": "" |
||
| 1192 | } |
||
| 1193 | }, |
||
| 1194 | "notification-url": "https://packagist.org/downloads/", |
||
| 1195 | "license": [ |
||
| 1196 | "MIT" |
||
| 1197 | ], |
||
| 1198 | "authors": [ |
||
| 1199 | { |
||
| 1200 | "name": "Christophe Coevoet", |
||
| 1201 | "email": "[email protected]" |
||
| 1202 | } |
||
| 1203 | ], |
||
| 1204 | "description": "Composer script handling your ignored parameter file", |
||
| 1205 | "homepage": "https://github.com/Incenteev/ParameterHandler", |
||
| 1206 | "keywords": [ |
||
| 1207 | "parameters management" |
||
| 1208 | ], |
||
| 1209 | "time": "2015-11-10T17:04:01+00:00" |
||
| 1210 | }, |
||
| 1211 | { |
||
| 1212 | "name": "jdorn/sql-formatter", |
||
| 1213 | "version": "v1.2.17", |
||
| 1214 | "source": { |
||
| 1215 | "type": "git", |
||
| 1216 | "url": "https://github.com/jdorn/sql-formatter.git", |
||
| 1217 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc" |
||
| 1218 | }, |
||
| 1219 | "dist": { |
||
| 1220 | "type": "zip", |
||
| 1221 | "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
| 1222 | "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc", |
||
| 1223 | "shasum": "" |
||
| 1224 | }, |
||
| 1225 | "require": { |
||
| 1226 | "php": ">=5.2.4" |
||
| 1227 | }, |
||
| 1228 | "require-dev": { |
||
| 1229 | "phpunit/phpunit": "3.7.*" |
||
| 1230 | }, |
||
| 1231 | "type": "library", |
||
| 1232 | "extra": { |
||
| 1233 | "branch-alias": { |
||
| 1234 | "dev-master": "1.3.x-dev" |
||
| 1235 | } |
||
| 1236 | }, |
||
| 1237 | "autoload": { |
||
| 1238 | "classmap": [ |
||
| 1239 | "lib" |
||
| 1240 | ] |
||
| 1241 | }, |
||
| 1242 | "notification-url": "https://packagist.org/downloads/", |
||
| 1243 | "license": [ |
||
| 1244 | "MIT" |
||
| 1245 | ], |
||
| 1246 | "authors": [ |
||
| 1247 | { |
||
| 1248 | "name": "Jeremy Dorn", |
||
| 1249 | "email": "[email protected]", |
||
| 1250 | "homepage": "http://jeremydorn.com/" |
||
| 1251 | } |
||
| 1252 | ], |
||
| 1253 | "description": "a PHP SQL highlighting library", |
||
| 1254 | "homepage": "https://github.com/jdorn/sql-formatter/", |
||
| 1255 | "keywords": [ |
||
| 1256 | "highlight", |
||
| 1257 | "sql" |
||
| 1258 | ], |
||
| 1259 | "time": "2014-01-12T16:20:24+00:00" |
||
| 1260 | }, |
||
| 1261 | { |
||
| 1262 | "name": "knplabs/github-api", |
||
| 1263 | "version": "2.4.0", |
||
| 1264 | "source": { |
||
| 1265 | "type": "git", |
||
| 1266 | "url": "https://github.com/KnpLabs/php-github-api.git", |
||
| 1267 | "reference": "eba0b92a4e23dd37abd75f99323a1b463b205d77" |
||
| 1268 | }, |
||
| 1269 | "dist": { |
||
| 1270 | "type": "zip", |
||
| 1271 | "url": "https://api.github.com/repos/KnpLabs/php-github-api/zipball/eba0b92a4e23dd37abd75f99323a1b463b205d77", |
||
| 1272 | "reference": "eba0b92a4e23dd37abd75f99323a1b463b205d77", |
||
| 1273 | "shasum": "" |
||
| 1274 | }, |
||
| 1275 | "require": { |
||
| 1276 | "php": "^5.5 || ^7.0", |
||
| 1277 | "php-http/cache-plugin": "^1.4", |
||
| 1278 | "php-http/client-common": "^1.3", |
||
| 1279 | "php-http/client-implementation": "^1.0", |
||
| 1280 | "php-http/discovery": "^1.0", |
||
| 1281 | "php-http/httplug": "^1.1", |
||
| 1282 | "psr/cache": "^1.0", |
||
| 1283 | "psr/http-message": "^1.0" |
||
| 1284 | }, |
||
| 1285 | "require-dev": { |
||
| 1286 | "cache/array-adapter": "^0.4", |
||
| 1287 | "guzzlehttp/psr7": "^1.2", |
||
| 1288 | "php-http/guzzle6-adapter": "^1.0", |
||
| 1289 | "php-http/mock-client": "^1.0", |
||
| 1290 | "phpunit/phpunit": "^4.0 || ^5.5", |
||
| 1291 | "sllh/php-cs-fixer-styleci-bridge": "^1.3" |
||
| 1292 | }, |
||
| 1293 | "type": "library", |
||
| 1294 | "extra": { |
||
| 1295 | "branch-alias": { |
||
| 1296 | "dev-master": "2.4.x-dev" |
||
| 1297 | } |
||
| 1298 | }, |
||
| 1299 | "autoload": { |
||
| 1300 | "psr-4": { |
||
| 1301 | "Github\\": "lib/Github/" |
||
| 1302 | } |
||
| 1303 | }, |
||
| 1304 | "notification-url": "https://packagist.org/downloads/", |
||
| 1305 | "license": [ |
||
| 1306 | "MIT" |
||
| 1307 | ], |
||
| 1308 | "authors": [ |
||
| 1309 | { |
||
| 1310 | "name": "Thibault Duplessis", |
||
| 1311 | "email": "[email protected]", |
||
| 1312 | "homepage": "http://ornicar.github.com" |
||
| 1313 | }, |
||
| 1314 | { |
||
| 1315 | "name": "KnpLabs Team", |
||
| 1316 | "homepage": "http://knplabs.com" |
||
| 1317 | } |
||
| 1318 | ], |
||
| 1319 | "description": "GitHub API v3 client", |
||
| 1320 | "homepage": "https://github.com/KnpLabs/php-github-api", |
||
| 1321 | "keywords": [ |
||
| 1322 | "api", |
||
| 1323 | "gh", |
||
| 1324 | "gist", |
||
| 1325 | "github" |
||
| 1326 | ], |
||
| 1327 | "time": "2017-05-10T13:37:39+00:00" |
||
| 1328 | }, |
||
| 1329 | { |
||
| 1330 | "name": "mnapoli/front-yaml", |
||
| 1331 | "version": "1.5.2", |
||
| 1332 | "source": { |
||
| 1333 | "type": "git", |
||
| 1334 | "url": "https://github.com/mnapoli/FrontYAML.git", |
||
| 1335 | "reference": "f10c1dfee1604d15c2b0ab6826eecc1111d65543" |
||
| 1336 | }, |
||
| 1337 | "dist": { |
||
| 1338 | "type": "zip", |
||
| 1339 | "url": "https://api.github.com/repos/mnapoli/FrontYAML/zipball/f10c1dfee1604d15c2b0ab6826eecc1111d65543", |
||
| 1340 | "reference": "f10c1dfee1604d15c2b0ab6826eecc1111d65543", |
||
| 1341 | "shasum": "" |
||
| 1342 | }, |
||
| 1343 | "require": { |
||
| 1344 | "erusev/parsedown": "~1.0", |
||
| 1345 | "symfony/yaml": "~2.1|^3.0" |
||
| 1346 | }, |
||
| 1347 | "require-dev": { |
||
| 1348 | "league/commonmark": "~0.7", |
||
| 1349 | "phpunit/phpunit": "~4.5" |
||
| 1350 | }, |
||
| 1351 | "type": "library", |
||
| 1352 | "autoload": { |
||
| 1353 | "psr-4": { |
||
| 1354 | "Mni\\FrontYAML\\": "src/" |
||
| 1355 | } |
||
| 1356 | }, |
||
| 1357 | "notification-url": "https://packagist.org/downloads/", |
||
| 1358 | "license": [ |
||
| 1359 | "MIT" |
||
| 1360 | ], |
||
| 1361 | "time": "2016-10-01T11:06:51+00:00" |
||
| 1362 | }, |
||
| 1363 | { |
||
| 1364 | "name": "monolog/monolog", |
||
| 1365 | "version": "1.22.1", |
||
| 1366 | "source": { |
||
| 1367 | "type": "git", |
||
| 1368 | "url": "https://github.com/Seldaek/monolog.git", |
||
| 1369 | "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0" |
||
| 1370 | }, |
||
| 1371 | "dist": { |
||
| 1372 | "type": "zip", |
||
| 1373 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0", |
||
| 1374 | "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0", |
||
| 1375 | "shasum": "" |
||
| 1376 | }, |
||
| 1377 | "require": { |
||
| 1378 | "php": ">=5.3.0", |
||
| 1379 | "psr/log": "~1.0" |
||
| 1380 | }, |
||
| 1381 | "provide": { |
||
| 1382 | "psr/log-implementation": "1.0.0" |
||
| 1383 | }, |
||
| 1384 | "require-dev": { |
||
| 1385 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
||
| 1386 | "doctrine/couchdb": "~1.0@dev", |
||
| 1387 | "graylog2/gelf-php": "~1.0", |
||
| 1388 | "jakub-onderka/php-parallel-lint": "0.9", |
||
| 1389 | "php-amqplib/php-amqplib": "~2.4", |
||
| 1390 | "php-console/php-console": "^3.1.3", |
||
| 1391 | "phpunit/phpunit": "~4.5", |
||
| 1392 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
| 1393 | "ruflin/elastica": ">=0.90 <3.0", |
||
| 1394 | "sentry/sentry": "^0.13", |
||
| 1395 | "swiftmailer/swiftmailer": "~5.3" |
||
| 1396 | }, |
||
| 1397 | "suggest": { |
||
| 1398 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
| 1399 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
| 1400 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
| 1401 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
| 1402 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
| 1403 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
| 1404 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
| 1405 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
| 1406 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
| 1407 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
| 1408 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
| 1409 | }, |
||
| 1410 | "type": "library", |
||
| 1411 | "extra": { |
||
| 1412 | "branch-alias": { |
||
| 1413 | "dev-master": "2.0.x-dev" |
||
| 1414 | } |
||
| 1415 | }, |
||
| 1416 | "autoload": { |
||
| 1417 | "psr-4": { |
||
| 1418 | "Monolog\\": "src/Monolog" |
||
| 1419 | } |
||
| 1420 | }, |
||
| 1421 | "notification-url": "https://packagist.org/downloads/", |
||
| 1422 | "license": [ |
||
| 1423 | "MIT" |
||
| 1424 | ], |
||
| 1425 | "authors": [ |
||
| 1426 | { |
||
| 1427 | "name": "Jordi Boggiano", |
||
| 1428 | "email": "[email protected]", |
||
| 1429 | "homepage": "http://seld.be" |
||
| 1430 | } |
||
| 1431 | ], |
||
| 1432 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
| 1433 | "homepage": "http://github.com/Seldaek/monolog", |
||
| 1434 | "keywords": [ |
||
| 1435 | "log", |
||
| 1436 | "logging", |
||
| 1437 | "psr-3" |
||
| 1438 | ], |
||
| 1439 | "time": "2017-03-13T07:08:03+00:00" |
||
| 1440 | }, |
||
| 1441 | { |
||
| 1442 | "name": "paragonie/random_compat", |
||
| 1443 | "version": "v2.0.10", |
||
| 1444 | "source": { |
||
| 1445 | "type": "git", |
||
| 1446 | "url": "https://github.com/paragonie/random_compat.git", |
||
| 1447 | "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d" |
||
| 1448 | }, |
||
| 1449 | "dist": { |
||
| 1450 | "type": "zip", |
||
| 1451 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d", |
||
| 1452 | "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d", |
||
| 1453 | "shasum": "" |
||
| 1454 | }, |
||
| 1455 | "require": { |
||
| 1456 | "php": ">=5.2.0" |
||
| 1457 | }, |
||
| 1458 | "require-dev": { |
||
| 1459 | "phpunit/phpunit": "4.*|5.*" |
||
| 1460 | }, |
||
| 1461 | "suggest": { |
||
| 1462 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
| 1463 | }, |
||
| 1464 | "type": "library", |
||
| 1465 | "autoload": { |
||
| 1466 | "files": [ |
||
| 1467 | "lib/random.php" |
||
| 1468 | ] |
||
| 1469 | }, |
||
| 1470 | "notification-url": "https://packagist.org/downloads/", |
||
| 1471 | "license": [ |
||
| 1472 | "MIT" |
||
| 1473 | ], |
||
| 1474 | "authors": [ |
||
| 1475 | { |
||
| 1476 | "name": "Paragon Initiative Enterprises", |
||
| 1477 | "email": "[email protected]", |
||
| 1478 | "homepage": "https://paragonie.com" |
||
| 1479 | } |
||
| 1480 | ], |
||
| 1481 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
| 1482 | "keywords": [ |
||
| 1483 | "csprng", |
||
| 1484 | "pseudorandom", |
||
| 1485 | "random" |
||
| 1486 | ], |
||
| 1487 | "time": "2017-03-13T16:27:32+00:00" |
||
| 1488 | }, |
||
| 1489 | { |
||
| 1490 | "name": "php-earth/swoole-engine", |
||
| 1491 | "version": "dev-master", |
||
| 1492 | "source": { |
||
| 1493 | "type": "git", |
||
| 1494 | "url": "https://github.com/php-earth/swoole-engine.git", |
||
| 1495 | "reference": "5a736223eda14df5f2f410eeadf74ee71d4b1262" |
||
| 1496 | }, |
||
| 1497 | "dist": { |
||
| 1498 | "type": "zip", |
||
| 1499 | "url": "https://api.github.com/repos/php-earth/swoole-engine/zipball/5a736223eda14df5f2f410eeadf74ee71d4b1262", |
||
| 1500 | "reference": "5a736223eda14df5f2f410eeadf74ee71d4b1262", |
||
| 1501 | "shasum": "" |
||
| 1502 | }, |
||
| 1503 | "require": { |
||
| 1504 | "ext-swoole": "*", |
||
| 1505 | "php": ">=7.1", |
||
| 1506 | "symfony/console": "^3.3" |
||
| 1507 | }, |
||
| 1508 | "require-dev": { |
||
| 1509 | "phpunit/phpunit": "^6.1" |
||
| 1510 | }, |
||
| 1511 | "bin": [ |
||
| 1512 | "bin/swoole" |
||
| 1513 | ], |
||
| 1514 | "type": "library", |
||
| 1515 | "autoload": { |
||
| 1516 | "psr-4": { |
||
| 1517 | "PhpEarth\\Swoole\\": "src/" |
||
| 1518 | } |
||
| 1519 | }, |
||
| 1520 | "notification-url": "https://packagist.org/downloads/", |
||
| 1521 | "license": [ |
||
| 1522 | "MIT" |
||
| 1523 | ], |
||
| 1524 | "authors": [ |
||
| 1525 | { |
||
| 1526 | "name": "PHP.earth Contributors", |
||
| 1527 | "homepage": "https://github.com/php-earth/swoole-engine/graphs/contributors" |
||
| 1528 | } |
||
| 1529 | ], |
||
| 1530 | "description": "Event-driven engine for running PHP with Swoole extension.", |
||
| 1531 | "time": "2017-06-06 04:37:30" |
||
| 1532 | }, |
||
| 1533 | { |
||
| 1534 | "name": "php-http/cache-plugin", |
||
| 1535 | "version": "v1.4.0", |
||
| 1536 | "source": { |
||
| 1537 | "type": "git", |
||
| 1538 | "url": "https://github.com/php-http/cache-plugin.git", |
||
| 1539 | "reference": "fe2730638f254934529006eb38aad8b5d427f475" |
||
| 1540 | }, |
||
| 1541 | "dist": { |
||
| 1542 | "type": "zip", |
||
| 1543 | "url": "https://api.github.com/repos/php-http/cache-plugin/zipball/fe2730638f254934529006eb38aad8b5d427f475", |
||
| 1544 | "reference": "fe2730638f254934529006eb38aad8b5d427f475", |
||
| 1545 | "shasum": "" |
||
| 1546 | }, |
||
| 1547 | "require": { |
||
| 1548 | "php": "^5.4 || ^7.0", |
||
| 1549 | "php-http/client-common": "^1.1", |
||
| 1550 | "php-http/message-factory": "^1.0", |
||
| 1551 | "psr/cache": "^1.0", |
||
| 1552 | "symfony/options-resolver": "^2.6 || ^3.0" |
||
| 1553 | }, |
||
| 1554 | "require-dev": { |
||
| 1555 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
| 1556 | "phpspec/phpspec": "^2.5" |
||
| 1557 | }, |
||
| 1558 | "type": "library", |
||
| 1559 | "extra": { |
||
| 1560 | "branch-alias": { |
||
| 1561 | "dev-master": "1.4-dev" |
||
| 1562 | } |
||
| 1563 | }, |
||
| 1564 | "autoload": { |
||
| 1565 | "psr-4": { |
||
| 1566 | "Http\\Client\\Common\\Plugin\\": "src/" |
||
| 1567 | } |
||
| 1568 | }, |
||
| 1569 | "notification-url": "https://packagist.org/downloads/", |
||
| 1570 | "license": [ |
||
| 1571 | "MIT" |
||
| 1572 | ], |
||
| 1573 | "authors": [ |
||
| 1574 | { |
||
| 1575 | "name": "Márk Sági-Kazár", |
||
| 1576 | "email": "[email protected]" |
||
| 1577 | } |
||
| 1578 | ], |
||
| 1579 | "description": "PSR-6 Cache plugin for HTTPlug", |
||
| 1580 | "homepage": "http://httplug.io", |
||
| 1581 | "keywords": [ |
||
| 1582 | "cache", |
||
| 1583 | "http", |
||
| 1584 | "httplug", |
||
| 1585 | "plugin" |
||
| 1586 | ], |
||
| 1587 | "time": "2017-04-05T20:09:01+00:00" |
||
| 1588 | }, |
||
| 1589 | { |
||
| 1590 | "name": "php-http/client-common", |
||
| 1591 | "version": "1.5.0", |
||
| 1592 | "source": { |
||
| 1593 | "type": "git", |
||
| 1594 | "url": "https://github.com/php-http/client-common.git", |
||
| 1595 | "reference": "154d36542eb96ee95daa504591eab78af2484baa" |
||
| 1596 | }, |
||
| 1597 | "dist": { |
||
| 1598 | "type": "zip", |
||
| 1599 | "url": "https://api.github.com/repos/php-http/client-common/zipball/154d36542eb96ee95daa504591eab78af2484baa", |
||
| 1600 | "reference": "154d36542eb96ee95daa504591eab78af2484baa", |
||
| 1601 | "shasum": "" |
||
| 1602 | }, |
||
| 1603 | "require": { |
||
| 1604 | "php": ">=5.4", |
||
| 1605 | "php-http/httplug": "^1.1", |
||
| 1606 | "php-http/message": "^1.2", |
||
| 1607 | "php-http/message-factory": "^1.0", |
||
| 1608 | "symfony/options-resolver": "^2.6 || ^3.0" |
||
| 1609 | }, |
||
| 1610 | "require-dev": { |
||
| 1611 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
| 1612 | "phpspec/phpspec": "^2.4" |
||
| 1613 | }, |
||
| 1614 | "suggest": { |
||
| 1615 | "php-http/cache-plugin": "PSR-6 Cache plugin", |
||
| 1616 | "php-http/logger-plugin": "PSR-3 Logger plugin", |
||
| 1617 | "php-http/stopwatch-plugin": "Symfony Stopwatch plugin" |
||
| 1618 | }, |
||
| 1619 | "type": "library", |
||
| 1620 | "extra": { |
||
| 1621 | "branch-alias": { |
||
| 1622 | "dev-master": "1.5-dev" |
||
| 1623 | } |
||
| 1624 | }, |
||
| 1625 | "autoload": { |
||
| 1626 | "psr-4": { |
||
| 1627 | "Http\\Client\\Common\\": "src/" |
||
| 1628 | } |
||
| 1629 | }, |
||
| 1630 | "notification-url": "https://packagist.org/downloads/", |
||
| 1631 | "license": [ |
||
| 1632 | "MIT" |
||
| 1633 | ], |
||
| 1634 | "authors": [ |
||
| 1635 | { |
||
| 1636 | "name": "Márk Sági-Kazár", |
||
| 1637 | "email": "[email protected]" |
||
| 1638 | } |
||
| 1639 | ], |
||
| 1640 | "description": "Common HTTP Client implementations and tools for HTTPlug", |
||
| 1641 | "homepage": "http://httplug.io", |
||
| 1642 | "keywords": [ |
||
| 1643 | "client", |
||
| 1644 | "common", |
||
| 1645 | "http", |
||
| 1646 | "httplug" |
||
| 1647 | ], |
||
| 1648 | "time": "2017-03-30T12:50:04+00:00" |
||
| 1649 | }, |
||
| 1650 | { |
||
| 1651 | "name": "php-http/discovery", |
||
| 1652 | "version": "1.2.1", |
||
| 1653 | "source": { |
||
| 1654 | "type": "git", |
||
| 1655 | "url": "https://github.com/php-http/discovery.git", |
||
| 1656 | "reference": "6b33475a3239439bc7ced287d0de0bb82e04d2f0" |
||
| 1657 | }, |
||
| 1658 | "dist": { |
||
| 1659 | "type": "zip", |
||
| 1660 | "url": "https://api.github.com/repos/php-http/discovery/zipball/6b33475a3239439bc7ced287d0de0bb82e04d2f0", |
||
| 1661 | "reference": "6b33475a3239439bc7ced287d0de0bb82e04d2f0", |
||
| 1662 | "shasum": "" |
||
| 1663 | }, |
||
| 1664 | "require": { |
||
| 1665 | "php": "^5.5 || ^7.0" |
||
| 1666 | }, |
||
| 1667 | "require-dev": { |
||
| 1668 | "henrikbjorn/phpspec-code-coverage": "^2.0.2", |
||
| 1669 | "php-http/httplug": "^1.0", |
||
| 1670 | "php-http/message-factory": "^1.0", |
||
| 1671 | "phpspec/phpspec": "^2.4", |
||
| 1672 | "puli/composer-plugin": "1.0.0-beta10" |
||
| 1673 | }, |
||
| 1674 | "suggest": { |
||
| 1675 | "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories", |
||
| 1676 | "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details." |
||
| 1677 | }, |
||
| 1678 | "type": "library", |
||
| 1679 | "extra": { |
||
| 1680 | "branch-alias": { |
||
| 1681 | "dev-master": "1.3-dev" |
||
| 1682 | } |
||
| 1683 | }, |
||
| 1684 | "autoload": { |
||
| 1685 | "psr-4": { |
||
| 1686 | "Http\\Discovery\\": "src/" |
||
| 1687 | } |
||
| 1688 | }, |
||
| 1689 | "notification-url": "https://packagist.org/downloads/", |
||
| 1690 | "license": [ |
||
| 1691 | "MIT" |
||
| 1692 | ], |
||
| 1693 | "authors": [ |
||
| 1694 | { |
||
| 1695 | "name": "Márk Sági-Kazár", |
||
| 1696 | "email": "[email protected]" |
||
| 1697 | } |
||
| 1698 | ], |
||
| 1699 | "description": "Finds installed HTTPlug implementations and PSR-7 message factories", |
||
| 1700 | "homepage": "http://php-http.org", |
||
| 1701 | "keywords": [ |
||
| 1702 | "adapter", |
||
| 1703 | "client", |
||
| 1704 | "discovery", |
||
| 1705 | "factory", |
||
| 1706 | "http", |
||
| 1707 | "message", |
||
| 1708 | "psr7" |
||
| 1709 | ], |
||
| 1710 | "time": "2017-03-02T06:56:00+00:00" |
||
| 1711 | }, |
||
| 1712 | { |
||
| 1713 | "name": "php-http/guzzle6-adapter", |
||
| 1714 | "version": "v1.1.1", |
||
| 1715 | "source": { |
||
| 1716 | "type": "git", |
||
| 1717 | "url": "https://github.com/php-http/guzzle6-adapter.git", |
||
| 1718 | "reference": "a56941f9dc6110409cfcddc91546ee97039277ab" |
||
| 1719 | }, |
||
| 1720 | "dist": { |
||
| 1721 | "type": "zip", |
||
| 1722 | "url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab", |
||
| 1723 | "reference": "a56941f9dc6110409cfcddc91546ee97039277ab", |
||
| 1724 | "shasum": "" |
||
| 1725 | }, |
||
| 1726 | "require": { |
||
| 1727 | "guzzlehttp/guzzle": "^6.0", |
||
| 1728 | "php": ">=5.5.0", |
||
| 1729 | "php-http/httplug": "^1.0" |
||
| 1730 | }, |
||
| 1731 | "provide": { |
||
| 1732 | "php-http/async-client-implementation": "1.0", |
||
| 1733 | "php-http/client-implementation": "1.0" |
||
| 1734 | }, |
||
| 1735 | "require-dev": { |
||
| 1736 | "ext-curl": "*", |
||
| 1737 | "php-http/adapter-integration-tests": "^0.4" |
||
| 1738 | }, |
||
| 1739 | "type": "library", |
||
| 1740 | "extra": { |
||
| 1741 | "branch-alias": { |
||
| 1742 | "dev-master": "1.2-dev" |
||
| 1743 | } |
||
| 1744 | }, |
||
| 1745 | "autoload": { |
||
| 1746 | "psr-4": { |
||
| 1747 | "Http\\Adapter\\Guzzle6\\": "src/" |
||
| 1748 | } |
||
| 1749 | }, |
||
| 1750 | "notification-url": "https://packagist.org/downloads/", |
||
| 1751 | "license": [ |
||
| 1752 | "MIT" |
||
| 1753 | ], |
||
| 1754 | "authors": [ |
||
| 1755 | { |
||
| 1756 | "name": "Márk Sági-Kazár", |
||
| 1757 | "email": "[email protected]" |
||
| 1758 | }, |
||
| 1759 | { |
||
| 1760 | "name": "David de Boer", |
||
| 1761 | "email": "[email protected]" |
||
| 1762 | } |
||
| 1763 | ], |
||
| 1764 | "description": "Guzzle 6 HTTP Adapter", |
||
| 1765 | "homepage": "http://httplug.io", |
||
| 1766 | "keywords": [ |
||
| 1767 | "Guzzle", |
||
| 1768 | "http" |
||
| 1769 | ], |
||
| 1770 | "time": "2016-05-10T06:13:32+00:00" |
||
| 1771 | }, |
||
| 1772 | { |
||
| 1773 | "name": "php-http/httplug", |
||
| 1774 | "version": "v1.1.0", |
||
| 1775 | "source": { |
||
| 1776 | "type": "git", |
||
| 1777 | "url": "https://github.com/php-http/httplug.git", |
||
| 1778 | "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018" |
||
| 1779 | }, |
||
| 1780 | "dist": { |
||
| 1781 | "type": "zip", |
||
| 1782 | "url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018", |
||
| 1783 | "reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018", |
||
| 1784 | "shasum": "" |
||
| 1785 | }, |
||
| 1786 | "require": { |
||
| 1787 | "php": ">=5.4", |
||
| 1788 | "php-http/promise": "^1.0", |
||
| 1789 | "psr/http-message": "^1.0" |
||
| 1790 | }, |
||
| 1791 | "require-dev": { |
||
| 1792 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
| 1793 | "phpspec/phpspec": "^2.4" |
||
| 1794 | }, |
||
| 1795 | "type": "library", |
||
| 1796 | "extra": { |
||
| 1797 | "branch-alias": { |
||
| 1798 | "dev-master": "1.1-dev" |
||
| 1799 | } |
||
| 1800 | }, |
||
| 1801 | "autoload": { |
||
| 1802 | "psr-4": { |
||
| 1803 | "Http\\Client\\": "src/" |
||
| 1804 | } |
||
| 1805 | }, |
||
| 1806 | "notification-url": "https://packagist.org/downloads/", |
||
| 1807 | "license": [ |
||
| 1808 | "MIT" |
||
| 1809 | ], |
||
| 1810 | "authors": [ |
||
| 1811 | { |
||
| 1812 | "name": "Eric GELOEN", |
||
| 1813 | "email": "[email protected]" |
||
| 1814 | }, |
||
| 1815 | { |
||
| 1816 | "name": "Márk Sági-Kazár", |
||
| 1817 | "email": "[email protected]" |
||
| 1818 | } |
||
| 1819 | ], |
||
| 1820 | "description": "HTTPlug, the HTTP client abstraction for PHP", |
||
| 1821 | "homepage": "http://httplug.io", |
||
| 1822 | "keywords": [ |
||
| 1823 | "client", |
||
| 1824 | "http" |
||
| 1825 | ], |
||
| 1826 | "time": "2016-08-31T08:30:17+00:00" |
||
| 1827 | }, |
||
| 1828 | { |
||
| 1829 | "name": "php-http/message", |
||
| 1830 | "version": "1.5.0", |
||
| 1831 | "source": { |
||
| 1832 | "type": "git", |
||
| 1833 | "url": "https://github.com/php-http/message.git", |
||
| 1834 | "reference": "13df8c48f40ca7925303aa336f19be4b80984f01" |
||
| 1835 | }, |
||
| 1836 | "dist": { |
||
| 1837 | "type": "zip", |
||
| 1838 | "url": "https://api.github.com/repos/php-http/message/zipball/13df8c48f40ca7925303aa336f19be4b80984f01", |
||
| 1839 | "reference": "13df8c48f40ca7925303aa336f19be4b80984f01", |
||
| 1840 | "shasum": "" |
||
| 1841 | }, |
||
| 1842 | "require": { |
||
| 1843 | "clue/stream-filter": "^1.3", |
||
| 1844 | "php": ">=5.4", |
||
| 1845 | "php-http/message-factory": "^1.0.2", |
||
| 1846 | "psr/http-message": "^1.0" |
||
| 1847 | }, |
||
| 1848 | "require-dev": { |
||
| 1849 | "akeneo/phpspec-skip-example-extension": "^1.0", |
||
| 1850 | "coduo/phpspec-data-provider-extension": "^1.0", |
||
| 1851 | "ext-zlib": "*", |
||
| 1852 | "guzzlehttp/psr7": "^1.0", |
||
| 1853 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
| 1854 | "phpspec/phpspec": "^2.4", |
||
| 1855 | "slim/slim": "^3.0", |
||
| 1856 | "zendframework/zend-diactoros": "^1.0" |
||
| 1857 | }, |
||
| 1858 | "suggest": { |
||
| 1859 | "ext-zlib": "Used with compressor/decompressor streams", |
||
| 1860 | "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories", |
||
| 1861 | "slim/slim": "Used with Slim Framework PSR-7 implementation", |
||
| 1862 | "zendframework/zend-diactoros": "Used with Diactoros Factories" |
||
| 1863 | }, |
||
| 1864 | "type": "library", |
||
| 1865 | "extra": { |
||
| 1866 | "branch-alias": { |
||
| 1867 | "dev-master": "1.6-dev" |
||
| 1868 | } |
||
| 1869 | }, |
||
| 1870 | "autoload": { |
||
| 1871 | "psr-4": { |
||
| 1872 | "Http\\Message\\": "src/" |
||
| 1873 | }, |
||
| 1874 | "files": [ |
||
| 1875 | "src/filters.php" |
||
| 1876 | ] |
||
| 1877 | }, |
||
| 1878 | "notification-url": "https://packagist.org/downloads/", |
||
| 1879 | "license": [ |
||
| 1880 | "MIT" |
||
| 1881 | ], |
||
| 1882 | "authors": [ |
||
| 1883 | { |
||
| 1884 | "name": "Márk Sági-Kazár", |
||
| 1885 | "email": "[email protected]" |
||
| 1886 | } |
||
| 1887 | ], |
||
| 1888 | "description": "HTTP Message related tools", |
||
| 1889 | "homepage": "http://php-http.org", |
||
| 1890 | "keywords": [ |
||
| 1891 | "http", |
||
| 1892 | "message", |
||
| 1893 | "psr-7" |
||
| 1894 | ], |
||
| 1895 | "time": "2017-02-14T08:58:37+00:00" |
||
| 1896 | }, |
||
| 1897 | { |
||
| 1898 | "name": "php-http/message-factory", |
||
| 1899 | "version": "v1.0.2", |
||
| 1900 | "source": { |
||
| 1901 | "type": "git", |
||
| 1902 | "url": "https://github.com/php-http/message-factory.git", |
||
| 1903 | "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" |
||
| 1904 | }, |
||
| 1905 | "dist": { |
||
| 1906 | "type": "zip", |
||
| 1907 | "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", |
||
| 1908 | "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", |
||
| 1909 | "shasum": "" |
||
| 1910 | }, |
||
| 1911 | "require": { |
||
| 1912 | "php": ">=5.4", |
||
| 1913 | "psr/http-message": "^1.0" |
||
| 1914 | }, |
||
| 1915 | "type": "library", |
||
| 1916 | "extra": { |
||
| 1917 | "branch-alias": { |
||
| 1918 | "dev-master": "1.0-dev" |
||
| 1919 | } |
||
| 1920 | }, |
||
| 1921 | "autoload": { |
||
| 1922 | "psr-4": { |
||
| 1923 | "Http\\Message\\": "src/" |
||
| 1924 | } |
||
| 1925 | }, |
||
| 1926 | "notification-url": "https://packagist.org/downloads/", |
||
| 1927 | "license": [ |
||
| 1928 | "MIT" |
||
| 1929 | ], |
||
| 1930 | "authors": [ |
||
| 1931 | { |
||
| 1932 | "name": "Márk Sági-Kazár", |
||
| 1933 | "email": "[email protected]" |
||
| 1934 | } |
||
| 1935 | ], |
||
| 1936 | "description": "Factory interfaces for PSR-7 HTTP Message", |
||
| 1937 | "homepage": "http://php-http.org", |
||
| 1938 | "keywords": [ |
||
| 1939 | "factory", |
||
| 1940 | "http", |
||
| 1941 | "message", |
||
| 1942 | "stream", |
||
| 1943 | "uri" |
||
| 1944 | ], |
||
| 1945 | "time": "2015-12-19T14:08:53+00:00" |
||
| 1946 | }, |
||
| 1947 | { |
||
| 1948 | "name": "php-http/promise", |
||
| 1949 | "version": "v1.0.0", |
||
| 1950 | "source": { |
||
| 1951 | "type": "git", |
||
| 1952 | "url": "https://github.com/php-http/promise.git", |
||
| 1953 | "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980" |
||
| 1954 | }, |
||
| 1955 | "dist": { |
||
| 1956 | "type": "zip", |
||
| 1957 | "url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980", |
||
| 1958 | "reference": "dc494cdc9d7160b9a09bd5573272195242ce7980", |
||
| 1959 | "shasum": "" |
||
| 1960 | }, |
||
| 1961 | "require-dev": { |
||
| 1962 | "henrikbjorn/phpspec-code-coverage": "^1.0", |
||
| 1963 | "phpspec/phpspec": "^2.4" |
||
| 1964 | }, |
||
| 1965 | "type": "library", |
||
| 1966 | "extra": { |
||
| 1967 | "branch-alias": { |
||
| 1968 | "dev-master": "1.1-dev" |
||
| 1969 | } |
||
| 1970 | }, |
||
| 1971 | "autoload": { |
||
| 1972 | "psr-4": { |
||
| 1973 | "Http\\Promise\\": "src/" |
||
| 1974 | } |
||
| 1975 | }, |
||
| 1976 | "notification-url": "https://packagist.org/downloads/", |
||
| 1977 | "license": [ |
||
| 1978 | "MIT" |
||
| 1979 | ], |
||
| 1980 | "authors": [ |
||
| 1981 | { |
||
| 1982 | "name": "Márk Sági-Kazár", |
||
| 1983 | "email": "[email protected]" |
||
| 1984 | }, |
||
| 1985 | { |
||
| 1986 | "name": "Joel Wurtz", |
||
| 1987 | "email": "[email protected]" |
||
| 1988 | } |
||
| 1989 | ], |
||
| 1990 | "description": "Promise used for asynchronous HTTP requests", |
||
| 1991 | "homepage": "http://httplug.io", |
||
| 1992 | "keywords": [ |
||
| 1993 | "promise" |
||
| 1994 | ], |
||
| 1995 | "time": "2016-01-26T13:27:02+00:00" |
||
| 1996 | }, |
||
| 1997 | { |
||
| 1998 | "name": "psr/cache", |
||
| 1999 | "version": "1.0.1", |
||
| 2000 | "source": { |
||
| 2001 | "type": "git", |
||
| 2002 | "url": "https://github.com/php-fig/cache.git", |
||
| 2003 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" |
||
| 2004 | }, |
||
| 2005 | "dist": { |
||
| 2006 | "type": "zip", |
||
| 2007 | "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
| 2008 | "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", |
||
| 2009 | "shasum": "" |
||
| 2010 | }, |
||
| 2011 | "require": { |
||
| 2012 | "php": ">=5.3.0" |
||
| 2013 | }, |
||
| 2014 | "type": "library", |
||
| 2015 | "extra": { |
||
| 2016 | "branch-alias": { |
||
| 2017 | "dev-master": "1.0.x-dev" |
||
| 2018 | } |
||
| 2019 | }, |
||
| 2020 | "autoload": { |
||
| 2021 | "psr-4": { |
||
| 2022 | "Psr\\Cache\\": "src/" |
||
| 2023 | } |
||
| 2024 | }, |
||
| 2025 | "notification-url": "https://packagist.org/downloads/", |
||
| 2026 | "license": [ |
||
| 2027 | "MIT" |
||
| 2028 | ], |
||
| 2029 | "authors": [ |
||
| 2030 | { |
||
| 2031 | "name": "PHP-FIG", |
||
| 2032 | "homepage": "http://www.php-fig.org/" |
||
| 2033 | } |
||
| 2034 | ], |
||
| 2035 | "description": "Common interface for caching libraries", |
||
| 2036 | "keywords": [ |
||
| 2037 | "cache", |
||
| 2038 | "psr", |
||
| 2039 | "psr-6" |
||
| 2040 | ], |
||
| 2041 | "time": "2016-08-06T20:24:11+00:00" |
||
| 2042 | }, |
||
| 2043 | { |
||
| 2044 | "name": "psr/container", |
||
| 2045 | "version": "1.0.0", |
||
| 2046 | "source": { |
||
| 2047 | "type": "git", |
||
| 2048 | "url": "https://github.com/php-fig/container.git", |
||
| 2049 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
||
| 2050 | }, |
||
| 2051 | "dist": { |
||
| 2052 | "type": "zip", |
||
| 2053 | "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
| 2054 | "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
||
| 2055 | "shasum": "" |
||
| 2056 | }, |
||
| 2057 | "require": { |
||
| 2058 | "php": ">=5.3.0" |
||
| 2059 | }, |
||
| 2060 | "type": "library", |
||
| 2061 | "extra": { |
||
| 2062 | "branch-alias": { |
||
| 2063 | "dev-master": "1.0.x-dev" |
||
| 2064 | } |
||
| 2065 | }, |
||
| 2066 | "autoload": { |
||
| 2067 | "psr-4": { |
||
| 2068 | "Psr\\Container\\": "src/" |
||
| 2069 | } |
||
| 2070 | }, |
||
| 2071 | "notification-url": "https://packagist.org/downloads/", |
||
| 2072 | "license": [ |
||
| 2073 | "MIT" |
||
| 2074 | ], |
||
| 2075 | "authors": [ |
||
| 2076 | { |
||
| 2077 | "name": "PHP-FIG", |
||
| 2078 | "homepage": "http://www.php-fig.org/" |
||
| 2079 | } |
||
| 2080 | ], |
||
| 2081 | "description": "Common Container Interface (PHP FIG PSR-11)", |
||
| 2082 | "homepage": "https://github.com/php-fig/container", |
||
| 2083 | "keywords": [ |
||
| 2084 | "PSR-11", |
||
| 2085 | "container", |
||
| 2086 | "container-interface", |
||
| 2087 | "container-interop", |
||
| 2088 | "psr" |
||
| 2089 | ], |
||
| 2090 | "time": "2017-02-14T16:28:37+00:00" |
||
| 2091 | }, |
||
| 2092 | { |
||
| 2093 | "name": "psr/http-message", |
||
| 2094 | "version": "1.0.1", |
||
| 2095 | "source": { |
||
| 2096 | "type": "git", |
||
| 2097 | "url": "https://github.com/php-fig/http-message.git", |
||
| 2098 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
| 2099 | }, |
||
| 2100 | "dist": { |
||
| 2101 | "type": "zip", |
||
| 2102 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
| 2103 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
| 2104 | "shasum": "" |
||
| 2105 | }, |
||
| 2106 | "require": { |
||
| 2107 | "php": ">=5.3.0" |
||
| 2108 | }, |
||
| 2109 | "type": "library", |
||
| 2110 | "extra": { |
||
| 2111 | "branch-alias": { |
||
| 2112 | "dev-master": "1.0.x-dev" |
||
| 2113 | } |
||
| 2114 | }, |
||
| 2115 | "autoload": { |
||
| 2116 | "psr-4": { |
||
| 2117 | "Psr\\Http\\Message\\": "src/" |
||
| 2118 | } |
||
| 2119 | }, |
||
| 2120 | "notification-url": "https://packagist.org/downloads/", |
||
| 2121 | "license": [ |
||
| 2122 | "MIT" |
||
| 2123 | ], |
||
| 2124 | "authors": [ |
||
| 2125 | { |
||
| 2126 | "name": "PHP-FIG", |
||
| 2127 | "homepage": "http://www.php-fig.org/" |
||
| 2128 | } |
||
| 2129 | ], |
||
| 2130 | "description": "Common interface for HTTP messages", |
||
| 2131 | "homepage": "https://github.com/php-fig/http-message", |
||
| 2132 | "keywords": [ |
||
| 2133 | "http", |
||
| 2134 | "http-message", |
||
| 2135 | "psr", |
||
| 2136 | "psr-7", |
||
| 2137 | "request", |
||
| 2138 | "response" |
||
| 2139 | ], |
||
| 2140 | "time": "2016-08-06T14:39:51+00:00" |
||
| 2141 | }, |
||
| 2142 | { |
||
| 2143 | "name": "psr/link", |
||
| 2144 | "version": "1.0.0", |
||
| 2145 | "source": { |
||
| 2146 | "type": "git", |
||
| 2147 | "url": "https://github.com/php-fig/link.git", |
||
| 2148 | "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562" |
||
| 2149 | }, |
||
| 2150 | "dist": { |
||
| 2151 | "type": "zip", |
||
| 2152 | "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562", |
||
| 2153 | "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562", |
||
| 2154 | "shasum": "" |
||
| 2155 | }, |
||
| 2156 | "require": { |
||
| 2157 | "php": ">=5.3.0" |
||
| 2158 | }, |
||
| 2159 | "type": "library", |
||
| 2160 | "extra": { |
||
| 2161 | "branch-alias": { |
||
| 2162 | "dev-master": "1.0.x-dev" |
||
| 2163 | } |
||
| 2164 | }, |
||
| 2165 | "autoload": { |
||
| 2166 | "psr-4": { |
||
| 2167 | "Psr\\Link\\": "src/" |
||
| 2168 | } |
||
| 2169 | }, |
||
| 2170 | "notification-url": "https://packagist.org/downloads/", |
||
| 2171 | "license": [ |
||
| 2172 | "MIT" |
||
| 2173 | ], |
||
| 2174 | "authors": [ |
||
| 2175 | { |
||
| 2176 | "name": "PHP-FIG", |
||
| 2177 | "homepage": "http://www.php-fig.org/" |
||
| 2178 | } |
||
| 2179 | ], |
||
| 2180 | "description": "Common interfaces for HTTP links", |
||
| 2181 | "keywords": [ |
||
| 2182 | "http", |
||
| 2183 | "http-link", |
||
| 2184 | "link", |
||
| 2185 | "psr", |
||
| 2186 | "psr-13", |
||
| 2187 | "rest" |
||
| 2188 | ], |
||
| 2189 | "time": "2016-10-28T16:06:13+00:00" |
||
| 2190 | }, |
||
| 2191 | { |
||
| 2192 | "name": "psr/log", |
||
| 2193 | "version": "1.0.2", |
||
| 2194 | "source": { |
||
| 2195 | "type": "git", |
||
| 2196 | "url": "https://github.com/php-fig/log.git", |
||
| 2197 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
| 2198 | }, |
||
| 2199 | "dist": { |
||
| 2200 | "type": "zip", |
||
| 2201 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 2202 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 2203 | "shasum": "" |
||
| 2204 | }, |
||
| 2205 | "require": { |
||
| 2206 | "php": ">=5.3.0" |
||
| 2207 | }, |
||
| 2208 | "type": "library", |
||
| 2209 | "extra": { |
||
| 2210 | "branch-alias": { |
||
| 2211 | "dev-master": "1.0.x-dev" |
||
| 2212 | } |
||
| 2213 | }, |
||
| 2214 | "autoload": { |
||
| 2215 | "psr-4": { |
||
| 2216 | "Psr\\Log\\": "Psr/Log/" |
||
| 2217 | } |
||
| 2218 | }, |
||
| 2219 | "notification-url": "https://packagist.org/downloads/", |
||
| 2220 | "license": [ |
||
| 2221 | "MIT" |
||
| 2222 | ], |
||
| 2223 | "authors": [ |
||
| 2224 | { |
||
| 2225 | "name": "PHP-FIG", |
||
| 2226 | "homepage": "http://www.php-fig.org/" |
||
| 2227 | } |
||
| 2228 | ], |
||
| 2229 | "description": "Common interface for logging libraries", |
||
| 2230 | "homepage": "https://github.com/php-fig/log", |
||
| 2231 | "keywords": [ |
||
| 2232 | "log", |
||
| 2233 | "psr", |
||
| 2234 | "psr-3" |
||
| 2235 | ], |
||
| 2236 | "time": "2016-10-10T12:19:37+00:00" |
||
| 2237 | }, |
||
| 2238 | { |
||
| 2239 | "name": "psr/simple-cache", |
||
| 2240 | "version": "1.0.0", |
||
| 2241 | "source": { |
||
| 2242 | "type": "git", |
||
| 2243 | "url": "https://github.com/php-fig/simple-cache.git", |
||
| 2244 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24" |
||
| 2245 | }, |
||
| 2246 | "dist": { |
||
| 2247 | "type": "zip", |
||
| 2248 | "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
| 2249 | "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24", |
||
| 2250 | "shasum": "" |
||
| 2251 | }, |
||
| 2252 | "require": { |
||
| 2253 | "php": ">=5.3.0" |
||
| 2254 | }, |
||
| 2255 | "type": "library", |
||
| 2256 | "extra": { |
||
| 2257 | "branch-alias": { |
||
| 2258 | "dev-master": "1.0.x-dev" |
||
| 2259 | } |
||
| 2260 | }, |
||
| 2261 | "autoload": { |
||
| 2262 | "psr-4": { |
||
| 2263 | "Psr\\SimpleCache\\": "src/" |
||
| 2264 | } |
||
| 2265 | }, |
||
| 2266 | "notification-url": "https://packagist.org/downloads/", |
||
| 2267 | "license": [ |
||
| 2268 | "MIT" |
||
| 2269 | ], |
||
| 2270 | "authors": [ |
||
| 2271 | { |
||
| 2272 | "name": "PHP-FIG", |
||
| 2273 | "homepage": "http://www.php-fig.org/" |
||
| 2274 | } |
||
| 2275 | ], |
||
| 2276 | "description": "Common interfaces for simple caching", |
||
| 2277 | "keywords": [ |
||
| 2278 | "cache", |
||
| 2279 | "caching", |
||
| 2280 | "psr", |
||
| 2281 | "psr-16", |
||
| 2282 | "simple-cache" |
||
| 2283 | ], |
||
| 2284 | "time": "2017-01-02T13:31:39+00:00" |
||
| 2285 | }, |
||
| 2286 | { |
||
| 2287 | "name": "sensio/distribution-bundle", |
||
| 2288 | "version": "v5.0.20", |
||
| 2289 | "source": { |
||
| 2290 | "type": "git", |
||
| 2291 | "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", |
||
| 2292 | "reference": "4b019d4c0bd64438c42e4b6b0726085b409be8d9" |
||
| 2293 | }, |
||
| 2294 | "dist": { |
||
| 2295 | "type": "zip", |
||
| 2296 | "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/4b019d4c0bd64438c42e4b6b0726085b409be8d9", |
||
| 2297 | "reference": "4b019d4c0bd64438c42e4b6b0726085b409be8d9", |
||
| 2298 | "shasum": "" |
||
| 2299 | }, |
||
| 2300 | "require": { |
||
| 2301 | "php": ">=5.3.9", |
||
| 2302 | "sensiolabs/security-checker": "~3.0|~4.0", |
||
| 2303 | "symfony/class-loader": "~2.3|~3.0", |
||
| 2304 | "symfony/config": "~2.3|~3.0", |
||
| 2305 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 2306 | "symfony/filesystem": "~2.3|~3.0", |
||
| 2307 | "symfony/http-kernel": "~2.3|~3.0", |
||
| 2308 | "symfony/process": "~2.3|~3.0" |
||
| 2309 | }, |
||
| 2310 | "type": "symfony-bundle", |
||
| 2311 | "extra": { |
||
| 2312 | "branch-alias": { |
||
| 2313 | "dev-master": "5.0.x-dev" |
||
| 2314 | } |
||
| 2315 | }, |
||
| 2316 | "autoload": { |
||
| 2317 | "psr-4": { |
||
| 2318 | "Sensio\\Bundle\\DistributionBundle\\": "" |
||
| 2319 | } |
||
| 2320 | }, |
||
| 2321 | "notification-url": "https://packagist.org/downloads/", |
||
| 2322 | "license": [ |
||
| 2323 | "MIT" |
||
| 2324 | ], |
||
| 2325 | "authors": [ |
||
| 2326 | { |
||
| 2327 | "name": "Fabien Potencier", |
||
| 2328 | "email": "[email protected]" |
||
| 2329 | } |
||
| 2330 | ], |
||
| 2331 | "description": "Base bundle for Symfony Distributions", |
||
| 2332 | "keywords": [ |
||
| 2333 | "configuration", |
||
| 2334 | "distribution" |
||
| 2335 | ], |
||
| 2336 | "time": "2017-05-11T16:21:03+00:00" |
||
| 2337 | }, |
||
| 2338 | { |
||
| 2339 | "name": "sensio/framework-extra-bundle", |
||
| 2340 | "version": "v3.0.26", |
||
| 2341 | "source": { |
||
| 2342 | "type": "git", |
||
| 2343 | "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", |
||
| 2344 | "reference": "6d6cbe971554f0a2cc84965850481eb04a2a0059" |
||
| 2345 | }, |
||
| 2346 | "dist": { |
||
| 2347 | "type": "zip", |
||
| 2348 | "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/6d6cbe971554f0a2cc84965850481eb04a2a0059", |
||
| 2349 | "reference": "6d6cbe971554f0a2cc84965850481eb04a2a0059", |
||
| 2350 | "shasum": "" |
||
| 2351 | }, |
||
| 2352 | "require": { |
||
| 2353 | "doctrine/common": "~2.2", |
||
| 2354 | "symfony/dependency-injection": "~2.3|~3.0", |
||
| 2355 | "symfony/framework-bundle": "~2.3|~3.0" |
||
| 2356 | }, |
||
| 2357 | "require-dev": { |
||
| 2358 | "doctrine/doctrine-bundle": "~1.5", |
||
| 2359 | "doctrine/orm": "~2.4,>=2.4.5", |
||
| 2360 | "symfony/asset": "~2.7|~3.0", |
||
| 2361 | "symfony/browser-kit": "~2.3|~3.0", |
||
| 2362 | "symfony/dom-crawler": "~2.3|~3.0", |
||
| 2363 | "symfony/expression-language": "~2.4|~3.0", |
||
| 2364 | "symfony/finder": "~2.3|~3.0", |
||
| 2365 | "symfony/phpunit-bridge": "~3.2", |
||
| 2366 | "symfony/psr-http-message-bridge": "^0.3", |
||
| 2367 | "symfony/security-bundle": "~2.4|~3.0", |
||
| 2368 | "symfony/templating": "~2.3|~3.0", |
||
| 2369 | "symfony/translation": "~2.3|~3.0", |
||
| 2370 | "symfony/twig-bundle": "~2.3|~3.0", |
||
| 2371 | "symfony/yaml": "~2.3|~3.0", |
||
| 2372 | "twig/twig": "~1.12|~2.0", |
||
| 2373 | "zendframework/zend-diactoros": "^1.3" |
||
| 2374 | }, |
||
| 2375 | "suggest": { |
||
| 2376 | "symfony/expression-language": "", |
||
| 2377 | "symfony/psr-http-message-bridge": "To use the PSR-7 converters", |
||
| 2378 | "symfony/security-bundle": "" |
||
| 2379 | }, |
||
| 2380 | "type": "symfony-bundle", |
||
| 2381 | "extra": { |
||
| 2382 | "branch-alias": { |
||
| 2383 | "dev-master": "3.0.x-dev" |
||
| 2384 | } |
||
| 2385 | }, |
||
| 2386 | "autoload": { |
||
| 2387 | "psr-4": { |
||
| 2388 | "Sensio\\Bundle\\FrameworkExtraBundle\\": "" |
||
| 2389 | } |
||
| 2390 | }, |
||
| 2391 | "notification-url": "https://packagist.org/downloads/", |
||
| 2392 | "license": [ |
||
| 2393 | "MIT" |
||
| 2394 | ], |
||
| 2395 | "authors": [ |
||
| 2396 | { |
||
| 2397 | "name": "Fabien Potencier", |
||
| 2398 | "email": "[email protected]" |
||
| 2399 | } |
||
| 2400 | ], |
||
| 2401 | "description": "This bundle provides a way to configure your controllers with annotations", |
||
| 2402 | "keywords": [ |
||
| 2403 | "annotations", |
||
| 2404 | "controllers" |
||
| 2405 | ], |
||
| 2406 | "time": "2017-05-11T17:01:57+00:00" |
||
| 2407 | }, |
||
| 2408 | { |
||
| 2409 | "name": "sensiolabs/security-checker", |
||
| 2410 | "version": "v4.0.4", |
||
| 2411 | "source": { |
||
| 2412 | "type": "git", |
||
| 2413 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
| 2414 | "reference": "9e69eddf3bc49d1ee5c7908564da3141796d4bbc" |
||
| 2415 | }, |
||
| 2416 | "dist": { |
||
| 2417 | "type": "zip", |
||
| 2418 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/9e69eddf3bc49d1ee5c7908564da3141796d4bbc", |
||
| 2419 | "reference": "9e69eddf3bc49d1ee5c7908564da3141796d4bbc", |
||
| 2420 | "shasum": "" |
||
| 2421 | }, |
||
| 2422 | "require": { |
||
| 2423 | "composer/ca-bundle": "^1.0", |
||
| 2424 | "symfony/console": "~2.7|~3.0" |
||
| 2425 | }, |
||
| 2426 | "bin": [ |
||
| 2427 | "security-checker" |
||
| 2428 | ], |
||
| 2429 | "type": "library", |
||
| 2430 | "extra": { |
||
| 2431 | "branch-alias": { |
||
| 2432 | "dev-master": "4.0-dev" |
||
| 2433 | } |
||
| 2434 | }, |
||
| 2435 | "autoload": { |
||
| 2436 | "psr-0": { |
||
| 2437 | "SensioLabs\\Security": "" |
||
| 2438 | } |
||
| 2439 | }, |
||
| 2440 | "notification-url": "https://packagist.org/downloads/", |
||
| 2441 | "license": [ |
||
| 2442 | "MIT" |
||
| 2443 | ], |
||
| 2444 | "authors": [ |
||
| 2445 | { |
||
| 2446 | "name": "Fabien Potencier", |
||
| 2447 | "email": "[email protected]" |
||
| 2448 | } |
||
| 2449 | ], |
||
| 2450 | "description": "A security checker for your composer.lock", |
||
| 2451 | "time": "2017-03-31T14:50:32+00:00" |
||
| 2452 | }, |
||
| 2453 | { |
||
| 2454 | "name": "swiftmailer/swiftmailer", |
||
| 2455 | "version": "v5.4.8", |
||
| 2456 | "source": { |
||
| 2457 | "type": "git", |
||
| 2458 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
| 2459 | "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517" |
||
| 2460 | }, |
||
| 2461 | "dist": { |
||
| 2462 | "type": "zip", |
||
| 2463 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517", |
||
| 2464 | "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517", |
||
| 2465 | "shasum": "" |
||
| 2466 | }, |
||
| 2467 | "require": { |
||
| 2468 | "php": ">=5.3.3" |
||
| 2469 | }, |
||
| 2470 | "require-dev": { |
||
| 2471 | "mockery/mockery": "~0.9.1", |
||
| 2472 | "symfony/phpunit-bridge": "~3.2" |
||
| 2473 | }, |
||
| 2474 | "type": "library", |
||
| 2475 | "extra": { |
||
| 2476 | "branch-alias": { |
||
| 2477 | "dev-master": "5.4-dev" |
||
| 2478 | } |
||
| 2479 | }, |
||
| 2480 | "autoload": { |
||
| 2481 | "files": [ |
||
| 2482 | "lib/swift_required.php" |
||
| 2483 | ] |
||
| 2484 | }, |
||
| 2485 | "notification-url": "https://packagist.org/downloads/", |
||
| 2486 | "license": [ |
||
| 2487 | "MIT" |
||
| 2488 | ], |
||
| 2489 | "authors": [ |
||
| 2490 | { |
||
| 2491 | "name": "Chris Corbyn" |
||
| 2492 | }, |
||
| 2493 | { |
||
| 2494 | "name": "Fabien Potencier", |
||
| 2495 | "email": "[email protected]" |
||
| 2496 | } |
||
| 2497 | ], |
||
| 2498 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
| 2499 | "homepage": "http://swiftmailer.org", |
||
| 2500 | "keywords": [ |
||
| 2501 | "email", |
||
| 2502 | "mail", |
||
| 2503 | "mailer" |
||
| 2504 | ], |
||
| 2505 | "time": "2017-05-01T15:54:03+00:00" |
||
| 2506 | }, |
||
| 2507 | { |
||
| 2508 | "name": "symfony-si/conduct", |
||
| 2509 | "version": "dev-master", |
||
| 2510 | "source": { |
||
| 2511 | "type": "git", |
||
| 2512 | "url": "https://github.com/symfony-si/conduct", |
||
| 2513 | "reference": "master" |
||
| 2514 | }, |
||
| 2515 | "type": "library", |
||
| 2516 | "time": "2016-06-21 20:07:10" |
||
| 2517 | }, |
||
| 2518 | { |
||
| 2519 | "name": "symfony-si/fig-standards-sl", |
||
| 2520 | "version": "dev-master", |
||
| 2521 | "source": { |
||
| 2522 | "type": "git", |
||
| 2523 | "url": "https://github.com/symfony-si/fig-standards-sl", |
||
| 2524 | "reference": "master" |
||
| 2525 | }, |
||
| 2526 | "type": "library", |
||
| 2527 | "time": "2017-06-11 19:36:44" |
||
| 2528 | }, |
||
| 2529 | { |
||
| 2530 | "name": "symfony-si/symfony-cheatsheet", |
||
| 2531 | "version": "dev-master", |
||
| 2532 | "source": { |
||
| 2533 | "type": "git", |
||
| 2534 | "url": "https://github.com/symfony-si/symfony-cheatsheet", |
||
| 2535 | "reference": "master" |
||
| 2536 | }, |
||
| 2537 | "type": "library", |
||
| 2538 | "time": "2015-02-19 13:13:41" |
||
| 2539 | }, |
||
| 2540 | { |
||
| 2541 | "name": "symfony-si/symfony-resources", |
||
| 2542 | "version": "dev-master", |
||
| 2543 | "source": { |
||
| 2544 | "type": "git", |
||
| 2545 | "url": "https://github.com/symfony-si/symfony-resources", |
||
| 2546 | "reference": "master" |
||
| 2547 | }, |
||
| 2548 | "type": "library", |
||
| 2549 | "time": "2016-06-12 12:26:04" |
||
| 2550 | }, |
||
| 2551 | { |
||
| 2552 | "name": "symfony/monolog-bundle", |
||
| 2553 | "version": "v3.1.0", |
||
| 2554 | "source": { |
||
| 2555 | "type": "git", |
||
| 2556 | "url": "https://github.com/symfony/monolog-bundle.git", |
||
| 2557 | "reference": "6f96c7dbb6b2ef70b307a1a6f897153cbca3da47" |
||
| 2558 | }, |
||
| 2559 | "dist": { |
||
| 2560 | "type": "zip", |
||
| 2561 | "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/6f96c7dbb6b2ef70b307a1a6f897153cbca3da47", |
||
| 2562 | "reference": "6f96c7dbb6b2ef70b307a1a6f897153cbca3da47", |
||
| 2563 | "shasum": "" |
||
| 2564 | }, |
||
| 2565 | "require": { |
||
| 2566 | "monolog/monolog": "~1.22", |
||
| 2567 | "php": ">=5.3.2", |
||
| 2568 | "symfony/config": "~2.7|~3.0", |
||
| 2569 | "symfony/dependency-injection": "~2.7|~3.0", |
||
| 2570 | "symfony/http-kernel": "~2.7|~3.0", |
||
| 2571 | "symfony/monolog-bridge": "~2.7|~3.0" |
||
| 2572 | }, |
||
| 2573 | "require-dev": { |
||
| 2574 | "phpunit/phpunit": "^4.8", |
||
| 2575 | "symfony/console": "~2.3|~3.0", |
||
| 2576 | "symfony/yaml": "~2.3|~3.0" |
||
| 2577 | }, |
||
| 2578 | "type": "symfony-bundle", |
||
| 2579 | "extra": { |
||
| 2580 | "branch-alias": { |
||
| 2581 | "dev-master": "3.x-dev" |
||
| 2582 | } |
||
| 2583 | }, |
||
| 2584 | "autoload": { |
||
| 2585 | "psr-4": { |
||
| 2586 | "Symfony\\Bundle\\MonologBundle\\": "" |
||
| 2587 | } |
||
| 2588 | }, |
||
| 2589 | "notification-url": "https://packagist.org/downloads/", |
||
| 2590 | "license": [ |
||
| 2591 | "MIT" |
||
| 2592 | ], |
||
| 2593 | "authors": [ |
||
| 2594 | { |
||
| 2595 | "name": "Symfony Community", |
||
| 2596 | "homepage": "http://symfony.com/contributors" |
||
| 2597 | }, |
||
| 2598 | { |
||
| 2599 | "name": "Fabien Potencier", |
||
| 2600 | "email": "[email protected]" |
||
| 2601 | } |
||
| 2602 | ], |
||
| 2603 | "description": "Symfony MonologBundle", |
||
| 2604 | "homepage": "http://symfony.com", |
||
| 2605 | "keywords": [ |
||
| 2606 | "log", |
||
| 2607 | "logging" |
||
| 2608 | ], |
||
| 2609 | "time": "2017-03-26T11:55:59+00:00" |
||
| 2610 | }, |
||
| 2611 | { |
||
| 2612 | "name": "symfony/polyfill-apcu", |
||
| 2613 | "version": "v1.4.0", |
||
| 2614 | "source": { |
||
| 2615 | "type": "git", |
||
| 2616 | "url": "https://github.com/symfony/polyfill-apcu.git", |
||
| 2617 | "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2" |
||
| 2618 | }, |
||
| 2619 | "dist": { |
||
| 2620 | "type": "zip", |
||
| 2621 | "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/2e7965b8cdfbba50d0092d3f6dca97dddec409e2", |
||
| 2622 | "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2", |
||
| 2623 | "shasum": "" |
||
| 2624 | }, |
||
| 2625 | "require": { |
||
| 2626 | "php": ">=5.3.3" |
||
| 2627 | }, |
||
| 2628 | "type": "library", |
||
| 2629 | "extra": { |
||
| 2630 | "branch-alias": { |
||
| 2631 | "dev-master": "1.4-dev" |
||
| 2632 | } |
||
| 2633 | }, |
||
| 2634 | "autoload": { |
||
| 2635 | "files": [ |
||
| 2636 | "bootstrap.php" |
||
| 2637 | ] |
||
| 2638 | }, |
||
| 2639 | "notification-url": "https://packagist.org/downloads/", |
||
| 2640 | "license": [ |
||
| 2641 | "MIT" |
||
| 2642 | ], |
||
| 2643 | "authors": [ |
||
| 2644 | { |
||
| 2645 | "name": "Nicolas Grekas", |
||
| 2646 | "email": "[email protected]" |
||
| 2647 | }, |
||
| 2648 | { |
||
| 2649 | "name": "Symfony Community", |
||
| 2650 | "homepage": "https://symfony.com/contributors" |
||
| 2651 | } |
||
| 2652 | ], |
||
| 2653 | "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", |
||
| 2654 | "homepage": "https://symfony.com", |
||
| 2655 | "keywords": [ |
||
| 2656 | "apcu", |
||
| 2657 | "compatibility", |
||
| 2658 | "polyfill", |
||
| 2659 | "portable", |
||
| 2660 | "shim" |
||
| 2661 | ], |
||
| 2662 | "time": "2017-06-09T08:25:21+00:00" |
||
| 2663 | }, |
||
| 2664 | { |
||
| 2665 | "name": "symfony/polyfill-intl-icu", |
||
| 2666 | "version": "v1.4.0", |
||
| 2667 | "source": { |
||
| 2668 | "type": "git", |
||
| 2669 | "url": "https://github.com/symfony/polyfill-intl-icu.git", |
||
| 2670 | "reference": "3191cbe0ce64987bd382daf6724af31c53daae01" |
||
| 2671 | }, |
||
| 2672 | "dist": { |
||
| 2673 | "type": "zip", |
||
| 2674 | "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/3191cbe0ce64987bd382daf6724af31c53daae01", |
||
| 2675 | "reference": "3191cbe0ce64987bd382daf6724af31c53daae01", |
||
| 2676 | "shasum": "" |
||
| 2677 | }, |
||
| 2678 | "require": { |
||
| 2679 | "php": ">=5.3.3", |
||
| 2680 | "symfony/intl": "~2.3|~3.0|~4.0" |
||
| 2681 | }, |
||
| 2682 | "suggest": { |
||
| 2683 | "ext-intl": "For best performance" |
||
| 2684 | }, |
||
| 2685 | "type": "library", |
||
| 2686 | "extra": { |
||
| 2687 | "branch-alias": { |
||
| 2688 | "dev-master": "1.4-dev" |
||
| 2689 | } |
||
| 2690 | }, |
||
| 2691 | "autoload": { |
||
| 2692 | "files": [ |
||
| 2693 | "bootstrap.php" |
||
| 2694 | ] |
||
| 2695 | }, |
||
| 2696 | "notification-url": "https://packagist.org/downloads/", |
||
| 2697 | "license": [ |
||
| 2698 | "MIT" |
||
| 2699 | ], |
||
| 2700 | "authors": [ |
||
| 2701 | { |
||
| 2702 | "name": "Nicolas Grekas", |
||
| 2703 | "email": "[email protected]" |
||
| 2704 | }, |
||
| 2705 | { |
||
| 2706 | "name": "Symfony Community", |
||
| 2707 | "homepage": "https://symfony.com/contributors" |
||
| 2708 | } |
||
| 2709 | ], |
||
| 2710 | "description": "Symfony polyfill for intl's ICU-related data and classes", |
||
| 2711 | "homepage": "https://symfony.com", |
||
| 2712 | "keywords": [ |
||
| 2713 | "compatibility", |
||
| 2714 | "icu", |
||
| 2715 | "intl", |
||
| 2716 | "polyfill", |
||
| 2717 | "portable", |
||
| 2718 | "shim" |
||
| 2719 | ], |
||
| 2720 | "time": "2017-06-09T08:25:21+00:00" |
||
| 2721 | }, |
||
| 2722 | { |
||
| 2723 | "name": "symfony/polyfill-mbstring", |
||
| 2724 | "version": "v1.4.0", |
||
| 2725 | "source": { |
||
| 2726 | "type": "git", |
||
| 2727 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 2728 | "reference": "f29dca382a6485c3cbe6379f0c61230167681937" |
||
| 2729 | }, |
||
| 2730 | "dist": { |
||
| 2731 | "type": "zip", |
||
| 2732 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937", |
||
| 2733 | "reference": "f29dca382a6485c3cbe6379f0c61230167681937", |
||
| 2734 | "shasum": "" |
||
| 2735 | }, |
||
| 2736 | "require": { |
||
| 2737 | "php": ">=5.3.3" |
||
| 2738 | }, |
||
| 2739 | "suggest": { |
||
| 2740 | "ext-mbstring": "For best performance" |
||
| 2741 | }, |
||
| 2742 | "type": "library", |
||
| 2743 | "extra": { |
||
| 2744 | "branch-alias": { |
||
| 2745 | "dev-master": "1.4-dev" |
||
| 2746 | } |
||
| 2747 | }, |
||
| 2748 | "autoload": { |
||
| 2749 | "psr-4": { |
||
| 2750 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 2751 | }, |
||
| 2752 | "files": [ |
||
| 2753 | "bootstrap.php" |
||
| 2754 | ] |
||
| 2755 | }, |
||
| 2756 | "notification-url": "https://packagist.org/downloads/", |
||
| 2757 | "license": [ |
||
| 2758 | "MIT" |
||
| 2759 | ], |
||
| 2760 | "authors": [ |
||
| 2761 | { |
||
| 2762 | "name": "Nicolas Grekas", |
||
| 2763 | "email": "[email protected]" |
||
| 2764 | }, |
||
| 2765 | { |
||
| 2766 | "name": "Symfony Community", |
||
| 2767 | "homepage": "https://symfony.com/contributors" |
||
| 2768 | } |
||
| 2769 | ], |
||
| 2770 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 2771 | "homepage": "https://symfony.com", |
||
| 2772 | "keywords": [ |
||
| 2773 | "compatibility", |
||
| 2774 | "mbstring", |
||
| 2775 | "polyfill", |
||
| 2776 | "portable", |
||
| 2777 | "shim" |
||
| 2778 | ], |
||
| 2779 | "time": "2017-06-09T14:24:12+00:00" |
||
| 2780 | }, |
||
| 2781 | { |
||
| 2782 | "name": "symfony/polyfill-php56", |
||
| 2783 | "version": "v1.4.0", |
||
| 2784 | "source": { |
||
| 2785 | "type": "git", |
||
| 2786 | "url": "https://github.com/symfony/polyfill-php56.git", |
||
| 2787 | "reference": "bc0b7d6cb36b10cfabb170a3e359944a95174929" |
||
| 2788 | }, |
||
| 2789 | "dist": { |
||
| 2790 | "type": "zip", |
||
| 2791 | "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/bc0b7d6cb36b10cfabb170a3e359944a95174929", |
||
| 2792 | "reference": "bc0b7d6cb36b10cfabb170a3e359944a95174929", |
||
| 2793 | "shasum": "" |
||
| 2794 | }, |
||
| 2795 | "require": { |
||
| 2796 | "php": ">=5.3.3", |
||
| 2797 | "symfony/polyfill-util": "~1.0" |
||
| 2798 | }, |
||
| 2799 | "type": "library", |
||
| 2800 | "extra": { |
||
| 2801 | "branch-alias": { |
||
| 2802 | "dev-master": "1.4-dev" |
||
| 2803 | } |
||
| 2804 | }, |
||
| 2805 | "autoload": { |
||
| 2806 | "psr-4": { |
||
| 2807 | "Symfony\\Polyfill\\Php56\\": "" |
||
| 2808 | }, |
||
| 2809 | "files": [ |
||
| 2810 | "bootstrap.php" |
||
| 2811 | ] |
||
| 2812 | }, |
||
| 2813 | "notification-url": "https://packagist.org/downloads/", |
||
| 2814 | "license": [ |
||
| 2815 | "MIT" |
||
| 2816 | ], |
||
| 2817 | "authors": [ |
||
| 2818 | { |
||
| 2819 | "name": "Nicolas Grekas", |
||
| 2820 | "email": "[email protected]" |
||
| 2821 | }, |
||
| 2822 | { |
||
| 2823 | "name": "Symfony Community", |
||
| 2824 | "homepage": "https://symfony.com/contributors" |
||
| 2825 | } |
||
| 2826 | ], |
||
| 2827 | "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", |
||
| 2828 | "homepage": "https://symfony.com", |
||
| 2829 | "keywords": [ |
||
| 2830 | "compatibility", |
||
| 2831 | "polyfill", |
||
| 2832 | "portable", |
||
| 2833 | "shim" |
||
| 2834 | ], |
||
| 2835 | "time": "2017-06-09T08:25:21+00:00" |
||
| 2836 | }, |
||
| 2837 | { |
||
| 2838 | "name": "symfony/polyfill-php70", |
||
| 2839 | "version": "v1.4.0", |
||
| 2840 | "source": { |
||
| 2841 | "type": "git", |
||
| 2842 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
| 2843 | "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874" |
||
| 2844 | }, |
||
| 2845 | "dist": { |
||
| 2846 | "type": "zip", |
||
| 2847 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/032fd647d5c11a9ceab8ee8747e13b5448e93874", |
||
| 2848 | "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874", |
||
| 2849 | "shasum": "" |
||
| 2850 | }, |
||
| 2851 | "require": { |
||
| 2852 | "paragonie/random_compat": "~1.0|~2.0", |
||
| 2853 | "php": ">=5.3.3" |
||
| 2854 | }, |
||
| 2855 | "type": "library", |
||
| 2856 | "extra": { |
||
| 2857 | "branch-alias": { |
||
| 2858 | "dev-master": "1.4-dev" |
||
| 2859 | } |
||
| 2860 | }, |
||
| 2861 | "autoload": { |
||
| 2862 | "psr-4": { |
||
| 2863 | "Symfony\\Polyfill\\Php70\\": "" |
||
| 2864 | }, |
||
| 2865 | "files": [ |
||
| 2866 | "bootstrap.php" |
||
| 2867 | ], |
||
| 2868 | "classmap": [ |
||
| 2869 | "Resources/stubs" |
||
| 2870 | ] |
||
| 2871 | }, |
||
| 2872 | "notification-url": "https://packagist.org/downloads/", |
||
| 2873 | "license": [ |
||
| 2874 | "MIT" |
||
| 2875 | ], |
||
| 2876 | "authors": [ |
||
| 2877 | { |
||
| 2878 | "name": "Nicolas Grekas", |
||
| 2879 | "email": "[email protected]" |
||
| 2880 | }, |
||
| 2881 | { |
||
| 2882 | "name": "Symfony Community", |
||
| 2883 | "homepage": "https://symfony.com/contributors" |
||
| 2884 | } |
||
| 2885 | ], |
||
| 2886 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
| 2887 | "homepage": "https://symfony.com", |
||
| 2888 | "keywords": [ |
||
| 2889 | "compatibility", |
||
| 2890 | "polyfill", |
||
| 2891 | "portable", |
||
| 2892 | "shim" |
||
| 2893 | ], |
||
| 2894 | "time": "2017-06-09T14:24:12+00:00" |
||
| 2895 | }, |
||
| 2896 | { |
||
| 2897 | "name": "symfony/polyfill-util", |
||
| 2898 | "version": "v1.4.0", |
||
| 2899 | "source": { |
||
| 2900 | "type": "git", |
||
| 2901 | "url": "https://github.com/symfony/polyfill-util.git", |
||
| 2902 | "reference": "ebccbde4aad410f6438d86d7d261c6b4d2b9a51d" |
||
| 2903 | }, |
||
| 2904 | "dist": { |
||
| 2905 | "type": "zip", |
||
| 2906 | "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ebccbde4aad410f6438d86d7d261c6b4d2b9a51d", |
||
| 2907 | "reference": "ebccbde4aad410f6438d86d7d261c6b4d2b9a51d", |
||
| 2908 | "shasum": "" |
||
| 2909 | }, |
||
| 2910 | "require": { |
||
| 2911 | "php": ">=5.3.3" |
||
| 2912 | }, |
||
| 2913 | "type": "library", |
||
| 2914 | "extra": { |
||
| 2915 | "branch-alias": { |
||
| 2916 | "dev-master": "1.4-dev" |
||
| 2917 | } |
||
| 2918 | }, |
||
| 2919 | "autoload": { |
||
| 2920 | "psr-4": { |
||
| 2921 | "Symfony\\Polyfill\\Util\\": "" |
||
| 2922 | } |
||
| 2923 | }, |
||
| 2924 | "notification-url": "https://packagist.org/downloads/", |
||
| 2925 | "license": [ |
||
| 2926 | "MIT" |
||
| 2927 | ], |
||
| 2928 | "authors": [ |
||
| 2929 | { |
||
| 2930 | "name": "Nicolas Grekas", |
||
| 2931 | "email": "[email protected]" |
||
| 2932 | }, |
||
| 2933 | { |
||
| 2934 | "name": "Symfony Community", |
||
| 2935 | "homepage": "https://symfony.com/contributors" |
||
| 2936 | } |
||
| 2937 | ], |
||
| 2938 | "description": "Symfony utilities for portability of PHP codes", |
||
| 2939 | "homepage": "https://symfony.com", |
||
| 2940 | "keywords": [ |
||
| 2941 | "compat", |
||
| 2942 | "compatibility", |
||
| 2943 | "polyfill", |
||
| 2944 | "shim" |
||
| 2945 | ], |
||
| 2946 | "time": "2017-06-09T08:25:21+00:00" |
||
| 2947 | }, |
||
| 2948 | { |
||
| 2949 | "name": "symfony/swiftmailer-bundle", |
||
| 2950 | "version": "v2.6.2", |
||
| 2951 | "source": { |
||
| 2952 | "type": "git", |
||
| 2953 | "url": "https://github.com/symfony/swiftmailer-bundle.git", |
||
| 2954 | "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75" |
||
| 2955 | }, |
||
| 2956 | "dist": { |
||
| 2957 | "type": "zip", |
||
| 2958 | "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/deabc81120c2086571f7c4484ab785c5e1b84f75", |
||
| 2959 | "reference": "deabc81120c2086571f7c4484ab785c5e1b84f75", |
||
| 2960 | "shasum": "" |
||
| 2961 | }, |
||
| 2962 | "require": { |
||
| 2963 | "php": ">=5.3.2", |
||
| 2964 | "swiftmailer/swiftmailer": "~4.2|~5.0", |
||
| 2965 | "symfony/config": "~2.7|~3.0", |
||
| 2966 | "symfony/dependency-injection": "~2.7|~3.0", |
||
| 2967 | "symfony/http-kernel": "~2.7|~3.0" |
||
| 2968 | }, |
||
| 2969 | "require-dev": { |
||
| 2970 | "symfony/console": "~2.7|~3.0", |
||
| 2971 | "symfony/framework-bundle": "~2.7|~3.0", |
||
| 2972 | "symfony/phpunit-bridge": "~3.3@dev", |
||
| 2973 | "symfony/yaml": "~2.7|~3.0" |
||
| 2974 | }, |
||
| 2975 | "suggest": { |
||
| 2976 | "psr/log": "Allows logging" |
||
| 2977 | }, |
||
| 2978 | "type": "symfony-bundle", |
||
| 2979 | "extra": { |
||
| 2980 | "branch-alias": { |
||
| 2981 | "dev-master": "2.6-dev" |
||
| 2982 | } |
||
| 2983 | }, |
||
| 2984 | "autoload": { |
||
| 2985 | "psr-4": { |
||
| 2986 | "Symfony\\Bundle\\SwiftmailerBundle\\": "" |
||
| 2987 | } |
||
| 2988 | }, |
||
| 2989 | "notification-url": "https://packagist.org/downloads/", |
||
| 2990 | "license": [ |
||
| 2991 | "MIT" |
||
| 2992 | ], |
||
| 2993 | "authors": [ |
||
| 2994 | { |
||
| 2995 | "name": "Symfony Community", |
||
| 2996 | "homepage": "http://symfony.com/contributors" |
||
| 2997 | }, |
||
| 2998 | { |
||
| 2999 | "name": "Fabien Potencier", |
||
| 3000 | "email": "[email protected]" |
||
| 3001 | } |
||
| 3002 | ], |
||
| 3003 | "description": "Symfony SwiftmailerBundle", |
||
| 3004 | "homepage": "http://symfony.com", |
||
| 3005 | "time": "2017-05-22T04:58:24+00:00" |
||
| 3006 | }, |
||
| 3007 | { |
||
| 3008 | "name": "symfony/symfony", |
||
|
0 ignored issues
–
show
There are 4 security advisories for your installed version of symfony/symfony:
- CVE-2017-16653: CSRF protection does not use different tokens for HTTP and HTTPS - CVE-2017-16654: Intl bundle readers breaking out of paths - CVE-2017-16790: Ensure that submitted data are uploaded files - CVE-2017-16652: Open redirect vulnerability on security handlers Loading history...
|
|||
| 3009 | "version": "v3.3.2", |
||
| 3010 | "source": { |
||
| 3011 | "type": "git", |
||
| 3012 | "url": "https://github.com/symfony/symfony.git", |
||
| 3013 | "reference": "82bd7c039214b34bb5d12c04f996f05f6581c49f" |
||
| 3014 | }, |
||
| 3015 | "dist": { |
||
| 3016 | "type": "zip", |
||
| 3017 | "url": "https://api.github.com/repos/symfony/symfony/zipball/82bd7c039214b34bb5d12c04f996f05f6581c49f", |
||
| 3018 | "reference": "82bd7c039214b34bb5d12c04f996f05f6581c49f", |
||
| 3019 | "shasum": "" |
||
| 3020 | }, |
||
| 3021 | "require": { |
||
| 3022 | "doctrine/common": "~2.4", |
||
| 3023 | "fig/link-util": "^1.0", |
||
| 3024 | "php": ">=5.5.9", |
||
| 3025 | "psr/cache": "~1.0", |
||
| 3026 | "psr/container": "^1.0", |
||
| 3027 | "psr/link": "^1.0", |
||
| 3028 | "psr/log": "~1.0", |
||
| 3029 | "psr/simple-cache": "^1.0", |
||
| 3030 | "symfony/polyfill-intl-icu": "~1.0", |
||
| 3031 | "symfony/polyfill-mbstring": "~1.0", |
||
| 3032 | "symfony/polyfill-php56": "~1.0", |
||
| 3033 | "symfony/polyfill-php70": "~1.0", |
||
| 3034 | "symfony/polyfill-util": "~1.0", |
||
| 3035 | "twig/twig": "~1.34|~2.4" |
||
| 3036 | }, |
||
| 3037 | "conflict": { |
||
| 3038 | "phpdocumentor/reflection-docblock": "<3.0", |
||
| 3039 | "phpdocumentor/type-resolver": "<0.2.0", |
||
| 3040 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
| 3041 | }, |
||
| 3042 | "provide": { |
||
| 3043 | "psr/cache-implementation": "1.0", |
||
| 3044 | "psr/container-implementation": "1.0", |
||
| 3045 | "psr/simple-cache-implementation": "1.0" |
||
| 3046 | }, |
||
| 3047 | "replace": { |
||
| 3048 | "symfony/asset": "self.version", |
||
| 3049 | "symfony/browser-kit": "self.version", |
||
| 3050 | "symfony/cache": "self.version", |
||
| 3051 | "symfony/class-loader": "self.version", |
||
| 3052 | "symfony/config": "self.version", |
||
| 3053 | "symfony/console": "self.version", |
||
| 3054 | "symfony/css-selector": "self.version", |
||
| 3055 | "symfony/debug": "self.version", |
||
| 3056 | "symfony/debug-bundle": "self.version", |
||
| 3057 | "symfony/dependency-injection": "self.version", |
||
| 3058 | "symfony/doctrine-bridge": "self.version", |
||
| 3059 | "symfony/dom-crawler": "self.version", |
||
| 3060 | "symfony/dotenv": "self.version", |
||
| 3061 | "symfony/event-dispatcher": "self.version", |
||
| 3062 | "symfony/expression-language": "self.version", |
||
| 3063 | "symfony/filesystem": "self.version", |
||
| 3064 | "symfony/finder": "self.version", |
||
| 3065 | "symfony/form": "self.version", |
||
| 3066 | "symfony/framework-bundle": "self.version", |
||
| 3067 | "symfony/http-foundation": "self.version", |
||
| 3068 | "symfony/http-kernel": "self.version", |
||
| 3069 | "symfony/inflector": "self.version", |
||
| 3070 | "symfony/intl": "self.version", |
||
| 3071 | "symfony/ldap": "self.version", |
||
| 3072 | "symfony/monolog-bridge": "self.version", |
||
| 3073 | "symfony/options-resolver": "self.version", |
||
| 3074 | "symfony/process": "self.version", |
||
| 3075 | "symfony/property-access": "self.version", |
||
| 3076 | "symfony/property-info": "self.version", |
||
| 3077 | "symfony/proxy-manager-bridge": "self.version", |
||
| 3078 | "symfony/routing": "self.version", |
||
| 3079 | "symfony/security": "self.version", |
||
| 3080 | "symfony/security-bundle": "self.version", |
||
| 3081 | "symfony/security-core": "self.version", |
||
| 3082 | "symfony/security-csrf": "self.version", |
||
| 3083 | "symfony/security-guard": "self.version", |
||
| 3084 | "symfony/security-http": "self.version", |
||
| 3085 | "symfony/serializer": "self.version", |
||
| 3086 | "symfony/stopwatch": "self.version", |
||
| 3087 | "symfony/templating": "self.version", |
||
| 3088 | "symfony/translation": "self.version", |
||
| 3089 | "symfony/twig-bridge": "self.version", |
||
| 3090 | "symfony/twig-bundle": "self.version", |
||
| 3091 | "symfony/validator": "self.version", |
||
| 3092 | "symfony/var-dumper": "self.version", |
||
| 3093 | "symfony/web-link": "self.version", |
||
| 3094 | "symfony/web-profiler-bundle": "self.version", |
||
| 3095 | "symfony/web-server-bundle": "self.version", |
||
| 3096 | "symfony/workflow": "self.version", |
||
| 3097 | "symfony/yaml": "self.version" |
||
| 3098 | }, |
||
| 3099 | "require-dev": { |
||
| 3100 | "cache/integration-tests": "dev-master", |
||
| 3101 | "doctrine/cache": "~1.6", |
||
| 3102 | "doctrine/data-fixtures": "1.0.*", |
||
| 3103 | "doctrine/dbal": "~2.4", |
||
| 3104 | "doctrine/doctrine-bundle": "~1.4", |
||
| 3105 | "doctrine/orm": "~2.4,>=2.4.5", |
||
| 3106 | "egulias/email-validator": "~1.2,>=1.2.8|~2.0", |
||
| 3107 | "monolog/monolog": "~1.11", |
||
| 3108 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", |
||
| 3109 | "phpdocumentor/reflection-docblock": "^3.0", |
||
| 3110 | "predis/predis": "~1.0", |
||
| 3111 | "sensio/framework-extra-bundle": "^3.0.2", |
||
| 3112 | "symfony/phpunit-bridge": "~3.2", |
||
| 3113 | "symfony/polyfill-apcu": "~1.1", |
||
| 3114 | "symfony/security-acl": "~2.8|~3.0" |
||
| 3115 | }, |
||
| 3116 | "type": "library", |
||
| 3117 | "extra": { |
||
| 3118 | "branch-alias": { |
||
| 3119 | "dev-master": "3.3-dev" |
||
| 3120 | } |
||
| 3121 | }, |
||
| 3122 | "autoload": { |
||
| 3123 | "psr-4": { |
||
| 3124 | "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/", |
||
| 3125 | "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/", |
||
| 3126 | "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/", |
||
| 3127 | "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/", |
||
| 3128 | "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/", |
||
| 3129 | "Symfony\\Bundle\\": "src/Symfony/Bundle/", |
||
| 3130 | "Symfony\\Component\\": "src/Symfony/Component/" |
||
| 3131 | }, |
||
| 3132 | "classmap": [ |
||
| 3133 | "src/Symfony/Component/Intl/Resources/stubs" |
||
| 3134 | ], |
||
| 3135 | "exclude-from-classmap": [ |
||
| 3136 | "**/Tests/" |
||
| 3137 | ] |
||
| 3138 | }, |
||
| 3139 | "notification-url": "https://packagist.org/downloads/", |
||
| 3140 | "license": [ |
||
| 3141 | "MIT" |
||
| 3142 | ], |
||
| 3143 | "authors": [ |
||
| 3144 | { |
||
| 3145 | "name": "Fabien Potencier", |
||
| 3146 | "email": "[email protected]" |
||
| 3147 | }, |
||
| 3148 | { |
||
| 3149 | "name": "Symfony Community", |
||
| 3150 | "homepage": "https://symfony.com/contributors" |
||
| 3151 | } |
||
| 3152 | ], |
||
| 3153 | "description": "The Symfony PHP framework", |
||
| 3154 | "homepage": "https://symfony.com", |
||
| 3155 | "keywords": [ |
||
| 3156 | "framework" |
||
| 3157 | ], |
||
| 3158 | "time": "2017-06-06T04:00:14+00:00" |
||
| 3159 | }, |
||
| 3160 | { |
||
| 3161 | "name": "twig/twig", |
||
| 3162 | "version": "v2.4.3", |
||
| 3163 | "source": { |
||
| 3164 | "type": "git", |
||
| 3165 | "url": "https://github.com/twigphp/Twig.git", |
||
| 3166 | "reference": "eab7c3288ae6603d7d6f92b531626af2b162d1f2" |
||
| 3167 | }, |
||
| 3168 | "dist": { |
||
| 3169 | "type": "zip", |
||
| 3170 | "url": "https://api.github.com/repos/twigphp/Twig/zipball/eab7c3288ae6603d7d6f92b531626af2b162d1f2", |
||
| 3171 | "reference": "eab7c3288ae6603d7d6f92b531626af2b162d1f2", |
||
| 3172 | "shasum": "" |
||
| 3173 | }, |
||
| 3174 | "require": { |
||
| 3175 | "php": "^7.0", |
||
| 3176 | "symfony/polyfill-mbstring": "~1.0" |
||
| 3177 | }, |
||
| 3178 | "require-dev": { |
||
| 3179 | "psr/container": "^1.0", |
||
| 3180 | "symfony/debug": "~2.7", |
||
| 3181 | "symfony/phpunit-bridge": "~3.3@dev" |
||
| 3182 | }, |
||
| 3183 | "type": "library", |
||
| 3184 | "extra": { |
||
| 3185 | "branch-alias": { |
||
| 3186 | "dev-master": "2.4-dev" |
||
| 3187 | } |
||
| 3188 | }, |
||
| 3189 | "autoload": { |
||
| 3190 | "psr-0": { |
||
| 3191 | "Twig_": "lib/" |
||
| 3192 | }, |
||
| 3193 | "psr-4": { |
||
| 3194 | "Twig\\": "src/" |
||
| 3195 | } |
||
| 3196 | }, |
||
| 3197 | "notification-url": "https://packagist.org/downloads/", |
||
| 3198 | "license": [ |
||
| 3199 | "BSD-3-Clause" |
||
| 3200 | ], |
||
| 3201 | "authors": [ |
||
| 3202 | { |
||
| 3203 | "name": "Fabien Potencier", |
||
| 3204 | "email": "[email protected]", |
||
| 3205 | "homepage": "http://fabien.potencier.org", |
||
| 3206 | "role": "Lead Developer" |
||
| 3207 | }, |
||
| 3208 | { |
||
| 3209 | "name": "Armin Ronacher", |
||
| 3210 | "email": "[email protected]", |
||
| 3211 | "role": "Project Founder" |
||
| 3212 | }, |
||
| 3213 | { |
||
| 3214 | "name": "Twig Team", |
||
| 3215 | "homepage": "http://twig.sensiolabs.org/contributors", |
||
| 3216 | "role": "Contributors" |
||
| 3217 | } |
||
| 3218 | ], |
||
| 3219 | "description": "Twig, the flexible, fast, and secure template language for PHP", |
||
| 3220 | "homepage": "http://twig.sensiolabs.org", |
||
| 3221 | "keywords": [ |
||
| 3222 | "templating" |
||
| 3223 | ], |
||
| 3224 | "time": "2017-06-07T18:47:58+00:00" |
||
| 3225 | } |
||
| 3226 | ], |
||
| 3227 | "packages-dev": [ |
||
| 3228 | { |
||
| 3229 | "name": "sensio/generator-bundle", |
||
| 3230 | "version": "v3.1.4", |
||
| 3231 | "source": { |
||
| 3232 | "type": "git", |
||
| 3233 | "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", |
||
| 3234 | "reference": "37f9f4e165b033fb76cc2320838321cc57140e65" |
||
| 3235 | }, |
||
| 3236 | "dist": { |
||
| 3237 | "type": "zip", |
||
| 3238 | "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/37f9f4e165b033fb76cc2320838321cc57140e65", |
||
| 3239 | "reference": "37f9f4e165b033fb76cc2320838321cc57140e65", |
||
| 3240 | "shasum": "" |
||
| 3241 | }, |
||
| 3242 | "require": { |
||
| 3243 | "symfony/console": "~2.7|~3.0", |
||
| 3244 | "symfony/framework-bundle": "~2.7|~3.0", |
||
| 3245 | "symfony/process": "~2.7|~3.0", |
||
| 3246 | "symfony/yaml": "~2.7|~3.0", |
||
| 3247 | "twig/twig": "^1.28.2|^2.0" |
||
| 3248 | }, |
||
| 3249 | "require-dev": { |
||
| 3250 | "doctrine/orm": "~2.4", |
||
| 3251 | "symfony/doctrine-bridge": "~2.7|~3.0", |
||
| 3252 | "symfony/filesystem": "~2.7|~3.0", |
||
| 3253 | "symfony/phpunit-bridge": "^3.3" |
||
| 3254 | }, |
||
| 3255 | "type": "symfony-bundle", |
||
| 3256 | "extra": { |
||
| 3257 | "branch-alias": { |
||
| 3258 | "dev-master": "3.1.x-dev" |
||
| 3259 | } |
||
| 3260 | }, |
||
| 3261 | "autoload": { |
||
| 3262 | "psr-4": { |
||
| 3263 | "Sensio\\Bundle\\GeneratorBundle\\": "" |
||
| 3264 | }, |
||
| 3265 | "exclude-from-classmap": [ |
||
| 3266 | "/Tests/" |
||
| 3267 | ] |
||
| 3268 | }, |
||
| 3269 | "notification-url": "https://packagist.org/downloads/", |
||
| 3270 | "license": [ |
||
| 3271 | "MIT" |
||
| 3272 | ], |
||
| 3273 | "authors": [ |
||
| 3274 | { |
||
| 3275 | "name": "Fabien Potencier", |
||
| 3276 | "email": "[email protected]" |
||
| 3277 | } |
||
| 3278 | ], |
||
| 3279 | "description": "This bundle generates code for you", |
||
| 3280 | "time": "2017-03-15T01:02:10+00:00" |
||
| 3281 | }, |
||
| 3282 | { |
||
| 3283 | "name": "symfony/phpunit-bridge", |
||
| 3284 | "version": "v3.3.2", |
||
| 3285 | "source": { |
||
| 3286 | "type": "git", |
||
| 3287 | "url": "https://github.com/symfony/phpunit-bridge.git", |
||
| 3288 | "reference": "acae7416018ebe5a7a2d79b4221203b2b8aca5d3" |
||
| 3289 | }, |
||
| 3290 | "dist": { |
||
| 3291 | "type": "zip", |
||
| 3292 | "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/acae7416018ebe5a7a2d79b4221203b2b8aca5d3", |
||
| 3293 | "reference": "acae7416018ebe5a7a2d79b4221203b2b8aca5d3", |
||
| 3294 | "shasum": "" |
||
| 3295 | }, |
||
| 3296 | "require": { |
||
| 3297 | "php": ">=5.3.3" |
||
| 3298 | }, |
||
| 3299 | "conflict": { |
||
| 3300 | "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" |
||
| 3301 | }, |
||
| 3302 | "suggest": { |
||
| 3303 | "ext-zip": "Zip support is required when using bin/simple-phpunit", |
||
| 3304 | "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" |
||
| 3305 | }, |
||
| 3306 | "bin": [ |
||
| 3307 | "bin/simple-phpunit" |
||
| 3308 | ], |
||
| 3309 | "type": "symfony-bridge", |
||
| 3310 | "extra": { |
||
| 3311 | "branch-alias": { |
||
| 3312 | "dev-master": "3.3-dev" |
||
| 3313 | } |
||
| 3314 | }, |
||
| 3315 | "autoload": { |
||
| 3316 | "files": [ |
||
| 3317 | "bootstrap.php" |
||
| 3318 | ], |
||
| 3319 | "psr-4": { |
||
| 3320 | "Symfony\\Bridge\\PhpUnit\\": "" |
||
| 3321 | }, |
||
| 3322 | "exclude-from-classmap": [ |
||
| 3323 | "/Tests/" |
||
| 3324 | ] |
||
| 3325 | }, |
||
| 3326 | "notification-url": "https://packagist.org/downloads/", |
||
| 3327 | "license": [ |
||
| 3328 | "MIT" |
||
| 3329 | ], |
||
| 3330 | "authors": [ |
||
| 3331 | { |
||
| 3332 | "name": "Nicolas Grekas", |
||
| 3333 | "email": "[email protected]" |
||
| 3334 | }, |
||
| 3335 | { |
||
| 3336 | "name": "Symfony Community", |
||
| 3337 | "homepage": "https://symfony.com/contributors" |
||
| 3338 | } |
||
| 3339 | ], |
||
| 3340 | "description": "Symfony PHPUnit Bridge", |
||
| 3341 | "homepage": "https://symfony.com", |
||
| 3342 | "time": "2017-06-01T14:45:22+00:00" |
||
| 3343 | } |
||
| 3344 | ], |
||
| 3345 | "aliases": [], |
||
| 3346 | "minimum-stability": "dev", |
||
| 3347 | "stability-flags": { |
||
| 3348 | "php-earth/swoole-engine": 20 |
||
| 3349 | }, |
||
| 3350 | "prefer-stable": true, |
||
| 3351 | "prefer-lowest": false, |
||
| 3352 | "platform": { |
||
| 3353 | "php": "^7.1", |
||
| 3354 | "ext-swoole": "*" |
||
| 3355 | }, |
||
| 3356 | "platform-dev": [], |
||
| 3357 | "platform-overrides": { |
||
| 3358 | "php": "7.1.0" |
||
| 3359 | } |
||
| 3360 | } |
||
| 3361 |