JCID /
voys
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": "28d1006776384b3a37c38e0e1e1356b1", |
||
| 8 | "packages": [ |
||
| 9 | { |
||
| 10 | "name": "beberlei/assert", |
||
| 11 | "version": "v2.7.4", |
||
| 12 | "source": { |
||
| 13 | "type": "git", |
||
| 14 | "url": "https://github.com/beberlei/assert.git", |
||
| 15 | "reference": "3ee3bc468a3ce4bbfc3d74f53c6cdb5242d39d1a" |
||
| 16 | }, |
||
| 17 | "dist": { |
||
| 18 | "type": "zip", |
||
| 19 | "url": "https://api.github.com/repos/beberlei/assert/zipball/3ee3bc468a3ce4bbfc3d74f53c6cdb5242d39d1a", |
||
| 20 | "reference": "3ee3bc468a3ce4bbfc3d74f53c6cdb5242d39d1a", |
||
| 21 | "shasum": "" |
||
| 22 | }, |
||
| 23 | "require": { |
||
| 24 | "ext-mbstring": "*", |
||
| 25 | "php": ">=5.3" |
||
| 26 | }, |
||
| 27 | "require-dev": { |
||
| 28 | "friendsofphp/php-cs-fixer": "^2.1.1", |
||
| 29 | "phpunit/phpunit": "^4|^5" |
||
| 30 | }, |
||
| 31 | "type": "library", |
||
| 32 | "autoload": { |
||
| 33 | "psr-4": { |
||
| 34 | "Assert\\": "lib/Assert" |
||
| 35 | }, |
||
| 36 | "files": [ |
||
| 37 | "lib/Assert/functions.php" |
||
| 38 | ] |
||
| 39 | }, |
||
| 40 | "notification-url": "https://packagist.org/downloads/", |
||
| 41 | "license": [ |
||
| 42 | "BSD-2-Clause" |
||
| 43 | ], |
||
| 44 | "authors": [ |
||
| 45 | { |
||
| 46 | "name": "Benjamin Eberlei", |
||
| 47 | "email": "[email protected]", |
||
| 48 | "role": "Lead Developer" |
||
| 49 | }, |
||
| 50 | { |
||
| 51 | "name": "Richard Quadling", |
||
| 52 | "email": "[email protected]", |
||
| 53 | "role": "Collaborator" |
||
| 54 | } |
||
| 55 | ], |
||
| 56 | "description": "Thin assertion library for input validation in business models.", |
||
| 57 | "keywords": [ |
||
| 58 | "assert", |
||
| 59 | "assertion", |
||
| 60 | "validation" |
||
| 61 | ], |
||
| 62 | "time": "2017-03-14T18:06:52+00:00" |
||
| 63 | }, |
||
| 64 | { |
||
| 65 | "name": "guzzlehttp/guzzle", |
||
| 66 | "version": "6.2.3", |
||
| 67 | "source": { |
||
| 68 | "type": "git", |
||
| 69 | "url": "https://github.com/guzzle/guzzle.git", |
||
| 70 | "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006" |
||
| 71 | }, |
||
| 72 | "dist": { |
||
| 73 | "type": "zip", |
||
| 74 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006", |
||
| 75 | "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006", |
||
| 76 | "shasum": "" |
||
| 77 | }, |
||
| 78 | "require": { |
||
| 79 | "guzzlehttp/promises": "^1.0", |
||
| 80 | "guzzlehttp/psr7": "^1.4", |
||
| 81 | "php": ">=5.5" |
||
| 82 | }, |
||
| 83 | "require-dev": { |
||
| 84 | "ext-curl": "*", |
||
| 85 | "phpunit/phpunit": "^4.0", |
||
| 86 | "psr/log": "^1.0" |
||
| 87 | }, |
||
| 88 | "type": "library", |
||
| 89 | "extra": { |
||
| 90 | "branch-alias": { |
||
| 91 | "dev-master": "6.2-dev" |
||
| 92 | } |
||
| 93 | }, |
||
| 94 | "autoload": { |
||
| 95 | "files": [ |
||
| 96 | "src/functions_include.php" |
||
| 97 | ], |
||
| 98 | "psr-4": { |
||
| 99 | "GuzzleHttp\\": "src/" |
||
| 100 | } |
||
| 101 | }, |
||
| 102 | "notification-url": "https://packagist.org/downloads/", |
||
| 103 | "license": [ |
||
| 104 | "MIT" |
||
| 105 | ], |
||
| 106 | "authors": [ |
||
| 107 | { |
||
| 108 | "name": "Michael Dowling", |
||
| 109 | "email": "[email protected]", |
||
| 110 | "homepage": "https://github.com/mtdowling" |
||
| 111 | } |
||
| 112 | ], |
||
| 113 | "description": "Guzzle is a PHP HTTP client library", |
||
| 114 | "homepage": "http://guzzlephp.org/", |
||
| 115 | "keywords": [ |
||
| 116 | "client", |
||
| 117 | "curl", |
||
| 118 | "framework", |
||
| 119 | "http", |
||
| 120 | "http client", |
||
| 121 | "rest", |
||
| 122 | "web service" |
||
| 123 | ], |
||
| 124 | "time": "2017-02-28T22:50:30+00:00" |
||
| 125 | }, |
||
| 126 | { |
||
| 127 | "name": "guzzlehttp/promises", |
||
| 128 | "version": "v1.3.1", |
||
| 129 | "source": { |
||
| 130 | "type": "git", |
||
| 131 | "url": "https://github.com/guzzle/promises.git", |
||
| 132 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" |
||
| 133 | }, |
||
| 134 | "dist": { |
||
| 135 | "type": "zip", |
||
| 136 | "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
| 137 | "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", |
||
| 138 | "shasum": "" |
||
| 139 | }, |
||
| 140 | "require": { |
||
| 141 | "php": ">=5.5.0" |
||
| 142 | }, |
||
| 143 | "require-dev": { |
||
| 144 | "phpunit/phpunit": "^4.0" |
||
| 145 | }, |
||
| 146 | "type": "library", |
||
| 147 | "extra": { |
||
| 148 | "branch-alias": { |
||
| 149 | "dev-master": "1.4-dev" |
||
| 150 | } |
||
| 151 | }, |
||
| 152 | "autoload": { |
||
| 153 | "psr-4": { |
||
| 154 | "GuzzleHttp\\Promise\\": "src/" |
||
| 155 | }, |
||
| 156 | "files": [ |
||
| 157 | "src/functions_include.php" |
||
| 158 | ] |
||
| 159 | }, |
||
| 160 | "notification-url": "https://packagist.org/downloads/", |
||
| 161 | "license": [ |
||
| 162 | "MIT" |
||
| 163 | ], |
||
| 164 | "authors": [ |
||
| 165 | { |
||
| 166 | "name": "Michael Dowling", |
||
| 167 | "email": "[email protected]", |
||
| 168 | "homepage": "https://github.com/mtdowling" |
||
| 169 | } |
||
| 170 | ], |
||
| 171 | "description": "Guzzle promises library", |
||
| 172 | "keywords": [ |
||
| 173 | "promise" |
||
| 174 | ], |
||
| 175 | "time": "2016-12-20T10:07:11+00:00" |
||
| 176 | }, |
||
| 177 | { |
||
| 178 | "name": "guzzlehttp/psr7", |
||
| 179 | "version": "1.4.2", |
||
| 180 | "source": { |
||
| 181 | "type": "git", |
||
| 182 | "url": "https://github.com/guzzle/psr7.git", |
||
| 183 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" |
||
| 184 | }, |
||
| 185 | "dist": { |
||
| 186 | "type": "zip", |
||
| 187 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
| 188 | "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", |
||
| 189 | "shasum": "" |
||
| 190 | }, |
||
| 191 | "require": { |
||
| 192 | "php": ">=5.4.0", |
||
| 193 | "psr/http-message": "~1.0" |
||
| 194 | }, |
||
| 195 | "provide": { |
||
| 196 | "psr/http-message-implementation": "1.0" |
||
| 197 | }, |
||
| 198 | "require-dev": { |
||
| 199 | "phpunit/phpunit": "~4.0" |
||
| 200 | }, |
||
| 201 | "type": "library", |
||
| 202 | "extra": { |
||
| 203 | "branch-alias": { |
||
| 204 | "dev-master": "1.4-dev" |
||
| 205 | } |
||
| 206 | }, |
||
| 207 | "autoload": { |
||
| 208 | "psr-4": { |
||
| 209 | "GuzzleHttp\\Psr7\\": "src/" |
||
| 210 | }, |
||
| 211 | "files": [ |
||
| 212 | "src/functions_include.php" |
||
| 213 | ] |
||
| 214 | }, |
||
| 215 | "notification-url": "https://packagist.org/downloads/", |
||
| 216 | "license": [ |
||
| 217 | "MIT" |
||
| 218 | ], |
||
| 219 | "authors": [ |
||
| 220 | { |
||
| 221 | "name": "Michael Dowling", |
||
| 222 | "email": "[email protected]", |
||
| 223 | "homepage": "https://github.com/mtdowling" |
||
| 224 | }, |
||
| 225 | { |
||
| 226 | "name": "Tobias Schultze", |
||
| 227 | "homepage": "https://github.com/Tobion" |
||
| 228 | } |
||
| 229 | ], |
||
| 230 | "description": "PSR-7 message implementation that also provides common utility methods", |
||
| 231 | "keywords": [ |
||
| 232 | "http", |
||
| 233 | "message", |
||
| 234 | "request", |
||
| 235 | "response", |
||
| 236 | "stream", |
||
| 237 | "uri", |
||
| 238 | "url" |
||
| 239 | ], |
||
| 240 | "time": "2017-03-20T17:10:46+00:00" |
||
| 241 | }, |
||
| 242 | { |
||
| 243 | "name": "justinrainbow/json-schema", |
||
| 244 | "version": "1.6.1", |
||
| 245 | "source": { |
||
| 246 | "type": "git", |
||
| 247 | "url": "https://github.com/justinrainbow/json-schema.git", |
||
| 248 | "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341" |
||
| 249 | }, |
||
| 250 | "dist": { |
||
| 251 | "type": "zip", |
||
| 252 | "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341", |
||
| 253 | "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341", |
||
| 254 | "shasum": "" |
||
| 255 | }, |
||
| 256 | "require": { |
||
| 257 | "php": ">=5.3.29" |
||
| 258 | }, |
||
| 259 | "require-dev": { |
||
| 260 | "json-schema/json-schema-test-suite": "1.1.0", |
||
| 261 | "phpdocumentor/phpdocumentor": "~2", |
||
| 262 | "phpunit/phpunit": "~3.7" |
||
| 263 | }, |
||
| 264 | "bin": [ |
||
| 265 | "bin/validate-json" |
||
| 266 | ], |
||
| 267 | "type": "library", |
||
| 268 | "extra": { |
||
| 269 | "branch-alias": { |
||
| 270 | "dev-master": "1.6.x-dev" |
||
| 271 | } |
||
| 272 | }, |
||
| 273 | "autoload": { |
||
| 274 | "psr-4": { |
||
| 275 | "JsonSchema\\": "src/JsonSchema/" |
||
| 276 | } |
||
| 277 | }, |
||
| 278 | "notification-url": "https://packagist.org/downloads/", |
||
| 279 | "license": [ |
||
| 280 | "BSD-3-Clause" |
||
| 281 | ], |
||
| 282 | "authors": [ |
||
| 283 | { |
||
| 284 | "name": "Bruno Prieto Reis", |
||
| 285 | "email": "[email protected]" |
||
| 286 | }, |
||
| 287 | { |
||
| 288 | "name": "Justin Rainbow", |
||
| 289 | "email": "[email protected]" |
||
| 290 | }, |
||
| 291 | { |
||
| 292 | "name": "Igor Wiedler", |
||
| 293 | "email": "[email protected]" |
||
| 294 | }, |
||
| 295 | { |
||
| 296 | "name": "Robert Schönthal", |
||
| 297 | "email": "[email protected]" |
||
| 298 | } |
||
| 299 | ], |
||
| 300 | "description": "A library to validate a json schema.", |
||
| 301 | "homepage": "https://github.com/justinrainbow/json-schema", |
||
| 302 | "keywords": [ |
||
| 303 | "json", |
||
| 304 | "schema" |
||
| 305 | ], |
||
| 306 | "time": "2016-01-25T15:43:01+00:00" |
||
| 307 | }, |
||
| 308 | { |
||
| 309 | "name": "psr/http-message", |
||
| 310 | "version": "1.0.1", |
||
| 311 | "source": { |
||
| 312 | "type": "git", |
||
| 313 | "url": "https://github.com/php-fig/http-message.git", |
||
| 314 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" |
||
| 315 | }, |
||
| 316 | "dist": { |
||
| 317 | "type": "zip", |
||
| 318 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
| 319 | "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", |
||
| 320 | "shasum": "" |
||
| 321 | }, |
||
| 322 | "require": { |
||
| 323 | "php": ">=5.3.0" |
||
| 324 | }, |
||
| 325 | "type": "library", |
||
| 326 | "extra": { |
||
| 327 | "branch-alias": { |
||
| 328 | "dev-master": "1.0.x-dev" |
||
| 329 | } |
||
| 330 | }, |
||
| 331 | "autoload": { |
||
| 332 | "psr-4": { |
||
| 333 | "Psr\\Http\\Message\\": "src/" |
||
| 334 | } |
||
| 335 | }, |
||
| 336 | "notification-url": "https://packagist.org/downloads/", |
||
| 337 | "license": [ |
||
| 338 | "MIT" |
||
| 339 | ], |
||
| 340 | "authors": [ |
||
| 341 | { |
||
| 342 | "name": "PHP-FIG", |
||
| 343 | "homepage": "http://www.php-fig.org/" |
||
| 344 | } |
||
| 345 | ], |
||
| 346 | "description": "Common interface for HTTP messages", |
||
| 347 | "homepage": "https://github.com/php-fig/http-message", |
||
| 348 | "keywords": [ |
||
| 349 | "http", |
||
| 350 | "http-message", |
||
| 351 | "psr", |
||
| 352 | "psr-7", |
||
| 353 | "request", |
||
| 354 | "response" |
||
| 355 | ], |
||
| 356 | "time": "2016-08-06T14:39:51+00:00" |
||
| 357 | }, |
||
| 358 | { |
||
| 359 | "name": "seld/jsonlint", |
||
| 360 | "version": "1.6.0", |
||
| 361 | "source": { |
||
| 362 | "type": "git", |
||
| 363 | "url": "https://github.com/Seldaek/jsonlint.git", |
||
| 364 | "reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8" |
||
| 365 | }, |
||
| 366 | "dist": { |
||
| 367 | "type": "zip", |
||
| 368 | "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/791f8c594f300d246cdf01c6b3e1e19611e301d8", |
||
| 369 | "reference": "791f8c594f300d246cdf01c6b3e1e19611e301d8", |
||
| 370 | "shasum": "" |
||
| 371 | }, |
||
| 372 | "require": { |
||
| 373 | "php": "^5.3 || ^7.0" |
||
| 374 | }, |
||
| 375 | "require-dev": { |
||
| 376 | "phpunit/phpunit": "^4.5" |
||
| 377 | }, |
||
| 378 | "bin": [ |
||
| 379 | "bin/jsonlint" |
||
| 380 | ], |
||
| 381 | "type": "library", |
||
| 382 | "autoload": { |
||
| 383 | "psr-4": { |
||
| 384 | "Seld\\JsonLint\\": "src/Seld/JsonLint/" |
||
| 385 | } |
||
| 386 | }, |
||
| 387 | "notification-url": "https://packagist.org/downloads/", |
||
| 388 | "license": [ |
||
| 389 | "MIT" |
||
| 390 | ], |
||
| 391 | "authors": [ |
||
| 392 | { |
||
| 393 | "name": "Jordi Boggiano", |
||
| 394 | "email": "[email protected]", |
||
| 395 | "homepage": "http://seld.be" |
||
| 396 | } |
||
| 397 | ], |
||
| 398 | "description": "JSON Linter", |
||
| 399 | "keywords": [ |
||
| 400 | "json", |
||
| 401 | "linter", |
||
| 402 | "parser", |
||
| 403 | "validator" |
||
| 404 | ], |
||
| 405 | "time": "2017-03-06T16:42:24+00:00" |
||
| 406 | }, |
||
| 407 | { |
||
| 408 | "name": "webmozart/assert", |
||
| 409 | "version": "1.2.0", |
||
| 410 | "source": { |
||
| 411 | "type": "git", |
||
| 412 | "url": "https://github.com/webmozart/assert.git", |
||
| 413 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" |
||
| 414 | }, |
||
| 415 | "dist": { |
||
| 416 | "type": "zip", |
||
| 417 | "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
| 418 | "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", |
||
| 419 | "shasum": "" |
||
| 420 | }, |
||
| 421 | "require": { |
||
| 422 | "php": "^5.3.3 || ^7.0" |
||
| 423 | }, |
||
| 424 | "require-dev": { |
||
| 425 | "phpunit/phpunit": "^4.6", |
||
| 426 | "sebastian/version": "^1.0.1" |
||
| 427 | }, |
||
| 428 | "type": "library", |
||
| 429 | "extra": { |
||
| 430 | "branch-alias": { |
||
| 431 | "dev-master": "1.3-dev" |
||
| 432 | } |
||
| 433 | }, |
||
| 434 | "autoload": { |
||
| 435 | "psr-4": { |
||
| 436 | "Webmozart\\Assert\\": "src/" |
||
| 437 | } |
||
| 438 | }, |
||
| 439 | "notification-url": "https://packagist.org/downloads/", |
||
| 440 | "license": [ |
||
| 441 | "MIT" |
||
| 442 | ], |
||
| 443 | "authors": [ |
||
| 444 | { |
||
| 445 | "name": "Bernhard Schussek", |
||
| 446 | "email": "[email protected]" |
||
| 447 | } |
||
| 448 | ], |
||
| 449 | "description": "Assertions to validate method input/output with nice error messages.", |
||
| 450 | "keywords": [ |
||
| 451 | "assert", |
||
| 452 | "check", |
||
| 453 | "validate" |
||
| 454 | ], |
||
| 455 | "time": "2016-11-23T20:04:58+00:00" |
||
| 456 | }, |
||
| 457 | { |
||
| 458 | "name": "webmozart/json", |
||
| 459 | "version": "1.2.2", |
||
| 460 | "source": { |
||
| 461 | "type": "git", |
||
| 462 | "url": "https://github.com/webmozart/json.git", |
||
| 463 | "reference": "a1fb3da904b8364e3db47eed68f76bfb6cd0031a" |
||
| 464 | }, |
||
| 465 | "dist": { |
||
| 466 | "type": "zip", |
||
| 467 | "url": "https://api.github.com/repos/webmozart/json/zipball/a1fb3da904b8364e3db47eed68f76bfb6cd0031a", |
||
| 468 | "reference": "a1fb3da904b8364e3db47eed68f76bfb6cd0031a", |
||
| 469 | "shasum": "" |
||
| 470 | }, |
||
| 471 | "require": { |
||
| 472 | "justinrainbow/json-schema": "^1.6", |
||
| 473 | "php": "^5.3.3|^7.0", |
||
| 474 | "seld/jsonlint": "^1.0", |
||
| 475 | "webmozart/path-util": "^2.3" |
||
| 476 | }, |
||
| 477 | "require-dev": { |
||
| 478 | "phpunit/phpunit": "^4.6", |
||
| 479 | "sebastian/version": "^1.0.1", |
||
| 480 | "symfony/filesystem": "^2.5" |
||
| 481 | }, |
||
| 482 | "type": "library", |
||
| 483 | "extra": { |
||
| 484 | "branch-alias": { |
||
| 485 | "dev-master": "1.2-dev" |
||
| 486 | } |
||
| 487 | }, |
||
| 488 | "autoload": { |
||
| 489 | "psr-4": { |
||
| 490 | "Webmozart\\Json\\": "src/" |
||
| 491 | } |
||
| 492 | }, |
||
| 493 | "notification-url": "https://packagist.org/downloads/", |
||
| 494 | "license": [ |
||
| 495 | "MIT" |
||
| 496 | ], |
||
| 497 | "authors": [ |
||
| 498 | { |
||
| 499 | "name": "Bernhard Schussek", |
||
| 500 | "email": "[email protected]" |
||
| 501 | } |
||
| 502 | ], |
||
| 503 | "description": "A robust JSON decoder/encoder with support for schema validation.", |
||
| 504 | "time": "2016-01-14T12:11:46+00:00" |
||
| 505 | }, |
||
| 506 | { |
||
| 507 | "name": "webmozart/path-util", |
||
| 508 | "version": "2.3.0", |
||
| 509 | "source": { |
||
| 510 | "type": "git", |
||
| 511 | "url": "https://github.com/webmozart/path-util.git", |
||
| 512 | "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" |
||
| 513 | }, |
||
| 514 | "dist": { |
||
| 515 | "type": "zip", |
||
| 516 | "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", |
||
| 517 | "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", |
||
| 518 | "shasum": "" |
||
| 519 | }, |
||
| 520 | "require": { |
||
| 521 | "php": ">=5.3.3", |
||
| 522 | "webmozart/assert": "~1.0" |
||
| 523 | }, |
||
| 524 | "require-dev": { |
||
| 525 | "phpunit/phpunit": "^4.6", |
||
| 526 | "sebastian/version": "^1.0.1" |
||
| 527 | }, |
||
| 528 | "type": "library", |
||
| 529 | "extra": { |
||
| 530 | "branch-alias": { |
||
| 531 | "dev-master": "2.3-dev" |
||
| 532 | } |
||
| 533 | }, |
||
| 534 | "autoload": { |
||
| 535 | "psr-4": { |
||
| 536 | "Webmozart\\PathUtil\\": "src/" |
||
| 537 | } |
||
| 538 | }, |
||
| 539 | "notification-url": "https://packagist.org/downloads/", |
||
| 540 | "license": [ |
||
| 541 | "MIT" |
||
| 542 | ], |
||
| 543 | "authors": [ |
||
| 544 | { |
||
| 545 | "name": "Bernhard Schussek", |
||
| 546 | "email": "[email protected]" |
||
| 547 | } |
||
| 548 | ], |
||
| 549 | "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.", |
||
| 550 | "time": "2015-12-17T08:42:14+00:00" |
||
| 551 | } |
||
| 552 | ], |
||
| 553 | "packages-dev": [ |
||
| 554 | { |
||
| 555 | "name": "composer/ca-bundle", |
||
| 556 | "version": "1.0.7", |
||
| 557 | "source": { |
||
| 558 | "type": "git", |
||
| 559 | "url": "https://github.com/composer/ca-bundle.git", |
||
| 560 | "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12" |
||
| 561 | }, |
||
| 562 | "dist": { |
||
| 563 | "type": "zip", |
||
| 564 | "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b17e6153cb7f33c7e44eb59578dc12eee5dc8e12", |
||
| 565 | "reference": "b17e6153cb7f33c7e44eb59578dc12eee5dc8e12", |
||
| 566 | "shasum": "" |
||
| 567 | }, |
||
| 568 | "require": { |
||
| 569 | "ext-openssl": "*", |
||
| 570 | "ext-pcre": "*", |
||
| 571 | "php": "^5.3.2 || ^7.0" |
||
| 572 | }, |
||
| 573 | "require-dev": { |
||
| 574 | "phpunit/phpunit": "^4.5", |
||
| 575 | "psr/log": "^1.0", |
||
| 576 | "symfony/process": "^2.5 || ^3.0" |
||
| 577 | }, |
||
| 578 | "suggest": { |
||
| 579 | "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+" |
||
| 580 | }, |
||
| 581 | "type": "library", |
||
| 582 | "extra": { |
||
| 583 | "branch-alias": { |
||
| 584 | "dev-master": "1.x-dev" |
||
| 585 | } |
||
| 586 | }, |
||
| 587 | "autoload": { |
||
| 588 | "psr-4": { |
||
| 589 | "Composer\\CaBundle\\": "src" |
||
| 590 | } |
||
| 591 | }, |
||
| 592 | "notification-url": "https://packagist.org/downloads/", |
||
| 593 | "license": [ |
||
| 594 | "MIT" |
||
| 595 | ], |
||
| 596 | "authors": [ |
||
| 597 | { |
||
| 598 | "name": "Jordi Boggiano", |
||
| 599 | "email": "[email protected]", |
||
| 600 | "homepage": "http://seld.be" |
||
| 601 | } |
||
| 602 | ], |
||
| 603 | "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", |
||
| 604 | "keywords": [ |
||
| 605 | "cabundle", |
||
| 606 | "cacert", |
||
| 607 | "certificate", |
||
| 608 | "ssl", |
||
| 609 | "tls" |
||
| 610 | ], |
||
| 611 | "time": "2017-03-06T11:59:08+00:00" |
||
| 612 | }, |
||
| 613 | { |
||
| 614 | "name": "composer/composer", |
||
| 615 | "version": "1.3.3", |
||
| 616 | "source": { |
||
| 617 | "type": "git", |
||
| 618 | "url": "https://github.com/composer/composer.git", |
||
| 619 | "reference": "989d68725bc8ebf97e795d4feb386f52adb096e3" |
||
| 620 | }, |
||
| 621 | "dist": { |
||
| 622 | "type": "zip", |
||
| 623 | "url": "https://api.github.com/repos/composer/composer/zipball/989d68725bc8ebf97e795d4feb386f52adb096e3", |
||
| 624 | "reference": "989d68725bc8ebf97e795d4feb386f52adb096e3", |
||
| 625 | "shasum": "" |
||
| 626 | }, |
||
| 627 | "require": { |
||
| 628 | "composer/ca-bundle": "^1.0", |
||
| 629 | "composer/semver": "^1.0", |
||
| 630 | "composer/spdx-licenses": "^1.0", |
||
| 631 | "justinrainbow/json-schema": "^1.6 || ^2.0 || ^3.0 || ^4.0", |
||
| 632 | "php": "^5.3.2 || ^7.0", |
||
| 633 | "psr/log": "^1.0", |
||
| 634 | "seld/cli-prompt": "^1.0", |
||
| 635 | "seld/jsonlint": "^1.4", |
||
| 636 | "seld/phar-utils": "^1.0", |
||
| 637 | "symfony/console": "^2.7 || ^3.0", |
||
| 638 | "symfony/filesystem": "^2.7 || ^3.0", |
||
| 639 | "symfony/finder": "^2.7 || ^3.0", |
||
| 640 | "symfony/process": "^2.7 || ^3.0" |
||
| 641 | }, |
||
| 642 | "require-dev": { |
||
| 643 | "phpunit/phpunit": "^4.5 || ^5.0.5", |
||
| 644 | "phpunit/phpunit-mock-objects": "^2.3 || ^3.0" |
||
| 645 | }, |
||
| 646 | "suggest": { |
||
| 647 | "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", |
||
| 648 | "ext-zip": "Enabling the zip extension allows you to unzip archives", |
||
| 649 | "ext-zlib": "Allow gzip compression of HTTP requests" |
||
| 650 | }, |
||
| 651 | "bin": [ |
||
| 652 | "bin/composer" |
||
| 653 | ], |
||
| 654 | "type": "library", |
||
| 655 | "extra": { |
||
| 656 | "branch-alias": { |
||
| 657 | "dev-master": "1.3-dev" |
||
| 658 | } |
||
| 659 | }, |
||
| 660 | "autoload": { |
||
| 661 | "psr-4": { |
||
| 662 | "Composer\\": "src/Composer" |
||
| 663 | } |
||
| 664 | }, |
||
| 665 | "notification-url": "https://packagist.org/downloads/", |
||
| 666 | "license": [ |
||
| 667 | "MIT" |
||
| 668 | ], |
||
| 669 | "authors": [ |
||
| 670 | { |
||
| 671 | "name": "Nils Adermann", |
||
| 672 | "email": "[email protected]", |
||
| 673 | "homepage": "http://www.naderman.de" |
||
| 674 | }, |
||
| 675 | { |
||
| 676 | "name": "Jordi Boggiano", |
||
| 677 | "email": "[email protected]", |
||
| 678 | "homepage": "http://seld.be" |
||
| 679 | } |
||
| 680 | ], |
||
| 681 | "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.", |
||
| 682 | "homepage": "https://getcomposer.org/", |
||
| 683 | "keywords": [ |
||
| 684 | "autoload", |
||
| 685 | "dependency", |
||
| 686 | "package" |
||
| 687 | ], |
||
| 688 | "time": "2017-03-08T10:06:43+00:00" |
||
| 689 | }, |
||
| 690 | { |
||
| 691 | "name": "composer/semver", |
||
| 692 | "version": "1.4.2", |
||
| 693 | "source": { |
||
| 694 | "type": "git", |
||
| 695 | "url": "https://github.com/composer/semver.git", |
||
| 696 | "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573" |
||
| 697 | }, |
||
| 698 | "dist": { |
||
| 699 | "type": "zip", |
||
| 700 | "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573", |
||
| 701 | "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573", |
||
| 702 | "shasum": "" |
||
| 703 | }, |
||
| 704 | "require": { |
||
| 705 | "php": "^5.3.2 || ^7.0" |
||
| 706 | }, |
||
| 707 | "require-dev": { |
||
| 708 | "phpunit/phpunit": "^4.5 || ^5.0.5", |
||
| 709 | "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" |
||
| 710 | }, |
||
| 711 | "type": "library", |
||
| 712 | "extra": { |
||
| 713 | "branch-alias": { |
||
| 714 | "dev-master": "1.x-dev" |
||
| 715 | } |
||
| 716 | }, |
||
| 717 | "autoload": { |
||
| 718 | "psr-4": { |
||
| 719 | "Composer\\Semver\\": "src" |
||
| 720 | } |
||
| 721 | }, |
||
| 722 | "notification-url": "https://packagist.org/downloads/", |
||
| 723 | "license": [ |
||
| 724 | "MIT" |
||
| 725 | ], |
||
| 726 | "authors": [ |
||
| 727 | { |
||
| 728 | "name": "Nils Adermann", |
||
| 729 | "email": "[email protected]", |
||
| 730 | "homepage": "http://www.naderman.de" |
||
| 731 | }, |
||
| 732 | { |
||
| 733 | "name": "Jordi Boggiano", |
||
| 734 | "email": "[email protected]", |
||
| 735 | "homepage": "http://seld.be" |
||
| 736 | }, |
||
| 737 | { |
||
| 738 | "name": "Rob Bast", |
||
| 739 | "email": "[email protected]", |
||
| 740 | "homepage": "http://robbast.nl" |
||
| 741 | } |
||
| 742 | ], |
||
| 743 | "description": "Semver library that offers utilities, version constraint parsing and validation.", |
||
| 744 | "keywords": [ |
||
| 745 | "semantic", |
||
| 746 | "semver", |
||
| 747 | "validation", |
||
| 748 | "versioning" |
||
| 749 | ], |
||
| 750 | "time": "2016-08-30T16:08:34+00:00" |
||
| 751 | }, |
||
| 752 | { |
||
| 753 | "name": "composer/spdx-licenses", |
||
| 754 | "version": "1.1.6", |
||
| 755 | "source": { |
||
| 756 | "type": "git", |
||
| 757 | "url": "https://github.com/composer/spdx-licenses.git", |
||
| 758 | "reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c" |
||
| 759 | }, |
||
| 760 | "dist": { |
||
| 761 | "type": "zip", |
||
| 762 | "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/2603a0d7ddc00a015deb576fa5297ca43dee6b1c", |
||
| 763 | "reference": "2603a0d7ddc00a015deb576fa5297ca43dee6b1c", |
||
| 764 | "shasum": "" |
||
| 765 | }, |
||
| 766 | "require": { |
||
| 767 | "php": "^5.3.2 || ^7.0" |
||
| 768 | }, |
||
| 769 | "require-dev": { |
||
| 770 | "phpunit/phpunit": "^4.5 || ^5.0.5", |
||
| 771 | "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" |
||
| 772 | }, |
||
| 773 | "type": "library", |
||
| 774 | "extra": { |
||
| 775 | "branch-alias": { |
||
| 776 | "dev-master": "1.x-dev" |
||
| 777 | } |
||
| 778 | }, |
||
| 779 | "autoload": { |
||
| 780 | "psr-4": { |
||
| 781 | "Composer\\Spdx\\": "src" |
||
| 782 | } |
||
| 783 | }, |
||
| 784 | "notification-url": "https://packagist.org/downloads/", |
||
| 785 | "license": [ |
||
| 786 | "MIT" |
||
| 787 | ], |
||
| 788 | "authors": [ |
||
| 789 | { |
||
| 790 | "name": "Nils Adermann", |
||
| 791 | "email": "[email protected]", |
||
| 792 | "homepage": "http://www.naderman.de" |
||
| 793 | }, |
||
| 794 | { |
||
| 795 | "name": "Jordi Boggiano", |
||
| 796 | "email": "[email protected]", |
||
| 797 | "homepage": "http://seld.be" |
||
| 798 | }, |
||
| 799 | { |
||
| 800 | "name": "Rob Bast", |
||
| 801 | "email": "[email protected]", |
||
| 802 | "homepage": "http://robbast.nl" |
||
| 803 | } |
||
| 804 | ], |
||
| 805 | "description": "SPDX licenses list and validation library.", |
||
| 806 | "keywords": [ |
||
| 807 | "license", |
||
| 808 | "spdx", |
||
| 809 | "validator" |
||
| 810 | ], |
||
| 811 | "time": "2017-04-03T19:08:52+00:00" |
||
| 812 | }, |
||
| 813 | { |
||
| 814 | "name": "doctrine/annotations", |
||
| 815 | "version": "v1.4.0", |
||
| 816 | "source": { |
||
| 817 | "type": "git", |
||
| 818 | "url": "https://github.com/doctrine/annotations.git", |
||
| 819 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" |
||
| 820 | }, |
||
| 821 | "dist": { |
||
| 822 | "type": "zip", |
||
| 823 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", |
||
| 824 | "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", |
||
| 825 | "shasum": "" |
||
| 826 | }, |
||
| 827 | "require": { |
||
| 828 | "doctrine/lexer": "1.*", |
||
| 829 | "php": "^5.6 || ^7.0" |
||
| 830 | }, |
||
| 831 | "require-dev": { |
||
| 832 | "doctrine/cache": "1.*", |
||
| 833 | "phpunit/phpunit": "^5.7" |
||
| 834 | }, |
||
| 835 | "type": "library", |
||
| 836 | "extra": { |
||
| 837 | "branch-alias": { |
||
| 838 | "dev-master": "1.4.x-dev" |
||
| 839 | } |
||
| 840 | }, |
||
| 841 | "autoload": { |
||
| 842 | "psr-4": { |
||
| 843 | "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" |
||
| 844 | } |
||
| 845 | }, |
||
| 846 | "notification-url": "https://packagist.org/downloads/", |
||
| 847 | "license": [ |
||
| 848 | "MIT" |
||
| 849 | ], |
||
| 850 | "authors": [ |
||
| 851 | { |
||
| 852 | "name": "Roman Borschel", |
||
| 853 | "email": "[email protected]" |
||
| 854 | }, |
||
| 855 | { |
||
| 856 | "name": "Benjamin Eberlei", |
||
| 857 | "email": "[email protected]" |
||
| 858 | }, |
||
| 859 | { |
||
| 860 | "name": "Guilherme Blanco", |
||
| 861 | "email": "[email protected]" |
||
| 862 | }, |
||
| 863 | { |
||
| 864 | "name": "Jonathan Wage", |
||
| 865 | "email": "[email protected]" |
||
| 866 | }, |
||
| 867 | { |
||
| 868 | "name": "Johannes Schmitt", |
||
| 869 | "email": "[email protected]" |
||
| 870 | } |
||
| 871 | ], |
||
| 872 | "description": "Docblock Annotations Parser", |
||
| 873 | "homepage": "http://www.doctrine-project.org", |
||
| 874 | "keywords": [ |
||
| 875 | "annotations", |
||
| 876 | "docblock", |
||
| 877 | "parser" |
||
| 878 | ], |
||
| 879 | "time": "2017-02-24T16:22:25+00:00" |
||
| 880 | }, |
||
| 881 | { |
||
| 882 | "name": "doctrine/collections", |
||
| 883 | "version": "v1.4.0", |
||
| 884 | "source": { |
||
| 885 | "type": "git", |
||
| 886 | "url": "https://github.com/doctrine/collections.git", |
||
| 887 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba" |
||
| 888 | }, |
||
| 889 | "dist": { |
||
| 890 | "type": "zip", |
||
| 891 | "url": "https://api.github.com/repos/doctrine/collections/zipball/1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
| 892 | "reference": "1a4fb7e902202c33cce8c55989b945612943c2ba", |
||
| 893 | "shasum": "" |
||
| 894 | }, |
||
| 895 | "require": { |
||
| 896 | "php": "^5.6 || ^7.0" |
||
| 897 | }, |
||
| 898 | "require-dev": { |
||
| 899 | "doctrine/coding-standard": "~0.1@dev", |
||
| 900 | "phpunit/phpunit": "^5.7" |
||
| 901 | }, |
||
| 902 | "type": "library", |
||
| 903 | "extra": { |
||
| 904 | "branch-alias": { |
||
| 905 | "dev-master": "1.3.x-dev" |
||
| 906 | } |
||
| 907 | }, |
||
| 908 | "autoload": { |
||
| 909 | "psr-0": { |
||
| 910 | "Doctrine\\Common\\Collections\\": "lib/" |
||
| 911 | } |
||
| 912 | }, |
||
| 913 | "notification-url": "https://packagist.org/downloads/", |
||
| 914 | "license": [ |
||
| 915 | "MIT" |
||
| 916 | ], |
||
| 917 | "authors": [ |
||
| 918 | { |
||
| 919 | "name": "Roman Borschel", |
||
| 920 | "email": "[email protected]" |
||
| 921 | }, |
||
| 922 | { |
||
| 923 | "name": "Benjamin Eberlei", |
||
| 924 | "email": "[email protected]" |
||
| 925 | }, |
||
| 926 | { |
||
| 927 | "name": "Guilherme Blanco", |
||
| 928 | "email": "[email protected]" |
||
| 929 | }, |
||
| 930 | { |
||
| 931 | "name": "Jonathan Wage", |
||
| 932 | "email": "[email protected]" |
||
| 933 | }, |
||
| 934 | { |
||
| 935 | "name": "Johannes Schmitt", |
||
| 936 | "email": "[email protected]" |
||
| 937 | } |
||
| 938 | ], |
||
| 939 | "description": "Collections Abstraction library", |
||
| 940 | "homepage": "http://www.doctrine-project.org", |
||
| 941 | "keywords": [ |
||
| 942 | "array", |
||
| 943 | "collections", |
||
| 944 | "iterator" |
||
| 945 | ], |
||
| 946 | "time": "2017-01-03T10:49:41+00:00" |
||
| 947 | }, |
||
| 948 | { |
||
| 949 | "name": "doctrine/lexer", |
||
| 950 | "version": "v1.0.1", |
||
| 951 | "source": { |
||
| 952 | "type": "git", |
||
| 953 | "url": "https://github.com/doctrine/lexer.git", |
||
| 954 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
| 955 | }, |
||
| 956 | "dist": { |
||
| 957 | "type": "zip", |
||
| 958 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 959 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 960 | "shasum": "" |
||
| 961 | }, |
||
| 962 | "require": { |
||
| 963 | "php": ">=5.3.2" |
||
| 964 | }, |
||
| 965 | "type": "library", |
||
| 966 | "extra": { |
||
| 967 | "branch-alias": { |
||
| 968 | "dev-master": "1.0.x-dev" |
||
| 969 | } |
||
| 970 | }, |
||
| 971 | "autoload": { |
||
| 972 | "psr-0": { |
||
| 973 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 974 | } |
||
| 975 | }, |
||
| 976 | "notification-url": "https://packagist.org/downloads/", |
||
| 977 | "license": [ |
||
| 978 | "MIT" |
||
| 979 | ], |
||
| 980 | "authors": [ |
||
| 981 | { |
||
| 982 | "name": "Roman Borschel", |
||
| 983 | "email": "[email protected]" |
||
| 984 | }, |
||
| 985 | { |
||
| 986 | "name": "Guilherme Blanco", |
||
| 987 | "email": "[email protected]" |
||
| 988 | }, |
||
| 989 | { |
||
| 990 | "name": "Johannes Schmitt", |
||
| 991 | "email": "[email protected]" |
||
| 992 | } |
||
| 993 | ], |
||
| 994 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 995 | "homepage": "http://www.doctrine-project.org", |
||
| 996 | "keywords": [ |
||
| 997 | "lexer", |
||
| 998 | "parser" |
||
| 999 | ], |
||
| 1000 | "time": "2014-09-09T13:34:57+00:00" |
||
| 1001 | }, |
||
| 1002 | { |
||
| 1003 | "name": "friendsofphp/php-cs-fixer", |
||
| 1004 | "version": "v2.2.1", |
||
| 1005 | "source": { |
||
| 1006 | "type": "git", |
||
| 1007 | "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", |
||
| 1008 | "reference": "aff95e090fdaf57c20d32d7728b090f2015bfcef" |
||
| 1009 | }, |
||
| 1010 | "dist": { |
||
| 1011 | "type": "zip", |
||
| 1012 | "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/aff95e090fdaf57c20d32d7728b090f2015bfcef", |
||
| 1013 | "reference": "aff95e090fdaf57c20d32d7728b090f2015bfcef", |
||
| 1014 | "shasum": "" |
||
| 1015 | }, |
||
| 1016 | "require": { |
||
| 1017 | "doctrine/annotations": "^1.2", |
||
| 1018 | "ext-tokenizer": "*", |
||
| 1019 | "php": "^5.3.6 || >=7.0 <7.2", |
||
| 1020 | "sebastian/diff": "^1.1", |
||
| 1021 | "symfony/console": "^2.4 || ^3.0", |
||
| 1022 | "symfony/event-dispatcher": "^2.1 || ^3.0", |
||
| 1023 | "symfony/filesystem": "^2.4 || ^3.0", |
||
| 1024 | "symfony/finder": "^2.2 || ^3.0", |
||
| 1025 | "symfony/options-resolver": "^2.6 || ^3.0", |
||
| 1026 | "symfony/polyfill-php54": "^1.0", |
||
| 1027 | "symfony/polyfill-php55": "^1.3", |
||
| 1028 | "symfony/polyfill-php70": "^1.0", |
||
| 1029 | "symfony/polyfill-xml": "^1.3", |
||
| 1030 | "symfony/process": "^2.3 || ^3.0", |
||
| 1031 | "symfony/stopwatch": "^2.5 || ^3.0" |
||
| 1032 | }, |
||
| 1033 | "conflict": { |
||
| 1034 | "hhvm": "<3.18" |
||
| 1035 | }, |
||
| 1036 | "require-dev": { |
||
| 1037 | "gecko-packages/gecko-php-unit": "^2.0", |
||
| 1038 | "justinrainbow/json-schema": "^5.0", |
||
| 1039 | "phpunit/phpunit": "^4.5 || ^5.0", |
||
| 1040 | "satooshi/php-coveralls": "^1.0", |
||
| 1041 | "symfony/phpunit-bridge": "^3.2.2" |
||
| 1042 | }, |
||
| 1043 | "suggest": { |
||
| 1044 | "ext-mbstring": "For handling non-UTF8 characters in cache signature.", |
||
| 1045 | "ext-xml": "For better performance.", |
||
| 1046 | "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." |
||
| 1047 | }, |
||
| 1048 | "bin": [ |
||
| 1049 | "php-cs-fixer" |
||
| 1050 | ], |
||
| 1051 | "type": "application", |
||
| 1052 | "extra": { |
||
| 1053 | "branch-alias": { |
||
| 1054 | "dev-master": "2.2-dev" |
||
| 1055 | } |
||
| 1056 | }, |
||
| 1057 | "autoload": { |
||
| 1058 | "psr-4": { |
||
| 1059 | "PhpCsFixer\\": "src/" |
||
| 1060 | } |
||
| 1061 | }, |
||
| 1062 | "notification-url": "https://packagist.org/downloads/", |
||
| 1063 | "license": [ |
||
| 1064 | "MIT" |
||
| 1065 | ], |
||
| 1066 | "authors": [ |
||
| 1067 | { |
||
| 1068 | "name": "Dariusz Rumiński", |
||
| 1069 | "email": "[email protected]" |
||
| 1070 | }, |
||
| 1071 | { |
||
| 1072 | "name": "Fabien Potencier", |
||
| 1073 | "email": "[email protected]" |
||
| 1074 | } |
||
| 1075 | ], |
||
| 1076 | "description": "A tool to automatically fix PHP code style", |
||
| 1077 | "time": "2017-04-07T15:22:27+00:00" |
||
| 1078 | }, |
||
| 1079 | { |
||
| 1080 | "name": "gitonomy/gitlib", |
||
| 1081 | "version": "v1.0.2", |
||
| 1082 | "source": { |
||
| 1083 | "type": "git", |
||
| 1084 | "url": "https://github.com/gitonomy/gitlib.git", |
||
| 1085 | "reference": "b4b916423a2e2da631cf3b3787beb9386a7b253c" |
||
| 1086 | }, |
||
| 1087 | "dist": { |
||
| 1088 | "type": "zip", |
||
| 1089 | "url": "https://api.github.com/repos/gitonomy/gitlib/zipball/b4b916423a2e2da631cf3b3787beb9386a7b253c", |
||
| 1090 | "reference": "b4b916423a2e2da631cf3b3787beb9386a7b253c", |
||
| 1091 | "shasum": "" |
||
| 1092 | }, |
||
| 1093 | "require": { |
||
| 1094 | "symfony/process": "^2.3|^3.0" |
||
| 1095 | }, |
||
| 1096 | "require-dev": { |
||
| 1097 | "psr/log": "^1.0" |
||
| 1098 | }, |
||
| 1099 | "suggest": { |
||
| 1100 | "psr/log": "Add some log" |
||
| 1101 | }, |
||
| 1102 | "type": "library", |
||
| 1103 | "extra": { |
||
| 1104 | "branch-alias": { |
||
| 1105 | "dev-master": "1.0-dev" |
||
| 1106 | } |
||
| 1107 | }, |
||
| 1108 | "autoload": { |
||
| 1109 | "psr-4": { |
||
| 1110 | "Gitonomy\\Git\\": "src/Gitonomy/Git/" |
||
| 1111 | } |
||
| 1112 | }, |
||
| 1113 | "notification-url": "https://packagist.org/downloads/", |
||
| 1114 | "license": [ |
||
| 1115 | "MIT" |
||
| 1116 | ], |
||
| 1117 | "authors": [ |
||
| 1118 | { |
||
| 1119 | "name": "Alexandre Salomé", |
||
| 1120 | "email": "[email protected]", |
||
| 1121 | "homepage": "http://alexandre-salome.fr" |
||
| 1122 | }, |
||
| 1123 | { |
||
| 1124 | "name": "Julien DIDIER", |
||
| 1125 | "email": "[email protected]", |
||
| 1126 | "homepage": "http://www.jdidier.net" |
||
| 1127 | } |
||
| 1128 | ], |
||
| 1129 | "description": "Library for accessing git", |
||
| 1130 | "homepage": "http://gitonomy.com", |
||
| 1131 | "time": "2016-05-11T08:25:40+00:00" |
||
| 1132 | }, |
||
| 1133 | { |
||
| 1134 | "name": "ircmaxell/password-compat", |
||
| 1135 | "version": "v1.0.4", |
||
| 1136 | "source": { |
||
| 1137 | "type": "git", |
||
| 1138 | "url": "https://github.com/ircmaxell/password_compat.git", |
||
| 1139 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c" |
||
| 1140 | }, |
||
| 1141 | "dist": { |
||
| 1142 | "type": "zip", |
||
| 1143 | "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
| 1144 | "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c", |
||
| 1145 | "shasum": "" |
||
| 1146 | }, |
||
| 1147 | "require-dev": { |
||
| 1148 | "phpunit/phpunit": "4.*" |
||
| 1149 | }, |
||
| 1150 | "type": "library", |
||
| 1151 | "autoload": { |
||
| 1152 | "files": [ |
||
| 1153 | "lib/password.php" |
||
| 1154 | ] |
||
| 1155 | }, |
||
| 1156 | "notification-url": "https://packagist.org/downloads/", |
||
| 1157 | "license": [ |
||
| 1158 | "MIT" |
||
| 1159 | ], |
||
| 1160 | "authors": [ |
||
| 1161 | { |
||
| 1162 | "name": "Anthony Ferrara", |
||
| 1163 | "email": "[email protected]", |
||
| 1164 | "homepage": "http://blog.ircmaxell.com" |
||
| 1165 | } |
||
| 1166 | ], |
||
| 1167 | "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", |
||
| 1168 | "homepage": "https://github.com/ircmaxell/password_compat", |
||
| 1169 | "keywords": [ |
||
| 1170 | "hashing", |
||
| 1171 | "password" |
||
| 1172 | ], |
||
| 1173 | "time": "2014-11-20T16:49:30+00:00" |
||
| 1174 | }, |
||
| 1175 | { |
||
| 1176 | "name": "monolog/monolog", |
||
| 1177 | "version": "1.22.1", |
||
| 1178 | "source": { |
||
| 1179 | "type": "git", |
||
| 1180 | "url": "https://github.com/Seldaek/monolog.git", |
||
| 1181 | "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0" |
||
| 1182 | }, |
||
| 1183 | "dist": { |
||
| 1184 | "type": "zip", |
||
| 1185 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0", |
||
| 1186 | "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0", |
||
| 1187 | "shasum": "" |
||
| 1188 | }, |
||
| 1189 | "require": { |
||
| 1190 | "php": ">=5.3.0", |
||
| 1191 | "psr/log": "~1.0" |
||
| 1192 | }, |
||
| 1193 | "provide": { |
||
| 1194 | "psr/log-implementation": "1.0.0" |
||
| 1195 | }, |
||
| 1196 | "require-dev": { |
||
| 1197 | "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
||
| 1198 | "doctrine/couchdb": "~1.0@dev", |
||
| 1199 | "graylog2/gelf-php": "~1.0", |
||
| 1200 | "jakub-onderka/php-parallel-lint": "0.9", |
||
| 1201 | "php-amqplib/php-amqplib": "~2.4", |
||
| 1202 | "php-console/php-console": "^3.1.3", |
||
| 1203 | "phpunit/phpunit": "~4.5", |
||
| 1204 | "phpunit/phpunit-mock-objects": "2.3.0", |
||
| 1205 | "ruflin/elastica": ">=0.90 <3.0", |
||
| 1206 | "sentry/sentry": "^0.13", |
||
| 1207 | "swiftmailer/swiftmailer": "~5.3" |
||
| 1208 | }, |
||
| 1209 | "suggest": { |
||
| 1210 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
||
| 1211 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
||
| 1212 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
||
| 1213 | "ext-mongo": "Allow sending log messages to a MongoDB server", |
||
| 1214 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
||
| 1215 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
||
| 1216 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
||
| 1217 | "php-console/php-console": "Allow sending log messages to Google Chrome", |
||
| 1218 | "rollbar/rollbar": "Allow sending log messages to Rollbar", |
||
| 1219 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
||
| 1220 | "sentry/sentry": "Allow sending log messages to a Sentry server" |
||
| 1221 | }, |
||
| 1222 | "type": "library", |
||
| 1223 | "extra": { |
||
| 1224 | "branch-alias": { |
||
| 1225 | "dev-master": "2.0.x-dev" |
||
| 1226 | } |
||
| 1227 | }, |
||
| 1228 | "autoload": { |
||
| 1229 | "psr-4": { |
||
| 1230 | "Monolog\\": "src/Monolog" |
||
| 1231 | } |
||
| 1232 | }, |
||
| 1233 | "notification-url": "https://packagist.org/downloads/", |
||
| 1234 | "license": [ |
||
| 1235 | "MIT" |
||
| 1236 | ], |
||
| 1237 | "authors": [ |
||
| 1238 | { |
||
| 1239 | "name": "Jordi Boggiano", |
||
| 1240 | "email": "[email protected]", |
||
| 1241 | "homepage": "http://seld.be" |
||
| 1242 | } |
||
| 1243 | ], |
||
| 1244 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
||
| 1245 | "homepage": "http://github.com/Seldaek/monolog", |
||
| 1246 | "keywords": [ |
||
| 1247 | "log", |
||
| 1248 | "logging", |
||
| 1249 | "psr-3" |
||
| 1250 | ], |
||
| 1251 | "time": "2017-03-13T07:08:03+00:00" |
||
| 1252 | }, |
||
| 1253 | { |
||
| 1254 | "name": "ocramius/package-versions", |
||
| 1255 | "version": "1.1.2", |
||
| 1256 | "source": { |
||
| 1257 | "type": "git", |
||
| 1258 | "url": "https://github.com/Ocramius/PackageVersions.git", |
||
| 1259 | "reference": "51e867c70f0799790b3e82276875414ce13daaca" |
||
| 1260 | }, |
||
| 1261 | "dist": { |
||
| 1262 | "type": "zip", |
||
| 1263 | "url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/51e867c70f0799790b3e82276875414ce13daaca", |
||
| 1264 | "reference": "51e867c70f0799790b3e82276875414ce13daaca", |
||
| 1265 | "shasum": "" |
||
| 1266 | }, |
||
| 1267 | "require": { |
||
| 1268 | "composer-plugin-api": "^1.0", |
||
| 1269 | "php": "~7.0" |
||
| 1270 | }, |
||
| 1271 | "require-dev": { |
||
| 1272 | "composer/composer": "^1.3", |
||
| 1273 | "ext-zip": "*", |
||
| 1274 | "phpunit/phpunit": "^5.4.7" |
||
| 1275 | }, |
||
| 1276 | "type": "composer-plugin", |
||
| 1277 | "extra": { |
||
| 1278 | "class": "PackageVersions\\Installer", |
||
| 1279 | "branch-alias": { |
||
| 1280 | "dev-master": "2.0.x-dev" |
||
| 1281 | } |
||
| 1282 | }, |
||
| 1283 | "autoload": { |
||
| 1284 | "psr-4": { |
||
| 1285 | "PackageVersions\\": "src/PackageVersions" |
||
| 1286 | } |
||
| 1287 | }, |
||
| 1288 | "notification-url": "https://packagist.org/downloads/", |
||
| 1289 | "license": [ |
||
| 1290 | "MIT" |
||
| 1291 | ], |
||
| 1292 | "authors": [ |
||
| 1293 | { |
||
| 1294 | "name": "Marco Pivetta", |
||
| 1295 | "email": "[email protected]" |
||
| 1296 | } |
||
| 1297 | ], |
||
| 1298 | "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", |
||
| 1299 | "time": "2016-12-30T09:49:15+00:00" |
||
| 1300 | }, |
||
| 1301 | { |
||
| 1302 | "name": "ocramius/proxy-manager", |
||
| 1303 | "version": "2.1.0", |
||
| 1304 | "source": { |
||
| 1305 | "type": "git", |
||
| 1306 | "url": "https://github.com/Ocramius/ProxyManager.git", |
||
| 1307 | "reference": "d9e5a00ca2d87b7e0f1bff36b897e02afd7d5435" |
||
| 1308 | }, |
||
| 1309 | "dist": { |
||
| 1310 | "type": "zip", |
||
| 1311 | "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/d9e5a00ca2d87b7e0f1bff36b897e02afd7d5435", |
||
| 1312 | "reference": "d9e5a00ca2d87b7e0f1bff36b897e02afd7d5435", |
||
| 1313 | "shasum": "" |
||
| 1314 | }, |
||
| 1315 | "require": { |
||
| 1316 | "ocramius/package-versions": "^1.1.1", |
||
| 1317 | "php": "^7.1.0", |
||
| 1318 | "zendframework/zend-code": "^3.1.0" |
||
| 1319 | }, |
||
| 1320 | "require-dev": { |
||
| 1321 | "couscous/couscous": "^1.5.2", |
||
| 1322 | "ext-phar": "*", |
||
| 1323 | "humbug/humbug": "dev-master@DEV", |
||
| 1324 | "phpbench/phpbench": "^0.12.2", |
||
| 1325 | "phpunit/phpunit": "^5.6.4", |
||
| 1326 | "phpunit/phpunit-mock-objects": "^3.4.1", |
||
| 1327 | "squizlabs/php_codesniffer": "^2.7.0" |
||
| 1328 | }, |
||
| 1329 | "suggest": { |
||
| 1330 | "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects", |
||
| 1331 | "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)", |
||
| 1332 | "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)", |
||
| 1333 | "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)" |
||
| 1334 | }, |
||
| 1335 | "type": "library", |
||
| 1336 | "extra": { |
||
| 1337 | "branch-alias": { |
||
| 1338 | "dev-master": "3.0.x-dev" |
||
| 1339 | } |
||
| 1340 | }, |
||
| 1341 | "autoload": { |
||
| 1342 | "psr-0": { |
||
| 1343 | "ProxyManager\\": "src" |
||
| 1344 | } |
||
| 1345 | }, |
||
| 1346 | "notification-url": "https://packagist.org/downloads/", |
||
| 1347 | "license": [ |
||
| 1348 | "MIT" |
||
| 1349 | ], |
||
| 1350 | "authors": [ |
||
| 1351 | { |
||
| 1352 | "name": "Marco Pivetta", |
||
| 1353 | "email": "[email protected]", |
||
| 1354 | "homepage": "http://ocramius.github.io/" |
||
| 1355 | } |
||
| 1356 | ], |
||
| 1357 | "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies", |
||
| 1358 | "homepage": "https://github.com/Ocramius/ProxyManager", |
||
| 1359 | "keywords": [ |
||
| 1360 | "aop", |
||
| 1361 | "lazy loading", |
||
| 1362 | "proxy", |
||
| 1363 | "proxy pattern", |
||
| 1364 | "service proxies" |
||
| 1365 | ], |
||
| 1366 | "time": "2016-11-30T15:45:00+00:00" |
||
| 1367 | }, |
||
| 1368 | { |
||
| 1369 | "name": "paragonie/random_compat", |
||
| 1370 | "version": "v2.0.10", |
||
| 1371 | "source": { |
||
| 1372 | "type": "git", |
||
| 1373 | "url": "https://github.com/paragonie/random_compat.git", |
||
| 1374 | "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d" |
||
| 1375 | }, |
||
| 1376 | "dist": { |
||
| 1377 | "type": "zip", |
||
| 1378 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d", |
||
| 1379 | "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d", |
||
| 1380 | "shasum": "" |
||
| 1381 | }, |
||
| 1382 | "require": { |
||
| 1383 | "php": ">=5.2.0" |
||
| 1384 | }, |
||
| 1385 | "require-dev": { |
||
| 1386 | "phpunit/phpunit": "4.*|5.*" |
||
| 1387 | }, |
||
| 1388 | "suggest": { |
||
| 1389 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
||
| 1390 | }, |
||
| 1391 | "type": "library", |
||
| 1392 | "autoload": { |
||
| 1393 | "files": [ |
||
| 1394 | "lib/random.php" |
||
| 1395 | ] |
||
| 1396 | }, |
||
| 1397 | "notification-url": "https://packagist.org/downloads/", |
||
| 1398 | "license": [ |
||
| 1399 | "MIT" |
||
| 1400 | ], |
||
| 1401 | "authors": [ |
||
| 1402 | { |
||
| 1403 | "name": "Paragon Initiative Enterprises", |
||
| 1404 | "email": "[email protected]", |
||
| 1405 | "homepage": "https://paragonie.com" |
||
| 1406 | } |
||
| 1407 | ], |
||
| 1408 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
||
| 1409 | "keywords": [ |
||
| 1410 | "csprng", |
||
| 1411 | "pseudorandom", |
||
| 1412 | "random" |
||
| 1413 | ], |
||
| 1414 | "time": "2017-03-13T16:27:32+00:00" |
||
| 1415 | }, |
||
| 1416 | { |
||
| 1417 | "name": "phpro/grumphp", |
||
| 1418 | "version": "v0.11.4", |
||
| 1419 | "source": { |
||
| 1420 | "type": "git", |
||
| 1421 | "url": "https://github.com/phpro/grumphp.git", |
||
| 1422 | "reference": "23a23e068393a2af031bc5a6626b0876745eda3b" |
||
| 1423 | }, |
||
| 1424 | "dist": { |
||
| 1425 | "type": "zip", |
||
| 1426 | "url": "https://api.github.com/repos/phpro/grumphp/zipball/23a23e068393a2af031bc5a6626b0876745eda3b", |
||
| 1427 | "reference": "23a23e068393a2af031bc5a6626b0876745eda3b", |
||
| 1428 | "shasum": "" |
||
| 1429 | }, |
||
| 1430 | "require": { |
||
| 1431 | "composer-plugin-api": "~1.0", |
||
| 1432 | "composer/composer": "^1.0", |
||
| 1433 | "doctrine/collections": "~1.2", |
||
| 1434 | "gitonomy/gitlib": "~1.0", |
||
| 1435 | "monolog/monolog": "~1.17", |
||
| 1436 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", |
||
| 1437 | "php": ">=5.6.0", |
||
| 1438 | "seld/jsonlint": "~1.1", |
||
| 1439 | "symfony/config": "~2.7|~3.0", |
||
| 1440 | "symfony/console": "~2.7|~3.0", |
||
| 1441 | "symfony/dependency-injection": "~2.7|~3.0", |
||
| 1442 | "symfony/event-dispatcher": "~2.7|~3.0", |
||
| 1443 | "symfony/filesystem": "~2.7|~3.0", |
||
| 1444 | "symfony/finder": "~2.7|~3.0", |
||
| 1445 | "symfony/options-resolver": "~2.7|~3.0", |
||
| 1446 | "symfony/process": "~2.7|~3.0", |
||
| 1447 | "symfony/proxy-manager-bridge": "~2.7|~3.0", |
||
| 1448 | "symfony/yaml": "~2.7|~3.0" |
||
| 1449 | }, |
||
| 1450 | "require-dev": { |
||
| 1451 | "friendsofphp/php-cs-fixer": "~1|~2", |
||
| 1452 | "jakub-onderka/php-parallel-lint": "^0.9.2", |
||
| 1453 | "nikic/php-parser": "~2.1", |
||
| 1454 | "phpspec/phpspec": "^3.2.2", |
||
| 1455 | "phpspec/prophecy": "^1.6.2", |
||
| 1456 | "phpunit/phpunit": "^4.8.31", |
||
| 1457 | "sebastian/comparator": "^1.2.4", |
||
| 1458 | "sensiolabs/security-checker": "^3.0", |
||
| 1459 | "squizlabs/php_codesniffer": "~2.4" |
||
| 1460 | }, |
||
| 1461 | "suggest": { |
||
| 1462 | "atoum/atoum": "Lets GrumPHP run your unit tests.", |
||
| 1463 | "behat/behat": "Lets GrumPHP validate your project features.", |
||
| 1464 | "codeception/codeception": "Lets GrumPHP run your project's full stack tests", |
||
| 1465 | "codegyre/robo": "Lets GrumPHP run your automated PHP tasks.", |
||
| 1466 | "doctrine/orm": "Lets GrumPHP validate your Doctrine mapping files.", |
||
| 1467 | "etsy/phan": "Lets GrumPHP unleash a static analyzer on your code", |
||
| 1468 | "friendsofphp/php-cs-fixer": "Lets GrumPHP automatically fix your codestyle.", |
||
| 1469 | "jakub-onderka/php-parallel-lint": "Lets GrumPHP quickly lint your entire code base.", |
||
| 1470 | "malukenho/kawaii-gherkin": "Lets GrumPHP lint your Gherkin files.", |
||
| 1471 | "nikic/php-parser": "Lets GrumPHP run static analyses through your PHP files.", |
||
| 1472 | "phing/phing": "Lets GrumPHP run your automated PHP tasks.", |
||
| 1473 | "phpmd/phpmd": "Lets GrumPHP sort out the mess in your code", |
||
| 1474 | "phpspec/phpspec": "Lets GrumPHP spec your code.", |
||
| 1475 | "phpstan/phpstan": "Lets GrumPHP discover bugs in your code without running it.", |
||
| 1476 | "phpunit/phpunit": "Lets GrumPHP run your unit tests.", |
||
| 1477 | "roave/security-advisories": "Lets GrumPHP be sure that there are no known security issues.", |
||
| 1478 | "sebastian/phpcpd": "Lets GrumPHP find duplicated code.", |
||
| 1479 | "sensiolabs/security-checker": "Lets GrumPHP be sure that there are no known security issues.", |
||
| 1480 | "squizlabs/php_codesniffer": "Lets GrumPHP sniff on your code.", |
||
| 1481 | "sstalle/php7cc": "Lets GrumPHP check PHP 5.3 - 5.6 code compatibility with PHP 7." |
||
| 1482 | }, |
||
| 1483 | "bin": [ |
||
| 1484 | "bin/grumphp" |
||
| 1485 | ], |
||
| 1486 | "type": "composer-plugin", |
||
| 1487 | "extra": { |
||
| 1488 | "class": "GrumPHP\\Composer\\GrumPHPPlugin" |
||
| 1489 | }, |
||
| 1490 | "autoload": { |
||
| 1491 | "psr-4": { |
||
| 1492 | "GrumPHP\\": "src" |
||
| 1493 | } |
||
| 1494 | }, |
||
| 1495 | "notification-url": "https://packagist.org/downloads/", |
||
| 1496 | "license": [ |
||
| 1497 | "MIT" |
||
| 1498 | ], |
||
| 1499 | "authors": [ |
||
| 1500 | { |
||
| 1501 | "name": "Toon Verwerft", |
||
| 1502 | "email": "[email protected]" |
||
| 1503 | }, |
||
| 1504 | { |
||
| 1505 | "name": "Alexander Deruwe", |
||
| 1506 | "email": "[email protected]" |
||
| 1507 | } |
||
| 1508 | ], |
||
| 1509 | "description": "A composer plugin that enables source code quality checks.", |
||
| 1510 | "time": "2017-04-12T05:34:07+00:00" |
||
| 1511 | }, |
||
| 1512 | { |
||
| 1513 | "name": "psr/log", |
||
| 1514 | "version": "1.0.2", |
||
| 1515 | "source": { |
||
| 1516 | "type": "git", |
||
| 1517 | "url": "https://github.com/php-fig/log.git", |
||
| 1518 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
||
| 1519 | }, |
||
| 1520 | "dist": { |
||
| 1521 | "type": "zip", |
||
| 1522 | "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 1523 | "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
||
| 1524 | "shasum": "" |
||
| 1525 | }, |
||
| 1526 | "require": { |
||
| 1527 | "php": ">=5.3.0" |
||
| 1528 | }, |
||
| 1529 | "type": "library", |
||
| 1530 | "extra": { |
||
| 1531 | "branch-alias": { |
||
| 1532 | "dev-master": "1.0.x-dev" |
||
| 1533 | } |
||
| 1534 | }, |
||
| 1535 | "autoload": { |
||
| 1536 | "psr-4": { |
||
| 1537 | "Psr\\Log\\": "Psr/Log/" |
||
| 1538 | } |
||
| 1539 | }, |
||
| 1540 | "notification-url": "https://packagist.org/downloads/", |
||
| 1541 | "license": [ |
||
| 1542 | "MIT" |
||
| 1543 | ], |
||
| 1544 | "authors": [ |
||
| 1545 | { |
||
| 1546 | "name": "PHP-FIG", |
||
| 1547 | "homepage": "http://www.php-fig.org/" |
||
| 1548 | } |
||
| 1549 | ], |
||
| 1550 | "description": "Common interface for logging libraries", |
||
| 1551 | "homepage": "https://github.com/php-fig/log", |
||
| 1552 | "keywords": [ |
||
| 1553 | "log", |
||
| 1554 | "psr", |
||
| 1555 | "psr-3" |
||
| 1556 | ], |
||
| 1557 | "time": "2016-10-10T12:19:37+00:00" |
||
| 1558 | }, |
||
| 1559 | { |
||
| 1560 | "name": "sebastian/diff", |
||
| 1561 | "version": "1.4.1", |
||
| 1562 | "source": { |
||
| 1563 | "type": "git", |
||
| 1564 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
| 1565 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
| 1566 | }, |
||
| 1567 | "dist": { |
||
| 1568 | "type": "zip", |
||
| 1569 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
| 1570 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
| 1571 | "shasum": "" |
||
| 1572 | }, |
||
| 1573 | "require": { |
||
| 1574 | "php": ">=5.3.3" |
||
| 1575 | }, |
||
| 1576 | "require-dev": { |
||
| 1577 | "phpunit/phpunit": "~4.8" |
||
| 1578 | }, |
||
| 1579 | "type": "library", |
||
| 1580 | "extra": { |
||
| 1581 | "branch-alias": { |
||
| 1582 | "dev-master": "1.4-dev" |
||
| 1583 | } |
||
| 1584 | }, |
||
| 1585 | "autoload": { |
||
| 1586 | "classmap": [ |
||
| 1587 | "src/" |
||
| 1588 | ] |
||
| 1589 | }, |
||
| 1590 | "notification-url": "https://packagist.org/downloads/", |
||
| 1591 | "license": [ |
||
| 1592 | "BSD-3-Clause" |
||
| 1593 | ], |
||
| 1594 | "authors": [ |
||
| 1595 | { |
||
| 1596 | "name": "Kore Nordmann", |
||
| 1597 | "email": "[email protected]" |
||
| 1598 | }, |
||
| 1599 | { |
||
| 1600 | "name": "Sebastian Bergmann", |
||
| 1601 | "email": "[email protected]" |
||
| 1602 | } |
||
| 1603 | ], |
||
| 1604 | "description": "Diff implementation", |
||
| 1605 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
| 1606 | "keywords": [ |
||
| 1607 | "diff" |
||
| 1608 | ], |
||
| 1609 | "time": "2015-12-08T07:14:41+00:00" |
||
| 1610 | }, |
||
| 1611 | { |
||
| 1612 | "name": "seld/cli-prompt", |
||
| 1613 | "version": "1.0.3", |
||
| 1614 | "source": { |
||
| 1615 | "type": "git", |
||
| 1616 | "url": "https://github.com/Seldaek/cli-prompt.git", |
||
| 1617 | "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd" |
||
| 1618 | }, |
||
| 1619 | "dist": { |
||
| 1620 | "type": "zip", |
||
| 1621 | "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd", |
||
| 1622 | "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd", |
||
| 1623 | "shasum": "" |
||
| 1624 | }, |
||
| 1625 | "require": { |
||
| 1626 | "php": ">=5.3" |
||
| 1627 | }, |
||
| 1628 | "type": "library", |
||
| 1629 | "extra": { |
||
| 1630 | "branch-alias": { |
||
| 1631 | "dev-master": "1.x-dev" |
||
| 1632 | } |
||
| 1633 | }, |
||
| 1634 | "autoload": { |
||
| 1635 | "psr-4": { |
||
| 1636 | "Seld\\CliPrompt\\": "src/" |
||
| 1637 | } |
||
| 1638 | }, |
||
| 1639 | "notification-url": "https://packagist.org/downloads/", |
||
| 1640 | "license": [ |
||
| 1641 | "MIT" |
||
| 1642 | ], |
||
| 1643 | "authors": [ |
||
| 1644 | { |
||
| 1645 | "name": "Jordi Boggiano", |
||
| 1646 | "email": "[email protected]" |
||
| 1647 | } |
||
| 1648 | ], |
||
| 1649 | "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type", |
||
| 1650 | "keywords": [ |
||
| 1651 | "cli", |
||
| 1652 | "console", |
||
| 1653 | "hidden", |
||
| 1654 | "input", |
||
| 1655 | "prompt" |
||
| 1656 | ], |
||
| 1657 | "time": "2017-03-18T11:32:45+00:00" |
||
| 1658 | }, |
||
| 1659 | { |
||
| 1660 | "name": "seld/phar-utils", |
||
| 1661 | "version": "1.0.1", |
||
| 1662 | "source": { |
||
| 1663 | "type": "git", |
||
| 1664 | "url": "https://github.com/Seldaek/phar-utils.git", |
||
| 1665 | "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a" |
||
| 1666 | }, |
||
| 1667 | "dist": { |
||
| 1668 | "type": "zip", |
||
| 1669 | "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a", |
||
| 1670 | "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a", |
||
| 1671 | "shasum": "" |
||
| 1672 | }, |
||
| 1673 | "require": { |
||
| 1674 | "php": ">=5.3" |
||
| 1675 | }, |
||
| 1676 | "type": "library", |
||
| 1677 | "extra": { |
||
| 1678 | "branch-alias": { |
||
| 1679 | "dev-master": "1.x-dev" |
||
| 1680 | } |
||
| 1681 | }, |
||
| 1682 | "autoload": { |
||
| 1683 | "psr-4": { |
||
| 1684 | "Seld\\PharUtils\\": "src/" |
||
| 1685 | } |
||
| 1686 | }, |
||
| 1687 | "notification-url": "https://packagist.org/downloads/", |
||
| 1688 | "license": [ |
||
| 1689 | "MIT" |
||
| 1690 | ], |
||
| 1691 | "authors": [ |
||
| 1692 | { |
||
| 1693 | "name": "Jordi Boggiano", |
||
| 1694 | "email": "[email protected]" |
||
| 1695 | } |
||
| 1696 | ], |
||
| 1697 | "description": "PHAR file format utilities, for when PHP phars you up", |
||
| 1698 | "keywords": [ |
||
| 1699 | "phra" |
||
| 1700 | ], |
||
| 1701 | "time": "2015-10-13T18:44:15+00:00" |
||
| 1702 | }, |
||
| 1703 | { |
||
| 1704 | "name": "sensiolabs/security-checker", |
||
| 1705 | "version": "v4.0.4", |
||
| 1706 | "source": { |
||
| 1707 | "type": "git", |
||
| 1708 | "url": "https://github.com/sensiolabs/security-checker.git", |
||
| 1709 | "reference": "9e69eddf3bc49d1ee5c7908564da3141796d4bbc" |
||
| 1710 | }, |
||
| 1711 | "dist": { |
||
| 1712 | "type": "zip", |
||
| 1713 | "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/9e69eddf3bc49d1ee5c7908564da3141796d4bbc", |
||
| 1714 | "reference": "9e69eddf3bc49d1ee5c7908564da3141796d4bbc", |
||
| 1715 | "shasum": "" |
||
| 1716 | }, |
||
| 1717 | "require": { |
||
| 1718 | "composer/ca-bundle": "^1.0", |
||
| 1719 | "symfony/console": "~2.7|~3.0" |
||
| 1720 | }, |
||
| 1721 | "bin": [ |
||
| 1722 | "security-checker" |
||
| 1723 | ], |
||
| 1724 | "type": "library", |
||
| 1725 | "extra": { |
||
| 1726 | "branch-alias": { |
||
| 1727 | "dev-master": "4.0-dev" |
||
| 1728 | } |
||
| 1729 | }, |
||
| 1730 | "autoload": { |
||
| 1731 | "psr-0": { |
||
| 1732 | "SensioLabs\\Security": "" |
||
| 1733 | } |
||
| 1734 | }, |
||
| 1735 | "notification-url": "https://packagist.org/downloads/", |
||
| 1736 | "license": [ |
||
| 1737 | "MIT" |
||
| 1738 | ], |
||
| 1739 | "authors": [ |
||
| 1740 | { |
||
| 1741 | "name": "Fabien Potencier", |
||
| 1742 | "email": "[email protected]" |
||
| 1743 | } |
||
| 1744 | ], |
||
| 1745 | "description": "A security checker for your composer.lock", |
||
| 1746 | "time": "2017-03-31T14:50:32+00:00" |
||
| 1747 | }, |
||
| 1748 | { |
||
| 1749 | "name": "symfony/config", |
||
| 1750 | "version": "v3.2.7", |
||
| 1751 | "source": { |
||
| 1752 | "type": "git", |
||
| 1753 | "url": "https://github.com/symfony/config.git", |
||
| 1754 | "reference": "8444bde28e3c2a33e571e6f180c2d78bfdc4480d" |
||
| 1755 | }, |
||
| 1756 | "dist": { |
||
| 1757 | "type": "zip", |
||
| 1758 | "url": "https://api.github.com/repos/symfony/config/zipball/8444bde28e3c2a33e571e6f180c2d78bfdc4480d", |
||
| 1759 | "reference": "8444bde28e3c2a33e571e6f180c2d78bfdc4480d", |
||
| 1760 | "shasum": "" |
||
| 1761 | }, |
||
| 1762 | "require": { |
||
| 1763 | "php": ">=5.5.9", |
||
| 1764 | "symfony/filesystem": "~2.8|~3.0" |
||
| 1765 | }, |
||
| 1766 | "require-dev": { |
||
| 1767 | "symfony/yaml": "~3.0" |
||
| 1768 | }, |
||
| 1769 | "suggest": { |
||
| 1770 | "symfony/yaml": "To use the yaml reference dumper" |
||
| 1771 | }, |
||
| 1772 | "type": "library", |
||
| 1773 | "extra": { |
||
| 1774 | "branch-alias": { |
||
| 1775 | "dev-master": "3.2-dev" |
||
| 1776 | } |
||
| 1777 | }, |
||
| 1778 | "autoload": { |
||
| 1779 | "psr-4": { |
||
| 1780 | "Symfony\\Component\\Config\\": "" |
||
| 1781 | }, |
||
| 1782 | "exclude-from-classmap": [ |
||
| 1783 | "/Tests/" |
||
| 1784 | ] |
||
| 1785 | }, |
||
| 1786 | "notification-url": "https://packagist.org/downloads/", |
||
| 1787 | "license": [ |
||
| 1788 | "MIT" |
||
| 1789 | ], |
||
| 1790 | "authors": [ |
||
| 1791 | { |
||
| 1792 | "name": "Fabien Potencier", |
||
| 1793 | "email": "[email protected]" |
||
| 1794 | }, |
||
| 1795 | { |
||
| 1796 | "name": "Symfony Community", |
||
| 1797 | "homepage": "https://symfony.com/contributors" |
||
| 1798 | } |
||
| 1799 | ], |
||
| 1800 | "description": "Symfony Config Component", |
||
| 1801 | "homepage": "https://symfony.com", |
||
| 1802 | "time": "2017-04-04T15:30:56+00:00" |
||
| 1803 | }, |
||
| 1804 | { |
||
| 1805 | "name": "symfony/console", |
||
| 1806 | "version": "v3.2.7", |
||
| 1807 | "source": { |
||
| 1808 | "type": "git", |
||
| 1809 | "url": "https://github.com/symfony/console.git", |
||
| 1810 | "reference": "c30243cc51f726812be3551316b109a2f5deaf8d" |
||
| 1811 | }, |
||
| 1812 | "dist": { |
||
| 1813 | "type": "zip", |
||
| 1814 | "url": "https://api.github.com/repos/symfony/console/zipball/c30243cc51f726812be3551316b109a2f5deaf8d", |
||
| 1815 | "reference": "c30243cc51f726812be3551316b109a2f5deaf8d", |
||
| 1816 | "shasum": "" |
||
| 1817 | }, |
||
| 1818 | "require": { |
||
| 1819 | "php": ">=5.5.9", |
||
| 1820 | "symfony/debug": "~2.8|~3.0", |
||
| 1821 | "symfony/polyfill-mbstring": "~1.0" |
||
| 1822 | }, |
||
| 1823 | "require-dev": { |
||
| 1824 | "psr/log": "~1.0", |
||
| 1825 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
| 1826 | "symfony/filesystem": "~2.8|~3.0", |
||
| 1827 | "symfony/process": "~2.8|~3.0" |
||
| 1828 | }, |
||
| 1829 | "suggest": { |
||
| 1830 | "psr/log": "For using the console logger", |
||
| 1831 | "symfony/event-dispatcher": "", |
||
| 1832 | "symfony/filesystem": "", |
||
| 1833 | "symfony/process": "" |
||
| 1834 | }, |
||
| 1835 | "type": "library", |
||
| 1836 | "extra": { |
||
| 1837 | "branch-alias": { |
||
| 1838 | "dev-master": "3.2-dev" |
||
| 1839 | } |
||
| 1840 | }, |
||
| 1841 | "autoload": { |
||
| 1842 | "psr-4": { |
||
| 1843 | "Symfony\\Component\\Console\\": "" |
||
| 1844 | }, |
||
| 1845 | "exclude-from-classmap": [ |
||
| 1846 | "/Tests/" |
||
| 1847 | ] |
||
| 1848 | }, |
||
| 1849 | "notification-url": "https://packagist.org/downloads/", |
||
| 1850 | "license": [ |
||
| 1851 | "MIT" |
||
| 1852 | ], |
||
| 1853 | "authors": [ |
||
| 1854 | { |
||
| 1855 | "name": "Fabien Potencier", |
||
| 1856 | "email": "[email protected]" |
||
| 1857 | }, |
||
| 1858 | { |
||
| 1859 | "name": "Symfony Community", |
||
| 1860 | "homepage": "https://symfony.com/contributors" |
||
| 1861 | } |
||
| 1862 | ], |
||
| 1863 | "description": "Symfony Console Component", |
||
| 1864 | "homepage": "https://symfony.com", |
||
| 1865 | "time": "2017-04-04T14:33:42+00:00" |
||
| 1866 | }, |
||
| 1867 | { |
||
| 1868 | "name": "symfony/debug", |
||
| 1869 | "version": "v3.2.7", |
||
| 1870 | "source": { |
||
| 1871 | "type": "git", |
||
| 1872 | "url": "https://github.com/symfony/debug.git", |
||
| 1873 | "reference": "56f613406446a4a0a031475cfd0a01751de22659" |
||
| 1874 | }, |
||
| 1875 | "dist": { |
||
| 1876 | "type": "zip", |
||
| 1877 | "url": "https://api.github.com/repos/symfony/debug/zipball/56f613406446a4a0a031475cfd0a01751de22659", |
||
| 1878 | "reference": "56f613406446a4a0a031475cfd0a01751de22659", |
||
| 1879 | "shasum": "" |
||
| 1880 | }, |
||
| 1881 | "require": { |
||
| 1882 | "php": ">=5.5.9", |
||
| 1883 | "psr/log": "~1.0" |
||
| 1884 | }, |
||
| 1885 | "conflict": { |
||
| 1886 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
| 1887 | }, |
||
| 1888 | "require-dev": { |
||
| 1889 | "symfony/class-loader": "~2.8|~3.0", |
||
| 1890 | "symfony/http-kernel": "~2.8|~3.0" |
||
| 1891 | }, |
||
| 1892 | "type": "library", |
||
| 1893 | "extra": { |
||
| 1894 | "branch-alias": { |
||
| 1895 | "dev-master": "3.2-dev" |
||
| 1896 | } |
||
| 1897 | }, |
||
| 1898 | "autoload": { |
||
| 1899 | "psr-4": { |
||
| 1900 | "Symfony\\Component\\Debug\\": "" |
||
| 1901 | }, |
||
| 1902 | "exclude-from-classmap": [ |
||
| 1903 | "/Tests/" |
||
| 1904 | ] |
||
| 1905 | }, |
||
| 1906 | "notification-url": "https://packagist.org/downloads/", |
||
| 1907 | "license": [ |
||
| 1908 | "MIT" |
||
| 1909 | ], |
||
| 1910 | "authors": [ |
||
| 1911 | { |
||
| 1912 | "name": "Fabien Potencier", |
||
| 1913 | "email": "[email protected]" |
||
| 1914 | }, |
||
| 1915 | { |
||
| 1916 | "name": "Symfony Community", |
||
| 1917 | "homepage": "https://symfony.com/contributors" |
||
| 1918 | } |
||
| 1919 | ], |
||
| 1920 | "description": "Symfony Debug Component", |
||
| 1921 | "homepage": "https://symfony.com", |
||
| 1922 | "time": "2017-03-28T21:38:24+00:00" |
||
| 1923 | }, |
||
| 1924 | { |
||
| 1925 | "name": "symfony/dependency-injection", |
||
| 1926 | "version": "v3.2.7", |
||
| 1927 | "source": { |
||
| 1928 | "type": "git", |
||
| 1929 | "url": "https://github.com/symfony/dependency-injection.git", |
||
| 1930 | "reference": "923bb014708b666e4092c9ba39993895c9c8fcd7" |
||
| 1931 | }, |
||
| 1932 | "dist": { |
||
| 1933 | "type": "zip", |
||
| 1934 | "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/923bb014708b666e4092c9ba39993895c9c8fcd7", |
||
| 1935 | "reference": "923bb014708b666e4092c9ba39993895c9c8fcd7", |
||
| 1936 | "shasum": "" |
||
| 1937 | }, |
||
| 1938 | "require": { |
||
| 1939 | "php": ">=5.5.9" |
||
| 1940 | }, |
||
| 1941 | "conflict": { |
||
| 1942 | "symfony/yaml": "<3.2" |
||
| 1943 | }, |
||
| 1944 | "require-dev": { |
||
| 1945 | "symfony/config": "~2.8|~3.0", |
||
| 1946 | "symfony/expression-language": "~2.8|~3.0", |
||
| 1947 | "symfony/yaml": "~3.2" |
||
| 1948 | }, |
||
| 1949 | "suggest": { |
||
| 1950 | "symfony/config": "", |
||
| 1951 | "symfony/expression-language": "For using expressions in service container configuration", |
||
| 1952 | "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", |
||
| 1953 | "symfony/yaml": "" |
||
| 1954 | }, |
||
| 1955 | "type": "library", |
||
| 1956 | "extra": { |
||
| 1957 | "branch-alias": { |
||
| 1958 | "dev-master": "3.2-dev" |
||
| 1959 | } |
||
| 1960 | }, |
||
| 1961 | "autoload": { |
||
| 1962 | "psr-4": { |
||
| 1963 | "Symfony\\Component\\DependencyInjection\\": "" |
||
| 1964 | }, |
||
| 1965 | "exclude-from-classmap": [ |
||
| 1966 | "/Tests/" |
||
| 1967 | ] |
||
| 1968 | }, |
||
| 1969 | "notification-url": "https://packagist.org/downloads/", |
||
| 1970 | "license": [ |
||
| 1971 | "MIT" |
||
| 1972 | ], |
||
| 1973 | "authors": [ |
||
| 1974 | { |
||
| 1975 | "name": "Fabien Potencier", |
||
| 1976 | "email": "[email protected]" |
||
| 1977 | }, |
||
| 1978 | { |
||
| 1979 | "name": "Symfony Community", |
||
| 1980 | "homepage": "https://symfony.com/contributors" |
||
| 1981 | } |
||
| 1982 | ], |
||
| 1983 | "description": "Symfony DependencyInjection Component", |
||
| 1984 | "homepage": "https://symfony.com", |
||
| 1985 | "time": "2017-04-04T07:26:27+00:00" |
||
| 1986 | }, |
||
| 1987 | { |
||
| 1988 | "name": "symfony/event-dispatcher", |
||
| 1989 | "version": "v3.2.7", |
||
| 1990 | "source": { |
||
| 1991 | "type": "git", |
||
| 1992 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
| 1993 | "reference": "154bb1ef7b0e42ccc792bd53edbce18ed73440ca" |
||
| 1994 | }, |
||
| 1995 | "dist": { |
||
| 1996 | "type": "zip", |
||
| 1997 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/154bb1ef7b0e42ccc792bd53edbce18ed73440ca", |
||
| 1998 | "reference": "154bb1ef7b0e42ccc792bd53edbce18ed73440ca", |
||
| 1999 | "shasum": "" |
||
| 2000 | }, |
||
| 2001 | "require": { |
||
| 2002 | "php": ">=5.5.9" |
||
| 2003 | }, |
||
| 2004 | "require-dev": { |
||
| 2005 | "psr/log": "~1.0", |
||
| 2006 | "symfony/config": "~2.8|~3.0", |
||
| 2007 | "symfony/dependency-injection": "~2.8|~3.0", |
||
| 2008 | "symfony/expression-language": "~2.8|~3.0", |
||
| 2009 | "symfony/stopwatch": "~2.8|~3.0" |
||
| 2010 | }, |
||
| 2011 | "suggest": { |
||
| 2012 | "symfony/dependency-injection": "", |
||
| 2013 | "symfony/http-kernel": "" |
||
| 2014 | }, |
||
| 2015 | "type": "library", |
||
| 2016 | "extra": { |
||
| 2017 | "branch-alias": { |
||
| 2018 | "dev-master": "3.2-dev" |
||
| 2019 | } |
||
| 2020 | }, |
||
| 2021 | "autoload": { |
||
| 2022 | "psr-4": { |
||
| 2023 | "Symfony\\Component\\EventDispatcher\\": "" |
||
| 2024 | }, |
||
| 2025 | "exclude-from-classmap": [ |
||
| 2026 | "/Tests/" |
||
| 2027 | ] |
||
| 2028 | }, |
||
| 2029 | "notification-url": "https://packagist.org/downloads/", |
||
| 2030 | "license": [ |
||
| 2031 | "MIT" |
||
| 2032 | ], |
||
| 2033 | "authors": [ |
||
| 2034 | { |
||
| 2035 | "name": "Fabien Potencier", |
||
| 2036 | "email": "[email protected]" |
||
| 2037 | }, |
||
| 2038 | { |
||
| 2039 | "name": "Symfony Community", |
||
| 2040 | "homepage": "https://symfony.com/contributors" |
||
| 2041 | } |
||
| 2042 | ], |
||
| 2043 | "description": "Symfony EventDispatcher Component", |
||
| 2044 | "homepage": "https://symfony.com", |
||
| 2045 | "time": "2017-04-04T07:26:27+00:00" |
||
| 2046 | }, |
||
| 2047 | { |
||
| 2048 | "name": "symfony/filesystem", |
||
| 2049 | "version": "v3.2.7", |
||
| 2050 | "source": { |
||
| 2051 | "type": "git", |
||
| 2052 | "url": "https://github.com/symfony/filesystem.git", |
||
| 2053 | "reference": "64421e6479c4a8e60d790fb666bd520992861b66" |
||
| 2054 | }, |
||
| 2055 | "dist": { |
||
| 2056 | "type": "zip", |
||
| 2057 | "url": "https://api.github.com/repos/symfony/filesystem/zipball/64421e6479c4a8e60d790fb666bd520992861b66", |
||
| 2058 | "reference": "64421e6479c4a8e60d790fb666bd520992861b66", |
||
| 2059 | "shasum": "" |
||
| 2060 | }, |
||
| 2061 | "require": { |
||
| 2062 | "php": ">=5.5.9" |
||
| 2063 | }, |
||
| 2064 | "type": "library", |
||
| 2065 | "extra": { |
||
| 2066 | "branch-alias": { |
||
| 2067 | "dev-master": "3.2-dev" |
||
| 2068 | } |
||
| 2069 | }, |
||
| 2070 | "autoload": { |
||
| 2071 | "psr-4": { |
||
| 2072 | "Symfony\\Component\\Filesystem\\": "" |
||
| 2073 | }, |
||
| 2074 | "exclude-from-classmap": [ |
||
| 2075 | "/Tests/" |
||
| 2076 | ] |
||
| 2077 | }, |
||
| 2078 | "notification-url": "https://packagist.org/downloads/", |
||
| 2079 | "license": [ |
||
| 2080 | "MIT" |
||
| 2081 | ], |
||
| 2082 | "authors": [ |
||
| 2083 | { |
||
| 2084 | "name": "Fabien Potencier", |
||
| 2085 | "email": "[email protected]" |
||
| 2086 | }, |
||
| 2087 | { |
||
| 2088 | "name": "Symfony Community", |
||
| 2089 | "homepage": "https://symfony.com/contributors" |
||
| 2090 | } |
||
| 2091 | ], |
||
| 2092 | "description": "Symfony Filesystem Component", |
||
| 2093 | "homepage": "https://symfony.com", |
||
| 2094 | "time": "2017-03-26T15:47:15+00:00" |
||
| 2095 | }, |
||
| 2096 | { |
||
| 2097 | "name": "symfony/finder", |
||
| 2098 | "version": "v3.2.7", |
||
| 2099 | "source": { |
||
| 2100 | "type": "git", |
||
| 2101 | "url": "https://github.com/symfony/finder.git", |
||
| 2102 | "reference": "b20900ce5ea164cd9314af52725b0bb5a758217a" |
||
| 2103 | }, |
||
| 2104 | "dist": { |
||
| 2105 | "type": "zip", |
||
| 2106 | "url": "https://api.github.com/repos/symfony/finder/zipball/b20900ce5ea164cd9314af52725b0bb5a758217a", |
||
| 2107 | "reference": "b20900ce5ea164cd9314af52725b0bb5a758217a", |
||
| 2108 | "shasum": "" |
||
| 2109 | }, |
||
| 2110 | "require": { |
||
| 2111 | "php": ">=5.5.9" |
||
| 2112 | }, |
||
| 2113 | "type": "library", |
||
| 2114 | "extra": { |
||
| 2115 | "branch-alias": { |
||
| 2116 | "dev-master": "3.2-dev" |
||
| 2117 | } |
||
| 2118 | }, |
||
| 2119 | "autoload": { |
||
| 2120 | "psr-4": { |
||
| 2121 | "Symfony\\Component\\Finder\\": "" |
||
| 2122 | }, |
||
| 2123 | "exclude-from-classmap": [ |
||
| 2124 | "/Tests/" |
||
| 2125 | ] |
||
| 2126 | }, |
||
| 2127 | "notification-url": "https://packagist.org/downloads/", |
||
| 2128 | "license": [ |
||
| 2129 | "MIT" |
||
| 2130 | ], |
||
| 2131 | "authors": [ |
||
| 2132 | { |
||
| 2133 | "name": "Fabien Potencier", |
||
| 2134 | "email": "[email protected]" |
||
| 2135 | }, |
||
| 2136 | { |
||
| 2137 | "name": "Symfony Community", |
||
| 2138 | "homepage": "https://symfony.com/contributors" |
||
| 2139 | } |
||
| 2140 | ], |
||
| 2141 | "description": "Symfony Finder Component", |
||
| 2142 | "homepage": "https://symfony.com", |
||
| 2143 | "time": "2017-03-20T09:32:19+00:00" |
||
| 2144 | }, |
||
| 2145 | { |
||
| 2146 | "name": "symfony/options-resolver", |
||
| 2147 | "version": "v3.2.7", |
||
| 2148 | "source": { |
||
| 2149 | "type": "git", |
||
| 2150 | "url": "https://github.com/symfony/options-resolver.git", |
||
| 2151 | "reference": "6a19be85237fe8bbd4975f86942b4763bb0da6ca" |
||
| 2152 | }, |
||
| 2153 | "dist": { |
||
| 2154 | "type": "zip", |
||
| 2155 | "url": "https://api.github.com/repos/symfony/options-resolver/zipball/6a19be85237fe8bbd4975f86942b4763bb0da6ca", |
||
| 2156 | "reference": "6a19be85237fe8bbd4975f86942b4763bb0da6ca", |
||
| 2157 | "shasum": "" |
||
| 2158 | }, |
||
| 2159 | "require": { |
||
| 2160 | "php": ">=5.5.9" |
||
| 2161 | }, |
||
| 2162 | "type": "library", |
||
| 2163 | "extra": { |
||
| 2164 | "branch-alias": { |
||
| 2165 | "dev-master": "3.2-dev" |
||
| 2166 | } |
||
| 2167 | }, |
||
| 2168 | "autoload": { |
||
| 2169 | "psr-4": { |
||
| 2170 | "Symfony\\Component\\OptionsResolver\\": "" |
||
| 2171 | }, |
||
| 2172 | "exclude-from-classmap": [ |
||
| 2173 | "/Tests/" |
||
| 2174 | ] |
||
| 2175 | }, |
||
| 2176 | "notification-url": "https://packagist.org/downloads/", |
||
| 2177 | "license": [ |
||
| 2178 | "MIT" |
||
| 2179 | ], |
||
| 2180 | "authors": [ |
||
| 2181 | { |
||
| 2182 | "name": "Fabien Potencier", |
||
| 2183 | "email": "[email protected]" |
||
| 2184 | }, |
||
| 2185 | { |
||
| 2186 | "name": "Symfony Community", |
||
| 2187 | "homepage": "https://symfony.com/contributors" |
||
| 2188 | } |
||
| 2189 | ], |
||
| 2190 | "description": "Symfony OptionsResolver Component", |
||
| 2191 | "homepage": "https://symfony.com", |
||
| 2192 | "keywords": [ |
||
| 2193 | "config", |
||
| 2194 | "configuration", |
||
| 2195 | "options" |
||
| 2196 | ], |
||
| 2197 | "time": "2017-03-21T21:44:32+00:00" |
||
| 2198 | }, |
||
| 2199 | { |
||
| 2200 | "name": "symfony/polyfill-mbstring", |
||
| 2201 | "version": "v1.3.0", |
||
| 2202 | "source": { |
||
| 2203 | "type": "git", |
||
| 2204 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 2205 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" |
||
| 2206 | }, |
||
| 2207 | "dist": { |
||
| 2208 | "type": "zip", |
||
| 2209 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
| 2210 | "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", |
||
| 2211 | "shasum": "" |
||
| 2212 | }, |
||
| 2213 | "require": { |
||
| 2214 | "php": ">=5.3.3" |
||
| 2215 | }, |
||
| 2216 | "suggest": { |
||
| 2217 | "ext-mbstring": "For best performance" |
||
| 2218 | }, |
||
| 2219 | "type": "library", |
||
| 2220 | "extra": { |
||
| 2221 | "branch-alias": { |
||
| 2222 | "dev-master": "1.3-dev" |
||
| 2223 | } |
||
| 2224 | }, |
||
| 2225 | "autoload": { |
||
| 2226 | "psr-4": { |
||
| 2227 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 2228 | }, |
||
| 2229 | "files": [ |
||
| 2230 | "bootstrap.php" |
||
| 2231 | ] |
||
| 2232 | }, |
||
| 2233 | "notification-url": "https://packagist.org/downloads/", |
||
| 2234 | "license": [ |
||
| 2235 | "MIT" |
||
| 2236 | ], |
||
| 2237 | "authors": [ |
||
| 2238 | { |
||
| 2239 | "name": "Nicolas Grekas", |
||
| 2240 | "email": "[email protected]" |
||
| 2241 | }, |
||
| 2242 | { |
||
| 2243 | "name": "Symfony Community", |
||
| 2244 | "homepage": "https://symfony.com/contributors" |
||
| 2245 | } |
||
| 2246 | ], |
||
| 2247 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 2248 | "homepage": "https://symfony.com", |
||
| 2249 | "keywords": [ |
||
| 2250 | "compatibility", |
||
| 2251 | "mbstring", |
||
| 2252 | "polyfill", |
||
| 2253 | "portable", |
||
| 2254 | "shim" |
||
| 2255 | ], |
||
| 2256 | "time": "2016-11-14T01:06:16+00:00" |
||
| 2257 | }, |
||
| 2258 | { |
||
| 2259 | "name": "symfony/polyfill-php54", |
||
| 2260 | "version": "v1.3.0", |
||
| 2261 | "source": { |
||
| 2262 | "type": "git", |
||
| 2263 | "url": "https://github.com/symfony/polyfill-php54.git", |
||
| 2264 | "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0" |
||
| 2265 | }, |
||
| 2266 | "dist": { |
||
| 2267 | "type": "zip", |
||
| 2268 | "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/90e085822963fdcc9d1c5b73deb3d2e5783b16a0", |
||
| 2269 | "reference": "90e085822963fdcc9d1c5b73deb3d2e5783b16a0", |
||
| 2270 | "shasum": "" |
||
| 2271 | }, |
||
| 2272 | "require": { |
||
| 2273 | "php": ">=5.3.3" |
||
| 2274 | }, |
||
| 2275 | "type": "library", |
||
| 2276 | "extra": { |
||
| 2277 | "branch-alias": { |
||
| 2278 | "dev-master": "1.3-dev" |
||
| 2279 | } |
||
| 2280 | }, |
||
| 2281 | "autoload": { |
||
| 2282 | "psr-4": { |
||
| 2283 | "Symfony\\Polyfill\\Php54\\": "" |
||
| 2284 | }, |
||
| 2285 | "files": [ |
||
| 2286 | "bootstrap.php" |
||
| 2287 | ], |
||
| 2288 | "classmap": [ |
||
| 2289 | "Resources/stubs" |
||
| 2290 | ] |
||
| 2291 | }, |
||
| 2292 | "notification-url": "https://packagist.org/downloads/", |
||
| 2293 | "license": [ |
||
| 2294 | "MIT" |
||
| 2295 | ], |
||
| 2296 | "authors": [ |
||
| 2297 | { |
||
| 2298 | "name": "Nicolas Grekas", |
||
| 2299 | "email": "[email protected]" |
||
| 2300 | }, |
||
| 2301 | { |
||
| 2302 | "name": "Symfony Community", |
||
| 2303 | "homepage": "https://symfony.com/contributors" |
||
| 2304 | } |
||
| 2305 | ], |
||
| 2306 | "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions", |
||
| 2307 | "homepage": "https://symfony.com", |
||
| 2308 | "keywords": [ |
||
| 2309 | "compatibility", |
||
| 2310 | "polyfill", |
||
| 2311 | "portable", |
||
| 2312 | "shim" |
||
| 2313 | ], |
||
| 2314 | "time": "2016-11-14T01:06:16+00:00" |
||
| 2315 | }, |
||
| 2316 | { |
||
| 2317 | "name": "symfony/polyfill-php55", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 2318 | "version": "v1.3.0", |
||
| 2319 | "source": { |
||
| 2320 | "type": "git", |
||
| 2321 | "url": "https://github.com/symfony/polyfill-php55.git", |
||
| 2322 | "reference": "03e3f0350bca2220e3623a0e340eef194405fc67" |
||
| 2323 | }, |
||
| 2324 | "dist": { |
||
| 2325 | "type": "zip", |
||
| 2326 | "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/03e3f0350bca2220e3623a0e340eef194405fc67", |
||
| 2327 | "reference": "03e3f0350bca2220e3623a0e340eef194405fc67", |
||
| 2328 | "shasum": "" |
||
| 2329 | }, |
||
| 2330 | "require": { |
||
| 2331 | "ircmaxell/password-compat": "~1.0", |
||
| 2332 | "php": ">=5.3.3" |
||
| 2333 | }, |
||
| 2334 | "type": "library", |
||
| 2335 | "extra": { |
||
| 2336 | "branch-alias": { |
||
| 2337 | "dev-master": "1.3-dev" |
||
| 2338 | } |
||
| 2339 | }, |
||
| 2340 | "autoload": { |
||
| 2341 | "psr-4": { |
||
| 2342 | "Symfony\\Polyfill\\Php55\\": "" |
||
| 2343 | }, |
||
| 2344 | "files": [ |
||
| 2345 | "bootstrap.php" |
||
| 2346 | ] |
||
| 2347 | }, |
||
| 2348 | "notification-url": "https://packagist.org/downloads/", |
||
| 2349 | "license": [ |
||
| 2350 | "MIT" |
||
| 2351 | ], |
||
| 2352 | "authors": [ |
||
| 2353 | { |
||
| 2354 | "name": "Nicolas Grekas", |
||
| 2355 | "email": "[email protected]" |
||
| 2356 | }, |
||
| 2357 | { |
||
| 2358 | "name": "Symfony Community", |
||
| 2359 | "homepage": "https://symfony.com/contributors" |
||
| 2360 | } |
||
| 2361 | ], |
||
| 2362 | "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions", |
||
| 2363 | "homepage": "https://symfony.com", |
||
| 2364 | "keywords": [ |
||
| 2365 | "compatibility", |
||
| 2366 | "polyfill", |
||
| 2367 | "portable", |
||
| 2368 | "shim" |
||
| 2369 | ], |
||
| 2370 | "time": "2016-11-14T01:06:16+00:00" |
||
| 2371 | }, |
||
| 2372 | { |
||
| 2373 | "name": "symfony/polyfill-php70", |
||
| 2374 | "version": "v1.3.0", |
||
| 2375 | "source": { |
||
| 2376 | "type": "git", |
||
| 2377 | "url": "https://github.com/symfony/polyfill-php70.git", |
||
| 2378 | "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2" |
||
| 2379 | }, |
||
| 2380 | "dist": { |
||
| 2381 | "type": "zip", |
||
| 2382 | "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/13ce343935f0f91ca89605a2f6ca6f5c2f3faac2", |
||
| 2383 | "reference": "13ce343935f0f91ca89605a2f6ca6f5c2f3faac2", |
||
| 2384 | "shasum": "" |
||
| 2385 | }, |
||
| 2386 | "require": { |
||
| 2387 | "paragonie/random_compat": "~1.0|~2.0", |
||
| 2388 | "php": ">=5.3.3" |
||
| 2389 | }, |
||
| 2390 | "type": "library", |
||
| 2391 | "extra": { |
||
| 2392 | "branch-alias": { |
||
| 2393 | "dev-master": "1.3-dev" |
||
| 2394 | } |
||
| 2395 | }, |
||
| 2396 | "autoload": { |
||
| 2397 | "psr-4": { |
||
| 2398 | "Symfony\\Polyfill\\Php70\\": "" |
||
| 2399 | }, |
||
| 2400 | "files": [ |
||
| 2401 | "bootstrap.php" |
||
| 2402 | ], |
||
| 2403 | "classmap": [ |
||
| 2404 | "Resources/stubs" |
||
| 2405 | ] |
||
| 2406 | }, |
||
| 2407 | "notification-url": "https://packagist.org/downloads/", |
||
| 2408 | "license": [ |
||
| 2409 | "MIT" |
||
| 2410 | ], |
||
| 2411 | "authors": [ |
||
| 2412 | { |
||
| 2413 | "name": "Nicolas Grekas", |
||
| 2414 | "email": "[email protected]" |
||
| 2415 | }, |
||
| 2416 | { |
||
| 2417 | "name": "Symfony Community", |
||
| 2418 | "homepage": "https://symfony.com/contributors" |
||
| 2419 | } |
||
| 2420 | ], |
||
| 2421 | "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", |
||
| 2422 | "homepage": "https://symfony.com", |
||
| 2423 | "keywords": [ |
||
| 2424 | "compatibility", |
||
| 2425 | "polyfill", |
||
| 2426 | "portable", |
||
| 2427 | "shim" |
||
| 2428 | ], |
||
| 2429 | "time": "2016-11-14T01:06:16+00:00" |
||
| 2430 | }, |
||
| 2431 | { |
||
| 2432 | "name": "symfony/polyfill-xml", |
||
| 2433 | "version": "v1.3.0", |
||
| 2434 | "source": { |
||
| 2435 | "type": "git", |
||
| 2436 | "url": "https://github.com/symfony/polyfill-xml.git", |
||
| 2437 | "reference": "64b6a864f18ab4fddad49f5025f805f6781dfabd" |
||
| 2438 | }, |
||
| 2439 | "dist": { |
||
| 2440 | "type": "zip", |
||
| 2441 | "url": "https://api.github.com/repos/symfony/polyfill-xml/zipball/64b6a864f18ab4fddad49f5025f805f6781dfabd", |
||
| 2442 | "reference": "64b6a864f18ab4fddad49f5025f805f6781dfabd", |
||
| 2443 | "shasum": "" |
||
| 2444 | }, |
||
| 2445 | "require": { |
||
| 2446 | "php": ">=5.3.3" |
||
| 2447 | }, |
||
| 2448 | "suggest": { |
||
| 2449 | "ext-xml": "For best performance" |
||
| 2450 | }, |
||
| 2451 | "type": "library", |
||
| 2452 | "extra": { |
||
| 2453 | "branch-alias": { |
||
| 2454 | "dev-master": "1.3-dev" |
||
| 2455 | } |
||
| 2456 | }, |
||
| 2457 | "autoload": { |
||
| 2458 | "psr-4": { |
||
| 2459 | "Symfony\\Polyfill\\Xml\\": "" |
||
| 2460 | }, |
||
| 2461 | "files": [ |
||
| 2462 | "bootstrap.php" |
||
| 2463 | ] |
||
| 2464 | }, |
||
| 2465 | "notification-url": "https://packagist.org/downloads/", |
||
| 2466 | "license": [ |
||
| 2467 | "MIT" |
||
| 2468 | ], |
||
| 2469 | "authors": [ |
||
| 2470 | { |
||
| 2471 | "name": "Nicolas Grekas", |
||
| 2472 | "email": "[email protected]" |
||
| 2473 | }, |
||
| 2474 | { |
||
| 2475 | "name": "Symfony Community", |
||
| 2476 | "homepage": "https://symfony.com/contributors" |
||
| 2477 | } |
||
| 2478 | ], |
||
| 2479 | "description": "Symfony polyfill for xml's utf8_encode and utf8_decode functions", |
||
| 2480 | "homepage": "https://symfony.com", |
||
| 2481 | "keywords": [ |
||
| 2482 | "compatibility", |
||
| 2483 | "polyfill", |
||
| 2484 | "portable", |
||
| 2485 | "shim" |
||
| 2486 | ], |
||
| 2487 | "time": "2016-11-14T01:06:16+00:00" |
||
| 2488 | }, |
||
| 2489 | { |
||
| 2490 | "name": "symfony/process", |
||
| 2491 | "version": "v3.2.7", |
||
| 2492 | "source": { |
||
| 2493 | "type": "git", |
||
| 2494 | "url": "https://github.com/symfony/process.git", |
||
| 2495 | "reference": "57fdaa55827ae14d617550ebe71a820f0a5e2282" |
||
| 2496 | }, |
||
| 2497 | "dist": { |
||
| 2498 | "type": "zip", |
||
| 2499 | "url": "https://api.github.com/repos/symfony/process/zipball/57fdaa55827ae14d617550ebe71a820f0a5e2282", |
||
| 2500 | "reference": "57fdaa55827ae14d617550ebe71a820f0a5e2282", |
||
| 2501 | "shasum": "" |
||
| 2502 | }, |
||
| 2503 | "require": { |
||
| 2504 | "php": ">=5.5.9" |
||
| 2505 | }, |
||
| 2506 | "type": "library", |
||
| 2507 | "extra": { |
||
| 2508 | "branch-alias": { |
||
| 2509 | "dev-master": "3.2-dev" |
||
| 2510 | } |
||
| 2511 | }, |
||
| 2512 | "autoload": { |
||
| 2513 | "psr-4": { |
||
| 2514 | "Symfony\\Component\\Process\\": "" |
||
| 2515 | }, |
||
| 2516 | "exclude-from-classmap": [ |
||
| 2517 | "/Tests/" |
||
| 2518 | ] |
||
| 2519 | }, |
||
| 2520 | "notification-url": "https://packagist.org/downloads/", |
||
| 2521 | "license": [ |
||
| 2522 | "MIT" |
||
| 2523 | ], |
||
| 2524 | "authors": [ |
||
| 2525 | { |
||
| 2526 | "name": "Fabien Potencier", |
||
| 2527 | "email": "[email protected]" |
||
| 2528 | }, |
||
| 2529 | { |
||
| 2530 | "name": "Symfony Community", |
||
| 2531 | "homepage": "https://symfony.com/contributors" |
||
| 2532 | } |
||
| 2533 | ], |
||
| 2534 | "description": "Symfony Process Component", |
||
| 2535 | "homepage": "https://symfony.com", |
||
| 2536 | "time": "2017-03-27T18:07:02+00:00" |
||
| 2537 | }, |
||
| 2538 | { |
||
| 2539 | "name": "symfony/proxy-manager-bridge", |
||
| 2540 | "version": "v3.2.7", |
||
| 2541 | "source": { |
||
| 2542 | "type": "git", |
||
| 2543 | "url": "https://github.com/symfony/proxy-manager-bridge.git", |
||
| 2544 | "reference": "f426b83fb9ff4f099e4233b5c93f198c56ae707c" |
||
| 2545 | }, |
||
| 2546 | "dist": { |
||
| 2547 | "type": "zip", |
||
| 2548 | "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/f426b83fb9ff4f099e4233b5c93f198c56ae707c", |
||
| 2549 | "reference": "f426b83fb9ff4f099e4233b5c93f198c56ae707c", |
||
| 2550 | "shasum": "" |
||
| 2551 | }, |
||
| 2552 | "require": { |
||
| 2553 | "ocramius/proxy-manager": "~0.4|~1.0|~2.0", |
||
| 2554 | "php": ">=5.5.9", |
||
| 2555 | "symfony/dependency-injection": "~2.8|~3.0" |
||
| 2556 | }, |
||
| 2557 | "require-dev": { |
||
| 2558 | "symfony/config": "~2.8|~3.0" |
||
| 2559 | }, |
||
| 2560 | "type": "symfony-bridge", |
||
| 2561 | "extra": { |
||
| 2562 | "branch-alias": { |
||
| 2563 | "dev-master": "3.2-dev" |
||
| 2564 | } |
||
| 2565 | }, |
||
| 2566 | "autoload": { |
||
| 2567 | "psr-4": { |
||
| 2568 | "Symfony\\Bridge\\ProxyManager\\": "" |
||
| 2569 | }, |
||
| 2570 | "exclude-from-classmap": [ |
||
| 2571 | "/Tests/" |
||
| 2572 | ] |
||
| 2573 | }, |
||
| 2574 | "notification-url": "https://packagist.org/downloads/", |
||
| 2575 | "license": [ |
||
| 2576 | "MIT" |
||
| 2577 | ], |
||
| 2578 | "authors": [ |
||
| 2579 | { |
||
| 2580 | "name": "Fabien Potencier", |
||
| 2581 | "email": "[email protected]" |
||
| 2582 | }, |
||
| 2583 | { |
||
| 2584 | "name": "Symfony Community", |
||
| 2585 | "homepage": "https://symfony.com/contributors" |
||
| 2586 | } |
||
| 2587 | ], |
||
| 2588 | "description": "Symfony ProxyManager Bridge", |
||
| 2589 | "homepage": "https://symfony.com", |
||
| 2590 | "time": "2017-02-18T17:28:00+00:00" |
||
| 2591 | }, |
||
| 2592 | { |
||
| 2593 | "name": "symfony/stopwatch", |
||
| 2594 | "version": "v3.2.7", |
||
| 2595 | "source": { |
||
| 2596 | "type": "git", |
||
| 2597 | "url": "https://github.com/symfony/stopwatch.git", |
||
| 2598 | "reference": "c5ee0f8650c84b4d36a5f76b3b504233feaabf75" |
||
| 2599 | }, |
||
| 2600 | "dist": { |
||
| 2601 | "type": "zip", |
||
| 2602 | "url": "https://api.github.com/repos/symfony/stopwatch/zipball/c5ee0f8650c84b4d36a5f76b3b504233feaabf75", |
||
| 2603 | "reference": "c5ee0f8650c84b4d36a5f76b3b504233feaabf75", |
||
| 2604 | "shasum": "" |
||
| 2605 | }, |
||
| 2606 | "require": { |
||
| 2607 | "php": ">=5.5.9" |
||
| 2608 | }, |
||
| 2609 | "type": "library", |
||
| 2610 | "extra": { |
||
| 2611 | "branch-alias": { |
||
| 2612 | "dev-master": "3.2-dev" |
||
| 2613 | } |
||
| 2614 | }, |
||
| 2615 | "autoload": { |
||
| 2616 | "psr-4": { |
||
| 2617 | "Symfony\\Component\\Stopwatch\\": "" |
||
| 2618 | }, |
||
| 2619 | "exclude-from-classmap": [ |
||
| 2620 | "/Tests/" |
||
| 2621 | ] |
||
| 2622 | }, |
||
| 2623 | "notification-url": "https://packagist.org/downloads/", |
||
| 2624 | "license": [ |
||
| 2625 | "MIT" |
||
| 2626 | ], |
||
| 2627 | "authors": [ |
||
| 2628 | { |
||
| 2629 | "name": "Fabien Potencier", |
||
| 2630 | "email": "[email protected]" |
||
| 2631 | }, |
||
| 2632 | { |
||
| 2633 | "name": "Symfony Community", |
||
| 2634 | "homepage": "https://symfony.com/contributors" |
||
| 2635 | } |
||
| 2636 | ], |
||
| 2637 | "description": "Symfony Stopwatch Component", |
||
| 2638 | "homepage": "https://symfony.com", |
||
| 2639 | "time": "2017-02-18T17:28:00+00:00" |
||
| 2640 | }, |
||
| 2641 | { |
||
| 2642 | "name": "symfony/yaml", |
||
| 2643 | "version": "v3.2.7", |
||
| 2644 | "source": { |
||
| 2645 | "type": "git", |
||
| 2646 | "url": "https://github.com/symfony/yaml.git", |
||
| 2647 | "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621" |
||
| 2648 | }, |
||
| 2649 | "dist": { |
||
| 2650 | "type": "zip", |
||
| 2651 | "url": "https://api.github.com/repos/symfony/yaml/zipball/62b4cdb99d52cb1ff253c465eb1532a80cebb621", |
||
| 2652 | "reference": "62b4cdb99d52cb1ff253c465eb1532a80cebb621", |
||
| 2653 | "shasum": "" |
||
| 2654 | }, |
||
| 2655 | "require": { |
||
| 2656 | "php": ">=5.5.9" |
||
| 2657 | }, |
||
| 2658 | "require-dev": { |
||
| 2659 | "symfony/console": "~2.8|~3.0" |
||
| 2660 | }, |
||
| 2661 | "suggest": { |
||
| 2662 | "symfony/console": "For validating YAML files using the lint command" |
||
| 2663 | }, |
||
| 2664 | "type": "library", |
||
| 2665 | "extra": { |
||
| 2666 | "branch-alias": { |
||
| 2667 | "dev-master": "3.2-dev" |
||
| 2668 | } |
||
| 2669 | }, |
||
| 2670 | "autoload": { |
||
| 2671 | "psr-4": { |
||
| 2672 | "Symfony\\Component\\Yaml\\": "" |
||
| 2673 | }, |
||
| 2674 | "exclude-from-classmap": [ |
||
| 2675 | "/Tests/" |
||
| 2676 | ] |
||
| 2677 | }, |
||
| 2678 | "notification-url": "https://packagist.org/downloads/", |
||
| 2679 | "license": [ |
||
| 2680 | "MIT" |
||
| 2681 | ], |
||
| 2682 | "authors": [ |
||
| 2683 | { |
||
| 2684 | "name": "Fabien Potencier", |
||
| 2685 | "email": "[email protected]" |
||
| 2686 | }, |
||
| 2687 | { |
||
| 2688 | "name": "Symfony Community", |
||
| 2689 | "homepage": "https://symfony.com/contributors" |
||
| 2690 | } |
||
| 2691 | ], |
||
| 2692 | "description": "Symfony Yaml Component", |
||
| 2693 | "homepage": "https://symfony.com", |
||
| 2694 | "time": "2017-03-20T09:45:15+00:00" |
||
| 2695 | }, |
||
| 2696 | { |
||
| 2697 | "name": "zendframework/zend-code", |
||
| 2698 | "version": "3.1.0", |
||
| 2699 | "source": { |
||
| 2700 | "type": "git", |
||
| 2701 | "url": "https://github.com/zendframework/zend-code.git", |
||
| 2702 | "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27" |
||
| 2703 | }, |
||
| 2704 | "dist": { |
||
| 2705 | "type": "zip", |
||
| 2706 | "url": "https://api.github.com/repos/zendframework/zend-code/zipball/2899c17f83a7207f2d7f53ec2f421204d3beea27", |
||
| 2707 | "reference": "2899c17f83a7207f2d7f53ec2f421204d3beea27", |
||
| 2708 | "shasum": "" |
||
| 2709 | }, |
||
| 2710 | "require": { |
||
| 2711 | "php": "^5.6 || 7.0.0 - 7.0.4 || ^7.0.6", |
||
| 2712 | "zendframework/zend-eventmanager": "^2.6 || ^3.0" |
||
| 2713 | }, |
||
| 2714 | "require-dev": { |
||
| 2715 | "doctrine/annotations": "~1.0", |
||
| 2716 | "ext-phar": "*", |
||
| 2717 | "phpunit/phpunit": "^4.8.21", |
||
| 2718 | "squizlabs/php_codesniffer": "^2.5", |
||
| 2719 | "zendframework/zend-stdlib": "^2.7 || ^3.0" |
||
| 2720 | }, |
||
| 2721 | "suggest": { |
||
| 2722 | "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", |
||
| 2723 | "zendframework/zend-stdlib": "Zend\\Stdlib component" |
||
| 2724 | }, |
||
| 2725 | "type": "library", |
||
| 2726 | "extra": { |
||
| 2727 | "branch-alias": { |
||
| 2728 | "dev-master": "3.1-dev", |
||
| 2729 | "dev-develop": "3.2-dev" |
||
| 2730 | } |
||
| 2731 | }, |
||
| 2732 | "autoload": { |
||
| 2733 | "psr-4": { |
||
| 2734 | "Zend\\Code\\": "src/" |
||
| 2735 | } |
||
| 2736 | }, |
||
| 2737 | "notification-url": "https://packagist.org/downloads/", |
||
| 2738 | "license": [ |
||
| 2739 | "BSD-3-Clause" |
||
| 2740 | ], |
||
| 2741 | "description": "provides facilities to generate arbitrary code using an object oriented interface", |
||
| 2742 | "homepage": "https://github.com/zendframework/zend-code", |
||
| 2743 | "keywords": [ |
||
| 2744 | "code", |
||
| 2745 | "zf2" |
||
| 2746 | ], |
||
| 2747 | "time": "2016-10-24T13:23:32+00:00" |
||
| 2748 | }, |
||
| 2749 | { |
||
| 2750 | "name": "zendframework/zend-eventmanager", |
||
| 2751 | "version": "3.1.0", |
||
| 2752 | "source": { |
||
| 2753 | "type": "git", |
||
| 2754 | "url": "https://github.com/zendframework/zend-eventmanager.git", |
||
| 2755 | "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d" |
||
| 2756 | }, |
||
| 2757 | "dist": { |
||
| 2758 | "type": "zip", |
||
| 2759 | "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/c3bce7b7d47c54040b9ae51bc55491c72513b75d", |
||
| 2760 | "reference": "c3bce7b7d47c54040b9ae51bc55491c72513b75d", |
||
| 2761 | "shasum": "" |
||
| 2762 | }, |
||
| 2763 | "require": { |
||
| 2764 | "php": "^5.6 || ^7.0" |
||
| 2765 | }, |
||
| 2766 | "require-dev": { |
||
| 2767 | "athletic/athletic": "^0.1", |
||
| 2768 | "container-interop/container-interop": "^1.1.0", |
||
| 2769 | "phpunit/phpunit": "^5.6", |
||
| 2770 | "zendframework/zend-coding-standard": "~1.0.0", |
||
| 2771 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0" |
||
| 2772 | }, |
||
| 2773 | "suggest": { |
||
| 2774 | "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", |
||
| 2775 | "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" |
||
| 2776 | }, |
||
| 2777 | "type": "library", |
||
| 2778 | "extra": { |
||
| 2779 | "branch-alias": { |
||
| 2780 | "dev-master": "3.1-dev", |
||
| 2781 | "dev-develop": "3.2-dev" |
||
| 2782 | } |
||
| 2783 | }, |
||
| 2784 | "autoload": { |
||
| 2785 | "psr-4": { |
||
| 2786 | "Zend\\EventManager\\": "src/" |
||
| 2787 | } |
||
| 2788 | }, |
||
| 2789 | "notification-url": "https://packagist.org/downloads/", |
||
| 2790 | "license": [ |
||
| 2791 | "BSD-3-Clause" |
||
| 2792 | ], |
||
| 2793 | "description": "Trigger and listen to events within a PHP application", |
||
| 2794 | "homepage": "https://github.com/zendframework/zend-eventmanager", |
||
| 2795 | "keywords": [ |
||
| 2796 | "event", |
||
| 2797 | "eventmanager", |
||
| 2798 | "events", |
||
| 2799 | "zf2" |
||
| 2800 | ], |
||
| 2801 | "time": "2016-12-19T21:47:12+00:00" |
||
| 2802 | } |
||
| 2803 | ], |
||
| 2804 | "aliases": [], |
||
| 2805 | "minimum-stability": "stable", |
||
| 2806 | "stability-flags": [], |
||
| 2807 | "prefer-stable": false, |
||
| 2808 | "prefer-lowest": false, |
||
| 2809 | "platform": { |
||
| 2810 | "php": "^7.0" |
||
| 2811 | }, |
||
| 2812 | "platform-dev": [] |
||
| 2813 | } |
||
| 2814 |