johanderuijter /
mailer-swift-mailer-bridge
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
| 1 | { |
||
| 2 | "_readme": [ |
||
| 3 | "This file locks the dependencies of your project to a known state", |
||
| 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
||
| 5 | "This file is @generated automatically" |
||
| 6 | ], |
||
| 7 | "hash": "cac25a4d175f44027ee82a36bae2f40e", |
||
| 8 | "content-hash": "5a1b23058c010965077e3fbdf75f65ea", |
||
| 9 | "packages": [ |
||
| 10 | { |
||
| 11 | "name": "jdr/mailer", |
||
| 12 | "version": "0.0.1", |
||
| 13 | "source": { |
||
| 14 | "type": "git", |
||
| 15 | "url": "https://github.com/johanderuijter/mailer.git", |
||
| 16 | "reference": "19da128a8a79d8a9b30145a3699690a72505de0c" |
||
| 17 | }, |
||
| 18 | "dist": { |
||
| 19 | "type": "zip", |
||
| 20 | "url": "https://api.github.com/repos/johanderuijter/mailer/zipball/19da128a8a79d8a9b30145a3699690a72505de0c", |
||
| 21 | "reference": "19da128a8a79d8a9b30145a3699690a72505de0c", |
||
| 22 | "shasum": "" |
||
| 23 | }, |
||
| 24 | "require": { |
||
| 25 | "php": "~7.0" |
||
| 26 | }, |
||
| 27 | "require-dev": { |
||
| 28 | "phpunit/phpunit": "~5.0", |
||
| 29 | "scrutinizer/ocular": "~1.1", |
||
| 30 | "squizlabs/php_codesniffer": "~2.3" |
||
| 31 | }, |
||
| 32 | "suggest": { |
||
| 33 | "jdr/mailer-swift-mailer-bridge": "Send emails using swiftmailer" |
||
| 34 | }, |
||
| 35 | "type": "library", |
||
| 36 | "extra": { |
||
| 37 | "branch-alias": { |
||
| 38 | "dev-master": "1.0-dev" |
||
| 39 | } |
||
| 40 | }, |
||
| 41 | "autoload": { |
||
| 42 | "psr-4": { |
||
| 43 | "JDR\\Mailer\\": "src" |
||
| 44 | } |
||
| 45 | }, |
||
| 46 | "notification-url": "https://packagist.org/downloads/", |
||
| 47 | "license": [ |
||
| 48 | "MIT" |
||
| 49 | ], |
||
| 50 | "authors": [ |
||
| 51 | { |
||
| 52 | "name": "Johan de Ruijter", |
||
| 53 | "email": "[email protected]", |
||
| 54 | "homepage": "http://johanderuijter.nl", |
||
| 55 | "role": "Developer" |
||
| 56 | } |
||
| 57 | ], |
||
| 58 | "description": "Build and send emails.", |
||
| 59 | "homepage": "https://github.com/johanderuijter/mailer", |
||
| 60 | "keywords": [ |
||
| 61 | "jdr", |
||
| 62 | "mailer" |
||
| 63 | ], |
||
| 64 | "time": "2016-10-08 10:32:40" |
||
| 65 | }, |
||
| 66 | { |
||
| 67 | "name": "swiftmailer/swiftmailer", |
||
|
0 ignored issues
–
show
Security
introduced
by
Loading history...
|
|||
| 68 | "version": "v5.4.3", |
||
| 69 | "source": { |
||
| 70 | "type": "git", |
||
| 71 | "url": "https://github.com/swiftmailer/swiftmailer.git", |
||
| 72 | "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153" |
||
| 73 | }, |
||
| 74 | "dist": { |
||
| 75 | "type": "zip", |
||
| 76 | "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153", |
||
| 77 | "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153", |
||
| 78 | "shasum": "" |
||
| 79 | }, |
||
| 80 | "require": { |
||
| 81 | "php": ">=5.3.3" |
||
| 82 | }, |
||
| 83 | "require-dev": { |
||
| 84 | "mockery/mockery": "~0.9.1" |
||
| 85 | }, |
||
| 86 | "type": "library", |
||
| 87 | "extra": { |
||
| 88 | "branch-alias": { |
||
| 89 | "dev-master": "5.4-dev" |
||
| 90 | } |
||
| 91 | }, |
||
| 92 | "autoload": { |
||
| 93 | "files": [ |
||
| 94 | "lib/swift_required.php" |
||
| 95 | ] |
||
| 96 | }, |
||
| 97 | "notification-url": "https://packagist.org/downloads/", |
||
| 98 | "license": [ |
||
| 99 | "MIT" |
||
| 100 | ], |
||
| 101 | "authors": [ |
||
| 102 | { |
||
| 103 | "name": "Chris Corbyn" |
||
| 104 | }, |
||
| 105 | { |
||
| 106 | "name": "Fabien Potencier", |
||
| 107 | "email": "[email protected]" |
||
| 108 | } |
||
| 109 | ], |
||
| 110 | "description": "Swiftmailer, free feature-rich PHP mailer", |
||
| 111 | "homepage": "http://swiftmailer.org", |
||
| 112 | "keywords": [ |
||
| 113 | "email", |
||
| 114 | "mail", |
||
| 115 | "mailer" |
||
| 116 | ], |
||
| 117 | "time": "2016-07-08 11:51:25" |
||
| 118 | } |
||
| 119 | ], |
||
| 120 | "packages-dev": [ |
||
| 121 | { |
||
| 122 | "name": "doctrine/annotations", |
||
| 123 | "version": "v1.2.7", |
||
| 124 | "source": { |
||
| 125 | "type": "git", |
||
| 126 | "url": "https://github.com/doctrine/annotations.git", |
||
| 127 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535" |
||
| 128 | }, |
||
| 129 | "dist": { |
||
| 130 | "type": "zip", |
||
| 131 | "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
| 132 | "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535", |
||
| 133 | "shasum": "" |
||
| 134 | }, |
||
| 135 | "require": { |
||
| 136 | "doctrine/lexer": "1.*", |
||
| 137 | "php": ">=5.3.2" |
||
| 138 | }, |
||
| 139 | "require-dev": { |
||
| 140 | "doctrine/cache": "1.*", |
||
| 141 | "phpunit/phpunit": "4.*" |
||
| 142 | }, |
||
| 143 | "type": "library", |
||
| 144 | "extra": { |
||
| 145 | "branch-alias": { |
||
| 146 | "dev-master": "1.3.x-dev" |
||
| 147 | } |
||
| 148 | }, |
||
| 149 | "autoload": { |
||
| 150 | "psr-0": { |
||
| 151 | "Doctrine\\Common\\Annotations\\": "lib/" |
||
| 152 | } |
||
| 153 | }, |
||
| 154 | "notification-url": "https://packagist.org/downloads/", |
||
| 155 | "license": [ |
||
| 156 | "MIT" |
||
| 157 | ], |
||
| 158 | "authors": [ |
||
| 159 | { |
||
| 160 | "name": "Roman Borschel", |
||
| 161 | "email": "[email protected]" |
||
| 162 | }, |
||
| 163 | { |
||
| 164 | "name": "Benjamin Eberlei", |
||
| 165 | "email": "[email protected]" |
||
| 166 | }, |
||
| 167 | { |
||
| 168 | "name": "Guilherme Blanco", |
||
| 169 | "email": "[email protected]" |
||
| 170 | }, |
||
| 171 | { |
||
| 172 | "name": "Jonathan Wage", |
||
| 173 | "email": "[email protected]" |
||
| 174 | }, |
||
| 175 | { |
||
| 176 | "name": "Johannes Schmitt", |
||
| 177 | "email": "[email protected]" |
||
| 178 | } |
||
| 179 | ], |
||
| 180 | "description": "Docblock Annotations Parser", |
||
| 181 | "homepage": "http://www.doctrine-project.org", |
||
| 182 | "keywords": [ |
||
| 183 | "annotations", |
||
| 184 | "docblock", |
||
| 185 | "parser" |
||
| 186 | ], |
||
| 187 | "time": "2015-08-31 12:32:49" |
||
| 188 | }, |
||
| 189 | { |
||
| 190 | "name": "doctrine/instantiator", |
||
| 191 | "version": "1.0.5", |
||
| 192 | "source": { |
||
| 193 | "type": "git", |
||
| 194 | "url": "https://github.com/doctrine/instantiator.git", |
||
| 195 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" |
||
| 196 | }, |
||
| 197 | "dist": { |
||
| 198 | "type": "zip", |
||
| 199 | "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 200 | "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", |
||
| 201 | "shasum": "" |
||
| 202 | }, |
||
| 203 | "require": { |
||
| 204 | "php": ">=5.3,<8.0-DEV" |
||
| 205 | }, |
||
| 206 | "require-dev": { |
||
| 207 | "athletic/athletic": "~0.1.8", |
||
| 208 | "ext-pdo": "*", |
||
| 209 | "ext-phar": "*", |
||
| 210 | "phpunit/phpunit": "~4.0", |
||
| 211 | "squizlabs/php_codesniffer": "~2.0" |
||
| 212 | }, |
||
| 213 | "type": "library", |
||
| 214 | "extra": { |
||
| 215 | "branch-alias": { |
||
| 216 | "dev-master": "1.0.x-dev" |
||
| 217 | } |
||
| 218 | }, |
||
| 219 | "autoload": { |
||
| 220 | "psr-4": { |
||
| 221 | "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
||
| 222 | } |
||
| 223 | }, |
||
| 224 | "notification-url": "https://packagist.org/downloads/", |
||
| 225 | "license": [ |
||
| 226 | "MIT" |
||
| 227 | ], |
||
| 228 | "authors": [ |
||
| 229 | { |
||
| 230 | "name": "Marco Pivetta", |
||
| 231 | "email": "[email protected]", |
||
| 232 | "homepage": "http://ocramius.github.com/" |
||
| 233 | } |
||
| 234 | ], |
||
| 235 | "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
||
| 236 | "homepage": "https://github.com/doctrine/instantiator", |
||
| 237 | "keywords": [ |
||
| 238 | "constructor", |
||
| 239 | "instantiate" |
||
| 240 | ], |
||
| 241 | "time": "2015-06-14 21:17:01" |
||
| 242 | }, |
||
| 243 | { |
||
| 244 | "name": "doctrine/lexer", |
||
| 245 | "version": "v1.0.1", |
||
| 246 | "source": { |
||
| 247 | "type": "git", |
||
| 248 | "url": "https://github.com/doctrine/lexer.git", |
||
| 249 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
||
| 250 | }, |
||
| 251 | "dist": { |
||
| 252 | "type": "zip", |
||
| 253 | "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 254 | "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
||
| 255 | "shasum": "" |
||
| 256 | }, |
||
| 257 | "require": { |
||
| 258 | "php": ">=5.3.2" |
||
| 259 | }, |
||
| 260 | "type": "library", |
||
| 261 | "extra": { |
||
| 262 | "branch-alias": { |
||
| 263 | "dev-master": "1.0.x-dev" |
||
| 264 | } |
||
| 265 | }, |
||
| 266 | "autoload": { |
||
| 267 | "psr-0": { |
||
| 268 | "Doctrine\\Common\\Lexer\\": "lib/" |
||
| 269 | } |
||
| 270 | }, |
||
| 271 | "notification-url": "https://packagist.org/downloads/", |
||
| 272 | "license": [ |
||
| 273 | "MIT" |
||
| 274 | ], |
||
| 275 | "authors": [ |
||
| 276 | { |
||
| 277 | "name": "Roman Borschel", |
||
| 278 | "email": "[email protected]" |
||
| 279 | }, |
||
| 280 | { |
||
| 281 | "name": "Guilherme Blanco", |
||
| 282 | "email": "[email protected]" |
||
| 283 | }, |
||
| 284 | { |
||
| 285 | "name": "Johannes Schmitt", |
||
| 286 | "email": "[email protected]" |
||
| 287 | } |
||
| 288 | ], |
||
| 289 | "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
||
| 290 | "homepage": "http://www.doctrine-project.org", |
||
| 291 | "keywords": [ |
||
| 292 | "lexer", |
||
| 293 | "parser" |
||
| 294 | ], |
||
| 295 | "time": "2014-09-09 13:34:57" |
||
| 296 | }, |
||
| 297 | { |
||
| 298 | "name": "guzzlehttp/guzzle", |
||
| 299 | "version": "v3.8.1", |
||
| 300 | "source": { |
||
| 301 | "type": "git", |
||
| 302 | "url": "https://github.com/guzzle/guzzle.git", |
||
| 303 | "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba" |
||
| 304 | }, |
||
| 305 | "dist": { |
||
| 306 | "type": "zip", |
||
| 307 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/4de0618a01b34aa1c8c33a3f13f396dcd3882eba", |
||
| 308 | "reference": "4de0618a01b34aa1c8c33a3f13f396dcd3882eba", |
||
| 309 | "shasum": "" |
||
| 310 | }, |
||
| 311 | "require": { |
||
| 312 | "ext-curl": "*", |
||
| 313 | "php": ">=5.3.3", |
||
| 314 | "symfony/event-dispatcher": ">=2.1" |
||
| 315 | }, |
||
| 316 | "replace": { |
||
| 317 | "guzzle/batch": "self.version", |
||
| 318 | "guzzle/cache": "self.version", |
||
| 319 | "guzzle/common": "self.version", |
||
| 320 | "guzzle/http": "self.version", |
||
| 321 | "guzzle/inflection": "self.version", |
||
| 322 | "guzzle/iterator": "self.version", |
||
| 323 | "guzzle/log": "self.version", |
||
| 324 | "guzzle/parser": "self.version", |
||
| 325 | "guzzle/plugin": "self.version", |
||
| 326 | "guzzle/plugin-async": "self.version", |
||
| 327 | "guzzle/plugin-backoff": "self.version", |
||
| 328 | "guzzle/plugin-cache": "self.version", |
||
| 329 | "guzzle/plugin-cookie": "self.version", |
||
| 330 | "guzzle/plugin-curlauth": "self.version", |
||
| 331 | "guzzle/plugin-error-response": "self.version", |
||
| 332 | "guzzle/plugin-history": "self.version", |
||
| 333 | "guzzle/plugin-log": "self.version", |
||
| 334 | "guzzle/plugin-md5": "self.version", |
||
| 335 | "guzzle/plugin-mock": "self.version", |
||
| 336 | "guzzle/plugin-oauth": "self.version", |
||
| 337 | "guzzle/service": "self.version", |
||
| 338 | "guzzle/stream": "self.version" |
||
| 339 | }, |
||
| 340 | "require-dev": { |
||
| 341 | "doctrine/cache": "*", |
||
| 342 | "monolog/monolog": "1.*", |
||
| 343 | "phpunit/phpunit": "3.7.*", |
||
| 344 | "psr/log": "1.0.*", |
||
| 345 | "symfony/class-loader": "*", |
||
| 346 | "zendframework/zend-cache": "<2.3", |
||
| 347 | "zendframework/zend-log": "<2.3" |
||
| 348 | }, |
||
| 349 | "type": "library", |
||
| 350 | "extra": { |
||
| 351 | "branch-alias": { |
||
| 352 | "dev-master": "3.8-dev" |
||
| 353 | } |
||
| 354 | }, |
||
| 355 | "autoload": { |
||
| 356 | "psr-0": { |
||
| 357 | "Guzzle": "src/", |
||
| 358 | "Guzzle\\Tests": "tests/" |
||
| 359 | } |
||
| 360 | }, |
||
| 361 | "notification-url": "https://packagist.org/downloads/", |
||
| 362 | "license": [ |
||
| 363 | "MIT" |
||
| 364 | ], |
||
| 365 | "authors": [ |
||
| 366 | { |
||
| 367 | "name": "Michael Dowling", |
||
| 368 | "email": "[email protected]", |
||
| 369 | "homepage": "https://github.com/mtdowling" |
||
| 370 | }, |
||
| 371 | { |
||
| 372 | "name": "Guzzle Community", |
||
| 373 | "homepage": "https://github.com/guzzle/guzzle/contributors" |
||
| 374 | } |
||
| 375 | ], |
||
| 376 | "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", |
||
| 377 | "homepage": "http://guzzlephp.org/", |
||
| 378 | "keywords": [ |
||
| 379 | "client", |
||
| 380 | "curl", |
||
| 381 | "framework", |
||
| 382 | "http", |
||
| 383 | "http client", |
||
| 384 | "rest", |
||
| 385 | "web service" |
||
| 386 | ], |
||
| 387 | "time": "2014-01-28 22:29:15" |
||
| 388 | }, |
||
| 389 | { |
||
| 390 | "name": "jms/metadata", |
||
| 391 | "version": "1.5.1", |
||
| 392 | "source": { |
||
| 393 | "type": "git", |
||
| 394 | "url": "https://github.com/schmittjoh/metadata.git", |
||
| 395 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353" |
||
| 396 | }, |
||
| 397 | "dist": { |
||
| 398 | "type": "zip", |
||
| 399 | "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353", |
||
| 400 | "reference": "22b72455559a25777cfd28c4ffda81ff7639f353", |
||
| 401 | "shasum": "" |
||
| 402 | }, |
||
| 403 | "require": { |
||
| 404 | "php": ">=5.3.0" |
||
| 405 | }, |
||
| 406 | "require-dev": { |
||
| 407 | "doctrine/cache": "~1.0" |
||
| 408 | }, |
||
| 409 | "type": "library", |
||
| 410 | "extra": { |
||
| 411 | "branch-alias": { |
||
| 412 | "dev-master": "1.5.x-dev" |
||
| 413 | } |
||
| 414 | }, |
||
| 415 | "autoload": { |
||
| 416 | "psr-0": { |
||
| 417 | "Metadata\\": "src/" |
||
| 418 | } |
||
| 419 | }, |
||
| 420 | "notification-url": "https://packagist.org/downloads/", |
||
| 421 | "license": [ |
||
| 422 | "Apache" |
||
| 423 | ], |
||
| 424 | "authors": [ |
||
| 425 | { |
||
| 426 | "name": "Johannes Schmitt", |
||
| 427 | "email": "[email protected]", |
||
| 428 | "homepage": "https://github.com/schmittjoh", |
||
| 429 | "role": "Developer of wrapped JMSSerializerBundle" |
||
| 430 | } |
||
| 431 | ], |
||
| 432 | "description": "Class/method/property metadata management in PHP", |
||
| 433 | "keywords": [ |
||
| 434 | "annotations", |
||
| 435 | "metadata", |
||
| 436 | "xml", |
||
| 437 | "yaml" |
||
| 438 | ], |
||
| 439 | "time": "2014-07-12 07:13:19" |
||
| 440 | }, |
||
| 441 | { |
||
| 442 | "name": "jms/parser-lib", |
||
| 443 | "version": "1.0.0", |
||
| 444 | "source": { |
||
| 445 | "type": "git", |
||
| 446 | "url": "https://github.com/schmittjoh/parser-lib.git", |
||
| 447 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d" |
||
| 448 | }, |
||
| 449 | "dist": { |
||
| 450 | "type": "zip", |
||
| 451 | "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
| 452 | "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d", |
||
| 453 | "shasum": "" |
||
| 454 | }, |
||
| 455 | "require": { |
||
| 456 | "phpoption/phpoption": ">=0.9,<2.0-dev" |
||
| 457 | }, |
||
| 458 | "type": "library", |
||
| 459 | "extra": { |
||
| 460 | "branch-alias": { |
||
| 461 | "dev-master": "1.0-dev" |
||
| 462 | } |
||
| 463 | }, |
||
| 464 | "autoload": { |
||
| 465 | "psr-0": { |
||
| 466 | "JMS\\": "src/" |
||
| 467 | } |
||
| 468 | }, |
||
| 469 | "notification-url": "https://packagist.org/downloads/", |
||
| 470 | "license": [ |
||
| 471 | "Apache2" |
||
| 472 | ], |
||
| 473 | "description": "A library for easily creating recursive-descent parsers.", |
||
| 474 | "time": "2012-11-18 18:08:43" |
||
| 475 | }, |
||
| 476 | { |
||
| 477 | "name": "jms/serializer", |
||
| 478 | "version": "1.3.1", |
||
| 479 | "source": { |
||
| 480 | "type": "git", |
||
| 481 | "url": "https://github.com/schmittjoh/serializer.git", |
||
| 482 | "reference": "705d0b4633b9c44e6253aa18306b3972282cd3a3" |
||
| 483 | }, |
||
| 484 | "dist": { |
||
| 485 | "type": "zip", |
||
| 486 | "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/705d0b4633b9c44e6253aa18306b3972282cd3a3", |
||
| 487 | "reference": "705d0b4633b9c44e6253aa18306b3972282cd3a3", |
||
| 488 | "shasum": "" |
||
| 489 | }, |
||
| 490 | "require": { |
||
| 491 | "doctrine/annotations": "^1.0", |
||
| 492 | "doctrine/instantiator": "^1.0.3", |
||
| 493 | "jms/metadata": "~1.1", |
||
| 494 | "jms/parser-lib": "1.*", |
||
| 495 | "php": ">=5.5.0", |
||
| 496 | "phpcollection/phpcollection": "~0.1", |
||
| 497 | "phpoption/phpoption": "^1.1" |
||
| 498 | }, |
||
| 499 | "conflict": { |
||
| 500 | "twig/twig": "<1.12" |
||
| 501 | }, |
||
| 502 | "require-dev": { |
||
| 503 | "doctrine/orm": "~2.1", |
||
| 504 | "doctrine/phpcr-odm": "^1.3|^2.0", |
||
| 505 | "jackalope/jackalope-doctrine-dbal": "^1.1.5", |
||
| 506 | "phpunit/phpunit": "^4.8|^5.0", |
||
| 507 | "propel/propel1": "~1.7", |
||
| 508 | "symfony/filesystem": "^2.1", |
||
| 509 | "symfony/form": "~2.1", |
||
| 510 | "symfony/translation": "^2.1", |
||
| 511 | "symfony/validator": "^2.2", |
||
| 512 | "symfony/yaml": "^2.1", |
||
| 513 | "twig/twig": "~1.12|~2.0" |
||
| 514 | }, |
||
| 515 | "suggest": { |
||
| 516 | "symfony/yaml": "Required if you'd like to serialize data to YAML format." |
||
| 517 | }, |
||
| 518 | "type": "library", |
||
| 519 | "extra": { |
||
| 520 | "branch-alias": { |
||
| 521 | "dev-master": "1.3-dev" |
||
| 522 | } |
||
| 523 | }, |
||
| 524 | "autoload": { |
||
| 525 | "psr-0": { |
||
| 526 | "JMS\\Serializer": "src/" |
||
| 527 | } |
||
| 528 | }, |
||
| 529 | "notification-url": "https://packagist.org/downloads/", |
||
| 530 | "license": [ |
||
| 531 | "Apache2" |
||
| 532 | ], |
||
| 533 | "authors": [ |
||
| 534 | { |
||
| 535 | "name": "Johannes M. Schmitt", |
||
| 536 | "email": "[email protected]" |
||
| 537 | } |
||
| 538 | ], |
||
| 539 | "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", |
||
| 540 | "homepage": "http://jmsyst.com/libs/serializer", |
||
| 541 | "keywords": [ |
||
| 542 | "deserialization", |
||
| 543 | "jaxb", |
||
| 544 | "json", |
||
| 545 | "serialization", |
||
| 546 | "xml" |
||
| 547 | ], |
||
| 548 | "time": "2016-08-23 17:20:24" |
||
| 549 | }, |
||
| 550 | { |
||
| 551 | "name": "myclabs/deep-copy", |
||
| 552 | "version": "1.5.4", |
||
| 553 | "source": { |
||
| 554 | "type": "git", |
||
| 555 | "url": "https://github.com/myclabs/DeepCopy.git", |
||
| 556 | "reference": "ea74994a3dc7f8d2f65a06009348f2d63c81e61f" |
||
| 557 | }, |
||
| 558 | "dist": { |
||
| 559 | "type": "zip", |
||
| 560 | "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ea74994a3dc7f8d2f65a06009348f2d63c81e61f", |
||
| 561 | "reference": "ea74994a3dc7f8d2f65a06009348f2d63c81e61f", |
||
| 562 | "shasum": "" |
||
| 563 | }, |
||
| 564 | "require": { |
||
| 565 | "php": ">=5.4.0" |
||
| 566 | }, |
||
| 567 | "require-dev": { |
||
| 568 | "doctrine/collections": "1.*", |
||
| 569 | "phpunit/phpunit": "~4.1" |
||
| 570 | }, |
||
| 571 | "type": "library", |
||
| 572 | "autoload": { |
||
| 573 | "psr-4": { |
||
| 574 | "DeepCopy\\": "src/DeepCopy/" |
||
| 575 | } |
||
| 576 | }, |
||
| 577 | "notification-url": "https://packagist.org/downloads/", |
||
| 578 | "license": [ |
||
| 579 | "MIT" |
||
| 580 | ], |
||
| 581 | "description": "Create deep copies (clones) of your objects", |
||
| 582 | "homepage": "https://github.com/myclabs/DeepCopy", |
||
| 583 | "keywords": [ |
||
| 584 | "clone", |
||
| 585 | "copy", |
||
| 586 | "duplicate", |
||
| 587 | "object", |
||
| 588 | "object graph" |
||
| 589 | ], |
||
| 590 | "time": "2016-09-16 13:37:59" |
||
| 591 | }, |
||
| 592 | { |
||
| 593 | "name": "phpcollection/phpcollection", |
||
| 594 | "version": "0.5.0", |
||
| 595 | "source": { |
||
| 596 | "type": "git", |
||
| 597 | "url": "https://github.com/schmittjoh/php-collection.git", |
||
| 598 | "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6" |
||
| 599 | }, |
||
| 600 | "dist": { |
||
| 601 | "type": "zip", |
||
| 602 | "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", |
||
| 603 | "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", |
||
| 604 | "shasum": "" |
||
| 605 | }, |
||
| 606 | "require": { |
||
| 607 | "phpoption/phpoption": "1.*" |
||
| 608 | }, |
||
| 609 | "type": "library", |
||
| 610 | "extra": { |
||
| 611 | "branch-alias": { |
||
| 612 | "dev-master": "0.4-dev" |
||
| 613 | } |
||
| 614 | }, |
||
| 615 | "autoload": { |
||
| 616 | "psr-0": { |
||
| 617 | "PhpCollection": "src/" |
||
| 618 | } |
||
| 619 | }, |
||
| 620 | "notification-url": "https://packagist.org/downloads/", |
||
| 621 | "license": [ |
||
| 622 | "Apache2" |
||
| 623 | ], |
||
| 624 | "authors": [ |
||
| 625 | { |
||
| 626 | "name": "Johannes M. Schmitt", |
||
| 627 | "email": "[email protected]" |
||
| 628 | } |
||
| 629 | ], |
||
| 630 | "description": "General-Purpose Collection Library for PHP", |
||
| 631 | "keywords": [ |
||
| 632 | "collection", |
||
| 633 | "list", |
||
| 634 | "map", |
||
| 635 | "sequence", |
||
| 636 | "set" |
||
| 637 | ], |
||
| 638 | "time": "2015-05-17 12:39:23" |
||
| 639 | }, |
||
| 640 | { |
||
| 641 | "name": "phpdocumentor/reflection-common", |
||
| 642 | "version": "1.0", |
||
| 643 | "source": { |
||
| 644 | "type": "git", |
||
| 645 | "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
||
| 646 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" |
||
| 647 | }, |
||
| 648 | "dist": { |
||
| 649 | "type": "zip", |
||
| 650 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
| 651 | "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", |
||
| 652 | "shasum": "" |
||
| 653 | }, |
||
| 654 | "require": { |
||
| 655 | "php": ">=5.5" |
||
| 656 | }, |
||
| 657 | "require-dev": { |
||
| 658 | "phpunit/phpunit": "^4.6" |
||
| 659 | }, |
||
| 660 | "type": "library", |
||
| 661 | "extra": { |
||
| 662 | "branch-alias": { |
||
| 663 | "dev-master": "1.0.x-dev" |
||
| 664 | } |
||
| 665 | }, |
||
| 666 | "autoload": { |
||
| 667 | "psr-4": { |
||
| 668 | "phpDocumentor\\Reflection\\": [ |
||
| 669 | "src" |
||
| 670 | ] |
||
| 671 | } |
||
| 672 | }, |
||
| 673 | "notification-url": "https://packagist.org/downloads/", |
||
| 674 | "license": [ |
||
| 675 | "MIT" |
||
| 676 | ], |
||
| 677 | "authors": [ |
||
| 678 | { |
||
| 679 | "name": "Jaap van Otterdijk", |
||
| 680 | "email": "[email protected]" |
||
| 681 | } |
||
| 682 | ], |
||
| 683 | "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
||
| 684 | "homepage": "http://www.phpdoc.org", |
||
| 685 | "keywords": [ |
||
| 686 | "FQSEN", |
||
| 687 | "phpDocumentor", |
||
| 688 | "phpdoc", |
||
| 689 | "reflection", |
||
| 690 | "static analysis" |
||
| 691 | ], |
||
| 692 | "time": "2015-12-27 11:43:31" |
||
| 693 | }, |
||
| 694 | { |
||
| 695 | "name": "phpdocumentor/reflection-docblock", |
||
| 696 | "version": "3.1.1", |
||
| 697 | "source": { |
||
| 698 | "type": "git", |
||
| 699 | "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
||
| 700 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" |
||
| 701 | }, |
||
| 702 | "dist": { |
||
| 703 | "type": "zip", |
||
| 704 | "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
| 705 | "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", |
||
| 706 | "shasum": "" |
||
| 707 | }, |
||
| 708 | "require": { |
||
| 709 | "php": ">=5.5", |
||
| 710 | "phpdocumentor/reflection-common": "^1.0@dev", |
||
| 711 | "phpdocumentor/type-resolver": "^0.2.0", |
||
| 712 | "webmozart/assert": "^1.0" |
||
| 713 | }, |
||
| 714 | "require-dev": { |
||
| 715 | "mockery/mockery": "^0.9.4", |
||
| 716 | "phpunit/phpunit": "^4.4" |
||
| 717 | }, |
||
| 718 | "type": "library", |
||
| 719 | "autoload": { |
||
| 720 | "psr-4": { |
||
| 721 | "phpDocumentor\\Reflection\\": [ |
||
| 722 | "src/" |
||
| 723 | ] |
||
| 724 | } |
||
| 725 | }, |
||
| 726 | "notification-url": "https://packagist.org/downloads/", |
||
| 727 | "license": [ |
||
| 728 | "MIT" |
||
| 729 | ], |
||
| 730 | "authors": [ |
||
| 731 | { |
||
| 732 | "name": "Mike van Riel", |
||
| 733 | "email": "[email protected]" |
||
| 734 | } |
||
| 735 | ], |
||
| 736 | "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
||
| 737 | "time": "2016-09-30 07:12:33" |
||
| 738 | }, |
||
| 739 | { |
||
| 740 | "name": "phpdocumentor/type-resolver", |
||
| 741 | "version": "0.2", |
||
| 742 | "source": { |
||
| 743 | "type": "git", |
||
| 744 | "url": "https://github.com/phpDocumentor/TypeResolver.git", |
||
| 745 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443" |
||
| 746 | }, |
||
| 747 | "dist": { |
||
| 748 | "type": "zip", |
||
| 749 | "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
| 750 | "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443", |
||
| 751 | "shasum": "" |
||
| 752 | }, |
||
| 753 | "require": { |
||
| 754 | "php": ">=5.5", |
||
| 755 | "phpdocumentor/reflection-common": "^1.0" |
||
| 756 | }, |
||
| 757 | "require-dev": { |
||
| 758 | "mockery/mockery": "^0.9.4", |
||
| 759 | "phpunit/phpunit": "^5.2||^4.8.24" |
||
| 760 | }, |
||
| 761 | "type": "library", |
||
| 762 | "extra": { |
||
| 763 | "branch-alias": { |
||
| 764 | "dev-master": "1.0.x-dev" |
||
| 765 | } |
||
| 766 | }, |
||
| 767 | "autoload": { |
||
| 768 | "psr-4": { |
||
| 769 | "phpDocumentor\\Reflection\\": [ |
||
| 770 | "src/" |
||
| 771 | ] |
||
| 772 | } |
||
| 773 | }, |
||
| 774 | "notification-url": "https://packagist.org/downloads/", |
||
| 775 | "license": [ |
||
| 776 | "MIT" |
||
| 777 | ], |
||
| 778 | "authors": [ |
||
| 779 | { |
||
| 780 | "name": "Mike van Riel", |
||
| 781 | "email": "[email protected]" |
||
| 782 | } |
||
| 783 | ], |
||
| 784 | "time": "2016-06-10 07:14:17" |
||
| 785 | }, |
||
| 786 | { |
||
| 787 | "name": "phpoption/phpoption", |
||
| 788 | "version": "1.5.0", |
||
| 789 | "source": { |
||
| 790 | "type": "git", |
||
| 791 | "url": "https://github.com/schmittjoh/php-option.git", |
||
| 792 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed" |
||
| 793 | }, |
||
| 794 | "dist": { |
||
| 795 | "type": "zip", |
||
| 796 | "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
| 797 | "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed", |
||
| 798 | "shasum": "" |
||
| 799 | }, |
||
| 800 | "require": { |
||
| 801 | "php": ">=5.3.0" |
||
| 802 | }, |
||
| 803 | "require-dev": { |
||
| 804 | "phpunit/phpunit": "4.7.*" |
||
| 805 | }, |
||
| 806 | "type": "library", |
||
| 807 | "extra": { |
||
| 808 | "branch-alias": { |
||
| 809 | "dev-master": "1.3-dev" |
||
| 810 | } |
||
| 811 | }, |
||
| 812 | "autoload": { |
||
| 813 | "psr-0": { |
||
| 814 | "PhpOption\\": "src/" |
||
| 815 | } |
||
| 816 | }, |
||
| 817 | "notification-url": "https://packagist.org/downloads/", |
||
| 818 | "license": [ |
||
| 819 | "Apache2" |
||
| 820 | ], |
||
| 821 | "authors": [ |
||
| 822 | { |
||
| 823 | "name": "Johannes M. Schmitt", |
||
| 824 | "email": "[email protected]" |
||
| 825 | } |
||
| 826 | ], |
||
| 827 | "description": "Option Type for PHP", |
||
| 828 | "keywords": [ |
||
| 829 | "language", |
||
| 830 | "option", |
||
| 831 | "php", |
||
| 832 | "type" |
||
| 833 | ], |
||
| 834 | "time": "2015-07-25 16:39:46" |
||
| 835 | }, |
||
| 836 | { |
||
| 837 | "name": "phpspec/prophecy", |
||
| 838 | "version": "v1.6.1", |
||
| 839 | "source": { |
||
| 840 | "type": "git", |
||
| 841 | "url": "https://github.com/phpspec/prophecy.git", |
||
| 842 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0" |
||
| 843 | }, |
||
| 844 | "dist": { |
||
| 845 | "type": "zip", |
||
| 846 | "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0", |
||
| 847 | "reference": "58a8137754bc24b25740d4281399a4a3596058e0", |
||
| 848 | "shasum": "" |
||
| 849 | }, |
||
| 850 | "require": { |
||
| 851 | "doctrine/instantiator": "^1.0.2", |
||
| 852 | "php": "^5.3|^7.0", |
||
| 853 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
||
| 854 | "sebastian/comparator": "^1.1", |
||
| 855 | "sebastian/recursion-context": "^1.0" |
||
| 856 | }, |
||
| 857 | "require-dev": { |
||
| 858 | "phpspec/phpspec": "^2.0" |
||
| 859 | }, |
||
| 860 | "type": "library", |
||
| 861 | "extra": { |
||
| 862 | "branch-alias": { |
||
| 863 | "dev-master": "1.6.x-dev" |
||
| 864 | } |
||
| 865 | }, |
||
| 866 | "autoload": { |
||
| 867 | "psr-0": { |
||
| 868 | "Prophecy\\": "src/" |
||
| 869 | } |
||
| 870 | }, |
||
| 871 | "notification-url": "https://packagist.org/downloads/", |
||
| 872 | "license": [ |
||
| 873 | "MIT" |
||
| 874 | ], |
||
| 875 | "authors": [ |
||
| 876 | { |
||
| 877 | "name": "Konstantin Kudryashov", |
||
| 878 | "email": "[email protected]", |
||
| 879 | "homepage": "http://everzet.com" |
||
| 880 | }, |
||
| 881 | { |
||
| 882 | "name": "Marcello Duarte", |
||
| 883 | "email": "[email protected]" |
||
| 884 | } |
||
| 885 | ], |
||
| 886 | "description": "Highly opinionated mocking framework for PHP 5.3+", |
||
| 887 | "homepage": "https://github.com/phpspec/prophecy", |
||
| 888 | "keywords": [ |
||
| 889 | "Double", |
||
| 890 | "Dummy", |
||
| 891 | "fake", |
||
| 892 | "mock", |
||
| 893 | "spy", |
||
| 894 | "stub" |
||
| 895 | ], |
||
| 896 | "time": "2016-06-07 08:13:47" |
||
| 897 | }, |
||
| 898 | { |
||
| 899 | "name": "phpunit/php-code-coverage", |
||
| 900 | "version": "4.0.1", |
||
| 901 | "source": { |
||
| 902 | "type": "git", |
||
| 903 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
||
| 904 | "reference": "5f3f7e736d6319d5f1fc402aff8b026da26709a3" |
||
| 905 | }, |
||
| 906 | "dist": { |
||
| 907 | "type": "zip", |
||
| 908 | "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5f3f7e736d6319d5f1fc402aff8b026da26709a3", |
||
| 909 | "reference": "5f3f7e736d6319d5f1fc402aff8b026da26709a3", |
||
| 910 | "shasum": "" |
||
| 911 | }, |
||
| 912 | "require": { |
||
| 913 | "php": "^5.6 || ^7.0", |
||
| 914 | "phpunit/php-file-iterator": "~1.3", |
||
| 915 | "phpunit/php-text-template": "~1.2", |
||
| 916 | "phpunit/php-token-stream": "^1.4.2", |
||
| 917 | "sebastian/code-unit-reverse-lookup": "~1.0", |
||
| 918 | "sebastian/environment": "^1.3.2 || ^2.0", |
||
| 919 | "sebastian/version": "~1.0|~2.0" |
||
| 920 | }, |
||
| 921 | "require-dev": { |
||
| 922 | "ext-xdebug": ">=2.1.4", |
||
| 923 | "phpunit/phpunit": "^5.4" |
||
| 924 | }, |
||
| 925 | "suggest": { |
||
| 926 | "ext-dom": "*", |
||
| 927 | "ext-xdebug": ">=2.4.0", |
||
| 928 | "ext-xmlwriter": "*" |
||
| 929 | }, |
||
| 930 | "type": "library", |
||
| 931 | "extra": { |
||
| 932 | "branch-alias": { |
||
| 933 | "dev-master": "4.0.x-dev" |
||
| 934 | } |
||
| 935 | }, |
||
| 936 | "autoload": { |
||
| 937 | "classmap": [ |
||
| 938 | "src/" |
||
| 939 | ] |
||
| 940 | }, |
||
| 941 | "notification-url": "https://packagist.org/downloads/", |
||
| 942 | "license": [ |
||
| 943 | "BSD-3-Clause" |
||
| 944 | ], |
||
| 945 | "authors": [ |
||
| 946 | { |
||
| 947 | "name": "Sebastian Bergmann", |
||
| 948 | "email": "[email protected]", |
||
| 949 | "role": "lead" |
||
| 950 | } |
||
| 951 | ], |
||
| 952 | "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
||
| 953 | "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
||
| 954 | "keywords": [ |
||
| 955 | "coverage", |
||
| 956 | "testing", |
||
| 957 | "xunit" |
||
| 958 | ], |
||
| 959 | "time": "2016-07-26 14:39:29" |
||
| 960 | }, |
||
| 961 | { |
||
| 962 | "name": "phpunit/php-file-iterator", |
||
| 963 | "version": "1.4.1", |
||
| 964 | "source": { |
||
| 965 | "type": "git", |
||
| 966 | "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
||
| 967 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" |
||
| 968 | }, |
||
| 969 | "dist": { |
||
| 970 | "type": "zip", |
||
| 971 | "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
| 972 | "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", |
||
| 973 | "shasum": "" |
||
| 974 | }, |
||
| 975 | "require": { |
||
| 976 | "php": ">=5.3.3" |
||
| 977 | }, |
||
| 978 | "type": "library", |
||
| 979 | "extra": { |
||
| 980 | "branch-alias": { |
||
| 981 | "dev-master": "1.4.x-dev" |
||
| 982 | } |
||
| 983 | }, |
||
| 984 | "autoload": { |
||
| 985 | "classmap": [ |
||
| 986 | "src/" |
||
| 987 | ] |
||
| 988 | }, |
||
| 989 | "notification-url": "https://packagist.org/downloads/", |
||
| 990 | "license": [ |
||
| 991 | "BSD-3-Clause" |
||
| 992 | ], |
||
| 993 | "authors": [ |
||
| 994 | { |
||
| 995 | "name": "Sebastian Bergmann", |
||
| 996 | "email": "[email protected]", |
||
| 997 | "role": "lead" |
||
| 998 | } |
||
| 999 | ], |
||
| 1000 | "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
||
| 1001 | "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
||
| 1002 | "keywords": [ |
||
| 1003 | "filesystem", |
||
| 1004 | "iterator" |
||
| 1005 | ], |
||
| 1006 | "time": "2015-06-21 13:08:43" |
||
| 1007 | }, |
||
| 1008 | { |
||
| 1009 | "name": "phpunit/php-text-template", |
||
| 1010 | "version": "1.2.1", |
||
| 1011 | "source": { |
||
| 1012 | "type": "git", |
||
| 1013 | "url": "https://github.com/sebastianbergmann/php-text-template.git", |
||
| 1014 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
||
| 1015 | }, |
||
| 1016 | "dist": { |
||
| 1017 | "type": "zip", |
||
| 1018 | "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 1019 | "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
||
| 1020 | "shasum": "" |
||
| 1021 | }, |
||
| 1022 | "require": { |
||
| 1023 | "php": ">=5.3.3" |
||
| 1024 | }, |
||
| 1025 | "type": "library", |
||
| 1026 | "autoload": { |
||
| 1027 | "classmap": [ |
||
| 1028 | "src/" |
||
| 1029 | ] |
||
| 1030 | }, |
||
| 1031 | "notification-url": "https://packagist.org/downloads/", |
||
| 1032 | "license": [ |
||
| 1033 | "BSD-3-Clause" |
||
| 1034 | ], |
||
| 1035 | "authors": [ |
||
| 1036 | { |
||
| 1037 | "name": "Sebastian Bergmann", |
||
| 1038 | "email": "[email protected]", |
||
| 1039 | "role": "lead" |
||
| 1040 | } |
||
| 1041 | ], |
||
| 1042 | "description": "Simple template engine.", |
||
| 1043 | "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
||
| 1044 | "keywords": [ |
||
| 1045 | "template" |
||
| 1046 | ], |
||
| 1047 | "time": "2015-06-21 13:50:34" |
||
| 1048 | }, |
||
| 1049 | { |
||
| 1050 | "name": "phpunit/php-timer", |
||
| 1051 | "version": "1.0.8", |
||
| 1052 | "source": { |
||
| 1053 | "type": "git", |
||
| 1054 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
||
| 1055 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" |
||
| 1056 | }, |
||
| 1057 | "dist": { |
||
| 1058 | "type": "zip", |
||
| 1059 | "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
| 1060 | "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", |
||
| 1061 | "shasum": "" |
||
| 1062 | }, |
||
| 1063 | "require": { |
||
| 1064 | "php": ">=5.3.3" |
||
| 1065 | }, |
||
| 1066 | "require-dev": { |
||
| 1067 | "phpunit/phpunit": "~4|~5" |
||
| 1068 | }, |
||
| 1069 | "type": "library", |
||
| 1070 | "autoload": { |
||
| 1071 | "classmap": [ |
||
| 1072 | "src/" |
||
| 1073 | ] |
||
| 1074 | }, |
||
| 1075 | "notification-url": "https://packagist.org/downloads/", |
||
| 1076 | "license": [ |
||
| 1077 | "BSD-3-Clause" |
||
| 1078 | ], |
||
| 1079 | "authors": [ |
||
| 1080 | { |
||
| 1081 | "name": "Sebastian Bergmann", |
||
| 1082 | "email": "[email protected]", |
||
| 1083 | "role": "lead" |
||
| 1084 | } |
||
| 1085 | ], |
||
| 1086 | "description": "Utility class for timing", |
||
| 1087 | "homepage": "https://github.com/sebastianbergmann/php-timer/", |
||
| 1088 | "keywords": [ |
||
| 1089 | "timer" |
||
| 1090 | ], |
||
| 1091 | "time": "2016-05-12 18:03:57" |
||
| 1092 | }, |
||
| 1093 | { |
||
| 1094 | "name": "phpunit/php-token-stream", |
||
| 1095 | "version": "1.4.8", |
||
| 1096 | "source": { |
||
| 1097 | "type": "git", |
||
| 1098 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
||
| 1099 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da" |
||
| 1100 | }, |
||
| 1101 | "dist": { |
||
| 1102 | "type": "zip", |
||
| 1103 | "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
| 1104 | "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da", |
||
| 1105 | "shasum": "" |
||
| 1106 | }, |
||
| 1107 | "require": { |
||
| 1108 | "ext-tokenizer": "*", |
||
| 1109 | "php": ">=5.3.3" |
||
| 1110 | }, |
||
| 1111 | "require-dev": { |
||
| 1112 | "phpunit/phpunit": "~4.2" |
||
| 1113 | }, |
||
| 1114 | "type": "library", |
||
| 1115 | "extra": { |
||
| 1116 | "branch-alias": { |
||
| 1117 | "dev-master": "1.4-dev" |
||
| 1118 | } |
||
| 1119 | }, |
||
| 1120 | "autoload": { |
||
| 1121 | "classmap": [ |
||
| 1122 | "src/" |
||
| 1123 | ] |
||
| 1124 | }, |
||
| 1125 | "notification-url": "https://packagist.org/downloads/", |
||
| 1126 | "license": [ |
||
| 1127 | "BSD-3-Clause" |
||
| 1128 | ], |
||
| 1129 | "authors": [ |
||
| 1130 | { |
||
| 1131 | "name": "Sebastian Bergmann", |
||
| 1132 | "email": "[email protected]" |
||
| 1133 | } |
||
| 1134 | ], |
||
| 1135 | "description": "Wrapper around PHP's tokenizer extension.", |
||
| 1136 | "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
||
| 1137 | "keywords": [ |
||
| 1138 | "tokenizer" |
||
| 1139 | ], |
||
| 1140 | "time": "2015-09-15 10:49:45" |
||
| 1141 | }, |
||
| 1142 | { |
||
| 1143 | "name": "phpunit/phpunit", |
||
| 1144 | "version": "5.6.1", |
||
| 1145 | "source": { |
||
| 1146 | "type": "git", |
||
| 1147 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
||
| 1148 | "reference": "60c32c5b5e79c2248001efa2560f831da11cc2d7" |
||
| 1149 | }, |
||
| 1150 | "dist": { |
||
| 1151 | "type": "zip", |
||
| 1152 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/60c32c5b5e79c2248001efa2560f831da11cc2d7", |
||
| 1153 | "reference": "60c32c5b5e79c2248001efa2560f831da11cc2d7", |
||
| 1154 | "shasum": "" |
||
| 1155 | }, |
||
| 1156 | "require": { |
||
| 1157 | "ext-dom": "*", |
||
| 1158 | "ext-json": "*", |
||
| 1159 | "ext-libxml": "*", |
||
| 1160 | "ext-mbstring": "*", |
||
| 1161 | "ext-xml": "*", |
||
| 1162 | "myclabs/deep-copy": "~1.3", |
||
| 1163 | "php": "^5.6 || ^7.0", |
||
| 1164 | "phpspec/prophecy": "^1.3.1", |
||
| 1165 | "phpunit/php-code-coverage": "^4.0.1", |
||
| 1166 | "phpunit/php-file-iterator": "~1.4", |
||
| 1167 | "phpunit/php-text-template": "~1.2", |
||
| 1168 | "phpunit/php-timer": "^1.0.6", |
||
| 1169 | "phpunit/phpunit-mock-objects": "^3.2", |
||
| 1170 | "sebastian/comparator": "~1.1", |
||
| 1171 | "sebastian/diff": "~1.2", |
||
| 1172 | "sebastian/environment": "^1.3 || ^2.0", |
||
| 1173 | "sebastian/exporter": "~1.2", |
||
| 1174 | "sebastian/global-state": "~1.0", |
||
| 1175 | "sebastian/object-enumerator": "~1.0", |
||
| 1176 | "sebastian/resource-operations": "~1.0", |
||
| 1177 | "sebastian/version": "~1.0|~2.0", |
||
| 1178 | "symfony/yaml": "~2.1|~3.0" |
||
| 1179 | }, |
||
| 1180 | "conflict": { |
||
| 1181 | "phpdocumentor/reflection-docblock": "3.0.2" |
||
| 1182 | }, |
||
| 1183 | "require-dev": { |
||
| 1184 | "ext-pdo": "*" |
||
| 1185 | }, |
||
| 1186 | "suggest": { |
||
| 1187 | "ext-xdebug": "*", |
||
| 1188 | "phpunit/php-invoker": "~1.1" |
||
| 1189 | }, |
||
| 1190 | "bin": [ |
||
| 1191 | "phpunit" |
||
| 1192 | ], |
||
| 1193 | "type": "library", |
||
| 1194 | "extra": { |
||
| 1195 | "branch-alias": { |
||
| 1196 | "dev-master": "5.6.x-dev" |
||
| 1197 | } |
||
| 1198 | }, |
||
| 1199 | "autoload": { |
||
| 1200 | "classmap": [ |
||
| 1201 | "src/" |
||
| 1202 | ] |
||
| 1203 | }, |
||
| 1204 | "notification-url": "https://packagist.org/downloads/", |
||
| 1205 | "license": [ |
||
| 1206 | "BSD-3-Clause" |
||
| 1207 | ], |
||
| 1208 | "authors": [ |
||
| 1209 | { |
||
| 1210 | "name": "Sebastian Bergmann", |
||
| 1211 | "email": "[email protected]", |
||
| 1212 | "role": "lead" |
||
| 1213 | } |
||
| 1214 | ], |
||
| 1215 | "description": "The PHP Unit Testing framework.", |
||
| 1216 | "homepage": "https://phpunit.de/", |
||
| 1217 | "keywords": [ |
||
| 1218 | "phpunit", |
||
| 1219 | "testing", |
||
| 1220 | "xunit" |
||
| 1221 | ], |
||
| 1222 | "time": "2016-10-07 13:03:26" |
||
| 1223 | }, |
||
| 1224 | { |
||
| 1225 | "name": "phpunit/phpunit-mock-objects", |
||
| 1226 | "version": "3.3.1", |
||
| 1227 | "source": { |
||
| 1228 | "type": "git", |
||
| 1229 | "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", |
||
| 1230 | "reference": "03500345483e1e17b52e2e4d34a89c9408ab2902" |
||
| 1231 | }, |
||
| 1232 | "dist": { |
||
| 1233 | "type": "zip", |
||
| 1234 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/03500345483e1e17b52e2e4d34a89c9408ab2902", |
||
| 1235 | "reference": "03500345483e1e17b52e2e4d34a89c9408ab2902", |
||
| 1236 | "shasum": "" |
||
| 1237 | }, |
||
| 1238 | "require": { |
||
| 1239 | "doctrine/instantiator": "^1.0.2", |
||
| 1240 | "php": "^5.6 || ^7.0", |
||
| 1241 | "phpunit/php-text-template": "^1.2", |
||
| 1242 | "sebastian/exporter": "^1.2" |
||
| 1243 | }, |
||
| 1244 | "conflict": { |
||
| 1245 | "phpunit/phpunit": "<5.4.0" |
||
| 1246 | }, |
||
| 1247 | "require-dev": { |
||
| 1248 | "phpunit/phpunit": "^5.4" |
||
| 1249 | }, |
||
| 1250 | "suggest": { |
||
| 1251 | "ext-soap": "*" |
||
| 1252 | }, |
||
| 1253 | "type": "library", |
||
| 1254 | "extra": { |
||
| 1255 | "branch-alias": { |
||
| 1256 | "dev-master": "3.2.x-dev" |
||
| 1257 | } |
||
| 1258 | }, |
||
| 1259 | "autoload": { |
||
| 1260 | "classmap": [ |
||
| 1261 | "src/" |
||
| 1262 | ] |
||
| 1263 | }, |
||
| 1264 | "notification-url": "https://packagist.org/downloads/", |
||
| 1265 | "license": [ |
||
| 1266 | "BSD-3-Clause" |
||
| 1267 | ], |
||
| 1268 | "authors": [ |
||
| 1269 | { |
||
| 1270 | "name": "Sebastian Bergmann", |
||
| 1271 | "email": "[email protected]", |
||
| 1272 | "role": "lead" |
||
| 1273 | } |
||
| 1274 | ], |
||
| 1275 | "description": "Mock Object library for PHPUnit", |
||
| 1276 | "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", |
||
| 1277 | "keywords": [ |
||
| 1278 | "mock", |
||
| 1279 | "xunit" |
||
| 1280 | ], |
||
| 1281 | "time": "2016-10-04 11:03:26" |
||
| 1282 | }, |
||
| 1283 | { |
||
| 1284 | "name": "psr/log", |
||
| 1285 | "version": "1.0.1", |
||
| 1286 | "source": { |
||
| 1287 | "type": "git", |
||
| 1288 | "url": "https://github.com/php-fig/log.git", |
||
| 1289 | "reference": "5277094ed527a1c4477177d102fe4c53551953e0" |
||
| 1290 | }, |
||
| 1291 | "dist": { |
||
| 1292 | "type": "zip", |
||
| 1293 | "url": "https://api.github.com/repos/php-fig/log/zipball/5277094ed527a1c4477177d102fe4c53551953e0", |
||
| 1294 | "reference": "5277094ed527a1c4477177d102fe4c53551953e0", |
||
| 1295 | "shasum": "" |
||
| 1296 | }, |
||
| 1297 | "require": { |
||
| 1298 | "php": ">=5.3.0" |
||
| 1299 | }, |
||
| 1300 | "type": "library", |
||
| 1301 | "extra": { |
||
| 1302 | "branch-alias": { |
||
| 1303 | "dev-master": "1.0.x-dev" |
||
| 1304 | } |
||
| 1305 | }, |
||
| 1306 | "autoload": { |
||
| 1307 | "psr-4": { |
||
| 1308 | "Psr\\Log\\": "Psr/Log/" |
||
| 1309 | } |
||
| 1310 | }, |
||
| 1311 | "notification-url": "https://packagist.org/downloads/", |
||
| 1312 | "license": [ |
||
| 1313 | "MIT" |
||
| 1314 | ], |
||
| 1315 | "authors": [ |
||
| 1316 | { |
||
| 1317 | "name": "PHP-FIG", |
||
| 1318 | "homepage": "http://www.php-fig.org/" |
||
| 1319 | } |
||
| 1320 | ], |
||
| 1321 | "description": "Common interface for logging libraries", |
||
| 1322 | "homepage": "https://github.com/php-fig/log", |
||
| 1323 | "keywords": [ |
||
| 1324 | "log", |
||
| 1325 | "psr", |
||
| 1326 | "psr-3" |
||
| 1327 | ], |
||
| 1328 | "time": "2016-09-19 16:02:08" |
||
| 1329 | }, |
||
| 1330 | { |
||
| 1331 | "name": "scrutinizer/ocular", |
||
| 1332 | "version": "1.3.1", |
||
| 1333 | "source": { |
||
| 1334 | "type": "git", |
||
| 1335 | "url": "https://github.com/scrutinizer-ci/ocular.git", |
||
| 1336 | "reference": "b87630fa5a872283319a84133bb610163fe509b1" |
||
| 1337 | }, |
||
| 1338 | "dist": { |
||
| 1339 | "type": "zip", |
||
| 1340 | "url": "https://api.github.com/repos/scrutinizer-ci/ocular/zipball/b87630fa5a872283319a84133bb610163fe509b1", |
||
| 1341 | "reference": "b87630fa5a872283319a84133bb610163fe509b1", |
||
| 1342 | "shasum": "" |
||
| 1343 | }, |
||
| 1344 | "require": { |
||
| 1345 | "guzzlehttp/guzzle": "~3.0", |
||
| 1346 | "jms/serializer": "^1.0.0", |
||
| 1347 | "phpoption/phpoption": "~1.0", |
||
| 1348 | "symfony/console": "^2.0.5|~3.0", |
||
| 1349 | "symfony/process": "~2.3|~3.0" |
||
| 1350 | }, |
||
| 1351 | "require-dev": { |
||
| 1352 | "phpunit/phpunit": "^4.8.0", |
||
| 1353 | "symfony/filesystem": "~2.0|~3.0" |
||
| 1354 | }, |
||
| 1355 | "bin": [ |
||
| 1356 | "bin/ocular" |
||
| 1357 | ], |
||
| 1358 | "type": "library", |
||
| 1359 | "autoload": { |
||
| 1360 | "psr-4": { |
||
| 1361 | "Scrutinizer\\Ocular\\": "src/Scrutinizer/Ocular" |
||
| 1362 | } |
||
| 1363 | }, |
||
| 1364 | "notification-url": "https://packagist.org/downloads/", |
||
| 1365 | "time": "2016-09-09 08:07:18" |
||
| 1366 | }, |
||
| 1367 | { |
||
| 1368 | "name": "sebastian/code-unit-reverse-lookup", |
||
| 1369 | "version": "1.0.0", |
||
| 1370 | "source": { |
||
| 1371 | "type": "git", |
||
| 1372 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
||
| 1373 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" |
||
| 1374 | }, |
||
| 1375 | "dist": { |
||
| 1376 | "type": "zip", |
||
| 1377 | "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
| 1378 | "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", |
||
| 1379 | "shasum": "" |
||
| 1380 | }, |
||
| 1381 | "require": { |
||
| 1382 | "php": ">=5.6" |
||
| 1383 | }, |
||
| 1384 | "require-dev": { |
||
| 1385 | "phpunit/phpunit": "~5" |
||
| 1386 | }, |
||
| 1387 | "type": "library", |
||
| 1388 | "extra": { |
||
| 1389 | "branch-alias": { |
||
| 1390 | "dev-master": "1.0.x-dev" |
||
| 1391 | } |
||
| 1392 | }, |
||
| 1393 | "autoload": { |
||
| 1394 | "classmap": [ |
||
| 1395 | "src/" |
||
| 1396 | ] |
||
| 1397 | }, |
||
| 1398 | "notification-url": "https://packagist.org/downloads/", |
||
| 1399 | "license": [ |
||
| 1400 | "BSD-3-Clause" |
||
| 1401 | ], |
||
| 1402 | "authors": [ |
||
| 1403 | { |
||
| 1404 | "name": "Sebastian Bergmann", |
||
| 1405 | "email": "[email protected]" |
||
| 1406 | } |
||
| 1407 | ], |
||
| 1408 | "description": "Looks up which function or method a line of code belongs to", |
||
| 1409 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
||
| 1410 | "time": "2016-02-13 06:45:14" |
||
| 1411 | }, |
||
| 1412 | { |
||
| 1413 | "name": "sebastian/comparator", |
||
| 1414 | "version": "1.2.0", |
||
| 1415 | "source": { |
||
| 1416 | "type": "git", |
||
| 1417 | "url": "https://github.com/sebastianbergmann/comparator.git", |
||
| 1418 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22" |
||
| 1419 | }, |
||
| 1420 | "dist": { |
||
| 1421 | "type": "zip", |
||
| 1422 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22", |
||
| 1423 | "reference": "937efb279bd37a375bcadf584dec0726f84dbf22", |
||
| 1424 | "shasum": "" |
||
| 1425 | }, |
||
| 1426 | "require": { |
||
| 1427 | "php": ">=5.3.3", |
||
| 1428 | "sebastian/diff": "~1.2", |
||
| 1429 | "sebastian/exporter": "~1.2" |
||
| 1430 | }, |
||
| 1431 | "require-dev": { |
||
| 1432 | "phpunit/phpunit": "~4.4" |
||
| 1433 | }, |
||
| 1434 | "type": "library", |
||
| 1435 | "extra": { |
||
| 1436 | "branch-alias": { |
||
| 1437 | "dev-master": "1.2.x-dev" |
||
| 1438 | } |
||
| 1439 | }, |
||
| 1440 | "autoload": { |
||
| 1441 | "classmap": [ |
||
| 1442 | "src/" |
||
| 1443 | ] |
||
| 1444 | }, |
||
| 1445 | "notification-url": "https://packagist.org/downloads/", |
||
| 1446 | "license": [ |
||
| 1447 | "BSD-3-Clause" |
||
| 1448 | ], |
||
| 1449 | "authors": [ |
||
| 1450 | { |
||
| 1451 | "name": "Jeff Welch", |
||
| 1452 | "email": "[email protected]" |
||
| 1453 | }, |
||
| 1454 | { |
||
| 1455 | "name": "Volker Dusch", |
||
| 1456 | "email": "[email protected]" |
||
| 1457 | }, |
||
| 1458 | { |
||
| 1459 | "name": "Bernhard Schussek", |
||
| 1460 | "email": "[email protected]" |
||
| 1461 | }, |
||
| 1462 | { |
||
| 1463 | "name": "Sebastian Bergmann", |
||
| 1464 | "email": "[email protected]" |
||
| 1465 | } |
||
| 1466 | ], |
||
| 1467 | "description": "Provides the functionality to compare PHP values for equality", |
||
| 1468 | "homepage": "http://www.github.com/sebastianbergmann/comparator", |
||
| 1469 | "keywords": [ |
||
| 1470 | "comparator", |
||
| 1471 | "compare", |
||
| 1472 | "equality" |
||
| 1473 | ], |
||
| 1474 | "time": "2015-07-26 15:48:44" |
||
| 1475 | }, |
||
| 1476 | { |
||
| 1477 | "name": "sebastian/diff", |
||
| 1478 | "version": "1.4.1", |
||
| 1479 | "source": { |
||
| 1480 | "type": "git", |
||
| 1481 | "url": "https://github.com/sebastianbergmann/diff.git", |
||
| 1482 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
||
| 1483 | }, |
||
| 1484 | "dist": { |
||
| 1485 | "type": "zip", |
||
| 1486 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
| 1487 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
||
| 1488 | "shasum": "" |
||
| 1489 | }, |
||
| 1490 | "require": { |
||
| 1491 | "php": ">=5.3.3" |
||
| 1492 | }, |
||
| 1493 | "require-dev": { |
||
| 1494 | "phpunit/phpunit": "~4.8" |
||
| 1495 | }, |
||
| 1496 | "type": "library", |
||
| 1497 | "extra": { |
||
| 1498 | "branch-alias": { |
||
| 1499 | "dev-master": "1.4-dev" |
||
| 1500 | } |
||
| 1501 | }, |
||
| 1502 | "autoload": { |
||
| 1503 | "classmap": [ |
||
| 1504 | "src/" |
||
| 1505 | ] |
||
| 1506 | }, |
||
| 1507 | "notification-url": "https://packagist.org/downloads/", |
||
| 1508 | "license": [ |
||
| 1509 | "BSD-3-Clause" |
||
| 1510 | ], |
||
| 1511 | "authors": [ |
||
| 1512 | { |
||
| 1513 | "name": "Kore Nordmann", |
||
| 1514 | "email": "[email protected]" |
||
| 1515 | }, |
||
| 1516 | { |
||
| 1517 | "name": "Sebastian Bergmann", |
||
| 1518 | "email": "[email protected]" |
||
| 1519 | } |
||
| 1520 | ], |
||
| 1521 | "description": "Diff implementation", |
||
| 1522 | "homepage": "https://github.com/sebastianbergmann/diff", |
||
| 1523 | "keywords": [ |
||
| 1524 | "diff" |
||
| 1525 | ], |
||
| 1526 | "time": "2015-12-08 07:14:41" |
||
| 1527 | }, |
||
| 1528 | { |
||
| 1529 | "name": "sebastian/environment", |
||
| 1530 | "version": "1.3.8", |
||
| 1531 | "source": { |
||
| 1532 | "type": "git", |
||
| 1533 | "url": "https://github.com/sebastianbergmann/environment.git", |
||
| 1534 | "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea" |
||
| 1535 | }, |
||
| 1536 | "dist": { |
||
| 1537 | "type": "zip", |
||
| 1538 | "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea", |
||
| 1539 | "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea", |
||
| 1540 | "shasum": "" |
||
| 1541 | }, |
||
| 1542 | "require": { |
||
| 1543 | "php": "^5.3.3 || ^7.0" |
||
| 1544 | }, |
||
| 1545 | "require-dev": { |
||
| 1546 | "phpunit/phpunit": "^4.8 || ^5.0" |
||
| 1547 | }, |
||
| 1548 | "type": "library", |
||
| 1549 | "extra": { |
||
| 1550 | "branch-alias": { |
||
| 1551 | "dev-master": "1.3.x-dev" |
||
| 1552 | } |
||
| 1553 | }, |
||
| 1554 | "autoload": { |
||
| 1555 | "classmap": [ |
||
| 1556 | "src/" |
||
| 1557 | ] |
||
| 1558 | }, |
||
| 1559 | "notification-url": "https://packagist.org/downloads/", |
||
| 1560 | "license": [ |
||
| 1561 | "BSD-3-Clause" |
||
| 1562 | ], |
||
| 1563 | "authors": [ |
||
| 1564 | { |
||
| 1565 | "name": "Sebastian Bergmann", |
||
| 1566 | "email": "[email protected]" |
||
| 1567 | } |
||
| 1568 | ], |
||
| 1569 | "description": "Provides functionality to handle HHVM/PHP environments", |
||
| 1570 | "homepage": "http://www.github.com/sebastianbergmann/environment", |
||
| 1571 | "keywords": [ |
||
| 1572 | "Xdebug", |
||
| 1573 | "environment", |
||
| 1574 | "hhvm" |
||
| 1575 | ], |
||
| 1576 | "time": "2016-08-18 05:49:44" |
||
| 1577 | }, |
||
| 1578 | { |
||
| 1579 | "name": "sebastian/exporter", |
||
| 1580 | "version": "1.2.2", |
||
| 1581 | "source": { |
||
| 1582 | "type": "git", |
||
| 1583 | "url": "https://github.com/sebastianbergmann/exporter.git", |
||
| 1584 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" |
||
| 1585 | }, |
||
| 1586 | "dist": { |
||
| 1587 | "type": "zip", |
||
| 1588 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
| 1589 | "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", |
||
| 1590 | "shasum": "" |
||
| 1591 | }, |
||
| 1592 | "require": { |
||
| 1593 | "php": ">=5.3.3", |
||
| 1594 | "sebastian/recursion-context": "~1.0" |
||
| 1595 | }, |
||
| 1596 | "require-dev": { |
||
| 1597 | "ext-mbstring": "*", |
||
| 1598 | "phpunit/phpunit": "~4.4" |
||
| 1599 | }, |
||
| 1600 | "type": "library", |
||
| 1601 | "extra": { |
||
| 1602 | "branch-alias": { |
||
| 1603 | "dev-master": "1.3.x-dev" |
||
| 1604 | } |
||
| 1605 | }, |
||
| 1606 | "autoload": { |
||
| 1607 | "classmap": [ |
||
| 1608 | "src/" |
||
| 1609 | ] |
||
| 1610 | }, |
||
| 1611 | "notification-url": "https://packagist.org/downloads/", |
||
| 1612 | "license": [ |
||
| 1613 | "BSD-3-Clause" |
||
| 1614 | ], |
||
| 1615 | "authors": [ |
||
| 1616 | { |
||
| 1617 | "name": "Jeff Welch", |
||
| 1618 | "email": "[email protected]" |
||
| 1619 | }, |
||
| 1620 | { |
||
| 1621 | "name": "Volker Dusch", |
||
| 1622 | "email": "[email protected]" |
||
| 1623 | }, |
||
| 1624 | { |
||
| 1625 | "name": "Bernhard Schussek", |
||
| 1626 | "email": "[email protected]" |
||
| 1627 | }, |
||
| 1628 | { |
||
| 1629 | "name": "Sebastian Bergmann", |
||
| 1630 | "email": "[email protected]" |
||
| 1631 | }, |
||
| 1632 | { |
||
| 1633 | "name": "Adam Harvey", |
||
| 1634 | "email": "[email protected]" |
||
| 1635 | } |
||
| 1636 | ], |
||
| 1637 | "description": "Provides the functionality to export PHP variables for visualization", |
||
| 1638 | "homepage": "http://www.github.com/sebastianbergmann/exporter", |
||
| 1639 | "keywords": [ |
||
| 1640 | "export", |
||
| 1641 | "exporter" |
||
| 1642 | ], |
||
| 1643 | "time": "2016-06-17 09:04:28" |
||
| 1644 | }, |
||
| 1645 | { |
||
| 1646 | "name": "sebastian/global-state", |
||
| 1647 | "version": "1.1.1", |
||
| 1648 | "source": { |
||
| 1649 | "type": "git", |
||
| 1650 | "url": "https://github.com/sebastianbergmann/global-state.git", |
||
| 1651 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" |
||
| 1652 | }, |
||
| 1653 | "dist": { |
||
| 1654 | "type": "zip", |
||
| 1655 | "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 1656 | "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", |
||
| 1657 | "shasum": "" |
||
| 1658 | }, |
||
| 1659 | "require": { |
||
| 1660 | "php": ">=5.3.3" |
||
| 1661 | }, |
||
| 1662 | "require-dev": { |
||
| 1663 | "phpunit/phpunit": "~4.2" |
||
| 1664 | }, |
||
| 1665 | "suggest": { |
||
| 1666 | "ext-uopz": "*" |
||
| 1667 | }, |
||
| 1668 | "type": "library", |
||
| 1669 | "extra": { |
||
| 1670 | "branch-alias": { |
||
| 1671 | "dev-master": "1.0-dev" |
||
| 1672 | } |
||
| 1673 | }, |
||
| 1674 | "autoload": { |
||
| 1675 | "classmap": [ |
||
| 1676 | "src/" |
||
| 1677 | ] |
||
| 1678 | }, |
||
| 1679 | "notification-url": "https://packagist.org/downloads/", |
||
| 1680 | "license": [ |
||
| 1681 | "BSD-3-Clause" |
||
| 1682 | ], |
||
| 1683 | "authors": [ |
||
| 1684 | { |
||
| 1685 | "name": "Sebastian Bergmann", |
||
| 1686 | "email": "[email protected]" |
||
| 1687 | } |
||
| 1688 | ], |
||
| 1689 | "description": "Snapshotting of global state", |
||
| 1690 | "homepage": "http://www.github.com/sebastianbergmann/global-state", |
||
| 1691 | "keywords": [ |
||
| 1692 | "global state" |
||
| 1693 | ], |
||
| 1694 | "time": "2015-10-12 03:26:01" |
||
| 1695 | }, |
||
| 1696 | { |
||
| 1697 | "name": "sebastian/object-enumerator", |
||
| 1698 | "version": "1.0.0", |
||
| 1699 | "source": { |
||
| 1700 | "type": "git", |
||
| 1701 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
||
| 1702 | "reference": "d4ca2fb70344987502567bc50081c03e6192fb26" |
||
| 1703 | }, |
||
| 1704 | "dist": { |
||
| 1705 | "type": "zip", |
||
| 1706 | "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26", |
||
| 1707 | "reference": "d4ca2fb70344987502567bc50081c03e6192fb26", |
||
| 1708 | "shasum": "" |
||
| 1709 | }, |
||
| 1710 | "require": { |
||
| 1711 | "php": ">=5.6", |
||
| 1712 | "sebastian/recursion-context": "~1.0" |
||
| 1713 | }, |
||
| 1714 | "require-dev": { |
||
| 1715 | "phpunit/phpunit": "~5" |
||
| 1716 | }, |
||
| 1717 | "type": "library", |
||
| 1718 | "extra": { |
||
| 1719 | "branch-alias": { |
||
| 1720 | "dev-master": "1.0.x-dev" |
||
| 1721 | } |
||
| 1722 | }, |
||
| 1723 | "autoload": { |
||
| 1724 | "classmap": [ |
||
| 1725 | "src/" |
||
| 1726 | ] |
||
| 1727 | }, |
||
| 1728 | "notification-url": "https://packagist.org/downloads/", |
||
| 1729 | "license": [ |
||
| 1730 | "BSD-3-Clause" |
||
| 1731 | ], |
||
| 1732 | "authors": [ |
||
| 1733 | { |
||
| 1734 | "name": "Sebastian Bergmann", |
||
| 1735 | "email": "[email protected]" |
||
| 1736 | } |
||
| 1737 | ], |
||
| 1738 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
||
| 1739 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
||
| 1740 | "time": "2016-01-28 13:25:10" |
||
| 1741 | }, |
||
| 1742 | { |
||
| 1743 | "name": "sebastian/recursion-context", |
||
| 1744 | "version": "1.0.2", |
||
| 1745 | "source": { |
||
| 1746 | "type": "git", |
||
| 1747 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
||
| 1748 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791" |
||
| 1749 | }, |
||
| 1750 | "dist": { |
||
| 1751 | "type": "zip", |
||
| 1752 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791", |
||
| 1753 | "reference": "913401df809e99e4f47b27cdd781f4a258d58791", |
||
| 1754 | "shasum": "" |
||
| 1755 | }, |
||
| 1756 | "require": { |
||
| 1757 | "php": ">=5.3.3" |
||
| 1758 | }, |
||
| 1759 | "require-dev": { |
||
| 1760 | "phpunit/phpunit": "~4.4" |
||
| 1761 | }, |
||
| 1762 | "type": "library", |
||
| 1763 | "extra": { |
||
| 1764 | "branch-alias": { |
||
| 1765 | "dev-master": "1.0.x-dev" |
||
| 1766 | } |
||
| 1767 | }, |
||
| 1768 | "autoload": { |
||
| 1769 | "classmap": [ |
||
| 1770 | "src/" |
||
| 1771 | ] |
||
| 1772 | }, |
||
| 1773 | "notification-url": "https://packagist.org/downloads/", |
||
| 1774 | "license": [ |
||
| 1775 | "BSD-3-Clause" |
||
| 1776 | ], |
||
| 1777 | "authors": [ |
||
| 1778 | { |
||
| 1779 | "name": "Jeff Welch", |
||
| 1780 | "email": "[email protected]" |
||
| 1781 | }, |
||
| 1782 | { |
||
| 1783 | "name": "Sebastian Bergmann", |
||
| 1784 | "email": "[email protected]" |
||
| 1785 | }, |
||
| 1786 | { |
||
| 1787 | "name": "Adam Harvey", |
||
| 1788 | "email": "[email protected]" |
||
| 1789 | } |
||
| 1790 | ], |
||
| 1791 | "description": "Provides functionality to recursively process PHP variables", |
||
| 1792 | "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
||
| 1793 | "time": "2015-11-11 19:50:13" |
||
| 1794 | }, |
||
| 1795 | { |
||
| 1796 | "name": "sebastian/resource-operations", |
||
| 1797 | "version": "1.0.0", |
||
| 1798 | "source": { |
||
| 1799 | "type": "git", |
||
| 1800 | "url": "https://github.com/sebastianbergmann/resource-operations.git", |
||
| 1801 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" |
||
| 1802 | }, |
||
| 1803 | "dist": { |
||
| 1804 | "type": "zip", |
||
| 1805 | "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 1806 | "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", |
||
| 1807 | "shasum": "" |
||
| 1808 | }, |
||
| 1809 | "require": { |
||
| 1810 | "php": ">=5.6.0" |
||
| 1811 | }, |
||
| 1812 | "type": "library", |
||
| 1813 | "extra": { |
||
| 1814 | "branch-alias": { |
||
| 1815 | "dev-master": "1.0.x-dev" |
||
| 1816 | } |
||
| 1817 | }, |
||
| 1818 | "autoload": { |
||
| 1819 | "classmap": [ |
||
| 1820 | "src/" |
||
| 1821 | ] |
||
| 1822 | }, |
||
| 1823 | "notification-url": "https://packagist.org/downloads/", |
||
| 1824 | "license": [ |
||
| 1825 | "BSD-3-Clause" |
||
| 1826 | ], |
||
| 1827 | "authors": [ |
||
| 1828 | { |
||
| 1829 | "name": "Sebastian Bergmann", |
||
| 1830 | "email": "[email protected]" |
||
| 1831 | } |
||
| 1832 | ], |
||
| 1833 | "description": "Provides a list of PHP built-in functions that operate on resources", |
||
| 1834 | "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
||
| 1835 | "time": "2015-07-28 20:34:47" |
||
| 1836 | }, |
||
| 1837 | { |
||
| 1838 | "name": "sebastian/version", |
||
| 1839 | "version": "2.0.0", |
||
| 1840 | "source": { |
||
| 1841 | "type": "git", |
||
| 1842 | "url": "https://github.com/sebastianbergmann/version.git", |
||
| 1843 | "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5" |
||
| 1844 | }, |
||
| 1845 | "dist": { |
||
| 1846 | "type": "zip", |
||
| 1847 | "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", |
||
| 1848 | "reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5", |
||
| 1849 | "shasum": "" |
||
| 1850 | }, |
||
| 1851 | "require": { |
||
| 1852 | "php": ">=5.6" |
||
| 1853 | }, |
||
| 1854 | "type": "library", |
||
| 1855 | "extra": { |
||
| 1856 | "branch-alias": { |
||
| 1857 | "dev-master": "2.0.x-dev" |
||
| 1858 | } |
||
| 1859 | }, |
||
| 1860 | "autoload": { |
||
| 1861 | "classmap": [ |
||
| 1862 | "src/" |
||
| 1863 | ] |
||
| 1864 | }, |
||
| 1865 | "notification-url": "https://packagist.org/downloads/", |
||
| 1866 | "license": [ |
||
| 1867 | "BSD-3-Clause" |
||
| 1868 | ], |
||
| 1869 | "authors": [ |
||
| 1870 | { |
||
| 1871 | "name": "Sebastian Bergmann", |
||
| 1872 | "email": "[email protected]", |
||
| 1873 | "role": "lead" |
||
| 1874 | } |
||
| 1875 | ], |
||
| 1876 | "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
||
| 1877 | "homepage": "https://github.com/sebastianbergmann/version", |
||
| 1878 | "time": "2016-02-04 12:56:52" |
||
| 1879 | }, |
||
| 1880 | { |
||
| 1881 | "name": "squizlabs/php_codesniffer", |
||
| 1882 | "version": "2.7.0", |
||
| 1883 | "source": { |
||
| 1884 | "type": "git", |
||
| 1885 | "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", |
||
| 1886 | "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed" |
||
| 1887 | }, |
||
| 1888 | "dist": { |
||
| 1889 | "type": "zip", |
||
| 1890 | "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/571e27b6348e5b3a637b2abc82ac0d01e6d7bbed", |
||
| 1891 | "reference": "571e27b6348e5b3a637b2abc82ac0d01e6d7bbed", |
||
| 1892 | "shasum": "" |
||
| 1893 | }, |
||
| 1894 | "require": { |
||
| 1895 | "ext-simplexml": "*", |
||
| 1896 | "ext-tokenizer": "*", |
||
| 1897 | "ext-xmlwriter": "*", |
||
| 1898 | "php": ">=5.1.2" |
||
| 1899 | }, |
||
| 1900 | "require-dev": { |
||
| 1901 | "phpunit/phpunit": "~4.0" |
||
| 1902 | }, |
||
| 1903 | "bin": [ |
||
| 1904 | "scripts/phpcs", |
||
| 1905 | "scripts/phpcbf" |
||
| 1906 | ], |
||
| 1907 | "type": "library", |
||
| 1908 | "extra": { |
||
| 1909 | "branch-alias": { |
||
| 1910 | "dev-master": "2.x-dev" |
||
| 1911 | } |
||
| 1912 | }, |
||
| 1913 | "autoload": { |
||
| 1914 | "classmap": [ |
||
| 1915 | "CodeSniffer.php", |
||
| 1916 | "CodeSniffer/CLI.php", |
||
| 1917 | "CodeSniffer/Exception.php", |
||
| 1918 | "CodeSniffer/File.php", |
||
| 1919 | "CodeSniffer/Fixer.php", |
||
| 1920 | "CodeSniffer/Report.php", |
||
| 1921 | "CodeSniffer/Reporting.php", |
||
| 1922 | "CodeSniffer/Sniff.php", |
||
| 1923 | "CodeSniffer/Tokens.php", |
||
| 1924 | "CodeSniffer/Reports/", |
||
| 1925 | "CodeSniffer/Tokenizers/", |
||
| 1926 | "CodeSniffer/DocGenerators/", |
||
| 1927 | "CodeSniffer/Standards/AbstractPatternSniff.php", |
||
| 1928 | "CodeSniffer/Standards/AbstractScopeSniff.php", |
||
| 1929 | "CodeSniffer/Standards/AbstractVariableSniff.php", |
||
| 1930 | "CodeSniffer/Standards/IncorrectPatternException.php", |
||
| 1931 | "CodeSniffer/Standards/Generic/Sniffs/", |
||
| 1932 | "CodeSniffer/Standards/MySource/Sniffs/", |
||
| 1933 | "CodeSniffer/Standards/PEAR/Sniffs/", |
||
| 1934 | "CodeSniffer/Standards/PSR1/Sniffs/", |
||
| 1935 | "CodeSniffer/Standards/PSR2/Sniffs/", |
||
| 1936 | "CodeSniffer/Standards/Squiz/Sniffs/", |
||
| 1937 | "CodeSniffer/Standards/Zend/Sniffs/" |
||
| 1938 | ] |
||
| 1939 | }, |
||
| 1940 | "notification-url": "https://packagist.org/downloads/", |
||
| 1941 | "license": [ |
||
| 1942 | "BSD-3-Clause" |
||
| 1943 | ], |
||
| 1944 | "authors": [ |
||
| 1945 | { |
||
| 1946 | "name": "Greg Sherwood", |
||
| 1947 | "role": "lead" |
||
| 1948 | } |
||
| 1949 | ], |
||
| 1950 | "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", |
||
| 1951 | "homepage": "http://www.squizlabs.com/php-codesniffer", |
||
| 1952 | "keywords": [ |
||
| 1953 | "phpcs", |
||
| 1954 | "standards" |
||
| 1955 | ], |
||
| 1956 | "time": "2016-09-01 23:53:02" |
||
| 1957 | }, |
||
| 1958 | { |
||
| 1959 | "name": "symfony/console", |
||
| 1960 | "version": "v3.1.5", |
||
| 1961 | "source": { |
||
| 1962 | "type": "git", |
||
| 1963 | "url": "https://github.com/symfony/console.git", |
||
| 1964 | "reference": "6cb0872fb57b38b3b09ff213c21ed693956b9eb0" |
||
| 1965 | }, |
||
| 1966 | "dist": { |
||
| 1967 | "type": "zip", |
||
| 1968 | "url": "https://api.github.com/repos/symfony/console/zipball/6cb0872fb57b38b3b09ff213c21ed693956b9eb0", |
||
| 1969 | "reference": "6cb0872fb57b38b3b09ff213c21ed693956b9eb0", |
||
| 1970 | "shasum": "" |
||
| 1971 | }, |
||
| 1972 | "require": { |
||
| 1973 | "php": ">=5.5.9", |
||
| 1974 | "symfony/debug": "~2.8|~3.0", |
||
| 1975 | "symfony/polyfill-mbstring": "~1.0" |
||
| 1976 | }, |
||
| 1977 | "require-dev": { |
||
| 1978 | "psr/log": "~1.0", |
||
| 1979 | "symfony/event-dispatcher": "~2.8|~3.0", |
||
| 1980 | "symfony/process": "~2.8|~3.0" |
||
| 1981 | }, |
||
| 1982 | "suggest": { |
||
| 1983 | "psr/log": "For using the console logger", |
||
| 1984 | "symfony/event-dispatcher": "", |
||
| 1985 | "symfony/process": "" |
||
| 1986 | }, |
||
| 1987 | "type": "library", |
||
| 1988 | "extra": { |
||
| 1989 | "branch-alias": { |
||
| 1990 | "dev-master": "3.1-dev" |
||
| 1991 | } |
||
| 1992 | }, |
||
| 1993 | "autoload": { |
||
| 1994 | "psr-4": { |
||
| 1995 | "Symfony\\Component\\Console\\": "" |
||
| 1996 | }, |
||
| 1997 | "exclude-from-classmap": [ |
||
| 1998 | "/Tests/" |
||
| 1999 | ] |
||
| 2000 | }, |
||
| 2001 | "notification-url": "https://packagist.org/downloads/", |
||
| 2002 | "license": [ |
||
| 2003 | "MIT" |
||
| 2004 | ], |
||
| 2005 | "authors": [ |
||
| 2006 | { |
||
| 2007 | "name": "Fabien Potencier", |
||
| 2008 | "email": "[email protected]" |
||
| 2009 | }, |
||
| 2010 | { |
||
| 2011 | "name": "Symfony Community", |
||
| 2012 | "homepage": "https://symfony.com/contributors" |
||
| 2013 | } |
||
| 2014 | ], |
||
| 2015 | "description": "Symfony Console Component", |
||
| 2016 | "homepage": "https://symfony.com", |
||
| 2017 | "time": "2016-09-28 00:11:12" |
||
| 2018 | }, |
||
| 2019 | { |
||
| 2020 | "name": "symfony/debug", |
||
| 2021 | "version": "v3.1.5", |
||
| 2022 | "source": { |
||
| 2023 | "type": "git", |
||
| 2024 | "url": "https://github.com/symfony/debug.git", |
||
| 2025 | "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8" |
||
| 2026 | }, |
||
| 2027 | "dist": { |
||
| 2028 | "type": "zip", |
||
| 2029 | "url": "https://api.github.com/repos/symfony/debug/zipball/e2b3f74a67fc928adc3c1b9027f73e1bc01190a8", |
||
| 2030 | "reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8", |
||
| 2031 | "shasum": "" |
||
| 2032 | }, |
||
| 2033 | "require": { |
||
| 2034 | "php": ">=5.5.9", |
||
| 2035 | "psr/log": "~1.0" |
||
| 2036 | }, |
||
| 2037 | "conflict": { |
||
| 2038 | "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" |
||
| 2039 | }, |
||
| 2040 | "require-dev": { |
||
| 2041 | "symfony/class-loader": "~2.8|~3.0", |
||
| 2042 | "symfony/http-kernel": "~2.8|~3.0" |
||
| 2043 | }, |
||
| 2044 | "type": "library", |
||
| 2045 | "extra": { |
||
| 2046 | "branch-alias": { |
||
| 2047 | "dev-master": "3.1-dev" |
||
| 2048 | } |
||
| 2049 | }, |
||
| 2050 | "autoload": { |
||
| 2051 | "psr-4": { |
||
| 2052 | "Symfony\\Component\\Debug\\": "" |
||
| 2053 | }, |
||
| 2054 | "exclude-from-classmap": [ |
||
| 2055 | "/Tests/" |
||
| 2056 | ] |
||
| 2057 | }, |
||
| 2058 | "notification-url": "https://packagist.org/downloads/", |
||
| 2059 | "license": [ |
||
| 2060 | "MIT" |
||
| 2061 | ], |
||
| 2062 | "authors": [ |
||
| 2063 | { |
||
| 2064 | "name": "Fabien Potencier", |
||
| 2065 | "email": "[email protected]" |
||
| 2066 | }, |
||
| 2067 | { |
||
| 2068 | "name": "Symfony Community", |
||
| 2069 | "homepage": "https://symfony.com/contributors" |
||
| 2070 | } |
||
| 2071 | ], |
||
| 2072 | "description": "Symfony Debug Component", |
||
| 2073 | "homepage": "https://symfony.com", |
||
| 2074 | "time": "2016-09-06 11:02:40" |
||
| 2075 | }, |
||
| 2076 | { |
||
| 2077 | "name": "symfony/event-dispatcher", |
||
| 2078 | "version": "v3.1.5", |
||
| 2079 | "source": { |
||
| 2080 | "type": "git", |
||
| 2081 | "url": "https://github.com/symfony/event-dispatcher.git", |
||
| 2082 | "reference": "c0c00c80b3a69132c4e55c3e7db32b4a387615e5" |
||
| 2083 | }, |
||
| 2084 | "dist": { |
||
| 2085 | "type": "zip", |
||
| 2086 | "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c0c00c80b3a69132c4e55c3e7db32b4a387615e5", |
||
| 2087 | "reference": "c0c00c80b3a69132c4e55c3e7db32b4a387615e5", |
||
| 2088 | "shasum": "" |
||
| 2089 | }, |
||
| 2090 | "require": { |
||
| 2091 | "php": ">=5.5.9" |
||
| 2092 | }, |
||
| 2093 | "require-dev": { |
||
| 2094 | "psr/log": "~1.0", |
||
| 2095 | "symfony/config": "~2.8|~3.0", |
||
| 2096 | "symfony/dependency-injection": "~2.8|~3.0", |
||
| 2097 | "symfony/expression-language": "~2.8|~3.0", |
||
| 2098 | "symfony/stopwatch": "~2.8|~3.0" |
||
| 2099 | }, |
||
| 2100 | "suggest": { |
||
| 2101 | "symfony/dependency-injection": "", |
||
| 2102 | "symfony/http-kernel": "" |
||
| 2103 | }, |
||
| 2104 | "type": "library", |
||
| 2105 | "extra": { |
||
| 2106 | "branch-alias": { |
||
| 2107 | "dev-master": "3.1-dev" |
||
| 2108 | } |
||
| 2109 | }, |
||
| 2110 | "autoload": { |
||
| 2111 | "psr-4": { |
||
| 2112 | "Symfony\\Component\\EventDispatcher\\": "" |
||
| 2113 | }, |
||
| 2114 | "exclude-from-classmap": [ |
||
| 2115 | "/Tests/" |
||
| 2116 | ] |
||
| 2117 | }, |
||
| 2118 | "notification-url": "https://packagist.org/downloads/", |
||
| 2119 | "license": [ |
||
| 2120 | "MIT" |
||
| 2121 | ], |
||
| 2122 | "authors": [ |
||
| 2123 | { |
||
| 2124 | "name": "Fabien Potencier", |
||
| 2125 | "email": "[email protected]" |
||
| 2126 | }, |
||
| 2127 | { |
||
| 2128 | "name": "Symfony Community", |
||
| 2129 | "homepage": "https://symfony.com/contributors" |
||
| 2130 | } |
||
| 2131 | ], |
||
| 2132 | "description": "Symfony EventDispatcher Component", |
||
| 2133 | "homepage": "https://symfony.com", |
||
| 2134 | "time": "2016-07-19 10:45:57" |
||
| 2135 | }, |
||
| 2136 | { |
||
| 2137 | "name": "symfony/polyfill-mbstring", |
||
| 2138 | "version": "v1.2.0", |
||
| 2139 | "source": { |
||
| 2140 | "type": "git", |
||
| 2141 | "url": "https://github.com/symfony/polyfill-mbstring.git", |
||
| 2142 | "reference": "dff51f72b0706335131b00a7f49606168c582594" |
||
| 2143 | }, |
||
| 2144 | "dist": { |
||
| 2145 | "type": "zip", |
||
| 2146 | "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594", |
||
| 2147 | "reference": "dff51f72b0706335131b00a7f49606168c582594", |
||
| 2148 | "shasum": "" |
||
| 2149 | }, |
||
| 2150 | "require": { |
||
| 2151 | "php": ">=5.3.3" |
||
| 2152 | }, |
||
| 2153 | "suggest": { |
||
| 2154 | "ext-mbstring": "For best performance" |
||
| 2155 | }, |
||
| 2156 | "type": "library", |
||
| 2157 | "extra": { |
||
| 2158 | "branch-alias": { |
||
| 2159 | "dev-master": "1.2-dev" |
||
| 2160 | } |
||
| 2161 | }, |
||
| 2162 | "autoload": { |
||
| 2163 | "psr-4": { |
||
| 2164 | "Symfony\\Polyfill\\Mbstring\\": "" |
||
| 2165 | }, |
||
| 2166 | "files": [ |
||
| 2167 | "bootstrap.php" |
||
| 2168 | ] |
||
| 2169 | }, |
||
| 2170 | "notification-url": "https://packagist.org/downloads/", |
||
| 2171 | "license": [ |
||
| 2172 | "MIT" |
||
| 2173 | ], |
||
| 2174 | "authors": [ |
||
| 2175 | { |
||
| 2176 | "name": "Nicolas Grekas", |
||
| 2177 | "email": "[email protected]" |
||
| 2178 | }, |
||
| 2179 | { |
||
| 2180 | "name": "Symfony Community", |
||
| 2181 | "homepage": "https://symfony.com/contributors" |
||
| 2182 | } |
||
| 2183 | ], |
||
| 2184 | "description": "Symfony polyfill for the Mbstring extension", |
||
| 2185 | "homepage": "https://symfony.com", |
||
| 2186 | "keywords": [ |
||
| 2187 | "compatibility", |
||
| 2188 | "mbstring", |
||
| 2189 | "polyfill", |
||
| 2190 | "portable", |
||
| 2191 | "shim" |
||
| 2192 | ], |
||
| 2193 | "time": "2016-05-18 14:26:46" |
||
| 2194 | }, |
||
| 2195 | { |
||
| 2196 | "name": "symfony/process", |
||
| 2197 | "version": "v3.1.5", |
||
| 2198 | "source": { |
||
| 2199 | "type": "git", |
||
| 2200 | "url": "https://github.com/symfony/process.git", |
||
| 2201 | "reference": "66de154ae86b1a07001da9fbffd620206e4faf94" |
||
| 2202 | }, |
||
| 2203 | "dist": { |
||
| 2204 | "type": "zip", |
||
| 2205 | "url": "https://api.github.com/repos/symfony/process/zipball/66de154ae86b1a07001da9fbffd620206e4faf94", |
||
| 2206 | "reference": "66de154ae86b1a07001da9fbffd620206e4faf94", |
||
| 2207 | "shasum": "" |
||
| 2208 | }, |
||
| 2209 | "require": { |
||
| 2210 | "php": ">=5.5.9" |
||
| 2211 | }, |
||
| 2212 | "type": "library", |
||
| 2213 | "extra": { |
||
| 2214 | "branch-alias": { |
||
| 2215 | "dev-master": "3.1-dev" |
||
| 2216 | } |
||
| 2217 | }, |
||
| 2218 | "autoload": { |
||
| 2219 | "psr-4": { |
||
| 2220 | "Symfony\\Component\\Process\\": "" |
||
| 2221 | }, |
||
| 2222 | "exclude-from-classmap": [ |
||
| 2223 | "/Tests/" |
||
| 2224 | ] |
||
| 2225 | }, |
||
| 2226 | "notification-url": "https://packagist.org/downloads/", |
||
| 2227 | "license": [ |
||
| 2228 | "MIT" |
||
| 2229 | ], |
||
| 2230 | "authors": [ |
||
| 2231 | { |
||
| 2232 | "name": "Fabien Potencier", |
||
| 2233 | "email": "[email protected]" |
||
| 2234 | }, |
||
| 2235 | { |
||
| 2236 | "name": "Symfony Community", |
||
| 2237 | "homepage": "https://symfony.com/contributors" |
||
| 2238 | } |
||
| 2239 | ], |
||
| 2240 | "description": "Symfony Process Component", |
||
| 2241 | "homepage": "https://symfony.com", |
||
| 2242 | "time": "2016-09-29 14:13:09" |
||
| 2243 | }, |
||
| 2244 | { |
||
| 2245 | "name": "symfony/yaml", |
||
| 2246 | "version": "v3.1.5", |
||
| 2247 | "source": { |
||
| 2248 | "type": "git", |
||
| 2249 | "url": "https://github.com/symfony/yaml.git", |
||
| 2250 | "reference": "368b9738d4033c8b93454cb0dbd45d305135a6d3" |
||
| 2251 | }, |
||
| 2252 | "dist": { |
||
| 2253 | "type": "zip", |
||
| 2254 | "url": "https://api.github.com/repos/symfony/yaml/zipball/368b9738d4033c8b93454cb0dbd45d305135a6d3", |
||
| 2255 | "reference": "368b9738d4033c8b93454cb0dbd45d305135a6d3", |
||
| 2256 | "shasum": "" |
||
| 2257 | }, |
||
| 2258 | "require": { |
||
| 2259 | "php": ">=5.5.9" |
||
| 2260 | }, |
||
| 2261 | "type": "library", |
||
| 2262 | "extra": { |
||
| 2263 | "branch-alias": { |
||
| 2264 | "dev-master": "3.1-dev" |
||
| 2265 | } |
||
| 2266 | }, |
||
| 2267 | "autoload": { |
||
| 2268 | "psr-4": { |
||
| 2269 | "Symfony\\Component\\Yaml\\": "" |
||
| 2270 | }, |
||
| 2271 | "exclude-from-classmap": [ |
||
| 2272 | "/Tests/" |
||
| 2273 | ] |
||
| 2274 | }, |
||
| 2275 | "notification-url": "https://packagist.org/downloads/", |
||
| 2276 | "license": [ |
||
| 2277 | "MIT" |
||
| 2278 | ], |
||
| 2279 | "authors": [ |
||
| 2280 | { |
||
| 2281 | "name": "Fabien Potencier", |
||
| 2282 | "email": "[email protected]" |
||
| 2283 | }, |
||
| 2284 | { |
||
| 2285 | "name": "Symfony Community", |
||
| 2286 | "homepage": "https://symfony.com/contributors" |
||
| 2287 | } |
||
| 2288 | ], |
||
| 2289 | "description": "Symfony Yaml Component", |
||
| 2290 | "homepage": "https://symfony.com", |
||
| 2291 | "time": "2016-09-25 08:27:07" |
||
| 2292 | }, |
||
| 2293 | { |
||
| 2294 | "name": "webmozart/assert", |
||
| 2295 | "version": "1.1.0", |
||
| 2296 | "source": { |
||
| 2297 | "type": "git", |
||
| 2298 | "url": "https://github.com/webmozart/assert.git", |
||
| 2299 | "reference": "bb2d123231c095735130cc8f6d31385a44c7b308" |
||
| 2300 | }, |
||
| 2301 | "dist": { |
||
| 2302 | "type": "zip", |
||
| 2303 | "url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308", |
||
| 2304 | "reference": "bb2d123231c095735130cc8f6d31385a44c7b308", |
||
| 2305 | "shasum": "" |
||
| 2306 | }, |
||
| 2307 | "require": { |
||
| 2308 | "php": "^5.3.3|^7.0" |
||
| 2309 | }, |
||
| 2310 | "require-dev": { |
||
| 2311 | "phpunit/phpunit": "^4.6", |
||
| 2312 | "sebastian/version": "^1.0.1" |
||
| 2313 | }, |
||
| 2314 | "type": "library", |
||
| 2315 | "extra": { |
||
| 2316 | "branch-alias": { |
||
| 2317 | "dev-master": "1.2-dev" |
||
| 2318 | } |
||
| 2319 | }, |
||
| 2320 | "autoload": { |
||
| 2321 | "psr-4": { |
||
| 2322 | "Webmozart\\Assert\\": "src/" |
||
| 2323 | } |
||
| 2324 | }, |
||
| 2325 | "notification-url": "https://packagist.org/downloads/", |
||
| 2326 | "license": [ |
||
| 2327 | "MIT" |
||
| 2328 | ], |
||
| 2329 | "authors": [ |
||
| 2330 | { |
||
| 2331 | "name": "Bernhard Schussek", |
||
| 2332 | "email": "[email protected]" |
||
| 2333 | } |
||
| 2334 | ], |
||
| 2335 | "description": "Assertions to validate method input/output with nice error messages.", |
||
| 2336 | "keywords": [ |
||
| 2337 | "assert", |
||
| 2338 | "check", |
||
| 2339 | "validate" |
||
| 2340 | ], |
||
| 2341 | "time": "2016-08-09 15:02:57" |
||
| 2342 | } |
||
| 2343 | ], |
||
| 2344 | "aliases": [], |
||
| 2345 | "minimum-stability": "stable", |
||
| 2346 | "stability-flags": [], |
||
| 2347 | "prefer-stable": false, |
||
| 2348 | "prefer-lowest": false, |
||
| 2349 | "platform": { |
||
| 2350 | "php": "~7.0" |
||
| 2351 | }, |
||
| 2352 | "platform-dev": [] |
||
| 2353 | } |
||
| 2354 |