| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,4132 @@ |
| 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#installing-dependencies", |
|
| 5 |
+ "This file is @generated automatically" |
|
| 6 |
+ ], |
|
| 7 |
+ "content-hash": "66ca7343889332c2b8ecca11c251430c", |
|
| 8 |
+ "packages": [ |
|
| 9 |
+ {
|
|
| 10 |
+ "name": "dnoegel/php-xdg-base-dir", |
|
| 11 |
+ "version": "0.1", |
|
| 12 |
+ "source": {
|
|
| 13 |
+ "type": "git", |
|
| 14 |
+ "url": "https://github.com/dnoegel/php-xdg-base-dir.git", |
|
| 15 |
+ "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" |
|
| 16 |
+ }, |
|
| 17 |
+ "dist": {
|
|
| 18 |
+ "type": "zip", |
|
| 19 |
+ "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", |
|
| 20 |
+ "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", |
|
| 21 |
+ "shasum": "" |
|
| 22 |
+ }, |
|
| 23 |
+ "require": {
|
|
| 24 |
+ "php": ">=5.3.2" |
|
| 25 |
+ }, |
|
| 26 |
+ "require-dev": {
|
|
| 27 |
+ "phpunit/phpunit": "@stable" |
|
| 28 |
+ }, |
|
| 29 |
+ "type": "project", |
|
| 30 |
+ "autoload": {
|
|
| 31 |
+ "psr-4": {
|
|
| 32 |
+ "XdgBaseDir\\": "src/" |
|
| 33 |
+ } |
|
| 34 |
+ }, |
|
| 35 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 36 |
+ "license": [ |
|
| 37 |
+ "MIT" |
|
| 38 |
+ ], |
|
| 39 |
+ "description": "implementation of xdg base directory specification for php", |
|
| 40 |
+ "time": "2014-10-24T07:27:01+00:00" |
|
| 41 |
+ }, |
|
| 42 |
+ {
|
|
| 43 |
+ "name": "doctrine/inflector", |
|
| 44 |
+ "version": "v1.3.0", |
|
| 45 |
+ "source": {
|
|
| 46 |
+ "type": "git", |
|
| 47 |
+ "url": "https://github.com/doctrine/inflector.git", |
|
| 48 |
+ "reference": "5527a48b7313d15261292c149e55e26eae771b0a" |
|
| 49 |
+ }, |
|
| 50 |
+ "dist": {
|
|
| 51 |
+ "type": "zip", |
|
| 52 |
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a", |
|
| 53 |
+ "reference": "5527a48b7313d15261292c149e55e26eae771b0a", |
|
| 54 |
+ "shasum": "" |
|
| 55 |
+ }, |
|
| 56 |
+ "require": {
|
|
| 57 |
+ "php": "^7.1" |
|
| 58 |
+ }, |
|
| 59 |
+ "require-dev": {
|
|
| 60 |
+ "phpunit/phpunit": "^6.2" |
|
| 61 |
+ }, |
|
| 62 |
+ "type": "library", |
|
| 63 |
+ "extra": {
|
|
| 64 |
+ "branch-alias": {
|
|
| 65 |
+ "dev-master": "1.3.x-dev" |
|
| 66 |
+ } |
|
| 67 |
+ }, |
|
| 68 |
+ "autoload": {
|
|
| 69 |
+ "psr-4": {
|
|
| 70 |
+ "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" |
|
| 71 |
+ } |
|
| 72 |
+ }, |
|
| 73 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 74 |
+ "license": [ |
|
| 75 |
+ "MIT" |
|
| 76 |
+ ], |
|
| 77 |
+ "authors": [ |
|
| 78 |
+ {
|
|
| 79 |
+ "name": "Roman Borschel", |
|
| 80 |
+ "email": "roman@code-factory.org" |
|
| 81 |
+ }, |
|
| 82 |
+ {
|
|
| 83 |
+ "name": "Benjamin Eberlei", |
|
| 84 |
+ "email": "kontakt@beberlei.de" |
|
| 85 |
+ }, |
|
| 86 |
+ {
|
|
| 87 |
+ "name": "Guilherme Blanco", |
|
| 88 |
+ "email": "guilhermeblanco@gmail.com" |
|
| 89 |
+ }, |
|
| 90 |
+ {
|
|
| 91 |
+ "name": "Jonathan Wage", |
|
| 92 |
+ "email": "jonwage@gmail.com" |
|
| 93 |
+ }, |
|
| 94 |
+ {
|
|
| 95 |
+ "name": "Johannes Schmitt", |
|
| 96 |
+ "email": "schmittjoh@gmail.com" |
|
| 97 |
+ } |
|
| 98 |
+ ], |
|
| 99 |
+ "description": "Common String Manipulations with regard to casing and singular/plural rules.", |
|
| 100 |
+ "homepage": "http://www.doctrine-project.org", |
|
| 101 |
+ "keywords": [ |
|
| 102 |
+ "inflection", |
|
| 103 |
+ "pluralize", |
|
| 104 |
+ "singularize", |
|
| 105 |
+ "string" |
|
| 106 |
+ ], |
|
| 107 |
+ "time": "2018-01-09T20:05:19+00:00" |
|
| 108 |
+ }, |
|
| 109 |
+ {
|
|
| 110 |
+ "name": "doctrine/lexer", |
|
| 111 |
+ "version": "v1.0.1", |
|
| 112 |
+ "source": {
|
|
| 113 |
+ "type": "git", |
|
| 114 |
+ "url": "https://github.com/doctrine/lexer.git", |
|
| 115 |
+ "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" |
|
| 116 |
+ }, |
|
| 117 |
+ "dist": {
|
|
| 118 |
+ "type": "zip", |
|
| 119 |
+ "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", |
|
| 120 |
+ "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", |
|
| 121 |
+ "shasum": "" |
|
| 122 |
+ }, |
|
| 123 |
+ "require": {
|
|
| 124 |
+ "php": ">=5.3.2" |
|
| 125 |
+ }, |
|
| 126 |
+ "type": "library", |
|
| 127 |
+ "extra": {
|
|
| 128 |
+ "branch-alias": {
|
|
| 129 |
+ "dev-master": "1.0.x-dev" |
|
| 130 |
+ } |
|
| 131 |
+ }, |
|
| 132 |
+ "autoload": {
|
|
| 133 |
+ "psr-0": {
|
|
| 134 |
+ "Doctrine\\Common\\Lexer\\": "lib/" |
|
| 135 |
+ } |
|
| 136 |
+ }, |
|
| 137 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 138 |
+ "license": [ |
|
| 139 |
+ "MIT" |
|
| 140 |
+ ], |
|
| 141 |
+ "authors": [ |
|
| 142 |
+ {
|
|
| 143 |
+ "name": "Roman Borschel", |
|
| 144 |
+ "email": "roman@code-factory.org" |
|
| 145 |
+ }, |
|
| 146 |
+ {
|
|
| 147 |
+ "name": "Guilherme Blanco", |
|
| 148 |
+ "email": "guilhermeblanco@gmail.com" |
|
| 149 |
+ }, |
|
| 150 |
+ {
|
|
| 151 |
+ "name": "Johannes Schmitt", |
|
| 152 |
+ "email": "schmittjoh@gmail.com" |
|
| 153 |
+ } |
|
| 154 |
+ ], |
|
| 155 |
+ "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", |
|
| 156 |
+ "homepage": "http://www.doctrine-project.org", |
|
| 157 |
+ "keywords": [ |
|
| 158 |
+ "lexer", |
|
| 159 |
+ "parser" |
|
| 160 |
+ ], |
|
| 161 |
+ "time": "2014-09-09T13:34:57+00:00" |
|
| 162 |
+ }, |
|
| 163 |
+ {
|
|
| 164 |
+ "name": "dragonmantank/cron-expression", |
|
| 165 |
+ "version": "v2.2.0", |
|
| 166 |
+ "source": {
|
|
| 167 |
+ "type": "git", |
|
| 168 |
+ "url": "https://github.com/dragonmantank/cron-expression.git", |
|
| 169 |
+ "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5" |
|
| 170 |
+ }, |
|
| 171 |
+ "dist": {
|
|
| 172 |
+ "type": "zip", |
|
| 173 |
+ "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5", |
|
| 174 |
+ "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5", |
|
| 175 |
+ "shasum": "" |
|
| 176 |
+ }, |
|
| 177 |
+ "require": {
|
|
| 178 |
+ "php": ">=7.0.0" |
|
| 179 |
+ }, |
|
| 180 |
+ "require-dev": {
|
|
| 181 |
+ "phpunit/phpunit": "~6.4" |
|
| 182 |
+ }, |
|
| 183 |
+ "type": "library", |
|
| 184 |
+ "autoload": {
|
|
| 185 |
+ "psr-4": {
|
|
| 186 |
+ "Cron\\": "src/Cron/" |
|
| 187 |
+ } |
|
| 188 |
+ }, |
|
| 189 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 190 |
+ "license": [ |
|
| 191 |
+ "MIT" |
|
| 192 |
+ ], |
|
| 193 |
+ "authors": [ |
|
| 194 |
+ {
|
|
| 195 |
+ "name": "Michael Dowling", |
|
| 196 |
+ "email": "mtdowling@gmail.com", |
|
| 197 |
+ "homepage": "https://github.com/mtdowling" |
|
| 198 |
+ }, |
|
| 199 |
+ {
|
|
| 200 |
+ "name": "Chris Tankersley", |
|
| 201 |
+ "email": "chris@ctankersley.com", |
|
| 202 |
+ "homepage": "https://github.com/dragonmantank" |
|
| 203 |
+ } |
|
| 204 |
+ ], |
|
| 205 |
+ "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", |
|
| 206 |
+ "keywords": [ |
|
| 207 |
+ "cron", |
|
| 208 |
+ "schedule" |
|
| 209 |
+ ], |
|
| 210 |
+ "time": "2018-06-06T03:12:17+00:00" |
|
| 211 |
+ }, |
|
| 212 |
+ {
|
|
| 213 |
+ "name": "egulias/email-validator", |
|
| 214 |
+ "version": "2.1.6", |
|
| 215 |
+ "source": {
|
|
| 216 |
+ "type": "git", |
|
| 217 |
+ "url": "https://github.com/egulias/EmailValidator.git", |
|
| 218 |
+ "reference": "0578b32b30b22de3e8664f797cf846fc9246f786" |
|
| 219 |
+ }, |
|
| 220 |
+ "dist": {
|
|
| 221 |
+ "type": "zip", |
|
| 222 |
+ "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0578b32b30b22de3e8664f797cf846fc9246f786", |
|
| 223 |
+ "reference": "0578b32b30b22de3e8664f797cf846fc9246f786", |
|
| 224 |
+ "shasum": "" |
|
| 225 |
+ }, |
|
| 226 |
+ "require": {
|
|
| 227 |
+ "doctrine/lexer": "^1.0.1", |
|
| 228 |
+ "php": ">= 5.5" |
|
| 229 |
+ }, |
|
| 230 |
+ "require-dev": {
|
|
| 231 |
+ "dominicsayers/isemail": "dev-master", |
|
| 232 |
+ "phpunit/phpunit": "^4.8.35||^5.7||^6.0", |
|
| 233 |
+ "satooshi/php-coveralls": "^1.0.1" |
|
| 234 |
+ }, |
|
| 235 |
+ "suggest": {
|
|
| 236 |
+ "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" |
|
| 237 |
+ }, |
|
| 238 |
+ "type": "library", |
|
| 239 |
+ "extra": {
|
|
| 240 |
+ "branch-alias": {
|
|
| 241 |
+ "dev-master": "2.0.x-dev" |
|
| 242 |
+ } |
|
| 243 |
+ }, |
|
| 244 |
+ "autoload": {
|
|
| 245 |
+ "psr-4": {
|
|
| 246 |
+ "Egulias\\EmailValidator\\": "EmailValidator" |
|
| 247 |
+ } |
|
| 248 |
+ }, |
|
| 249 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 250 |
+ "license": [ |
|
| 251 |
+ "MIT" |
|
| 252 |
+ ], |
|
| 253 |
+ "authors": [ |
|
| 254 |
+ {
|
|
| 255 |
+ "name": "Eduardo Gulias Davis" |
|
| 256 |
+ } |
|
| 257 |
+ ], |
|
| 258 |
+ "description": "A library for validating emails against several RFCs", |
|
| 259 |
+ "homepage": "https://github.com/egulias/EmailValidator", |
|
| 260 |
+ "keywords": [ |
|
| 261 |
+ "email", |
|
| 262 |
+ "emailvalidation", |
|
| 263 |
+ "emailvalidator", |
|
| 264 |
+ "validation", |
|
| 265 |
+ "validator" |
|
| 266 |
+ ], |
|
| 267 |
+ "time": "2018-09-25T20:47:26+00:00" |
|
| 268 |
+ }, |
|
| 269 |
+ {
|
|
| 270 |
+ "name": "erusev/parsedown", |
|
| 271 |
+ "version": "1.7.1", |
|
| 272 |
+ "source": {
|
|
| 273 |
+ "type": "git", |
|
| 274 |
+ "url": "https://github.com/erusev/parsedown.git", |
|
| 275 |
+ "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1" |
|
| 276 |
+ }, |
|
| 277 |
+ "dist": {
|
|
| 278 |
+ "type": "zip", |
|
| 279 |
+ "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", |
|
| 280 |
+ "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", |
|
| 281 |
+ "shasum": "" |
|
| 282 |
+ }, |
|
| 283 |
+ "require": {
|
|
| 284 |
+ "ext-mbstring": "*", |
|
| 285 |
+ "php": ">=5.3.0" |
|
| 286 |
+ }, |
|
| 287 |
+ "require-dev": {
|
|
| 288 |
+ "phpunit/phpunit": "^4.8.35" |
|
| 289 |
+ }, |
|
| 290 |
+ "type": "library", |
|
| 291 |
+ "autoload": {
|
|
| 292 |
+ "psr-0": {
|
|
| 293 |
+ "Parsedown": "" |
|
| 294 |
+ } |
|
| 295 |
+ }, |
|
| 296 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 297 |
+ "license": [ |
|
| 298 |
+ "MIT" |
|
| 299 |
+ ], |
|
| 300 |
+ "authors": [ |
|
| 301 |
+ {
|
|
| 302 |
+ "name": "Emanuil Rusev", |
|
| 303 |
+ "email": "hello@erusev.com", |
|
| 304 |
+ "homepage": "http://erusev.com" |
|
| 305 |
+ } |
|
| 306 |
+ ], |
|
| 307 |
+ "description": "Parser for Markdown.", |
|
| 308 |
+ "homepage": "http://parsedown.org", |
|
| 309 |
+ "keywords": [ |
|
| 310 |
+ "markdown", |
|
| 311 |
+ "parser" |
|
| 312 |
+ ], |
|
| 313 |
+ "time": "2018-03-08T01:11:30+00:00" |
|
| 314 |
+ }, |
|
| 315 |
+ {
|
|
| 316 |
+ "name": "fideloper/proxy", |
|
| 317 |
+ "version": "4.0.0", |
|
| 318 |
+ "source": {
|
|
| 319 |
+ "type": "git", |
|
| 320 |
+ "url": "https://github.com/fideloper/TrustedProxy.git", |
|
| 321 |
+ "reference": "cf8a0ca4b85659b9557e206c90110a6a4dba980a" |
|
| 322 |
+ }, |
|
| 323 |
+ "dist": {
|
|
| 324 |
+ "type": "zip", |
|
| 325 |
+ "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/cf8a0ca4b85659b9557e206c90110a6a4dba980a", |
|
| 326 |
+ "reference": "cf8a0ca4b85659b9557e206c90110a6a4dba980a", |
|
| 327 |
+ "shasum": "" |
|
| 328 |
+ }, |
|
| 329 |
+ "require": {
|
|
| 330 |
+ "illuminate/contracts": "~5.0", |
|
| 331 |
+ "php": ">=5.4.0" |
|
| 332 |
+ }, |
|
| 333 |
+ "require-dev": {
|
|
| 334 |
+ "illuminate/http": "~5.6", |
|
| 335 |
+ "mockery/mockery": "~1.0", |
|
| 336 |
+ "phpunit/phpunit": "^6.0" |
|
| 337 |
+ }, |
|
| 338 |
+ "type": "library", |
|
| 339 |
+ "extra": {
|
|
| 340 |
+ "laravel": {
|
|
| 341 |
+ "providers": [ |
|
| 342 |
+ "Fideloper\\Proxy\\TrustedProxyServiceProvider" |
|
| 343 |
+ ] |
|
| 344 |
+ } |
|
| 345 |
+ }, |
|
| 346 |
+ "autoload": {
|
|
| 347 |
+ "psr-4": {
|
|
| 348 |
+ "Fideloper\\Proxy\\": "src/" |
|
| 349 |
+ } |
|
| 350 |
+ }, |
|
| 351 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 352 |
+ "license": [ |
|
| 353 |
+ "MIT" |
|
| 354 |
+ ], |
|
| 355 |
+ "authors": [ |
|
| 356 |
+ {
|
|
| 357 |
+ "name": "Chris Fidao", |
|
| 358 |
+ "email": "fideloper@gmail.com" |
|
| 359 |
+ } |
|
| 360 |
+ ], |
|
| 361 |
+ "description": "Set trusted proxies for Laravel", |
|
| 362 |
+ "keywords": [ |
|
| 363 |
+ "load balancing", |
|
| 364 |
+ "proxy", |
|
| 365 |
+ "trusted proxy" |
|
| 366 |
+ ], |
|
| 367 |
+ "time": "2018-02-07T20:20:57+00:00" |
|
| 368 |
+ }, |
|
| 369 |
+ {
|
|
| 370 |
+ "name": "jakub-onderka/php-console-color", |
|
| 371 |
+ "version": "v0.2", |
|
| 372 |
+ "source": {
|
|
| 373 |
+ "type": "git", |
|
| 374 |
+ "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", |
|
| 375 |
+ "reference": "d5deaecff52a0d61ccb613bb3804088da0307191" |
|
| 376 |
+ }, |
|
| 377 |
+ "dist": {
|
|
| 378 |
+ "type": "zip", |
|
| 379 |
+ "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191", |
|
| 380 |
+ "reference": "d5deaecff52a0d61ccb613bb3804088da0307191", |
|
| 381 |
+ "shasum": "" |
|
| 382 |
+ }, |
|
| 383 |
+ "require": {
|
|
| 384 |
+ "php": ">=5.4.0" |
|
| 385 |
+ }, |
|
| 386 |
+ "require-dev": {
|
|
| 387 |
+ "jakub-onderka/php-code-style": "1.0", |
|
| 388 |
+ "jakub-onderka/php-parallel-lint": "1.0", |
|
| 389 |
+ "jakub-onderka/php-var-dump-check": "0.*", |
|
| 390 |
+ "phpunit/phpunit": "~4.3", |
|
| 391 |
+ "squizlabs/php_codesniffer": "1.*" |
|
| 392 |
+ }, |
|
| 393 |
+ "type": "library", |
|
| 394 |
+ "autoload": {
|
|
| 395 |
+ "psr-4": {
|
|
| 396 |
+ "JakubOnderka\\PhpConsoleColor\\": "src/" |
|
| 397 |
+ } |
|
| 398 |
+ }, |
|
| 399 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 400 |
+ "license": [ |
|
| 401 |
+ "BSD-2-Clause" |
|
| 402 |
+ ], |
|
| 403 |
+ "authors": [ |
|
| 404 |
+ {
|
|
| 405 |
+ "name": "Jakub Onderka", |
|
| 406 |
+ "email": "jakub.onderka@gmail.com" |
|
| 407 |
+ } |
|
| 408 |
+ ], |
|
| 409 |
+ "time": "2018-09-29T17:23:10+00:00" |
|
| 410 |
+ }, |
|
| 411 |
+ {
|
|
| 412 |
+ "name": "jakub-onderka/php-console-highlighter", |
|
| 413 |
+ "version": "v0.3.2", |
|
| 414 |
+ "source": {
|
|
| 415 |
+ "type": "git", |
|
| 416 |
+ "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", |
|
| 417 |
+ "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5" |
|
| 418 |
+ }, |
|
| 419 |
+ "dist": {
|
|
| 420 |
+ "type": "zip", |
|
| 421 |
+ "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
|
| 422 |
+ "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
|
| 423 |
+ "shasum": "" |
|
| 424 |
+ }, |
|
| 425 |
+ "require": {
|
|
| 426 |
+ "jakub-onderka/php-console-color": "~0.1", |
|
| 427 |
+ "php": ">=5.3.0" |
|
| 428 |
+ }, |
|
| 429 |
+ "require-dev": {
|
|
| 430 |
+ "jakub-onderka/php-code-style": "~1.0", |
|
| 431 |
+ "jakub-onderka/php-parallel-lint": "~0.5", |
|
| 432 |
+ "jakub-onderka/php-var-dump-check": "~0.1", |
|
| 433 |
+ "phpunit/phpunit": "~4.0", |
|
| 434 |
+ "squizlabs/php_codesniffer": "~1.5" |
|
| 435 |
+ }, |
|
| 436 |
+ "type": "library", |
|
| 437 |
+ "autoload": {
|
|
| 438 |
+ "psr-0": {
|
|
| 439 |
+ "JakubOnderka\\PhpConsoleHighlighter": "src/" |
|
| 440 |
+ } |
|
| 441 |
+ }, |
|
| 442 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 443 |
+ "license": [ |
|
| 444 |
+ "MIT" |
|
| 445 |
+ ], |
|
| 446 |
+ "authors": [ |
|
| 447 |
+ {
|
|
| 448 |
+ "name": "Jakub Onderka", |
|
| 449 |
+ "email": "acci@acci.cz", |
|
| 450 |
+ "homepage": "http://www.acci.cz/" |
|
| 451 |
+ } |
|
| 452 |
+ ], |
|
| 453 |
+ "time": "2015-04-20T18:58:01+00:00" |
|
| 454 |
+ }, |
|
| 455 |
+ {
|
|
| 456 |
+ "name": "laravel/framework", |
|
| 457 |
+ "version": "v5.7.13", |
|
| 458 |
+ "source": {
|
|
| 459 |
+ "type": "git", |
|
| 460 |
+ "url": "https://github.com/laravel/framework.git", |
|
| 461 |
+ "reference": "3ff3110ac14f2b4876acaff289bb55a1af74f02e" |
|
| 462 |
+ }, |
|
| 463 |
+ "dist": {
|
|
| 464 |
+ "type": "zip", |
|
| 465 |
+ "url": "https://api.github.com/repos/laravel/framework/zipball/3ff3110ac14f2b4876acaff289bb55a1af74f02e", |
|
| 466 |
+ "reference": "3ff3110ac14f2b4876acaff289bb55a1af74f02e", |
|
| 467 |
+ "shasum": "" |
|
| 468 |
+ }, |
|
| 469 |
+ "require": {
|
|
| 470 |
+ "doctrine/inflector": "^1.1", |
|
| 471 |
+ "dragonmantank/cron-expression": "^2.0", |
|
| 472 |
+ "erusev/parsedown": "^1.7", |
|
| 473 |
+ "ext-mbstring": "*", |
|
| 474 |
+ "ext-openssl": "*", |
|
| 475 |
+ "league/flysystem": "^1.0.8", |
|
| 476 |
+ "monolog/monolog": "^1.12", |
|
| 477 |
+ "nesbot/carbon": "^1.26.3", |
|
| 478 |
+ "opis/closure": "^3.1", |
|
| 479 |
+ "php": "^7.1.3", |
|
| 480 |
+ "psr/container": "^1.0", |
|
| 481 |
+ "psr/simple-cache": "^1.0", |
|
| 482 |
+ "ramsey/uuid": "^3.7", |
|
| 483 |
+ "swiftmailer/swiftmailer": "^6.0", |
|
| 484 |
+ "symfony/console": "^4.1", |
|
| 485 |
+ "symfony/debug": "^4.1", |
|
| 486 |
+ "symfony/finder": "^4.1", |
|
| 487 |
+ "symfony/http-foundation": "^4.1", |
|
| 488 |
+ "symfony/http-kernel": "^4.1", |
|
| 489 |
+ "symfony/process": "^4.1", |
|
| 490 |
+ "symfony/routing": "^4.1", |
|
| 491 |
+ "symfony/var-dumper": "^4.1", |
|
| 492 |
+ "tijsverkoyen/css-to-inline-styles": "^2.2.1", |
|
| 493 |
+ "vlucas/phpdotenv": "^2.2" |
|
| 494 |
+ }, |
|
| 495 |
+ "conflict": {
|
|
| 496 |
+ "tightenco/collect": "<5.5.33" |
|
| 497 |
+ }, |
|
| 498 |
+ "replace": {
|
|
| 499 |
+ "illuminate/auth": "self.version", |
|
| 500 |
+ "illuminate/broadcasting": "self.version", |
|
| 501 |
+ "illuminate/bus": "self.version", |
|
| 502 |
+ "illuminate/cache": "self.version", |
|
| 503 |
+ "illuminate/config": "self.version", |
|
| 504 |
+ "illuminate/console": "self.version", |
|
| 505 |
+ "illuminate/container": "self.version", |
|
| 506 |
+ "illuminate/contracts": "self.version", |
|
| 507 |
+ "illuminate/cookie": "self.version", |
|
| 508 |
+ "illuminate/database": "self.version", |
|
| 509 |
+ "illuminate/encryption": "self.version", |
|
| 510 |
+ "illuminate/events": "self.version", |
|
| 511 |
+ "illuminate/filesystem": "self.version", |
|
| 512 |
+ "illuminate/hashing": "self.version", |
|
| 513 |
+ "illuminate/http": "self.version", |
|
| 514 |
+ "illuminate/log": "self.version", |
|
| 515 |
+ "illuminate/mail": "self.version", |
|
| 516 |
+ "illuminate/notifications": "self.version", |
|
| 517 |
+ "illuminate/pagination": "self.version", |
|
| 518 |
+ "illuminate/pipeline": "self.version", |
|
| 519 |
+ "illuminate/queue": "self.version", |
|
| 520 |
+ "illuminate/redis": "self.version", |
|
| 521 |
+ "illuminate/routing": "self.version", |
|
| 522 |
+ "illuminate/session": "self.version", |
|
| 523 |
+ "illuminate/support": "self.version", |
|
| 524 |
+ "illuminate/translation": "self.version", |
|
| 525 |
+ "illuminate/validation": "self.version", |
|
| 526 |
+ "illuminate/view": "self.version" |
|
| 527 |
+ }, |
|
| 528 |
+ "require-dev": {
|
|
| 529 |
+ "aws/aws-sdk-php": "^3.0", |
|
| 530 |
+ "doctrine/dbal": "^2.6", |
|
| 531 |
+ "filp/whoops": "^2.1.4", |
|
| 532 |
+ "guzzlehttp/guzzle": "^6.3", |
|
| 533 |
+ "league/flysystem-cached-adapter": "^1.0", |
|
| 534 |
+ "mockery/mockery": "^1.0", |
|
| 535 |
+ "moontoast/math": "^1.1", |
|
| 536 |
+ "orchestra/testbench-core": "3.7.*", |
|
| 537 |
+ "pda/pheanstalk": "^3.0", |
|
| 538 |
+ "phpunit/phpunit": "^7.0", |
|
| 539 |
+ "predis/predis": "^1.1.1", |
|
| 540 |
+ "symfony/css-selector": "^4.1", |
|
| 541 |
+ "symfony/dom-crawler": "^4.1", |
|
| 542 |
+ "true/punycode": "^2.1" |
|
| 543 |
+ }, |
|
| 544 |
+ "suggest": {
|
|
| 545 |
+ "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (^3.0).", |
|
| 546 |
+ "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).", |
|
| 547 |
+ "ext-pcntl": "Required to use all features of the queue worker.", |
|
| 548 |
+ "ext-posix": "Required to use all features of the queue worker.", |
|
| 549 |
+ "filp/whoops": "Required for friendly error pages in development (^2.1.4).", |
|
| 550 |
+ "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).", |
|
| 551 |
+ "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (^6.0).", |
|
| 552 |
+ "laravel/tinker": "Required to use the tinker console command (^1.0).", |
|
| 553 |
+ "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).", |
|
| 554 |
+ "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).", |
|
| 555 |
+ "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).", |
|
| 556 |
+ "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).", |
|
| 557 |
+ "moontoast/math": "Required to use ordered UUIDs (^1.1).", |
|
| 558 |
+ "nexmo/client": "Required to use the Nexmo transport (^1.0).", |
|
| 559 |
+ "pda/pheanstalk": "Required to use the beanstalk queue driver (^3.0).", |
|
| 560 |
+ "predis/predis": "Required to use the redis cache and queue drivers (^1.0).", |
|
| 561 |
+ "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^3.0).", |
|
| 562 |
+ "symfony/css-selector": "Required to use some of the crawler integration testing tools (^4.1).", |
|
| 563 |
+ "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (^4.1).", |
|
| 564 |
+ "symfony/psr-http-message-bridge": "Required to psr7 bridging features (^1.0)." |
|
| 565 |
+ }, |
|
| 566 |
+ "type": "library", |
|
| 567 |
+ "extra": {
|
|
| 568 |
+ "branch-alias": {
|
|
| 569 |
+ "dev-master": "5.7-dev" |
|
| 570 |
+ } |
|
| 571 |
+ }, |
|
| 572 |
+ "autoload": {
|
|
| 573 |
+ "files": [ |
|
| 574 |
+ "src/Illuminate/Foundation/helpers.php", |
|
| 575 |
+ "src/Illuminate/Support/helpers.php" |
|
| 576 |
+ ], |
|
| 577 |
+ "psr-4": {
|
|
| 578 |
+ "Illuminate\\": "src/Illuminate/" |
|
| 579 |
+ } |
|
| 580 |
+ }, |
|
| 581 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 582 |
+ "license": [ |
|
| 583 |
+ "MIT" |
|
| 584 |
+ ], |
|
| 585 |
+ "authors": [ |
|
| 586 |
+ {
|
|
| 587 |
+ "name": "Taylor Otwell", |
|
| 588 |
+ "email": "taylor@laravel.com" |
|
| 589 |
+ } |
|
| 590 |
+ ], |
|
| 591 |
+ "description": "The Laravel Framework.", |
|
| 592 |
+ "homepage": "https://laravel.com", |
|
| 593 |
+ "keywords": [ |
|
| 594 |
+ "framework", |
|
| 595 |
+ "laravel" |
|
| 596 |
+ ], |
|
| 597 |
+ "time": "2018-11-07T12:41:02+00:00" |
|
| 598 |
+ }, |
|
| 599 |
+ {
|
|
| 600 |
+ "name": "laravel/tinker", |
|
| 601 |
+ "version": "v1.0.8", |
|
| 602 |
+ "source": {
|
|
| 603 |
+ "type": "git", |
|
| 604 |
+ "url": "https://github.com/laravel/tinker.git", |
|
| 605 |
+ "reference": "cafbf598a90acde68985660e79b2b03c5609a405" |
|
| 606 |
+ }, |
|
| 607 |
+ "dist": {
|
|
| 608 |
+ "type": "zip", |
|
| 609 |
+ "url": "https://api.github.com/repos/laravel/tinker/zipball/cafbf598a90acde68985660e79b2b03c5609a405", |
|
| 610 |
+ "reference": "cafbf598a90acde68985660e79b2b03c5609a405", |
|
| 611 |
+ "shasum": "" |
|
| 612 |
+ }, |
|
| 613 |
+ "require": {
|
|
| 614 |
+ "illuminate/console": "~5.1", |
|
| 615 |
+ "illuminate/contracts": "~5.1", |
|
| 616 |
+ "illuminate/support": "~5.1", |
|
| 617 |
+ "php": ">=5.5.9", |
|
| 618 |
+ "psy/psysh": "0.7.*|0.8.*|0.9.*", |
|
| 619 |
+ "symfony/var-dumper": "~3.0|~4.0" |
|
| 620 |
+ }, |
|
| 621 |
+ "require-dev": {
|
|
| 622 |
+ "phpunit/phpunit": "~4.0|~5.0" |
|
| 623 |
+ }, |
|
| 624 |
+ "suggest": {
|
|
| 625 |
+ "illuminate/database": "The Illuminate Database package (~5.1)." |
|
| 626 |
+ }, |
|
| 627 |
+ "type": "library", |
|
| 628 |
+ "extra": {
|
|
| 629 |
+ "branch-alias": {
|
|
| 630 |
+ "dev-master": "1.0-dev" |
|
| 631 |
+ }, |
|
| 632 |
+ "laravel": {
|
|
| 633 |
+ "providers": [ |
|
| 634 |
+ "Laravel\\Tinker\\TinkerServiceProvider" |
|
| 635 |
+ ] |
|
| 636 |
+ } |
|
| 637 |
+ }, |
|
| 638 |
+ "autoload": {
|
|
| 639 |
+ "psr-4": {
|
|
| 640 |
+ "Laravel\\Tinker\\": "src/" |
|
| 641 |
+ } |
|
| 642 |
+ }, |
|
| 643 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 644 |
+ "license": [ |
|
| 645 |
+ "MIT" |
|
| 646 |
+ ], |
|
| 647 |
+ "authors": [ |
|
| 648 |
+ {
|
|
| 649 |
+ "name": "Taylor Otwell", |
|
| 650 |
+ "email": "taylor@laravel.com" |
|
| 651 |
+ } |
|
| 652 |
+ ], |
|
| 653 |
+ "description": "Powerful REPL for the Laravel framework.", |
|
| 654 |
+ "keywords": [ |
|
| 655 |
+ "REPL", |
|
| 656 |
+ "Tinker", |
|
| 657 |
+ "laravel", |
|
| 658 |
+ "psysh" |
|
| 659 |
+ ], |
|
| 660 |
+ "time": "2018-10-12T19:39:35+00:00" |
|
| 661 |
+ }, |
|
| 662 |
+ {
|
|
| 663 |
+ "name": "league/flysystem", |
|
| 664 |
+ "version": "1.0.48", |
|
| 665 |
+ "source": {
|
|
| 666 |
+ "type": "git", |
|
| 667 |
+ "url": "https://github.com/thephpleague/flysystem.git", |
|
| 668 |
+ "reference": "a6ded5b2f6055e2db97b4b859fdfca2b952b78aa" |
|
| 669 |
+ }, |
|
| 670 |
+ "dist": {
|
|
| 671 |
+ "type": "zip", |
|
| 672 |
+ "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a6ded5b2f6055e2db97b4b859fdfca2b952b78aa", |
|
| 673 |
+ "reference": "a6ded5b2f6055e2db97b4b859fdfca2b952b78aa", |
|
| 674 |
+ "shasum": "" |
|
| 675 |
+ }, |
|
| 676 |
+ "require": {
|
|
| 677 |
+ "ext-fileinfo": "*", |
|
| 678 |
+ "php": ">=5.5.9" |
|
| 679 |
+ }, |
|
| 680 |
+ "conflict": {
|
|
| 681 |
+ "league/flysystem-sftp": "<1.0.6" |
|
| 682 |
+ }, |
|
| 683 |
+ "require-dev": {
|
|
| 684 |
+ "phpspec/phpspec": "^3.4", |
|
| 685 |
+ "phpunit/phpunit": "^5.7.10" |
|
| 686 |
+ }, |
|
| 687 |
+ "suggest": {
|
|
| 688 |
+ "ext-fileinfo": "Required for MimeType", |
|
| 689 |
+ "ext-ftp": "Allows you to use FTP server storage", |
|
| 690 |
+ "ext-openssl": "Allows you to use FTPS server storage", |
|
| 691 |
+ "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", |
|
| 692 |
+ "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", |
|
| 693 |
+ "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", |
|
| 694 |
+ "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", |
|
| 695 |
+ "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", |
|
| 696 |
+ "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", |
|
| 697 |
+ "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", |
|
| 698 |
+ "league/flysystem-webdav": "Allows you to use WebDAV storage", |
|
| 699 |
+ "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", |
|
| 700 |
+ "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", |
|
| 701 |
+ "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" |
|
| 702 |
+ }, |
|
| 703 |
+ "type": "library", |
|
| 704 |
+ "extra": {
|
|
| 705 |
+ "branch-alias": {
|
|
| 706 |
+ "dev-master": "1.1-dev" |
|
| 707 |
+ } |
|
| 708 |
+ }, |
|
| 709 |
+ "autoload": {
|
|
| 710 |
+ "psr-4": {
|
|
| 711 |
+ "League\\Flysystem\\": "src/" |
|
| 712 |
+ } |
|
| 713 |
+ }, |
|
| 714 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 715 |
+ "license": [ |
|
| 716 |
+ "MIT" |
|
| 717 |
+ ], |
|
| 718 |
+ "authors": [ |
|
| 719 |
+ {
|
|
| 720 |
+ "name": "Frank de Jonge", |
|
| 721 |
+ "email": "info@frenky.net" |
|
| 722 |
+ } |
|
| 723 |
+ ], |
|
| 724 |
+ "description": "Filesystem abstraction: Many filesystems, one API.", |
|
| 725 |
+ "keywords": [ |
|
| 726 |
+ "Cloud Files", |
|
| 727 |
+ "WebDAV", |
|
| 728 |
+ "abstraction", |
|
| 729 |
+ "aws", |
|
| 730 |
+ "cloud", |
|
| 731 |
+ "copy.com", |
|
| 732 |
+ "dropbox", |
|
| 733 |
+ "file systems", |
|
| 734 |
+ "files", |
|
| 735 |
+ "filesystem", |
|
| 736 |
+ "filesystems", |
|
| 737 |
+ "ftp", |
|
| 738 |
+ "rackspace", |
|
| 739 |
+ "remote", |
|
| 740 |
+ "s3", |
|
| 741 |
+ "sftp", |
|
| 742 |
+ "storage" |
|
| 743 |
+ ], |
|
| 744 |
+ "time": "2018-10-15T13:53:10+00:00" |
|
| 745 |
+ }, |
|
| 746 |
+ {
|
|
| 747 |
+ "name": "monolog/monolog", |
|
| 748 |
+ "version": "1.24.0", |
|
| 749 |
+ "source": {
|
|
| 750 |
+ "type": "git", |
|
| 751 |
+ "url": "https://github.com/Seldaek/monolog.git", |
|
| 752 |
+ "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266" |
|
| 753 |
+ }, |
|
| 754 |
+ "dist": {
|
|
| 755 |
+ "type": "zip", |
|
| 756 |
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", |
|
| 757 |
+ "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", |
|
| 758 |
+ "shasum": "" |
|
| 759 |
+ }, |
|
| 760 |
+ "require": {
|
|
| 761 |
+ "php": ">=5.3.0", |
|
| 762 |
+ "psr/log": "~1.0" |
|
| 763 |
+ }, |
|
| 764 |
+ "provide": {
|
|
| 765 |
+ "psr/log-implementation": "1.0.0" |
|
| 766 |
+ }, |
|
| 767 |
+ "require-dev": {
|
|
| 768 |
+ "aws/aws-sdk-php": "^2.4.9 || ^3.0", |
|
| 769 |
+ "doctrine/couchdb": "~1.0@dev", |
|
| 770 |
+ "graylog2/gelf-php": "~1.0", |
|
| 771 |
+ "jakub-onderka/php-parallel-lint": "0.9", |
|
| 772 |
+ "php-amqplib/php-amqplib": "~2.4", |
|
| 773 |
+ "php-console/php-console": "^3.1.3", |
|
| 774 |
+ "phpunit/phpunit": "~4.5", |
|
| 775 |
+ "phpunit/phpunit-mock-objects": "2.3.0", |
|
| 776 |
+ "ruflin/elastica": ">=0.90 <3.0", |
|
| 777 |
+ "sentry/sentry": "^0.13", |
|
| 778 |
+ "swiftmailer/swiftmailer": "^5.3|^6.0" |
|
| 779 |
+ }, |
|
| 780 |
+ "suggest": {
|
|
| 781 |
+ "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", |
|
| 782 |
+ "doctrine/couchdb": "Allow sending log messages to a CouchDB server", |
|
| 783 |
+ "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", |
|
| 784 |
+ "ext-mongo": "Allow sending log messages to a MongoDB server", |
|
| 785 |
+ "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", |
|
| 786 |
+ "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", |
|
| 787 |
+ "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", |
|
| 788 |
+ "php-console/php-console": "Allow sending log messages to Google Chrome", |
|
| 789 |
+ "rollbar/rollbar": "Allow sending log messages to Rollbar", |
|
| 790 |
+ "ruflin/elastica": "Allow sending log messages to an Elastic Search server", |
|
| 791 |
+ "sentry/sentry": "Allow sending log messages to a Sentry server" |
|
| 792 |
+ }, |
|
| 793 |
+ "type": "library", |
|
| 794 |
+ "extra": {
|
|
| 795 |
+ "branch-alias": {
|
|
| 796 |
+ "dev-master": "2.0.x-dev" |
|
| 797 |
+ } |
|
| 798 |
+ }, |
|
| 799 |
+ "autoload": {
|
|
| 800 |
+ "psr-4": {
|
|
| 801 |
+ "Monolog\\": "src/Monolog" |
|
| 802 |
+ } |
|
| 803 |
+ }, |
|
| 804 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 805 |
+ "license": [ |
|
| 806 |
+ "MIT" |
|
| 807 |
+ ], |
|
| 808 |
+ "authors": [ |
|
| 809 |
+ {
|
|
| 810 |
+ "name": "Jordi Boggiano", |
|
| 811 |
+ "email": "j.boggiano@seld.be", |
|
| 812 |
+ "homepage": "http://seld.be" |
|
| 813 |
+ } |
|
| 814 |
+ ], |
|
| 815 |
+ "description": "Sends your logs to files, sockets, inboxes, databases and various web services", |
|
| 816 |
+ "homepage": "http://github.com/Seldaek/monolog", |
|
| 817 |
+ "keywords": [ |
|
| 818 |
+ "log", |
|
| 819 |
+ "logging", |
|
| 820 |
+ "psr-3" |
|
| 821 |
+ ], |
|
| 822 |
+ "time": "2018-11-05T09:00:11+00:00" |
|
| 823 |
+ }, |
|
| 824 |
+ {
|
|
| 825 |
+ "name": "nesbot/carbon", |
|
| 826 |
+ "version": "1.34.1", |
|
| 827 |
+ "source": {
|
|
| 828 |
+ "type": "git", |
|
| 829 |
+ "url": "https://github.com/briannesbitt/Carbon.git", |
|
| 830 |
+ "reference": "19201b87f7dba2a7cbf1cccdf0e1da13c04ee9c9" |
|
| 831 |
+ }, |
|
| 832 |
+ "dist": {
|
|
| 833 |
+ "type": "zip", |
|
| 834 |
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/19201b87f7dba2a7cbf1cccdf0e1da13c04ee9c9", |
|
| 835 |
+ "reference": "19201b87f7dba2a7cbf1cccdf0e1da13c04ee9c9", |
|
| 836 |
+ "shasum": "" |
|
| 837 |
+ }, |
|
| 838 |
+ "require": {
|
|
| 839 |
+ "php": ">=5.3.9", |
|
| 840 |
+ "symfony/translation": "~2.6 || ~3.0 || ~4.0" |
|
| 841 |
+ }, |
|
| 842 |
+ "require-dev": {
|
|
| 843 |
+ "friendsofphp/php-cs-fixer": "~2", |
|
| 844 |
+ "phpunit/phpunit": "^4.8.35 || ^5.7" |
|
| 845 |
+ }, |
|
| 846 |
+ "type": "library", |
|
| 847 |
+ "extra": {
|
|
| 848 |
+ "laravel": {
|
|
| 849 |
+ "providers": [ |
|
| 850 |
+ "Carbon\\Laravel\\ServiceProvider" |
|
| 851 |
+ ] |
|
| 852 |
+ } |
|
| 853 |
+ }, |
|
| 854 |
+ "autoload": {
|
|
| 855 |
+ "psr-4": {
|
|
| 856 |
+ "": "src/" |
|
| 857 |
+ } |
|
| 858 |
+ }, |
|
| 859 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 860 |
+ "license": [ |
|
| 861 |
+ "MIT" |
|
| 862 |
+ ], |
|
| 863 |
+ "authors": [ |
|
| 864 |
+ {
|
|
| 865 |
+ "name": "Brian Nesbitt", |
|
| 866 |
+ "email": "brian@nesbot.com", |
|
| 867 |
+ "homepage": "http://nesbot.com" |
|
| 868 |
+ } |
|
| 869 |
+ ], |
|
| 870 |
+ "description": "A simple API extension for DateTime.", |
|
| 871 |
+ "homepage": "http://carbon.nesbot.com", |
|
| 872 |
+ "keywords": [ |
|
| 873 |
+ "date", |
|
| 874 |
+ "datetime", |
|
| 875 |
+ "time" |
|
| 876 |
+ ], |
|
| 877 |
+ "time": "2018-11-08T13:33:47+00:00" |
|
| 878 |
+ }, |
|
| 879 |
+ {
|
|
| 880 |
+ "name": "nikic/php-parser", |
|
| 881 |
+ "version": "v4.1.0", |
|
| 882 |
+ "source": {
|
|
| 883 |
+ "type": "git", |
|
| 884 |
+ "url": "https://github.com/nikic/PHP-Parser.git", |
|
| 885 |
+ "reference": "d0230c5c77a7e3cfa69446febf340978540958c0" |
|
| 886 |
+ }, |
|
| 887 |
+ "dist": {
|
|
| 888 |
+ "type": "zip", |
|
| 889 |
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0", |
|
| 890 |
+ "reference": "d0230c5c77a7e3cfa69446febf340978540958c0", |
|
| 891 |
+ "shasum": "" |
|
| 892 |
+ }, |
|
| 893 |
+ "require": {
|
|
| 894 |
+ "ext-tokenizer": "*", |
|
| 895 |
+ "php": ">=7.0" |
|
| 896 |
+ }, |
|
| 897 |
+ "require-dev": {
|
|
| 898 |
+ "phpunit/phpunit": "^6.5 || ^7.0" |
|
| 899 |
+ }, |
|
| 900 |
+ "bin": [ |
|
| 901 |
+ "bin/php-parse" |
|
| 902 |
+ ], |
|
| 903 |
+ "type": "library", |
|
| 904 |
+ "extra": {
|
|
| 905 |
+ "branch-alias": {
|
|
| 906 |
+ "dev-master": "4.1-dev" |
|
| 907 |
+ } |
|
| 908 |
+ }, |
|
| 909 |
+ "autoload": {
|
|
| 910 |
+ "psr-4": {
|
|
| 911 |
+ "PhpParser\\": "lib/PhpParser" |
|
| 912 |
+ } |
|
| 913 |
+ }, |
|
| 914 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 915 |
+ "license": [ |
|
| 916 |
+ "BSD-3-Clause" |
|
| 917 |
+ ], |
|
| 918 |
+ "authors": [ |
|
| 919 |
+ {
|
|
| 920 |
+ "name": "Nikita Popov" |
|
| 921 |
+ } |
|
| 922 |
+ ], |
|
| 923 |
+ "description": "A PHP parser written in PHP", |
|
| 924 |
+ "keywords": [ |
|
| 925 |
+ "parser", |
|
| 926 |
+ "php" |
|
| 927 |
+ ], |
|
| 928 |
+ "time": "2018-10-10T09:24:14+00:00" |
|
| 929 |
+ }, |
|
| 930 |
+ {
|
|
| 931 |
+ "name": "opis/closure", |
|
| 932 |
+ "version": "3.1.1", |
|
| 933 |
+ "source": {
|
|
| 934 |
+ "type": "git", |
|
| 935 |
+ "url": "https://github.com/opis/closure.git", |
|
| 936 |
+ "reference": "d3209e46ad6c69a969b705df0738fd0dbe26ef9e" |
|
| 937 |
+ }, |
|
| 938 |
+ "dist": {
|
|
| 939 |
+ "type": "zip", |
|
| 940 |
+ "url": "https://api.github.com/repos/opis/closure/zipball/d3209e46ad6c69a969b705df0738fd0dbe26ef9e", |
|
| 941 |
+ "reference": "d3209e46ad6c69a969b705df0738fd0dbe26ef9e", |
|
| 942 |
+ "shasum": "" |
|
| 943 |
+ }, |
|
| 944 |
+ "require": {
|
|
| 945 |
+ "php": "^5.4 || ^7.0" |
|
| 946 |
+ }, |
|
| 947 |
+ "require-dev": {
|
|
| 948 |
+ "jeremeamia/superclosure": "^2.0", |
|
| 949 |
+ "phpunit/phpunit": "^4.0" |
|
| 950 |
+ }, |
|
| 951 |
+ "type": "library", |
|
| 952 |
+ "extra": {
|
|
| 953 |
+ "branch-alias": {
|
|
| 954 |
+ "dev-master": "3.0.x-dev" |
|
| 955 |
+ } |
|
| 956 |
+ }, |
|
| 957 |
+ "autoload": {
|
|
| 958 |
+ "psr-4": {
|
|
| 959 |
+ "Opis\\Closure\\": "src/" |
|
| 960 |
+ }, |
|
| 961 |
+ "files": [ |
|
| 962 |
+ "functions.php" |
|
| 963 |
+ ] |
|
| 964 |
+ }, |
|
| 965 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 966 |
+ "license": [ |
|
| 967 |
+ "MIT" |
|
| 968 |
+ ], |
|
| 969 |
+ "authors": [ |
|
| 970 |
+ {
|
|
| 971 |
+ "name": "Marius Sarca", |
|
| 972 |
+ "email": "marius.sarca@gmail.com" |
|
| 973 |
+ }, |
|
| 974 |
+ {
|
|
| 975 |
+ "name": "Sorin Sarca", |
|
| 976 |
+ "email": "sarca_sorin@hotmail.com" |
|
| 977 |
+ } |
|
| 978 |
+ ], |
|
| 979 |
+ "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.", |
|
| 980 |
+ "homepage": "https://opis.io/closure", |
|
| 981 |
+ "keywords": [ |
|
| 982 |
+ "anonymous functions", |
|
| 983 |
+ "closure", |
|
| 984 |
+ "function", |
|
| 985 |
+ "serializable", |
|
| 986 |
+ "serialization", |
|
| 987 |
+ "serialize" |
|
| 988 |
+ ], |
|
| 989 |
+ "time": "2018-10-02T13:36:53+00:00" |
|
| 990 |
+ }, |
|
| 991 |
+ {
|
|
| 992 |
+ "name": "paragonie/random_compat", |
|
| 993 |
+ "version": "v9.99.99", |
|
| 994 |
+ "source": {
|
|
| 995 |
+ "type": "git", |
|
| 996 |
+ "url": "https://github.com/paragonie/random_compat.git", |
|
| 997 |
+ "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" |
|
| 998 |
+ }, |
|
| 999 |
+ "dist": {
|
|
| 1000 |
+ "type": "zip", |
|
| 1001 |
+ "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", |
|
| 1002 |
+ "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", |
|
| 1003 |
+ "shasum": "" |
|
| 1004 |
+ }, |
|
| 1005 |
+ "require": {
|
|
| 1006 |
+ "php": "^7" |
|
| 1007 |
+ }, |
|
| 1008 |
+ "require-dev": {
|
|
| 1009 |
+ "phpunit/phpunit": "4.*|5.*", |
|
| 1010 |
+ "vimeo/psalm": "^1" |
|
| 1011 |
+ }, |
|
| 1012 |
+ "suggest": {
|
|
| 1013 |
+ "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." |
|
| 1014 |
+ }, |
|
| 1015 |
+ "type": "library", |
|
| 1016 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 1017 |
+ "license": [ |
|
| 1018 |
+ "MIT" |
|
| 1019 |
+ ], |
|
| 1020 |
+ "authors": [ |
|
| 1021 |
+ {
|
|
| 1022 |
+ "name": "Paragon Initiative Enterprises", |
|
| 1023 |
+ "email": "security@paragonie.com", |
|
| 1024 |
+ "homepage": "https://paragonie.com" |
|
| 1025 |
+ } |
|
| 1026 |
+ ], |
|
| 1027 |
+ "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", |
|
| 1028 |
+ "keywords": [ |
|
| 1029 |
+ "csprng", |
|
| 1030 |
+ "polyfill", |
|
| 1031 |
+ "pseudorandom", |
|
| 1032 |
+ "random" |
|
| 1033 |
+ ], |
|
| 1034 |
+ "time": "2018-07-02T15:55:56+00:00" |
|
| 1035 |
+ }, |
|
| 1036 |
+ {
|
|
| 1037 |
+ "name": "psr/container", |
|
| 1038 |
+ "version": "1.0.0", |
|
| 1039 |
+ "source": {
|
|
| 1040 |
+ "type": "git", |
|
| 1041 |
+ "url": "https://github.com/php-fig/container.git", |
|
| 1042 |
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" |
|
| 1043 |
+ }, |
|
| 1044 |
+ "dist": {
|
|
| 1045 |
+ "type": "zip", |
|
| 1046 |
+ "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
|
| 1047 |
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", |
|
| 1048 |
+ "shasum": "" |
|
| 1049 |
+ }, |
|
| 1050 |
+ "require": {
|
|
| 1051 |
+ "php": ">=5.3.0" |
|
| 1052 |
+ }, |
|
| 1053 |
+ "type": "library", |
|
| 1054 |
+ "extra": {
|
|
| 1055 |
+ "branch-alias": {
|
|
| 1056 |
+ "dev-master": "1.0.x-dev" |
|
| 1057 |
+ } |
|
| 1058 |
+ }, |
|
| 1059 |
+ "autoload": {
|
|
| 1060 |
+ "psr-4": {
|
|
| 1061 |
+ "Psr\\Container\\": "src/" |
|
| 1062 |
+ } |
|
| 1063 |
+ }, |
|
| 1064 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 1065 |
+ "license": [ |
|
| 1066 |
+ "MIT" |
|
| 1067 |
+ ], |
|
| 1068 |
+ "authors": [ |
|
| 1069 |
+ {
|
|
| 1070 |
+ "name": "PHP-FIG", |
|
| 1071 |
+ "homepage": "http://www.php-fig.org/" |
|
| 1072 |
+ } |
|
| 1073 |
+ ], |
|
| 1074 |
+ "description": "Common Container Interface (PHP FIG PSR-11)", |
|
| 1075 |
+ "homepage": "https://github.com/php-fig/container", |
|
| 1076 |
+ "keywords": [ |
|
| 1077 |
+ "PSR-11", |
|
| 1078 |
+ "container", |
|
| 1079 |
+ "container-interface", |
|
| 1080 |
+ "container-interop", |
|
| 1081 |
+ "psr" |
|
| 1082 |
+ ], |
|
| 1083 |
+ "time": "2017-02-14T16:28:37+00:00" |
|
| 1084 |
+ }, |
|
| 1085 |
+ {
|
|
| 1086 |
+ "name": "psr/log", |
|
| 1087 |
+ "version": "1.0.2", |
|
| 1088 |
+ "source": {
|
|
| 1089 |
+ "type": "git", |
|
| 1090 |
+ "url": "https://github.com/php-fig/log.git", |
|
| 1091 |
+ "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" |
|
| 1092 |
+ }, |
|
| 1093 |
+ "dist": {
|
|
| 1094 |
+ "type": "zip", |
|
| 1095 |
+ "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
|
| 1096 |
+ "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", |
|
| 1097 |
+ "shasum": "" |
|
| 1098 |
+ }, |
|
| 1099 |
+ "require": {
|
|
| 1100 |
+ "php": ">=5.3.0" |
|
| 1101 |
+ }, |
|
| 1102 |
+ "type": "library", |
|
| 1103 |
+ "extra": {
|
|
| 1104 |
+ "branch-alias": {
|
|
| 1105 |
+ "dev-master": "1.0.x-dev" |
|
| 1106 |
+ } |
|
| 1107 |
+ }, |
|
| 1108 |
+ "autoload": {
|
|
| 1109 |
+ "psr-4": {
|
|
| 1110 |
+ "Psr\\Log\\": "Psr/Log/" |
|
| 1111 |
+ } |
|
| 1112 |
+ }, |
|
| 1113 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 1114 |
+ "license": [ |
|
| 1115 |
+ "MIT" |
|
| 1116 |
+ ], |
|
| 1117 |
+ "authors": [ |
|
| 1118 |
+ {
|
|
| 1119 |
+ "name": "PHP-FIG", |
|
| 1120 |
+ "homepage": "http://www.php-fig.org/" |
|
| 1121 |
+ } |
|
| 1122 |
+ ], |
|
| 1123 |
+ "description": "Common interface for logging libraries", |
|
| 1124 |
+ "homepage": "https://github.com/php-fig/log", |
|
| 1125 |
+ "keywords": [ |
|
| 1126 |
+ "log", |
|
| 1127 |
+ "psr", |
|
| 1128 |
+ "psr-3" |
|
| 1129 |
+ ], |
|
| 1130 |
+ "time": "2016-10-10T12:19:37+00:00" |
|
| 1131 |
+ }, |
|
| 1132 |
+ {
|
|
| 1133 |
+ "name": "psr/simple-cache", |
|
| 1134 |
+ "version": "1.0.1", |
|
| 1135 |
+ "source": {
|
|
| 1136 |
+ "type": "git", |
|
| 1137 |
+ "url": "https://github.com/php-fig/simple-cache.git", |
|
| 1138 |
+ "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" |
|
| 1139 |
+ }, |
|
| 1140 |
+ "dist": {
|
|
| 1141 |
+ "type": "zip", |
|
| 1142 |
+ "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", |
|
| 1143 |
+ "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", |
|
| 1144 |
+ "shasum": "" |
|
| 1145 |
+ }, |
|
| 1146 |
+ "require": {
|
|
| 1147 |
+ "php": ">=5.3.0" |
|
| 1148 |
+ }, |
|
| 1149 |
+ "type": "library", |
|
| 1150 |
+ "extra": {
|
|
| 1151 |
+ "branch-alias": {
|
|
| 1152 |
+ "dev-master": "1.0.x-dev" |
|
| 1153 |
+ } |
|
| 1154 |
+ }, |
|
| 1155 |
+ "autoload": {
|
|
| 1156 |
+ "psr-4": {
|
|
| 1157 |
+ "Psr\\SimpleCache\\": "src/" |
|
| 1158 |
+ } |
|
| 1159 |
+ }, |
|
| 1160 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 1161 |
+ "license": [ |
|
| 1162 |
+ "MIT" |
|
| 1163 |
+ ], |
|
| 1164 |
+ "authors": [ |
|
| 1165 |
+ {
|
|
| 1166 |
+ "name": "PHP-FIG", |
|
| 1167 |
+ "homepage": "http://www.php-fig.org/" |
|
| 1168 |
+ } |
|
| 1169 |
+ ], |
|
| 1170 |
+ "description": "Common interfaces for simple caching", |
|
| 1171 |
+ "keywords": [ |
|
| 1172 |
+ "cache", |
|
| 1173 |
+ "caching", |
|
| 1174 |
+ "psr", |
|
| 1175 |
+ "psr-16", |
|
| 1176 |
+ "simple-cache" |
|
| 1177 |
+ ], |
|
| 1178 |
+ "time": "2017-10-23T01:57:42+00:00" |
|
| 1179 |
+ }, |
|
| 1180 |
+ {
|
|
| 1181 |
+ "name": "psy/psysh", |
|
| 1182 |
+ "version": "v0.9.9", |
|
| 1183 |
+ "source": {
|
|
| 1184 |
+ "type": "git", |
|
| 1185 |
+ "url": "https://github.com/bobthecow/psysh.git", |
|
| 1186 |
+ "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e" |
|
| 1187 |
+ }, |
|
| 1188 |
+ "dist": {
|
|
| 1189 |
+ "type": "zip", |
|
| 1190 |
+ "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e", |
|
| 1191 |
+ "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e", |
|
| 1192 |
+ "shasum": "" |
|
| 1193 |
+ }, |
|
| 1194 |
+ "require": {
|
|
| 1195 |
+ "dnoegel/php-xdg-base-dir": "0.1", |
|
| 1196 |
+ "ext-json": "*", |
|
| 1197 |
+ "ext-tokenizer": "*", |
|
| 1198 |
+ "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*", |
|
| 1199 |
+ "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0", |
|
| 1200 |
+ "php": ">=5.4.0", |
|
| 1201 |
+ "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0", |
|
| 1202 |
+ "symfony/var-dumper": "~2.7|~3.0|~4.0" |
|
| 1203 |
+ }, |
|
| 1204 |
+ "require-dev": {
|
|
| 1205 |
+ "bamarni/composer-bin-plugin": "^1.2", |
|
| 1206 |
+ "hoa/console": "~2.15|~3.16", |
|
| 1207 |
+ "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0" |
|
| 1208 |
+ }, |
|
| 1209 |
+ "suggest": {
|
|
| 1210 |
+ "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", |
|
| 1211 |
+ "ext-pdo-sqlite": "The doc command requires SQLite to work.", |
|
| 1212 |
+ "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", |
|
| 1213 |
+ "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.", |
|
| 1214 |
+ "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit." |
|
| 1215 |
+ }, |
|
| 1216 |
+ "bin": [ |
|
| 1217 |
+ "bin/psysh" |
|
| 1218 |
+ ], |
|
| 1219 |
+ "type": "library", |
|
| 1220 |
+ "extra": {
|
|
| 1221 |
+ "branch-alias": {
|
|
| 1222 |
+ "dev-develop": "0.9.x-dev" |
|
| 1223 |
+ } |
|
| 1224 |
+ }, |
|
| 1225 |
+ "autoload": {
|
|
| 1226 |
+ "files": [ |
|
| 1227 |
+ "src/functions.php" |
|
| 1228 |
+ ], |
|
| 1229 |
+ "psr-4": {
|
|
| 1230 |
+ "Psy\\": "src/" |
|
| 1231 |
+ } |
|
| 1232 |
+ }, |
|
| 1233 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 1234 |
+ "license": [ |
|
| 1235 |
+ "MIT" |
|
| 1236 |
+ ], |
|
| 1237 |
+ "authors": [ |
|
| 1238 |
+ {
|
|
| 1239 |
+ "name": "Justin Hileman", |
|
| 1240 |
+ "email": "justin@justinhileman.info", |
|
| 1241 |
+ "homepage": "http://justinhileman.com" |
|
| 1242 |
+ } |
|
| 1243 |
+ ], |
|
| 1244 |
+ "description": "An interactive shell for modern PHP.", |
|
| 1245 |
+ "homepage": "http://psysh.org", |
|
| 1246 |
+ "keywords": [ |
|
| 1247 |
+ "REPL", |
|
| 1248 |
+ "console", |
|
| 1249 |
+ "interactive", |
|
| 1250 |
+ "shell" |
|
| 1251 |
+ ], |
|
| 1252 |
+ "time": "2018-10-13T15:16:03+00:00" |
|
| 1253 |
+ }, |
|
| 1254 |
+ {
|
|
| 1255 |
+ "name": "ramsey/uuid", |
|
| 1256 |
+ "version": "3.8.0", |
|
| 1257 |
+ "source": {
|
|
| 1258 |
+ "type": "git", |
|
| 1259 |
+ "url": "https://github.com/ramsey/uuid.git", |
|
| 1260 |
+ "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3" |
|
| 1261 |
+ }, |
|
| 1262 |
+ "dist": {
|
|
| 1263 |
+ "type": "zip", |
|
| 1264 |
+ "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3", |
|
| 1265 |
+ "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3", |
|
| 1266 |
+ "shasum": "" |
|
| 1267 |
+ }, |
|
| 1268 |
+ "require": {
|
|
| 1269 |
+ "paragonie/random_compat": "^1.0|^2.0|9.99.99", |
|
| 1270 |
+ "php": "^5.4 || ^7.0", |
|
| 1271 |
+ "symfony/polyfill-ctype": "^1.8" |
|
| 1272 |
+ }, |
|
| 1273 |
+ "replace": {
|
|
| 1274 |
+ "rhumsaa/uuid": "self.version" |
|
| 1275 |
+ }, |
|
| 1276 |
+ "require-dev": {
|
|
| 1277 |
+ "codeception/aspect-mock": "^1.0 | ~2.0.0", |
|
| 1278 |
+ "doctrine/annotations": "~1.2.0", |
|
| 1279 |
+ "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0", |
|
| 1280 |
+ "ircmaxell/random-lib": "^1.1", |
|
| 1281 |
+ "jakub-onderka/php-parallel-lint": "^0.9.0", |
|
| 1282 |
+ "mockery/mockery": "^0.9.9", |
|
| 1283 |
+ "moontoast/math": "^1.1", |
|
| 1284 |
+ "php-mock/php-mock-phpunit": "^0.3|^1.1", |
|
| 1285 |
+ "phpunit/phpunit": "^4.7|^5.0|^6.5", |
|
| 1286 |
+ "squizlabs/php_codesniffer": "^2.3" |
|
| 1287 |
+ }, |
|
| 1288 |
+ "suggest": {
|
|
| 1289 |
+ "ext-ctype": "Provides support for PHP Ctype functions", |
|
| 1290 |
+ "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", |
|
| 1291 |
+ "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", |
|
| 1292 |
+ "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", |
|
| 1293 |
+ "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", |
|
| 1294 |
+ "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", |
|
| 1295 |
+ "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." |
|
| 1296 |
+ }, |
|
| 1297 |
+ "type": "library", |
|
| 1298 |
+ "extra": {
|
|
| 1299 |
+ "branch-alias": {
|
|
| 1300 |
+ "dev-master": "3.x-dev" |
|
| 1301 |
+ } |
|
| 1302 |
+ }, |
|
| 1303 |
+ "autoload": {
|
|
| 1304 |
+ "psr-4": {
|
|
| 1305 |
+ "Ramsey\\Uuid\\": "src/" |
|
| 1306 |
+ } |
|
| 1307 |
+ }, |
|
| 1308 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 1309 |
+ "license": [ |
|
| 1310 |
+ "MIT" |
|
| 1311 |
+ ], |
|
| 1312 |
+ "authors": [ |
|
| 1313 |
+ {
|
|
| 1314 |
+ "name": "Marijn Huizendveld", |
|
| 1315 |
+ "email": "marijn.huizendveld@gmail.com" |
|
| 1316 |
+ }, |
|
| 1317 |
+ {
|
|
| 1318 |
+ "name": "Thibaud Fabre", |
|
| 1319 |
+ "email": "thibaud@aztech.io" |
|
| 1320 |
+ }, |
|
| 1321 |
+ {
|
|
| 1322 |
+ "name": "Ben Ramsey", |
|
| 1323 |
+ "email": "ben@benramsey.com", |
|
| 1324 |
+ "homepage": "https://benramsey.com" |
|
| 1325 |
+ } |
|
| 1326 |
+ ], |
|
| 1327 |
+ "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", |
|
| 1328 |
+ "homepage": "https://github.com/ramsey/uuid", |
|
| 1329 |
+ "keywords": [ |
|
| 1330 |
+ "guid", |
|
| 1331 |
+ "identifier", |
|
| 1332 |
+ "uuid" |
|
| 1333 |
+ ], |
|
| 1334 |
+ "time": "2018-07-19T23:38:55+00:00" |
|
| 1335 |
+ }, |
|
| 1336 |
+ {
|
|
| 1337 |
+ "name": "swiftmailer/swiftmailer", |
|
| 1338 |
+ "version": "v6.1.3", |
|
| 1339 |
+ "source": {
|
|
| 1340 |
+ "type": "git", |
|
| 1341 |
+ "url": "https://github.com/swiftmailer/swiftmailer.git", |
|
| 1342 |
+ "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4" |
|
| 1343 |
+ }, |
|
| 1344 |
+ "dist": {
|
|
| 1345 |
+ "type": "zip", |
|
| 1346 |
+ "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8ddcb66ac10c392d3beb54829eef8ac1438595f4", |
|
| 1347 |
+ "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4", |
|
| 1348 |
+ "shasum": "" |
|
| 1349 |
+ }, |
|
| 1350 |
+ "require": {
|
|
| 1351 |
+ "egulias/email-validator": "~2.0", |
|
| 1352 |
+ "php": ">=7.0.0" |
|
| 1353 |
+ }, |
|
| 1354 |
+ "require-dev": {
|
|
| 1355 |
+ "mockery/mockery": "~0.9.1", |
|
| 1356 |
+ "symfony/phpunit-bridge": "~3.3@dev" |
|
| 1357 |
+ }, |
|
| 1358 |
+ "suggest": {
|
|
| 1359 |
+ "ext-intl": "Needed to support internationalized email addresses", |
|
| 1360 |
+ "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed" |
|
| 1361 |
+ }, |
|
| 1362 |
+ "type": "library", |
|
| 1363 |
+ "extra": {
|
|
| 1364 |
+ "branch-alias": {
|
|
| 1365 |
+ "dev-master": "6.1-dev" |
|
| 1366 |
+ } |
|
| 1367 |
+ }, |
|
| 1368 |
+ "autoload": {
|
|
| 1369 |
+ "files": [ |
|
| 1370 |
+ "lib/swift_required.php" |
|
| 1371 |
+ ] |
|
| 1372 |
+ }, |
|
| 1373 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 1374 |
+ "license": [ |
|
| 1375 |
+ "MIT" |
|
| 1376 |
+ ], |
|
| 1377 |
+ "authors": [ |
|
| 1378 |
+ {
|
|
| 1379 |
+ "name": "Chris Corbyn" |
|
| 1380 |
+ }, |
|
| 1381 |
+ {
|
|
| 1382 |
+ "name": "Fabien Potencier", |
|
| 1383 |
+ "email": "fabien@symfony.com" |
|
| 1384 |
+ } |
|
| 1385 |
+ ], |
|
| 1386 |
+ "description": "Swiftmailer, free feature-rich PHP mailer", |
|
| 1387 |
+ "homepage": "https://swiftmailer.symfony.com", |
|
| 1388 |
+ "keywords": [ |
|
| 1389 |
+ "email", |
|
| 1390 |
+ "mail", |
|
| 1391 |
+ "mailer" |
|
| 1392 |
+ ], |
|
| 1393 |
+ "time": "2018-09-11T07:12:52+00:00" |
|
| 1394 |
+ }, |
|
| 1395 |
+ {
|
|
| 1396 |
+ "name": "symfony/console", |
|
| 1397 |
+ "version": "v4.1.7", |
|
| 1398 |
+ "source": {
|
|
| 1399 |
+ "type": "git", |
|
| 1400 |
+ "url": "https://github.com/symfony/console.git", |
|
| 1401 |
+ "reference": "432122af37d8cd52fba1b294b11976e0d20df595" |
|
| 1402 |
+ }, |
|
| 1403 |
+ "dist": {
|
|
| 1404 |
+ "type": "zip", |
|
| 1405 |
+ "url": "https://api.github.com/repos/symfony/console/zipball/432122af37d8cd52fba1b294b11976e0d20df595", |
|
| 1406 |
+ "reference": "432122af37d8cd52fba1b294b11976e0d20df595", |
|
| 1407 |
+ "shasum": "" |
|
| 1408 |
+ }, |
|
| 1409 |
+ "require": {
|
|
| 1410 |
+ "php": "^7.1.3", |
|
| 1411 |
+ "symfony/polyfill-mbstring": "~1.0" |
|
| 1412 |
+ }, |
|
| 1413 |
+ "conflict": {
|
|
| 1414 |
+ "symfony/dependency-injection": "<3.4", |
|
| 1415 |
+ "symfony/process": "<3.3" |
|
| 1416 |
+ }, |
|
| 1417 |
+ "require-dev": {
|
|
| 1418 |
+ "psr/log": "~1.0", |
|
| 1419 |
+ "symfony/config": "~3.4|~4.0", |
|
| 1420 |
+ "symfony/dependency-injection": "~3.4|~4.0", |
|
| 1421 |
+ "symfony/event-dispatcher": "~3.4|~4.0", |
|
| 1422 |
+ "symfony/lock": "~3.4|~4.0", |
|
| 1423 |
+ "symfony/process": "~3.4|~4.0" |
|
| 1424 |
+ }, |
|
| 1425 |
+ "suggest": {
|
|
| 1426 |
+ "psr/log-implementation": "For using the console logger", |
|
| 1427 |
+ "symfony/event-dispatcher": "", |
|
| 1428 |
+ "symfony/lock": "", |
|
| 1429 |
+ "symfony/process": "" |
|
| 1430 |
+ }, |
|
| 1431 |
+ "type": "library", |
|
| 1432 |
+ "extra": {
|
|
| 1433 |
+ "branch-alias": {
|
|
| 1434 |
+ "dev-master": "4.1-dev" |
|
| 1435 |
+ } |
|
| 1436 |
+ }, |
|
| 1437 |
+ "autoload": {
|
|
| 1438 |
+ "psr-4": {
|
|
| 1439 |
+ "Symfony\\Component\\Console\\": "" |
|
| 1440 |
+ }, |
|
| 1441 |
+ "exclude-from-classmap": [ |
|
| 1442 |
+ "/Tests/" |
|
| 1443 |
+ ] |
|
| 1444 |
+ }, |
|
| 1445 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 1446 |
+ "license": [ |
|
| 1447 |
+ "MIT" |
|
| 1448 |
+ ], |
|
| 1449 |
+ "authors": [ |
|
| 1450 |
+ {
|
|
| 1451 |
+ "name": "Fabien Potencier", |
|
| 1452 |
+ "email": "fabien@symfony.com" |
|
| 1453 |
+ }, |
|
| 1454 |
+ {
|
|
| 1455 |
+ "name": "Symfony Community", |
|
| 1456 |
+ "homepage": "https://symfony.com/contributors" |
|
| 1457 |
+ } |
|
| 1458 |
+ ], |
|
| 1459 |
+ "description": "Symfony Console Component", |
|
| 1460 |
+ "homepage": "https://symfony.com", |
|
| 1461 |
+ "time": "2018-10-31T09:30:44+00:00" |
|
| 1462 |
+ }, |
|
| 1463 |
+ {
|
|
| 1464 |
+ "name": "symfony/css-selector", |
|
| 1465 |
+ "version": "v4.1.7", |
|
| 1466 |
+ "source": {
|
|
| 1467 |
+ "type": "git", |
|
| 1468 |
+ "url": "https://github.com/symfony/css-selector.git", |
|
| 1469 |
+ "reference": "d67de79a70a27d93c92c47f37ece958bf8de4d8a" |
|
| 1470 |
+ }, |
|
| 1471 |
+ "dist": {
|
|
| 1472 |
+ "type": "zip", |
|
| 1473 |
+ "url": "https://api.github.com/repos/symfony/css-selector/zipball/d67de79a70a27d93c92c47f37ece958bf8de4d8a", |
|
| 1474 |
+ "reference": "d67de79a70a27d93c92c47f37ece958bf8de4d8a", |
|
| 1475 |
+ "shasum": "" |
|
| 1476 |
+ }, |
|
| 1477 |
+ "require": {
|
|
| 1478 |
+ "php": "^7.1.3" |
|
| 1479 |
+ }, |
|
| 1480 |
+ "type": "library", |
|
| 1481 |
+ "extra": {
|
|
| 1482 |
+ "branch-alias": {
|
|
| 1483 |
+ "dev-master": "4.1-dev" |
|
| 1484 |
+ } |
|
| 1485 |
+ }, |
|
| 1486 |
+ "autoload": {
|
|
| 1487 |
+ "psr-4": {
|
|
| 1488 |
+ "Symfony\\Component\\CssSelector\\": "" |
|
| 1489 |
+ }, |
|
| 1490 |
+ "exclude-from-classmap": [ |
|
| 1491 |
+ "/Tests/" |
|
| 1492 |
+ ] |
|
| 1493 |
+ }, |
|
| 1494 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 1495 |
+ "license": [ |
|
| 1496 |
+ "MIT" |
|
| 1497 |
+ ], |
|
| 1498 |
+ "authors": [ |
|
| 1499 |
+ {
|
|
| 1500 |
+ "name": "Jean-François Simon", |
|
| 1501 |
+ "email": "jeanfrancois.simon@sensiolabs.com" |
|
| 1502 |
+ }, |
|
| 1503 |
+ {
|
|
| 1504 |
+ "name": "Fabien Potencier", |
|
| 1505 |
+ "email": "fabien@symfony.com" |
|
| 1506 |
+ }, |
|
| 1507 |
+ {
|
|
| 1508 |
+ "name": "Symfony Community", |
|
| 1509 |
+ "homepage": "https://symfony.com/contributors" |
|
| 1510 |
+ } |
|
| 1511 |
+ ], |
|
| 1512 |
+ "description": "Symfony CssSelector Component", |
|
| 1513 |
+ "homepage": "https://symfony.com", |
|
| 1514 |
+ "time": "2018-10-02T16:36:10+00:00" |
|
| 1515 |
+ }, |
|
| 1516 |
+ {
|
|
| 1517 |
+ "name": "symfony/debug", |
|
| 1518 |
+ "version": "v4.1.7", |
|
| 1519 |
+ "source": {
|
|
| 1520 |
+ "type": "git", |
|
| 1521 |
+ "url": "https://github.com/symfony/debug.git", |
|
| 1522 |
+ "reference": "19090917b848a799cbae4800abf740fe4eb71c1d" |
|
| 1523 |
+ }, |
|
| 1524 |
+ "dist": {
|
|
| 1525 |
+ "type": "zip", |
|
| 1526 |
+ "url": "https://api.github.com/repos/symfony/debug/zipball/19090917b848a799cbae4800abf740fe4eb71c1d", |
|
| 1527 |
+ "reference": "19090917b848a799cbae4800abf740fe4eb71c1d", |
|
| 1528 |
+ "shasum": "" |
|
| 1529 |
+ }, |
|
| 1530 |
+ "require": {
|
|
| 1531 |
+ "php": "^7.1.3", |
|
| 1532 |
+ "psr/log": "~1.0" |
|
| 1533 |
+ }, |
|
| 1534 |
+ "conflict": {
|
|
| 1535 |
+ "symfony/http-kernel": "<3.4" |
|
| 1536 |
+ }, |
|
| 1537 |
+ "require-dev": {
|
|
| 1538 |
+ "symfony/http-kernel": "~3.4|~4.0" |
|
| 1539 |
+ }, |
|
| 1540 |
+ "type": "library", |
|
| 1541 |
+ "extra": {
|
|
| 1542 |
+ "branch-alias": {
|
|
| 1543 |
+ "dev-master": "4.1-dev" |
|
| 1544 |
+ } |
|
| 1545 |
+ }, |
|
| 1546 |
+ "autoload": {
|
|
| 1547 |
+ "psr-4": {
|
|
| 1548 |
+ "Symfony\\Component\\Debug\\": "" |
|
| 1549 |
+ }, |
|
| 1550 |
+ "exclude-from-classmap": [ |
|
| 1551 |
+ "/Tests/" |
|
| 1552 |
+ ] |
|
| 1553 |
+ }, |
|
| 1554 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 1555 |
+ "license": [ |
|
| 1556 |
+ "MIT" |
|
| 1557 |
+ ], |
|
| 1558 |
+ "authors": [ |
|
| 1559 |
+ {
|
|
| 1560 |
+ "name": "Fabien Potencier", |
|
| 1561 |
+ "email": "fabien@symfony.com" |
|
| 1562 |
+ }, |
|
| 1563 |
+ {
|
|
| 1564 |
+ "name": "Symfony Community", |
|
| 1565 |
+ "homepage": "https://symfony.com/contributors" |
|
| 1566 |
+ } |
|
| 1567 |
+ ], |
|
| 1568 |
+ "description": "Symfony Debug Component", |
|
| 1569 |
+ "homepage": "https://symfony.com", |
|
| 1570 |
+ "time": "2018-10-31T09:09:42+00:00" |
|
| 1571 |
+ }, |
|
| 1572 |
+ {
|
|
| 1573 |
+ "name": "symfony/event-dispatcher", |
|
| 1574 |
+ "version": "v4.1.7", |
|
| 1575 |
+ "source": {
|
|
| 1576 |
+ "type": "git", |
|
| 1577 |
+ "url": "https://github.com/symfony/event-dispatcher.git", |
|
| 1578 |
+ "reference": "552541dad078c85d9414b09c041ede488b456cd5" |
|
| 1579 |
+ }, |
|
| 1580 |
+ "dist": {
|
|
| 1581 |
+ "type": "zip", |
|
| 1582 |
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/552541dad078c85d9414b09c041ede488b456cd5", |
|
| 1583 |
+ "reference": "552541dad078c85d9414b09c041ede488b456cd5", |
|
| 1584 |
+ "shasum": "" |
|
| 1585 |
+ }, |
|
| 1586 |
+ "require": {
|
|
| 1587 |
+ "php": "^7.1.3" |
|
| 1588 |
+ }, |
|
| 1589 |
+ "conflict": {
|
|
| 1590 |
+ "symfony/dependency-injection": "<3.4" |
|
| 1591 |
+ }, |
|
| 1592 |
+ "require-dev": {
|
|
| 1593 |
+ "psr/log": "~1.0", |
|
| 1594 |
+ "symfony/config": "~3.4|~4.0", |
|
| 1595 |
+ "symfony/dependency-injection": "~3.4|~4.0", |
|
| 1596 |
+ "symfony/expression-language": "~3.4|~4.0", |
|
| 1597 |
+ "symfony/stopwatch": "~3.4|~4.0" |
|
| 1598 |
+ }, |
|
| 1599 |
+ "suggest": {
|
|
| 1600 |
+ "symfony/dependency-injection": "", |
|
| 1601 |
+ "symfony/http-kernel": "" |
|
| 1602 |
+ }, |
|
| 1603 |
+ "type": "library", |
|
| 1604 |
+ "extra": {
|
|
| 1605 |
+ "branch-alias": {
|
|
| 1606 |
+ "dev-master": "4.1-dev" |
|
| 1607 |
+ } |
|
| 1608 |
+ }, |
|
| 1609 |
+ "autoload": {
|
|
| 1610 |
+ "psr-4": {
|
|
| 1611 |
+ "Symfony\\Component\\EventDispatcher\\": "" |
|
| 1612 |
+ }, |
|
| 1613 |
+ "exclude-from-classmap": [ |
|
| 1614 |
+ "/Tests/" |
|
| 1615 |
+ ] |
|
| 1616 |
+ }, |
|
| 1617 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 1618 |
+ "license": [ |
|
| 1619 |
+ "MIT" |
|
| 1620 |
+ ], |
|
| 1621 |
+ "authors": [ |
|
| 1622 |
+ {
|
|
| 1623 |
+ "name": "Fabien Potencier", |
|
| 1624 |
+ "email": "fabien@symfony.com" |
|
| 1625 |
+ }, |
|
| 1626 |
+ {
|
|
| 1627 |
+ "name": "Symfony Community", |
|
| 1628 |
+ "homepage": "https://symfony.com/contributors" |
|
| 1629 |
+ } |
|
| 1630 |
+ ], |
|
| 1631 |
+ "description": "Symfony EventDispatcher Component", |
|
| 1632 |
+ "homepage": "https://symfony.com", |
|
| 1633 |
+ "time": "2018-10-10T13:52:42+00:00" |
|
| 1634 |
+ }, |
|
| 1635 |
+ {
|
|
| 1636 |
+ "name": "symfony/finder", |
|
| 1637 |
+ "version": "v4.1.7", |
|
| 1638 |
+ "source": {
|
|
| 1639 |
+ "type": "git", |
|
| 1640 |
+ "url": "https://github.com/symfony/finder.git", |
|
| 1641 |
+ "reference": "1f17195b44543017a9c9b2d437c670627e96ad06" |
|
| 1642 |
+ }, |
|
| 1643 |
+ "dist": {
|
|
| 1644 |
+ "type": "zip", |
|
| 1645 |
+ "url": "https://api.github.com/repos/symfony/finder/zipball/1f17195b44543017a9c9b2d437c670627e96ad06", |
|
| 1646 |
+ "reference": "1f17195b44543017a9c9b2d437c670627e96ad06", |
|
| 1647 |
+ "shasum": "" |
|
| 1648 |
+ }, |
|
| 1649 |
+ "require": {
|
|
| 1650 |
+ "php": "^7.1.3" |
|
| 1651 |
+ }, |
|
| 1652 |
+ "type": "library", |
|
| 1653 |
+ "extra": {
|
|
| 1654 |
+ "branch-alias": {
|
|
| 1655 |
+ "dev-master": "4.1-dev" |
|
| 1656 |
+ } |
|
| 1657 |
+ }, |
|
| 1658 |
+ "autoload": {
|
|
| 1659 |
+ "psr-4": {
|
|
| 1660 |
+ "Symfony\\Component\\Finder\\": "" |
|
| 1661 |
+ }, |
|
| 1662 |
+ "exclude-from-classmap": [ |
|
| 1663 |
+ "/Tests/" |
|
| 1664 |
+ ] |
|
| 1665 |
+ }, |
|
| 1666 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 1667 |
+ "license": [ |
|
| 1668 |
+ "MIT" |
|
| 1669 |
+ ], |
|
| 1670 |
+ "authors": [ |
|
| 1671 |
+ {
|
|
| 1672 |
+ "name": "Fabien Potencier", |
|
| 1673 |
+ "email": "fabien@symfony.com" |
|
| 1674 |
+ }, |
|
| 1675 |
+ {
|
|
| 1676 |
+ "name": "Symfony Community", |
|
| 1677 |
+ "homepage": "https://symfony.com/contributors" |
|
| 1678 |
+ } |
|
| 1679 |
+ ], |
|
| 1680 |
+ "description": "Symfony Finder Component", |
|
| 1681 |
+ "homepage": "https://symfony.com", |
|
| 1682 |
+ "time": "2018-10-03T08:47:56+00:00" |
|
| 1683 |
+ }, |
|
| 1684 |
+ {
|
|
| 1685 |
+ "name": "symfony/http-foundation", |
|
| 1686 |
+ "version": "v4.1.7", |
|
| 1687 |
+ "source": {
|
|
| 1688 |
+ "type": "git", |
|
| 1689 |
+ "url": "https://github.com/symfony/http-foundation.git", |
|
| 1690 |
+ "reference": "82d494c1492b0dd24bbc5c2d963fb02eb44491af" |
|
| 1691 |
+ }, |
|
| 1692 |
+ "dist": {
|
|
| 1693 |
+ "type": "zip", |
|
| 1694 |
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/82d494c1492b0dd24bbc5c2d963fb02eb44491af", |
|
| 1695 |
+ "reference": "82d494c1492b0dd24bbc5c2d963fb02eb44491af", |
|
| 1696 |
+ "shasum": "" |
|
| 1697 |
+ }, |
|
| 1698 |
+ "require": {
|
|
| 1699 |
+ "php": "^7.1.3", |
|
| 1700 |
+ "symfony/polyfill-mbstring": "~1.1" |
|
| 1701 |
+ }, |
|
| 1702 |
+ "require-dev": {
|
|
| 1703 |
+ "predis/predis": "~1.0", |
|
| 1704 |
+ "symfony/expression-language": "~3.4|~4.0" |
|
| 1705 |
+ }, |
|
| 1706 |
+ "type": "library", |
|
| 1707 |
+ "extra": {
|
|
| 1708 |
+ "branch-alias": {
|
|
| 1709 |
+ "dev-master": "4.1-dev" |
|
| 1710 |
+ } |
|
| 1711 |
+ }, |
|
| 1712 |
+ "autoload": {
|
|
| 1713 |
+ "psr-4": {
|
|
| 1714 |
+ "Symfony\\Component\\HttpFoundation\\": "" |
|
| 1715 |
+ }, |
|
| 1716 |
+ "exclude-from-classmap": [ |
|
| 1717 |
+ "/Tests/" |
|
| 1718 |
+ ] |
|
| 1719 |
+ }, |
|
| 1720 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 1721 |
+ "license": [ |
|
| 1722 |
+ "MIT" |
|
| 1723 |
+ ], |
|
| 1724 |
+ "authors": [ |
|
| 1725 |
+ {
|
|
| 1726 |
+ "name": "Fabien Potencier", |
|
| 1727 |
+ "email": "fabien@symfony.com" |
|
| 1728 |
+ }, |
|
| 1729 |
+ {
|
|
| 1730 |
+ "name": "Symfony Community", |
|
| 1731 |
+ "homepage": "https://symfony.com/contributors" |
|
| 1732 |
+ } |
|
| 1733 |
+ ], |
|
| 1734 |
+ "description": "Symfony HttpFoundation Component", |
|
| 1735 |
+ "homepage": "https://symfony.com", |
|
| 1736 |
+ "time": "2018-10-31T09:09:42+00:00" |
|
| 1737 |
+ }, |
|
| 1738 |
+ {
|
|
| 1739 |
+ "name": "symfony/http-kernel", |
|
| 1740 |
+ "version": "v4.1.7", |
|
| 1741 |
+ "source": {
|
|
| 1742 |
+ "type": "git", |
|
| 1743 |
+ "url": "https://github.com/symfony/http-kernel.git", |
|
| 1744 |
+ "reference": "958be64ab13b65172ad646ef5ae20364c2305fae" |
|
| 1745 |
+ }, |
|
| 1746 |
+ "dist": {
|
|
| 1747 |
+ "type": "zip", |
|
| 1748 |
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/958be64ab13b65172ad646ef5ae20364c2305fae", |
|
| 1749 |
+ "reference": "958be64ab13b65172ad646ef5ae20364c2305fae", |
|
| 1750 |
+ "shasum": "" |
|
| 1751 |
+ }, |
|
| 1752 |
+ "require": {
|
|
| 1753 |
+ "php": "^7.1.3", |
|
| 1754 |
+ "psr/log": "~1.0", |
|
| 1755 |
+ "symfony/debug": "~3.4|~4.0", |
|
| 1756 |
+ "symfony/event-dispatcher": "~4.1", |
|
| 1757 |
+ "symfony/http-foundation": "^4.1.1", |
|
| 1758 |
+ "symfony/polyfill-ctype": "~1.8" |
|
| 1759 |
+ }, |
|
| 1760 |
+ "conflict": {
|
|
| 1761 |
+ "symfony/config": "<3.4", |
|
| 1762 |
+ "symfony/dependency-injection": "<4.1", |
|
| 1763 |
+ "symfony/var-dumper": "<4.1.1", |
|
| 1764 |
+ "twig/twig": "<1.34|<2.4,>=2" |
|
| 1765 |
+ }, |
|
| 1766 |
+ "provide": {
|
|
| 1767 |
+ "psr/log-implementation": "1.0" |
|
| 1768 |
+ }, |
|
| 1769 |
+ "require-dev": {
|
|
| 1770 |
+ "psr/cache": "~1.0", |
|
| 1771 |
+ "symfony/browser-kit": "~3.4|~4.0", |
|
| 1772 |
+ "symfony/config": "~3.4|~4.0", |
|
| 1773 |
+ "symfony/console": "~3.4|~4.0", |
|
| 1774 |
+ "symfony/css-selector": "~3.4|~4.0", |
|
| 1775 |
+ "symfony/dependency-injection": "^4.1", |
|
| 1776 |
+ "symfony/dom-crawler": "~3.4|~4.0", |
|
| 1777 |
+ "symfony/expression-language": "~3.4|~4.0", |
|
| 1778 |
+ "symfony/finder": "~3.4|~4.0", |
|
| 1779 |
+ "symfony/process": "~3.4|~4.0", |
|
| 1780 |
+ "symfony/routing": "~3.4|~4.0", |
|
| 1781 |
+ "symfony/stopwatch": "~3.4|~4.0", |
|
| 1782 |
+ "symfony/templating": "~3.4|~4.0", |
|
| 1783 |
+ "symfony/translation": "~3.4|~4.0", |
|
| 1784 |
+ "symfony/var-dumper": "^4.1.1" |
|
| 1785 |
+ }, |
|
| 1786 |
+ "suggest": {
|
|
| 1787 |
+ "symfony/browser-kit": "", |
|
| 1788 |
+ "symfony/config": "", |
|
| 1789 |
+ "symfony/console": "", |
|
| 1790 |
+ "symfony/dependency-injection": "", |
|
| 1791 |
+ "symfony/var-dumper": "" |
|
| 1792 |
+ }, |
|
| 1793 |
+ "type": "library", |
|
| 1794 |
+ "extra": {
|
|
| 1795 |
+ "branch-alias": {
|
|
| 1796 |
+ "dev-master": "4.1-dev" |
|
| 1797 |
+ } |
|
| 1798 |
+ }, |
|
| 1799 |
+ "autoload": {
|
|
| 1800 |
+ "psr-4": {
|
|
| 1801 |
+ "Symfony\\Component\\HttpKernel\\": "" |
|
| 1802 |
+ }, |
|
| 1803 |
+ "exclude-from-classmap": [ |
|
| 1804 |
+ "/Tests/" |
|
| 1805 |
+ ] |
|
| 1806 |
+ }, |
|
| 1807 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 1808 |
+ "license": [ |
|
| 1809 |
+ "MIT" |
|
| 1810 |
+ ], |
|
| 1811 |
+ "authors": [ |
|
| 1812 |
+ {
|
|
| 1813 |
+ "name": "Fabien Potencier", |
|
| 1814 |
+ "email": "fabien@symfony.com" |
|
| 1815 |
+ }, |
|
| 1816 |
+ {
|
|
| 1817 |
+ "name": "Symfony Community", |
|
| 1818 |
+ "homepage": "https://symfony.com/contributors" |
|
| 1819 |
+ } |
|
| 1820 |
+ ], |
|
| 1821 |
+ "description": "Symfony HttpKernel Component", |
|
| 1822 |
+ "homepage": "https://symfony.com", |
|
| 1823 |
+ "time": "2018-11-03T11:11:23+00:00" |
|
| 1824 |
+ }, |
|
| 1825 |
+ {
|
|
| 1826 |
+ "name": "symfony/polyfill-ctype", |
|
| 1827 |
+ "version": "v1.10.0", |
|
| 1828 |
+ "source": {
|
|
| 1829 |
+ "type": "git", |
|
| 1830 |
+ "url": "https://github.com/symfony/polyfill-ctype.git", |
|
| 1831 |
+ "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" |
|
| 1832 |
+ }, |
|
| 1833 |
+ "dist": {
|
|
| 1834 |
+ "type": "zip", |
|
| 1835 |
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", |
|
| 1836 |
+ "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", |
|
| 1837 |
+ "shasum": "" |
|
| 1838 |
+ }, |
|
| 1839 |
+ "require": {
|
|
| 1840 |
+ "php": ">=5.3.3" |
|
| 1841 |
+ }, |
|
| 1842 |
+ "suggest": {
|
|
| 1843 |
+ "ext-ctype": "For best performance" |
|
| 1844 |
+ }, |
|
| 1845 |
+ "type": "library", |
|
| 1846 |
+ "extra": {
|
|
| 1847 |
+ "branch-alias": {
|
|
| 1848 |
+ "dev-master": "1.9-dev" |
|
| 1849 |
+ } |
|
| 1850 |
+ }, |
|
| 1851 |
+ "autoload": {
|
|
| 1852 |
+ "psr-4": {
|
|
| 1853 |
+ "Symfony\\Polyfill\\Ctype\\": "" |
|
| 1854 |
+ }, |
|
| 1855 |
+ "files": [ |
|
| 1856 |
+ "bootstrap.php" |
|
| 1857 |
+ ] |
|
| 1858 |
+ }, |
|
| 1859 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 1860 |
+ "license": [ |
|
| 1861 |
+ "MIT" |
|
| 1862 |
+ ], |
|
| 1863 |
+ "authors": [ |
|
| 1864 |
+ {
|
|
| 1865 |
+ "name": "Symfony Community", |
|
| 1866 |
+ "homepage": "https://symfony.com/contributors" |
|
| 1867 |
+ }, |
|
| 1868 |
+ {
|
|
| 1869 |
+ "name": "Gert de Pagter", |
|
| 1870 |
+ "email": "BackEndTea@gmail.com" |
|
| 1871 |
+ } |
|
| 1872 |
+ ], |
|
| 1873 |
+ "description": "Symfony polyfill for ctype functions", |
|
| 1874 |
+ "homepage": "https://symfony.com", |
|
| 1875 |
+ "keywords": [ |
|
| 1876 |
+ "compatibility", |
|
| 1877 |
+ "ctype", |
|
| 1878 |
+ "polyfill", |
|
| 1879 |
+ "portable" |
|
| 1880 |
+ ], |
|
| 1881 |
+ "time": "2018-08-06T14:22:27+00:00" |
|
| 1882 |
+ }, |
|
| 1883 |
+ {
|
|
| 1884 |
+ "name": "symfony/polyfill-mbstring", |
|
| 1885 |
+ "version": "v1.10.0", |
|
| 1886 |
+ "source": {
|
|
| 1887 |
+ "type": "git", |
|
| 1888 |
+ "url": "https://github.com/symfony/polyfill-mbstring.git", |
|
| 1889 |
+ "reference": "c79c051f5b3a46be09205c73b80b346e4153e494" |
|
| 1890 |
+ }, |
|
| 1891 |
+ "dist": {
|
|
| 1892 |
+ "type": "zip", |
|
| 1893 |
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494", |
|
| 1894 |
+ "reference": "c79c051f5b3a46be09205c73b80b346e4153e494", |
|
| 1895 |
+ "shasum": "" |
|
| 1896 |
+ }, |
|
| 1897 |
+ "require": {
|
|
| 1898 |
+ "php": ">=5.3.3" |
|
| 1899 |
+ }, |
|
| 1900 |
+ "suggest": {
|
|
| 1901 |
+ "ext-mbstring": "For best performance" |
|
| 1902 |
+ }, |
|
| 1903 |
+ "type": "library", |
|
| 1904 |
+ "extra": {
|
|
| 1905 |
+ "branch-alias": {
|
|
| 1906 |
+ "dev-master": "1.9-dev" |
|
| 1907 |
+ } |
|
| 1908 |
+ }, |
|
| 1909 |
+ "autoload": {
|
|
| 1910 |
+ "psr-4": {
|
|
| 1911 |
+ "Symfony\\Polyfill\\Mbstring\\": "" |
|
| 1912 |
+ }, |
|
| 1913 |
+ "files": [ |
|
| 1914 |
+ "bootstrap.php" |
|
| 1915 |
+ ] |
|
| 1916 |
+ }, |
|
| 1917 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 1918 |
+ "license": [ |
|
| 1919 |
+ "MIT" |
|
| 1920 |
+ ], |
|
| 1921 |
+ "authors": [ |
|
| 1922 |
+ {
|
|
| 1923 |
+ "name": "Nicolas Grekas", |
|
| 1924 |
+ "email": "p@tchwork.com" |
|
| 1925 |
+ }, |
|
| 1926 |
+ {
|
|
| 1927 |
+ "name": "Symfony Community", |
|
| 1928 |
+ "homepage": "https://symfony.com/contributors" |
|
| 1929 |
+ } |
|
| 1930 |
+ ], |
|
| 1931 |
+ "description": "Symfony polyfill for the Mbstring extension", |
|
| 1932 |
+ "homepage": "https://symfony.com", |
|
| 1933 |
+ "keywords": [ |
|
| 1934 |
+ "compatibility", |
|
| 1935 |
+ "mbstring", |
|
| 1936 |
+ "polyfill", |
|
| 1937 |
+ "portable", |
|
| 1938 |
+ "shim" |
|
| 1939 |
+ ], |
|
| 1940 |
+ "time": "2018-09-21T13:07:52+00:00" |
|
| 1941 |
+ }, |
|
| 1942 |
+ {
|
|
| 1943 |
+ "name": "symfony/polyfill-php72", |
|
| 1944 |
+ "version": "v1.10.0", |
|
| 1945 |
+ "source": {
|
|
| 1946 |
+ "type": "git", |
|
| 1947 |
+ "url": "https://github.com/symfony/polyfill-php72.git", |
|
| 1948 |
+ "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631" |
|
| 1949 |
+ }, |
|
| 1950 |
+ "dist": {
|
|
| 1951 |
+ "type": "zip", |
|
| 1952 |
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631", |
|
| 1953 |
+ "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631", |
|
| 1954 |
+ "shasum": "" |
|
| 1955 |
+ }, |
|
| 1956 |
+ "require": {
|
|
| 1957 |
+ "php": ">=5.3.3" |
|
| 1958 |
+ }, |
|
| 1959 |
+ "type": "library", |
|
| 1960 |
+ "extra": {
|
|
| 1961 |
+ "branch-alias": {
|
|
| 1962 |
+ "dev-master": "1.9-dev" |
|
| 1963 |
+ } |
|
| 1964 |
+ }, |
|
| 1965 |
+ "autoload": {
|
|
| 1966 |
+ "psr-4": {
|
|
| 1967 |
+ "Symfony\\Polyfill\\Php72\\": "" |
|
| 1968 |
+ }, |
|
| 1969 |
+ "files": [ |
|
| 1970 |
+ "bootstrap.php" |
|
| 1971 |
+ ] |
|
| 1972 |
+ }, |
|
| 1973 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 1974 |
+ "license": [ |
|
| 1975 |
+ "MIT" |
|
| 1976 |
+ ], |
|
| 1977 |
+ "authors": [ |
|
| 1978 |
+ {
|
|
| 1979 |
+ "name": "Nicolas Grekas", |
|
| 1980 |
+ "email": "p@tchwork.com" |
|
| 1981 |
+ }, |
|
| 1982 |
+ {
|
|
| 1983 |
+ "name": "Symfony Community", |
|
| 1984 |
+ "homepage": "https://symfony.com/contributors" |
|
| 1985 |
+ } |
|
| 1986 |
+ ], |
|
| 1987 |
+ "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", |
|
| 1988 |
+ "homepage": "https://symfony.com", |
|
| 1989 |
+ "keywords": [ |
|
| 1990 |
+ "compatibility", |
|
| 1991 |
+ "polyfill", |
|
| 1992 |
+ "portable", |
|
| 1993 |
+ "shim" |
|
| 1994 |
+ ], |
|
| 1995 |
+ "time": "2018-09-21T13:07:52+00:00" |
|
| 1996 |
+ }, |
|
| 1997 |
+ {
|
|
| 1998 |
+ "name": "symfony/process", |
|
| 1999 |
+ "version": "v4.1.7", |
|
| 2000 |
+ "source": {
|
|
| 2001 |
+ "type": "git", |
|
| 2002 |
+ "url": "https://github.com/symfony/process.git", |
|
| 2003 |
+ "reference": "3e83acef94d979b1de946599ef86b3a352abcdc9" |
|
| 2004 |
+ }, |
|
| 2005 |
+ "dist": {
|
|
| 2006 |
+ "type": "zip", |
|
| 2007 |
+ "url": "https://api.github.com/repos/symfony/process/zipball/3e83acef94d979b1de946599ef86b3a352abcdc9", |
|
| 2008 |
+ "reference": "3e83acef94d979b1de946599ef86b3a352abcdc9", |
|
| 2009 |
+ "shasum": "" |
|
| 2010 |
+ }, |
|
| 2011 |
+ "require": {
|
|
| 2012 |
+ "php": "^7.1.3" |
|
| 2013 |
+ }, |
|
| 2014 |
+ "type": "library", |
|
| 2015 |
+ "extra": {
|
|
| 2016 |
+ "branch-alias": {
|
|
| 2017 |
+ "dev-master": "4.1-dev" |
|
| 2018 |
+ } |
|
| 2019 |
+ }, |
|
| 2020 |
+ "autoload": {
|
|
| 2021 |
+ "psr-4": {
|
|
| 2022 |
+ "Symfony\\Component\\Process\\": "" |
|
| 2023 |
+ }, |
|
| 2024 |
+ "exclude-from-classmap": [ |
|
| 2025 |
+ "/Tests/" |
|
| 2026 |
+ ] |
|
| 2027 |
+ }, |
|
| 2028 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 2029 |
+ "license": [ |
|
| 2030 |
+ "MIT" |
|
| 2031 |
+ ], |
|
| 2032 |
+ "authors": [ |
|
| 2033 |
+ {
|
|
| 2034 |
+ "name": "Fabien Potencier", |
|
| 2035 |
+ "email": "fabien@symfony.com" |
|
| 2036 |
+ }, |
|
| 2037 |
+ {
|
|
| 2038 |
+ "name": "Symfony Community", |
|
| 2039 |
+ "homepage": "https://symfony.com/contributors" |
|
| 2040 |
+ } |
|
| 2041 |
+ ], |
|
| 2042 |
+ "description": "Symfony Process Component", |
|
| 2043 |
+ "homepage": "https://symfony.com", |
|
| 2044 |
+ "time": "2018-10-14T20:48:13+00:00" |
|
| 2045 |
+ }, |
|
| 2046 |
+ {
|
|
| 2047 |
+ "name": "symfony/routing", |
|
| 2048 |
+ "version": "v4.1.7", |
|
| 2049 |
+ "source": {
|
|
| 2050 |
+ "type": "git", |
|
| 2051 |
+ "url": "https://github.com/symfony/routing.git", |
|
| 2052 |
+ "reference": "d4a3c14cfbe6b9c05a1d6e948654022d4d1ad3fd" |
|
| 2053 |
+ }, |
|
| 2054 |
+ "dist": {
|
|
| 2055 |
+ "type": "zip", |
|
| 2056 |
+ "url": "https://api.github.com/repos/symfony/routing/zipball/d4a3c14cfbe6b9c05a1d6e948654022d4d1ad3fd", |
|
| 2057 |
+ "reference": "d4a3c14cfbe6b9c05a1d6e948654022d4d1ad3fd", |
|
| 2058 |
+ "shasum": "" |
|
| 2059 |
+ }, |
|
| 2060 |
+ "require": {
|
|
| 2061 |
+ "php": "^7.1.3" |
|
| 2062 |
+ }, |
|
| 2063 |
+ "conflict": {
|
|
| 2064 |
+ "symfony/config": "<3.4", |
|
| 2065 |
+ "symfony/dependency-injection": "<3.4", |
|
| 2066 |
+ "symfony/yaml": "<3.4" |
|
| 2067 |
+ }, |
|
| 2068 |
+ "require-dev": {
|
|
| 2069 |
+ "doctrine/annotations": "~1.0", |
|
| 2070 |
+ "psr/log": "~1.0", |
|
| 2071 |
+ "symfony/config": "~3.4|~4.0", |
|
| 2072 |
+ "symfony/dependency-injection": "~3.4|~4.0", |
|
| 2073 |
+ "symfony/expression-language": "~3.4|~4.0", |
|
| 2074 |
+ "symfony/http-foundation": "~3.4|~4.0", |
|
| 2075 |
+ "symfony/yaml": "~3.4|~4.0" |
|
| 2076 |
+ }, |
|
| 2077 |
+ "suggest": {
|
|
| 2078 |
+ "doctrine/annotations": "For using the annotation loader", |
|
| 2079 |
+ "symfony/config": "For using the all-in-one router or any loader", |
|
| 2080 |
+ "symfony/dependency-injection": "For loading routes from a service", |
|
| 2081 |
+ "symfony/expression-language": "For using expression matching", |
|
| 2082 |
+ "symfony/http-foundation": "For using a Symfony Request object", |
|
| 2083 |
+ "symfony/yaml": "For using the YAML loader" |
|
| 2084 |
+ }, |
|
| 2085 |
+ "type": "library", |
|
| 2086 |
+ "extra": {
|
|
| 2087 |
+ "branch-alias": {
|
|
| 2088 |
+ "dev-master": "4.1-dev" |
|
| 2089 |
+ } |
|
| 2090 |
+ }, |
|
| 2091 |
+ "autoload": {
|
|
| 2092 |
+ "psr-4": {
|
|
| 2093 |
+ "Symfony\\Component\\Routing\\": "" |
|
| 2094 |
+ }, |
|
| 2095 |
+ "exclude-from-classmap": [ |
|
| 2096 |
+ "/Tests/" |
|
| 2097 |
+ ] |
|
| 2098 |
+ }, |
|
| 2099 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 2100 |
+ "license": [ |
|
| 2101 |
+ "MIT" |
|
| 2102 |
+ ], |
|
| 2103 |
+ "authors": [ |
|
| 2104 |
+ {
|
|
| 2105 |
+ "name": "Fabien Potencier", |
|
| 2106 |
+ "email": "fabien@symfony.com" |
|
| 2107 |
+ }, |
|
| 2108 |
+ {
|
|
| 2109 |
+ "name": "Symfony Community", |
|
| 2110 |
+ "homepage": "https://symfony.com/contributors" |
|
| 2111 |
+ } |
|
| 2112 |
+ ], |
|
| 2113 |
+ "description": "Symfony Routing Component", |
|
| 2114 |
+ "homepage": "https://symfony.com", |
|
| 2115 |
+ "keywords": [ |
|
| 2116 |
+ "router", |
|
| 2117 |
+ "routing", |
|
| 2118 |
+ "uri", |
|
| 2119 |
+ "url" |
|
| 2120 |
+ ], |
|
| 2121 |
+ "time": "2018-10-28T18:38:52+00:00" |
|
| 2122 |
+ }, |
|
| 2123 |
+ {
|
|
| 2124 |
+ "name": "symfony/translation", |
|
| 2125 |
+ "version": "v4.1.7", |
|
| 2126 |
+ "source": {
|
|
| 2127 |
+ "type": "git", |
|
| 2128 |
+ "url": "https://github.com/symfony/translation.git", |
|
| 2129 |
+ "reference": "aa04dc1c75b7d3da7bd7003104cd0cfc5dff635c" |
|
| 2130 |
+ }, |
|
| 2131 |
+ "dist": {
|
|
| 2132 |
+ "type": "zip", |
|
| 2133 |
+ "url": "https://api.github.com/repos/symfony/translation/zipball/aa04dc1c75b7d3da7bd7003104cd0cfc5dff635c", |
|
| 2134 |
+ "reference": "aa04dc1c75b7d3da7bd7003104cd0cfc5dff635c", |
|
| 2135 |
+ "shasum": "" |
|
| 2136 |
+ }, |
|
| 2137 |
+ "require": {
|
|
| 2138 |
+ "php": "^7.1.3", |
|
| 2139 |
+ "symfony/polyfill-mbstring": "~1.0" |
|
| 2140 |
+ }, |
|
| 2141 |
+ "conflict": {
|
|
| 2142 |
+ "symfony/config": "<3.4", |
|
| 2143 |
+ "symfony/dependency-injection": "<3.4", |
|
| 2144 |
+ "symfony/yaml": "<3.4" |
|
| 2145 |
+ }, |
|
| 2146 |
+ "require-dev": {
|
|
| 2147 |
+ "psr/log": "~1.0", |
|
| 2148 |
+ "symfony/config": "~3.4|~4.0", |
|
| 2149 |
+ "symfony/console": "~3.4|~4.0", |
|
| 2150 |
+ "symfony/dependency-injection": "~3.4|~4.0", |
|
| 2151 |
+ "symfony/finder": "~2.8|~3.0|~4.0", |
|
| 2152 |
+ "symfony/intl": "~3.4|~4.0", |
|
| 2153 |
+ "symfony/yaml": "~3.4|~4.0" |
|
| 2154 |
+ }, |
|
| 2155 |
+ "suggest": {
|
|
| 2156 |
+ "psr/log-implementation": "To use logging capability in translator", |
|
| 2157 |
+ "symfony/config": "", |
|
| 2158 |
+ "symfony/yaml": "" |
|
| 2159 |
+ }, |
|
| 2160 |
+ "type": "library", |
|
| 2161 |
+ "extra": {
|
|
| 2162 |
+ "branch-alias": {
|
|
| 2163 |
+ "dev-master": "4.1-dev" |
|
| 2164 |
+ } |
|
| 2165 |
+ }, |
|
| 2166 |
+ "autoload": {
|
|
| 2167 |
+ "psr-4": {
|
|
| 2168 |
+ "Symfony\\Component\\Translation\\": "" |
|
| 2169 |
+ }, |
|
| 2170 |
+ "exclude-from-classmap": [ |
|
| 2171 |
+ "/Tests/" |
|
| 2172 |
+ ] |
|
| 2173 |
+ }, |
|
| 2174 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 2175 |
+ "license": [ |
|
| 2176 |
+ "MIT" |
|
| 2177 |
+ ], |
|
| 2178 |
+ "authors": [ |
|
| 2179 |
+ {
|
|
| 2180 |
+ "name": "Fabien Potencier", |
|
| 2181 |
+ "email": "fabien@symfony.com" |
|
| 2182 |
+ }, |
|
| 2183 |
+ {
|
|
| 2184 |
+ "name": "Symfony Community", |
|
| 2185 |
+ "homepage": "https://symfony.com/contributors" |
|
| 2186 |
+ } |
|
| 2187 |
+ ], |
|
| 2188 |
+ "description": "Symfony Translation Component", |
|
| 2189 |
+ "homepage": "https://symfony.com", |
|
| 2190 |
+ "time": "2018-10-28T18:38:52+00:00" |
|
| 2191 |
+ }, |
|
| 2192 |
+ {
|
|
| 2193 |
+ "name": "symfony/var-dumper", |
|
| 2194 |
+ "version": "v4.1.7", |
|
| 2195 |
+ "source": {
|
|
| 2196 |
+ "type": "git", |
|
| 2197 |
+ "url": "https://github.com/symfony/var-dumper.git", |
|
| 2198 |
+ "reference": "60319b45653580b0cdacca499344577d87732f16" |
|
| 2199 |
+ }, |
|
| 2200 |
+ "dist": {
|
|
| 2201 |
+ "type": "zip", |
|
| 2202 |
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/60319b45653580b0cdacca499344577d87732f16", |
|
| 2203 |
+ "reference": "60319b45653580b0cdacca499344577d87732f16", |
|
| 2204 |
+ "shasum": "" |
|
| 2205 |
+ }, |
|
| 2206 |
+ "require": {
|
|
| 2207 |
+ "php": "^7.1.3", |
|
| 2208 |
+ "symfony/polyfill-mbstring": "~1.0", |
|
| 2209 |
+ "symfony/polyfill-php72": "~1.5" |
|
| 2210 |
+ }, |
|
| 2211 |
+ "conflict": {
|
|
| 2212 |
+ "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", |
|
| 2213 |
+ "symfony/console": "<3.4" |
|
| 2214 |
+ }, |
|
| 2215 |
+ "require-dev": {
|
|
| 2216 |
+ "ext-iconv": "*", |
|
| 2217 |
+ "symfony/process": "~3.4|~4.0", |
|
| 2218 |
+ "twig/twig": "~1.34|~2.4" |
|
| 2219 |
+ }, |
|
| 2220 |
+ "suggest": {
|
|
| 2221 |
+ "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", |
|
| 2222 |
+ "ext-intl": "To show region name in time zone dump", |
|
| 2223 |
+ "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" |
|
| 2224 |
+ }, |
|
| 2225 |
+ "bin": [ |
|
| 2226 |
+ "Resources/bin/var-dump-server" |
|
| 2227 |
+ ], |
|
| 2228 |
+ "type": "library", |
|
| 2229 |
+ "extra": {
|
|
| 2230 |
+ "branch-alias": {
|
|
| 2231 |
+ "dev-master": "4.1-dev" |
|
| 2232 |
+ } |
|
| 2233 |
+ }, |
|
| 2234 |
+ "autoload": {
|
|
| 2235 |
+ "files": [ |
|
| 2236 |
+ "Resources/functions/dump.php" |
|
| 2237 |
+ ], |
|
| 2238 |
+ "psr-4": {
|
|
| 2239 |
+ "Symfony\\Component\\VarDumper\\": "" |
|
| 2240 |
+ }, |
|
| 2241 |
+ "exclude-from-classmap": [ |
|
| 2242 |
+ "/Tests/" |
|
| 2243 |
+ ] |
|
| 2244 |
+ }, |
|
| 2245 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 2246 |
+ "license": [ |
|
| 2247 |
+ "MIT" |
|
| 2248 |
+ ], |
|
| 2249 |
+ "authors": [ |
|
| 2250 |
+ {
|
|
| 2251 |
+ "name": "Nicolas Grekas", |
|
| 2252 |
+ "email": "p@tchwork.com" |
|
| 2253 |
+ }, |
|
| 2254 |
+ {
|
|
| 2255 |
+ "name": "Symfony Community", |
|
| 2256 |
+ "homepage": "https://symfony.com/contributors" |
|
| 2257 |
+ } |
|
| 2258 |
+ ], |
|
| 2259 |
+ "description": "Symfony mechanism for exploring and dumping PHP variables", |
|
| 2260 |
+ "homepage": "https://symfony.com", |
|
| 2261 |
+ "keywords": [ |
|
| 2262 |
+ "debug", |
|
| 2263 |
+ "dump" |
|
| 2264 |
+ ], |
|
| 2265 |
+ "time": "2018-10-02T16:36:10+00:00" |
|
| 2266 |
+ }, |
|
| 2267 |
+ {
|
|
| 2268 |
+ "name": "tijsverkoyen/css-to-inline-styles", |
|
| 2269 |
+ "version": "2.2.1", |
|
| 2270 |
+ "source": {
|
|
| 2271 |
+ "type": "git", |
|
| 2272 |
+ "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", |
|
| 2273 |
+ "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757" |
|
| 2274 |
+ }, |
|
| 2275 |
+ "dist": {
|
|
| 2276 |
+ "type": "zip", |
|
| 2277 |
+ "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757", |
|
| 2278 |
+ "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757", |
|
| 2279 |
+ "shasum": "" |
|
| 2280 |
+ }, |
|
| 2281 |
+ "require": {
|
|
| 2282 |
+ "php": "^5.5 || ^7.0", |
|
| 2283 |
+ "symfony/css-selector": "^2.7 || ^3.0 || ^4.0" |
|
| 2284 |
+ }, |
|
| 2285 |
+ "require-dev": {
|
|
| 2286 |
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" |
|
| 2287 |
+ }, |
|
| 2288 |
+ "type": "library", |
|
| 2289 |
+ "extra": {
|
|
| 2290 |
+ "branch-alias": {
|
|
| 2291 |
+ "dev-master": "2.2.x-dev" |
|
| 2292 |
+ } |
|
| 2293 |
+ }, |
|
| 2294 |
+ "autoload": {
|
|
| 2295 |
+ "psr-4": {
|
|
| 2296 |
+ "TijsVerkoyen\\CssToInlineStyles\\": "src" |
|
| 2297 |
+ } |
|
| 2298 |
+ }, |
|
| 2299 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 2300 |
+ "license": [ |
|
| 2301 |
+ "BSD-3-Clause" |
|
| 2302 |
+ ], |
|
| 2303 |
+ "authors": [ |
|
| 2304 |
+ {
|
|
| 2305 |
+ "name": "Tijs Verkoyen", |
|
| 2306 |
+ "email": "css_to_inline_styles@verkoyen.eu", |
|
| 2307 |
+ "role": "Developer" |
|
| 2308 |
+ } |
|
| 2309 |
+ ], |
|
| 2310 |
+ "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.", |
|
| 2311 |
+ "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", |
|
| 2312 |
+ "time": "2017-11-27T11:13:29+00:00" |
|
| 2313 |
+ }, |
|
| 2314 |
+ {
|
|
| 2315 |
+ "name": "vlucas/phpdotenv", |
|
| 2316 |
+ "version": "v2.5.1", |
|
| 2317 |
+ "source": {
|
|
| 2318 |
+ "type": "git", |
|
| 2319 |
+ "url": "https://github.com/vlucas/phpdotenv.git", |
|
| 2320 |
+ "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e" |
|
| 2321 |
+ }, |
|
| 2322 |
+ "dist": {
|
|
| 2323 |
+ "type": "zip", |
|
| 2324 |
+ "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e", |
|
| 2325 |
+ "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e", |
|
| 2326 |
+ "shasum": "" |
|
| 2327 |
+ }, |
|
| 2328 |
+ "require": {
|
|
| 2329 |
+ "php": ">=5.3.9" |
|
| 2330 |
+ }, |
|
| 2331 |
+ "require-dev": {
|
|
| 2332 |
+ "phpunit/phpunit": "^4.8.35 || ^5.0" |
|
| 2333 |
+ }, |
|
| 2334 |
+ "type": "library", |
|
| 2335 |
+ "extra": {
|
|
| 2336 |
+ "branch-alias": {
|
|
| 2337 |
+ "dev-master": "2.5-dev" |
|
| 2338 |
+ } |
|
| 2339 |
+ }, |
|
| 2340 |
+ "autoload": {
|
|
| 2341 |
+ "psr-4": {
|
|
| 2342 |
+ "Dotenv\\": "src/" |
|
| 2343 |
+ } |
|
| 2344 |
+ }, |
|
| 2345 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 2346 |
+ "license": [ |
|
| 2347 |
+ "BSD-3-Clause" |
|
| 2348 |
+ ], |
|
| 2349 |
+ "authors": [ |
|
| 2350 |
+ {
|
|
| 2351 |
+ "name": "Vance Lucas", |
|
| 2352 |
+ "email": "vance@vancelucas.com", |
|
| 2353 |
+ "homepage": "http://www.vancelucas.com" |
|
| 2354 |
+ } |
|
| 2355 |
+ ], |
|
| 2356 |
+ "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", |
|
| 2357 |
+ "keywords": [ |
|
| 2358 |
+ "dotenv", |
|
| 2359 |
+ "env", |
|
| 2360 |
+ "environment" |
|
| 2361 |
+ ], |
|
| 2362 |
+ "time": "2018-07-29T20:33:41+00:00" |
|
| 2363 |
+ } |
|
| 2364 |
+ ], |
|
| 2365 |
+ "packages-dev": [ |
|
| 2366 |
+ {
|
|
| 2367 |
+ "name": "beyondcode/laravel-dump-server", |
|
| 2368 |
+ "version": "1.2.2", |
|
| 2369 |
+ "source": {
|
|
| 2370 |
+ "type": "git", |
|
| 2371 |
+ "url": "https://github.com/beyondcode/laravel-dump-server.git", |
|
| 2372 |
+ "reference": "8864b9efcb48e0a79e83014dd7f0a5481f5c808f" |
|
| 2373 |
+ }, |
|
| 2374 |
+ "dist": {
|
|
| 2375 |
+ "type": "zip", |
|
| 2376 |
+ "url": "https://api.github.com/repos/beyondcode/laravel-dump-server/zipball/8864b9efcb48e0a79e83014dd7f0a5481f5c808f", |
|
| 2377 |
+ "reference": "8864b9efcb48e0a79e83014dd7f0a5481f5c808f", |
|
| 2378 |
+ "shasum": "" |
|
| 2379 |
+ }, |
|
| 2380 |
+ "require": {
|
|
| 2381 |
+ "illuminate/console": "5.6.*|5.7.*|5.8.*", |
|
| 2382 |
+ "illuminate/http": "5.6.*|5.7.*|5.8.*", |
|
| 2383 |
+ "illuminate/support": "5.6.*|5.7.*|5.8.*", |
|
| 2384 |
+ "php": "^7.1", |
|
| 2385 |
+ "symfony/var-dumper": "^4.1.1" |
|
| 2386 |
+ }, |
|
| 2387 |
+ "require-dev": {
|
|
| 2388 |
+ "larapack/dd": "^1.0", |
|
| 2389 |
+ "phpunit/phpunit": "^7.0" |
|
| 2390 |
+ }, |
|
| 2391 |
+ "type": "library", |
|
| 2392 |
+ "extra": {
|
|
| 2393 |
+ "laravel": {
|
|
| 2394 |
+ "providers": [ |
|
| 2395 |
+ "BeyondCode\\DumpServer\\DumpServerServiceProvider" |
|
| 2396 |
+ ] |
|
| 2397 |
+ } |
|
| 2398 |
+ }, |
|
| 2399 |
+ "autoload": {
|
|
| 2400 |
+ "psr-4": {
|
|
| 2401 |
+ "BeyondCode\\DumpServer\\": "src" |
|
| 2402 |
+ }, |
|
| 2403 |
+ "files": [ |
|
| 2404 |
+ "helpers.php" |
|
| 2405 |
+ ] |
|
| 2406 |
+ }, |
|
| 2407 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 2408 |
+ "license": [ |
|
| 2409 |
+ "MIT" |
|
| 2410 |
+ ], |
|
| 2411 |
+ "authors": [ |
|
| 2412 |
+ {
|
|
| 2413 |
+ "name": "Marcel Pociot", |
|
| 2414 |
+ "email": "marcel@beyondco.de", |
|
| 2415 |
+ "homepage": "https://beyondcode.de", |
|
| 2416 |
+ "role": "Developer" |
|
| 2417 |
+ } |
|
| 2418 |
+ ], |
|
| 2419 |
+ "description": "Symfony Var-Dump Server for Laravel", |
|
| 2420 |
+ "homepage": "https://github.com/beyondcode/laravel-dump-server", |
|
| 2421 |
+ "keywords": [ |
|
| 2422 |
+ "beyondcode", |
|
| 2423 |
+ "laravel-dump-server" |
|
| 2424 |
+ ], |
|
| 2425 |
+ "time": "2018-10-04T07:22:24+00:00" |
|
| 2426 |
+ }, |
|
| 2427 |
+ {
|
|
| 2428 |
+ "name": "doctrine/instantiator", |
|
| 2429 |
+ "version": "1.1.0", |
|
| 2430 |
+ "source": {
|
|
| 2431 |
+ "type": "git", |
|
| 2432 |
+ "url": "https://github.com/doctrine/instantiator.git", |
|
| 2433 |
+ "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" |
|
| 2434 |
+ }, |
|
| 2435 |
+ "dist": {
|
|
| 2436 |
+ "type": "zip", |
|
| 2437 |
+ "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
|
| 2438 |
+ "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", |
|
| 2439 |
+ "shasum": "" |
|
| 2440 |
+ }, |
|
| 2441 |
+ "require": {
|
|
| 2442 |
+ "php": "^7.1" |
|
| 2443 |
+ }, |
|
| 2444 |
+ "require-dev": {
|
|
| 2445 |
+ "athletic/athletic": "~0.1.8", |
|
| 2446 |
+ "ext-pdo": "*", |
|
| 2447 |
+ "ext-phar": "*", |
|
| 2448 |
+ "phpunit/phpunit": "^6.2.3", |
|
| 2449 |
+ "squizlabs/php_codesniffer": "^3.0.2" |
|
| 2450 |
+ }, |
|
| 2451 |
+ "type": "library", |
|
| 2452 |
+ "extra": {
|
|
| 2453 |
+ "branch-alias": {
|
|
| 2454 |
+ "dev-master": "1.2.x-dev" |
|
| 2455 |
+ } |
|
| 2456 |
+ }, |
|
| 2457 |
+ "autoload": {
|
|
| 2458 |
+ "psr-4": {
|
|
| 2459 |
+ "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" |
|
| 2460 |
+ } |
|
| 2461 |
+ }, |
|
| 2462 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 2463 |
+ "license": [ |
|
| 2464 |
+ "MIT" |
|
| 2465 |
+ ], |
|
| 2466 |
+ "authors": [ |
|
| 2467 |
+ {
|
|
| 2468 |
+ "name": "Marco Pivetta", |
|
| 2469 |
+ "email": "ocramius@gmail.com", |
|
| 2470 |
+ "homepage": "http://ocramius.github.com/" |
|
| 2471 |
+ } |
|
| 2472 |
+ ], |
|
| 2473 |
+ "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", |
|
| 2474 |
+ "homepage": "https://github.com/doctrine/instantiator", |
|
| 2475 |
+ "keywords": [ |
|
| 2476 |
+ "constructor", |
|
| 2477 |
+ "instantiate" |
|
| 2478 |
+ ], |
|
| 2479 |
+ "time": "2017-07-22T11:58:36+00:00" |
|
| 2480 |
+ }, |
|
| 2481 |
+ {
|
|
| 2482 |
+ "name": "filp/whoops", |
|
| 2483 |
+ "version": "2.3.1", |
|
| 2484 |
+ "source": {
|
|
| 2485 |
+ "type": "git", |
|
| 2486 |
+ "url": "https://github.com/filp/whoops.git", |
|
| 2487 |
+ "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7" |
|
| 2488 |
+ }, |
|
| 2489 |
+ "dist": {
|
|
| 2490 |
+ "type": "zip", |
|
| 2491 |
+ "url": "https://api.github.com/repos/filp/whoops/zipball/bc0fd11bc455cc20ee4b5edabc63ebbf859324c7", |
|
| 2492 |
+ "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7", |
|
| 2493 |
+ "shasum": "" |
|
| 2494 |
+ }, |
|
| 2495 |
+ "require": {
|
|
| 2496 |
+ "php": "^5.5.9 || ^7.0", |
|
| 2497 |
+ "psr/log": "^1.0.1" |
|
| 2498 |
+ }, |
|
| 2499 |
+ "require-dev": {
|
|
| 2500 |
+ "mockery/mockery": "^0.9 || ^1.0", |
|
| 2501 |
+ "phpunit/phpunit": "^4.8.35 || ^5.7", |
|
| 2502 |
+ "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0" |
|
| 2503 |
+ }, |
|
| 2504 |
+ "suggest": {
|
|
| 2505 |
+ "symfony/var-dumper": "Pretty print complex values better with var-dumper available", |
|
| 2506 |
+ "whoops/soap": "Formats errors as SOAP responses" |
|
| 2507 |
+ }, |
|
| 2508 |
+ "type": "library", |
|
| 2509 |
+ "extra": {
|
|
| 2510 |
+ "branch-alias": {
|
|
| 2511 |
+ "dev-master": "2.2-dev" |
|
| 2512 |
+ } |
|
| 2513 |
+ }, |
|
| 2514 |
+ "autoload": {
|
|
| 2515 |
+ "psr-4": {
|
|
| 2516 |
+ "Whoops\\": "src/Whoops/" |
|
| 2517 |
+ } |
|
| 2518 |
+ }, |
|
| 2519 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 2520 |
+ "license": [ |
|
| 2521 |
+ "MIT" |
|
| 2522 |
+ ], |
|
| 2523 |
+ "authors": [ |
|
| 2524 |
+ {
|
|
| 2525 |
+ "name": "Filipe Dobreira", |
|
| 2526 |
+ "homepage": "https://github.com/filp", |
|
| 2527 |
+ "role": "Developer" |
|
| 2528 |
+ } |
|
| 2529 |
+ ], |
|
| 2530 |
+ "description": "php error handling for cool kids", |
|
| 2531 |
+ "homepage": "https://filp.github.io/whoops/", |
|
| 2532 |
+ "keywords": [ |
|
| 2533 |
+ "error", |
|
| 2534 |
+ "exception", |
|
| 2535 |
+ "handling", |
|
| 2536 |
+ "library", |
|
| 2537 |
+ "throwable", |
|
| 2538 |
+ "whoops" |
|
| 2539 |
+ ], |
|
| 2540 |
+ "time": "2018-10-23T09:00:00+00:00" |
|
| 2541 |
+ }, |
|
| 2542 |
+ {
|
|
| 2543 |
+ "name": "fzaninotto/faker", |
|
| 2544 |
+ "version": "v1.8.0", |
|
| 2545 |
+ "source": {
|
|
| 2546 |
+ "type": "git", |
|
| 2547 |
+ "url": "https://github.com/fzaninotto/Faker.git", |
|
| 2548 |
+ "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de" |
|
| 2549 |
+ }, |
|
| 2550 |
+ "dist": {
|
|
| 2551 |
+ "type": "zip", |
|
| 2552 |
+ "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de", |
|
| 2553 |
+ "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de", |
|
| 2554 |
+ "shasum": "" |
|
| 2555 |
+ }, |
|
| 2556 |
+ "require": {
|
|
| 2557 |
+ "php": "^5.3.3 || ^7.0" |
|
| 2558 |
+ }, |
|
| 2559 |
+ "require-dev": {
|
|
| 2560 |
+ "ext-intl": "*", |
|
| 2561 |
+ "phpunit/phpunit": "^4.8.35 || ^5.7", |
|
| 2562 |
+ "squizlabs/php_codesniffer": "^1.5" |
|
| 2563 |
+ }, |
|
| 2564 |
+ "type": "library", |
|
| 2565 |
+ "extra": {
|
|
| 2566 |
+ "branch-alias": {
|
|
| 2567 |
+ "dev-master": "1.8-dev" |
|
| 2568 |
+ } |
|
| 2569 |
+ }, |
|
| 2570 |
+ "autoload": {
|
|
| 2571 |
+ "psr-4": {
|
|
| 2572 |
+ "Faker\\": "src/Faker/" |
|
| 2573 |
+ } |
|
| 2574 |
+ }, |
|
| 2575 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 2576 |
+ "license": [ |
|
| 2577 |
+ "MIT" |
|
| 2578 |
+ ], |
|
| 2579 |
+ "authors": [ |
|
| 2580 |
+ {
|
|
| 2581 |
+ "name": "François Zaninotto" |
|
| 2582 |
+ } |
|
| 2583 |
+ ], |
|
| 2584 |
+ "description": "Faker is a PHP library that generates fake data for you.", |
|
| 2585 |
+ "keywords": [ |
|
| 2586 |
+ "data", |
|
| 2587 |
+ "faker", |
|
| 2588 |
+ "fixtures" |
|
| 2589 |
+ ], |
|
| 2590 |
+ "time": "2018-07-12T10:23:15+00:00" |
|
| 2591 |
+ }, |
|
| 2592 |
+ {
|
|
| 2593 |
+ "name": "hamcrest/hamcrest-php", |
|
| 2594 |
+ "version": "v2.0.0", |
|
| 2595 |
+ "source": {
|
|
| 2596 |
+ "type": "git", |
|
| 2597 |
+ "url": "https://github.com/hamcrest/hamcrest-php.git", |
|
| 2598 |
+ "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad" |
|
| 2599 |
+ }, |
|
| 2600 |
+ "dist": {
|
|
| 2601 |
+ "type": "zip", |
|
| 2602 |
+ "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad", |
|
| 2603 |
+ "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad", |
|
| 2604 |
+ "shasum": "" |
|
| 2605 |
+ }, |
|
| 2606 |
+ "require": {
|
|
| 2607 |
+ "php": "^5.3|^7.0" |
|
| 2608 |
+ }, |
|
| 2609 |
+ "replace": {
|
|
| 2610 |
+ "cordoval/hamcrest-php": "*", |
|
| 2611 |
+ "davedevelopment/hamcrest-php": "*", |
|
| 2612 |
+ "kodova/hamcrest-php": "*" |
|
| 2613 |
+ }, |
|
| 2614 |
+ "require-dev": {
|
|
| 2615 |
+ "phpunit/php-file-iterator": "1.3.3", |
|
| 2616 |
+ "phpunit/phpunit": "~4.0", |
|
| 2617 |
+ "satooshi/php-coveralls": "^1.0" |
|
| 2618 |
+ }, |
|
| 2619 |
+ "type": "library", |
|
| 2620 |
+ "extra": {
|
|
| 2621 |
+ "branch-alias": {
|
|
| 2622 |
+ "dev-master": "2.0-dev" |
|
| 2623 |
+ } |
|
| 2624 |
+ }, |
|
| 2625 |
+ "autoload": {
|
|
| 2626 |
+ "classmap": [ |
|
| 2627 |
+ "hamcrest" |
|
| 2628 |
+ ] |
|
| 2629 |
+ }, |
|
| 2630 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 2631 |
+ "license": [ |
|
| 2632 |
+ "BSD" |
|
| 2633 |
+ ], |
|
| 2634 |
+ "description": "This is the PHP port of Hamcrest Matchers", |
|
| 2635 |
+ "keywords": [ |
|
| 2636 |
+ "test" |
|
| 2637 |
+ ], |
|
| 2638 |
+ "time": "2016-01-20T08:20:44+00:00" |
|
| 2639 |
+ }, |
|
| 2640 |
+ {
|
|
| 2641 |
+ "name": "mockery/mockery", |
|
| 2642 |
+ "version": "1.2.0", |
|
| 2643 |
+ "source": {
|
|
| 2644 |
+ "type": "git", |
|
| 2645 |
+ "url": "https://github.com/mockery/mockery.git", |
|
| 2646 |
+ "reference": "100633629bf76d57430b86b7098cd6beb996a35a" |
|
| 2647 |
+ }, |
|
| 2648 |
+ "dist": {
|
|
| 2649 |
+ "type": "zip", |
|
| 2650 |
+ "url": "https://api.github.com/repos/mockery/mockery/zipball/100633629bf76d57430b86b7098cd6beb996a35a", |
|
| 2651 |
+ "reference": "100633629bf76d57430b86b7098cd6beb996a35a", |
|
| 2652 |
+ "shasum": "" |
|
| 2653 |
+ }, |
|
| 2654 |
+ "require": {
|
|
| 2655 |
+ "hamcrest/hamcrest-php": "~2.0", |
|
| 2656 |
+ "lib-pcre": ">=7.0", |
|
| 2657 |
+ "php": ">=5.6.0" |
|
| 2658 |
+ }, |
|
| 2659 |
+ "require-dev": {
|
|
| 2660 |
+ "phpunit/phpunit": "~5.7.10|~6.5|~7.0" |
|
| 2661 |
+ }, |
|
| 2662 |
+ "type": "library", |
|
| 2663 |
+ "extra": {
|
|
| 2664 |
+ "branch-alias": {
|
|
| 2665 |
+ "dev-master": "1.0.x-dev" |
|
| 2666 |
+ } |
|
| 2667 |
+ }, |
|
| 2668 |
+ "autoload": {
|
|
| 2669 |
+ "psr-0": {
|
|
| 2670 |
+ "Mockery": "library/" |
|
| 2671 |
+ } |
|
| 2672 |
+ }, |
|
| 2673 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 2674 |
+ "license": [ |
|
| 2675 |
+ "BSD-3-Clause" |
|
| 2676 |
+ ], |
|
| 2677 |
+ "authors": [ |
|
| 2678 |
+ {
|
|
| 2679 |
+ "name": "Pádraic Brady", |
|
| 2680 |
+ "email": "padraic.brady@gmail.com", |
|
| 2681 |
+ "homepage": "http://blog.astrumfutura.com" |
|
| 2682 |
+ }, |
|
| 2683 |
+ {
|
|
| 2684 |
+ "name": "Dave Marshall", |
|
| 2685 |
+ "email": "dave.marshall@atstsolutions.co.uk", |
|
| 2686 |
+ "homepage": "http://davedevelopment.co.uk" |
|
| 2687 |
+ } |
|
| 2688 |
+ ], |
|
| 2689 |
+ "description": "Mockery is a simple yet flexible PHP mock object framework", |
|
| 2690 |
+ "homepage": "https://github.com/mockery/mockery", |
|
| 2691 |
+ "keywords": [ |
|
| 2692 |
+ "BDD", |
|
| 2693 |
+ "TDD", |
|
| 2694 |
+ "library", |
|
| 2695 |
+ "mock", |
|
| 2696 |
+ "mock objects", |
|
| 2697 |
+ "mockery", |
|
| 2698 |
+ "stub", |
|
| 2699 |
+ "test", |
|
| 2700 |
+ "test double", |
|
| 2701 |
+ "testing" |
|
| 2702 |
+ ], |
|
| 2703 |
+ "time": "2018-10-02T21:52:37+00:00" |
|
| 2704 |
+ }, |
|
| 2705 |
+ {
|
|
| 2706 |
+ "name": "myclabs/deep-copy", |
|
| 2707 |
+ "version": "1.8.1", |
|
| 2708 |
+ "source": {
|
|
| 2709 |
+ "type": "git", |
|
| 2710 |
+ "url": "https://github.com/myclabs/DeepCopy.git", |
|
| 2711 |
+ "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8" |
|
| 2712 |
+ }, |
|
| 2713 |
+ "dist": {
|
|
| 2714 |
+ "type": "zip", |
|
| 2715 |
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", |
|
| 2716 |
+ "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", |
|
| 2717 |
+ "shasum": "" |
|
| 2718 |
+ }, |
|
| 2719 |
+ "require": {
|
|
| 2720 |
+ "php": "^7.1" |
|
| 2721 |
+ }, |
|
| 2722 |
+ "replace": {
|
|
| 2723 |
+ "myclabs/deep-copy": "self.version" |
|
| 2724 |
+ }, |
|
| 2725 |
+ "require-dev": {
|
|
| 2726 |
+ "doctrine/collections": "^1.0", |
|
| 2727 |
+ "doctrine/common": "^2.6", |
|
| 2728 |
+ "phpunit/phpunit": "^7.1" |
|
| 2729 |
+ }, |
|
| 2730 |
+ "type": "library", |
|
| 2731 |
+ "autoload": {
|
|
| 2732 |
+ "psr-4": {
|
|
| 2733 |
+ "DeepCopy\\": "src/DeepCopy/" |
|
| 2734 |
+ }, |
|
| 2735 |
+ "files": [ |
|
| 2736 |
+ "src/DeepCopy/deep_copy.php" |
|
| 2737 |
+ ] |
|
| 2738 |
+ }, |
|
| 2739 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 2740 |
+ "license": [ |
|
| 2741 |
+ "MIT" |
|
| 2742 |
+ ], |
|
| 2743 |
+ "description": "Create deep copies (clones) of your objects", |
|
| 2744 |
+ "keywords": [ |
|
| 2745 |
+ "clone", |
|
| 2746 |
+ "copy", |
|
| 2747 |
+ "duplicate", |
|
| 2748 |
+ "object", |
|
| 2749 |
+ "object graph" |
|
| 2750 |
+ ], |
|
| 2751 |
+ "time": "2018-06-11T23:09:50+00:00" |
|
| 2752 |
+ }, |
|
| 2753 |
+ {
|
|
| 2754 |
+ "name": "nunomaduro/collision", |
|
| 2755 |
+ "version": "v2.1.0", |
|
| 2756 |
+ "source": {
|
|
| 2757 |
+ "type": "git", |
|
| 2758 |
+ "url": "https://github.com/nunomaduro/collision.git", |
|
| 2759 |
+ "reference": "1149ad9f36f61b121ae61f5f6de820fc77b51e6b" |
|
| 2760 |
+ }, |
|
| 2761 |
+ "dist": {
|
|
| 2762 |
+ "type": "zip", |
|
| 2763 |
+ "url": "https://api.github.com/repos/nunomaduro/collision/zipball/1149ad9f36f61b121ae61f5f6de820fc77b51e6b", |
|
| 2764 |
+ "reference": "1149ad9f36f61b121ae61f5f6de820fc77b51e6b", |
|
| 2765 |
+ "shasum": "" |
|
| 2766 |
+ }, |
|
| 2767 |
+ "require": {
|
|
| 2768 |
+ "filp/whoops": "^2.1.4", |
|
| 2769 |
+ "jakub-onderka/php-console-highlighter": "0.3.*", |
|
| 2770 |
+ "php": "^7.1", |
|
| 2771 |
+ "symfony/console": "~2.8|~3.3|~4.0" |
|
| 2772 |
+ }, |
|
| 2773 |
+ "require-dev": {
|
|
| 2774 |
+ "laravel/framework": "5.7.*", |
|
| 2775 |
+ "phpstan/phpstan": "^0.10", |
|
| 2776 |
+ "phpunit/phpunit": "~7.3" |
|
| 2777 |
+ }, |
|
| 2778 |
+ "type": "library", |
|
| 2779 |
+ "extra": {
|
|
| 2780 |
+ "laravel": {
|
|
| 2781 |
+ "providers": [ |
|
| 2782 |
+ "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider" |
|
| 2783 |
+ ] |
|
| 2784 |
+ } |
|
| 2785 |
+ }, |
|
| 2786 |
+ "autoload": {
|
|
| 2787 |
+ "psr-4": {
|
|
| 2788 |
+ "NunoMaduro\\Collision\\": "src/" |
|
| 2789 |
+ } |
|
| 2790 |
+ }, |
|
| 2791 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 2792 |
+ "license": [ |
|
| 2793 |
+ "MIT" |
|
| 2794 |
+ ], |
|
| 2795 |
+ "authors": [ |
|
| 2796 |
+ {
|
|
| 2797 |
+ "name": "Nuno Maduro", |
|
| 2798 |
+ "email": "enunomaduro@gmail.com" |
|
| 2799 |
+ } |
|
| 2800 |
+ ], |
|
| 2801 |
+ "description": "Cli error handling for console/command-line PHP applications.", |
|
| 2802 |
+ "keywords": [ |
|
| 2803 |
+ "artisan", |
|
| 2804 |
+ "cli", |
|
| 2805 |
+ "command-line", |
|
| 2806 |
+ "console", |
|
| 2807 |
+ "error", |
|
| 2808 |
+ "handling", |
|
| 2809 |
+ "laravel", |
|
| 2810 |
+ "laravel-zero", |
|
| 2811 |
+ "php", |
|
| 2812 |
+ "symfony" |
|
| 2813 |
+ ], |
|
| 2814 |
+ "time": "2018-10-03T20:01:54+00:00" |
|
| 2815 |
+ }, |
|
| 2816 |
+ {
|
|
| 2817 |
+ "name": "phar-io/manifest", |
|
| 2818 |
+ "version": "1.0.3", |
|
| 2819 |
+ "source": {
|
|
| 2820 |
+ "type": "git", |
|
| 2821 |
+ "url": "https://github.com/phar-io/manifest.git", |
|
| 2822 |
+ "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" |
|
| 2823 |
+ }, |
|
| 2824 |
+ "dist": {
|
|
| 2825 |
+ "type": "zip", |
|
| 2826 |
+ "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", |
|
| 2827 |
+ "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", |
|
| 2828 |
+ "shasum": "" |
|
| 2829 |
+ }, |
|
| 2830 |
+ "require": {
|
|
| 2831 |
+ "ext-dom": "*", |
|
| 2832 |
+ "ext-phar": "*", |
|
| 2833 |
+ "phar-io/version": "^2.0", |
|
| 2834 |
+ "php": "^5.6 || ^7.0" |
|
| 2835 |
+ }, |
|
| 2836 |
+ "type": "library", |
|
| 2837 |
+ "extra": {
|
|
| 2838 |
+ "branch-alias": {
|
|
| 2839 |
+ "dev-master": "1.0.x-dev" |
|
| 2840 |
+ } |
|
| 2841 |
+ }, |
|
| 2842 |
+ "autoload": {
|
|
| 2843 |
+ "classmap": [ |
|
| 2844 |
+ "src/" |
|
| 2845 |
+ ] |
|
| 2846 |
+ }, |
|
| 2847 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 2848 |
+ "license": [ |
|
| 2849 |
+ "BSD-3-Clause" |
|
| 2850 |
+ ], |
|
| 2851 |
+ "authors": [ |
|
| 2852 |
+ {
|
|
| 2853 |
+ "name": "Arne Blankerts", |
|
| 2854 |
+ "email": "arne@blankerts.de", |
|
| 2855 |
+ "role": "Developer" |
|
| 2856 |
+ }, |
|
| 2857 |
+ {
|
|
| 2858 |
+ "name": "Sebastian Heuer", |
|
| 2859 |
+ "email": "sebastian@phpeople.de", |
|
| 2860 |
+ "role": "Developer" |
|
| 2861 |
+ }, |
|
| 2862 |
+ {
|
|
| 2863 |
+ "name": "Sebastian Bergmann", |
|
| 2864 |
+ "email": "sebastian@phpunit.de", |
|
| 2865 |
+ "role": "Developer" |
|
| 2866 |
+ } |
|
| 2867 |
+ ], |
|
| 2868 |
+ "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", |
|
| 2869 |
+ "time": "2018-07-08T19:23:20+00:00" |
|
| 2870 |
+ }, |
|
| 2871 |
+ {
|
|
| 2872 |
+ "name": "phar-io/version", |
|
| 2873 |
+ "version": "2.0.1", |
|
| 2874 |
+ "source": {
|
|
| 2875 |
+ "type": "git", |
|
| 2876 |
+ "url": "https://github.com/phar-io/version.git", |
|
| 2877 |
+ "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" |
|
| 2878 |
+ }, |
|
| 2879 |
+ "dist": {
|
|
| 2880 |
+ "type": "zip", |
|
| 2881 |
+ "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", |
|
| 2882 |
+ "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", |
|
| 2883 |
+ "shasum": "" |
|
| 2884 |
+ }, |
|
| 2885 |
+ "require": {
|
|
| 2886 |
+ "php": "^5.6 || ^7.0" |
|
| 2887 |
+ }, |
|
| 2888 |
+ "type": "library", |
|
| 2889 |
+ "autoload": {
|
|
| 2890 |
+ "classmap": [ |
|
| 2891 |
+ "src/" |
|
| 2892 |
+ ] |
|
| 2893 |
+ }, |
|
| 2894 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 2895 |
+ "license": [ |
|
| 2896 |
+ "BSD-3-Clause" |
|
| 2897 |
+ ], |
|
| 2898 |
+ "authors": [ |
|
| 2899 |
+ {
|
|
| 2900 |
+ "name": "Arne Blankerts", |
|
| 2901 |
+ "email": "arne@blankerts.de", |
|
| 2902 |
+ "role": "Developer" |
|
| 2903 |
+ }, |
|
| 2904 |
+ {
|
|
| 2905 |
+ "name": "Sebastian Heuer", |
|
| 2906 |
+ "email": "sebastian@phpeople.de", |
|
| 2907 |
+ "role": "Developer" |
|
| 2908 |
+ }, |
|
| 2909 |
+ {
|
|
| 2910 |
+ "name": "Sebastian Bergmann", |
|
| 2911 |
+ "email": "sebastian@phpunit.de", |
|
| 2912 |
+ "role": "Developer" |
|
| 2913 |
+ } |
|
| 2914 |
+ ], |
|
| 2915 |
+ "description": "Library for handling version information and constraints", |
|
| 2916 |
+ "time": "2018-07-08T19:19:57+00:00" |
|
| 2917 |
+ }, |
|
| 2918 |
+ {
|
|
| 2919 |
+ "name": "phpdocumentor/reflection-common", |
|
| 2920 |
+ "version": "1.0.1", |
|
| 2921 |
+ "source": {
|
|
| 2922 |
+ "type": "git", |
|
| 2923 |
+ "url": "https://github.com/phpDocumentor/ReflectionCommon.git", |
|
| 2924 |
+ "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" |
|
| 2925 |
+ }, |
|
| 2926 |
+ "dist": {
|
|
| 2927 |
+ "type": "zip", |
|
| 2928 |
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
|
| 2929 |
+ "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", |
|
| 2930 |
+ "shasum": "" |
|
| 2931 |
+ }, |
|
| 2932 |
+ "require": {
|
|
| 2933 |
+ "php": ">=5.5" |
|
| 2934 |
+ }, |
|
| 2935 |
+ "require-dev": {
|
|
| 2936 |
+ "phpunit/phpunit": "^4.6" |
|
| 2937 |
+ }, |
|
| 2938 |
+ "type": "library", |
|
| 2939 |
+ "extra": {
|
|
| 2940 |
+ "branch-alias": {
|
|
| 2941 |
+ "dev-master": "1.0.x-dev" |
|
| 2942 |
+ } |
|
| 2943 |
+ }, |
|
| 2944 |
+ "autoload": {
|
|
| 2945 |
+ "psr-4": {
|
|
| 2946 |
+ "phpDocumentor\\Reflection\\": [ |
|
| 2947 |
+ "src" |
|
| 2948 |
+ ] |
|
| 2949 |
+ } |
|
| 2950 |
+ }, |
|
| 2951 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 2952 |
+ "license": [ |
|
| 2953 |
+ "MIT" |
|
| 2954 |
+ ], |
|
| 2955 |
+ "authors": [ |
|
| 2956 |
+ {
|
|
| 2957 |
+ "name": "Jaap van Otterdijk", |
|
| 2958 |
+ "email": "opensource@ijaap.nl" |
|
| 2959 |
+ } |
|
| 2960 |
+ ], |
|
| 2961 |
+ "description": "Common reflection classes used by phpdocumentor to reflect the code structure", |
|
| 2962 |
+ "homepage": "http://www.phpdoc.org", |
|
| 2963 |
+ "keywords": [ |
|
| 2964 |
+ "FQSEN", |
|
| 2965 |
+ "phpDocumentor", |
|
| 2966 |
+ "phpdoc", |
|
| 2967 |
+ "reflection", |
|
| 2968 |
+ "static analysis" |
|
| 2969 |
+ ], |
|
| 2970 |
+ "time": "2017-09-11T18:02:19+00:00" |
|
| 2971 |
+ }, |
|
| 2972 |
+ {
|
|
| 2973 |
+ "name": "phpdocumentor/reflection-docblock", |
|
| 2974 |
+ "version": "4.3.0", |
|
| 2975 |
+ "source": {
|
|
| 2976 |
+ "type": "git", |
|
| 2977 |
+ "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", |
|
| 2978 |
+ "reference": "94fd0001232e47129dd3504189fa1c7225010d08" |
|
| 2979 |
+ }, |
|
| 2980 |
+ "dist": {
|
|
| 2981 |
+ "type": "zip", |
|
| 2982 |
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08", |
|
| 2983 |
+ "reference": "94fd0001232e47129dd3504189fa1c7225010d08", |
|
| 2984 |
+ "shasum": "" |
|
| 2985 |
+ }, |
|
| 2986 |
+ "require": {
|
|
| 2987 |
+ "php": "^7.0", |
|
| 2988 |
+ "phpdocumentor/reflection-common": "^1.0.0", |
|
| 2989 |
+ "phpdocumentor/type-resolver": "^0.4.0", |
|
| 2990 |
+ "webmozart/assert": "^1.0" |
|
| 2991 |
+ }, |
|
| 2992 |
+ "require-dev": {
|
|
| 2993 |
+ "doctrine/instantiator": "~1.0.5", |
|
| 2994 |
+ "mockery/mockery": "^1.0", |
|
| 2995 |
+ "phpunit/phpunit": "^6.4" |
|
| 2996 |
+ }, |
|
| 2997 |
+ "type": "library", |
|
| 2998 |
+ "extra": {
|
|
| 2999 |
+ "branch-alias": {
|
|
| 3000 |
+ "dev-master": "4.x-dev" |
|
| 3001 |
+ } |
|
| 3002 |
+ }, |
|
| 3003 |
+ "autoload": {
|
|
| 3004 |
+ "psr-4": {
|
|
| 3005 |
+ "phpDocumentor\\Reflection\\": [ |
|
| 3006 |
+ "src/" |
|
| 3007 |
+ ] |
|
| 3008 |
+ } |
|
| 3009 |
+ }, |
|
| 3010 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 3011 |
+ "license": [ |
|
| 3012 |
+ "MIT" |
|
| 3013 |
+ ], |
|
| 3014 |
+ "authors": [ |
|
| 3015 |
+ {
|
|
| 3016 |
+ "name": "Mike van Riel", |
|
| 3017 |
+ "email": "me@mikevanriel.com" |
|
| 3018 |
+ } |
|
| 3019 |
+ ], |
|
| 3020 |
+ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", |
|
| 3021 |
+ "time": "2017-11-30T07:14:17+00:00" |
|
| 3022 |
+ }, |
|
| 3023 |
+ {
|
|
| 3024 |
+ "name": "phpdocumentor/type-resolver", |
|
| 3025 |
+ "version": "0.4.0", |
|
| 3026 |
+ "source": {
|
|
| 3027 |
+ "type": "git", |
|
| 3028 |
+ "url": "https://github.com/phpDocumentor/TypeResolver.git", |
|
| 3029 |
+ "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" |
|
| 3030 |
+ }, |
|
| 3031 |
+ "dist": {
|
|
| 3032 |
+ "type": "zip", |
|
| 3033 |
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", |
|
| 3034 |
+ "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", |
|
| 3035 |
+ "shasum": "" |
|
| 3036 |
+ }, |
|
| 3037 |
+ "require": {
|
|
| 3038 |
+ "php": "^5.5 || ^7.0", |
|
| 3039 |
+ "phpdocumentor/reflection-common": "^1.0" |
|
| 3040 |
+ }, |
|
| 3041 |
+ "require-dev": {
|
|
| 3042 |
+ "mockery/mockery": "^0.9.4", |
|
| 3043 |
+ "phpunit/phpunit": "^5.2||^4.8.24" |
|
| 3044 |
+ }, |
|
| 3045 |
+ "type": "library", |
|
| 3046 |
+ "extra": {
|
|
| 3047 |
+ "branch-alias": {
|
|
| 3048 |
+ "dev-master": "1.0.x-dev" |
|
| 3049 |
+ } |
|
| 3050 |
+ }, |
|
| 3051 |
+ "autoload": {
|
|
| 3052 |
+ "psr-4": {
|
|
| 3053 |
+ "phpDocumentor\\Reflection\\": [ |
|
| 3054 |
+ "src/" |
|
| 3055 |
+ ] |
|
| 3056 |
+ } |
|
| 3057 |
+ }, |
|
| 3058 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 3059 |
+ "license": [ |
|
| 3060 |
+ "MIT" |
|
| 3061 |
+ ], |
|
| 3062 |
+ "authors": [ |
|
| 3063 |
+ {
|
|
| 3064 |
+ "name": "Mike van Riel", |
|
| 3065 |
+ "email": "me@mikevanriel.com" |
|
| 3066 |
+ } |
|
| 3067 |
+ ], |
|
| 3068 |
+ "time": "2017-07-14T14:27:02+00:00" |
|
| 3069 |
+ }, |
|
| 3070 |
+ {
|
|
| 3071 |
+ "name": "phpspec/prophecy", |
|
| 3072 |
+ "version": "1.8.0", |
|
| 3073 |
+ "source": {
|
|
| 3074 |
+ "type": "git", |
|
| 3075 |
+ "url": "https://github.com/phpspec/prophecy.git", |
|
| 3076 |
+ "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" |
|
| 3077 |
+ }, |
|
| 3078 |
+ "dist": {
|
|
| 3079 |
+ "type": "zip", |
|
| 3080 |
+ "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", |
|
| 3081 |
+ "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", |
|
| 3082 |
+ "shasum": "" |
|
| 3083 |
+ }, |
|
| 3084 |
+ "require": {
|
|
| 3085 |
+ "doctrine/instantiator": "^1.0.2", |
|
| 3086 |
+ "php": "^5.3|^7.0", |
|
| 3087 |
+ "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", |
|
| 3088 |
+ "sebastian/comparator": "^1.1|^2.0|^3.0", |
|
| 3089 |
+ "sebastian/recursion-context": "^1.0|^2.0|^3.0" |
|
| 3090 |
+ }, |
|
| 3091 |
+ "require-dev": {
|
|
| 3092 |
+ "phpspec/phpspec": "^2.5|^3.2", |
|
| 3093 |
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" |
|
| 3094 |
+ }, |
|
| 3095 |
+ "type": "library", |
|
| 3096 |
+ "extra": {
|
|
| 3097 |
+ "branch-alias": {
|
|
| 3098 |
+ "dev-master": "1.8.x-dev" |
|
| 3099 |
+ } |
|
| 3100 |
+ }, |
|
| 3101 |
+ "autoload": {
|
|
| 3102 |
+ "psr-0": {
|
|
| 3103 |
+ "Prophecy\\": "src/" |
|
| 3104 |
+ } |
|
| 3105 |
+ }, |
|
| 3106 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 3107 |
+ "license": [ |
|
| 3108 |
+ "MIT" |
|
| 3109 |
+ ], |
|
| 3110 |
+ "authors": [ |
|
| 3111 |
+ {
|
|
| 3112 |
+ "name": "Konstantin Kudryashov", |
|
| 3113 |
+ "email": "ever.zet@gmail.com", |
|
| 3114 |
+ "homepage": "http://everzet.com" |
|
| 3115 |
+ }, |
|
| 3116 |
+ {
|
|
| 3117 |
+ "name": "Marcello Duarte", |
|
| 3118 |
+ "email": "marcello.duarte@gmail.com" |
|
| 3119 |
+ } |
|
| 3120 |
+ ], |
|
| 3121 |
+ "description": "Highly opinionated mocking framework for PHP 5.3+", |
|
| 3122 |
+ "homepage": "https://github.com/phpspec/prophecy", |
|
| 3123 |
+ "keywords": [ |
|
| 3124 |
+ "Double", |
|
| 3125 |
+ "Dummy", |
|
| 3126 |
+ "fake", |
|
| 3127 |
+ "mock", |
|
| 3128 |
+ "spy", |
|
| 3129 |
+ "stub" |
|
| 3130 |
+ ], |
|
| 3131 |
+ "time": "2018-08-05T17:53:17+00:00" |
|
| 3132 |
+ }, |
|
| 3133 |
+ {
|
|
| 3134 |
+ "name": "phpunit/php-code-coverage", |
|
| 3135 |
+ "version": "6.1.4", |
|
| 3136 |
+ "source": {
|
|
| 3137 |
+ "type": "git", |
|
| 3138 |
+ "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
|
| 3139 |
+ "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" |
|
| 3140 |
+ }, |
|
| 3141 |
+ "dist": {
|
|
| 3142 |
+ "type": "zip", |
|
| 3143 |
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", |
|
| 3144 |
+ "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", |
|
| 3145 |
+ "shasum": "" |
|
| 3146 |
+ }, |
|
| 3147 |
+ "require": {
|
|
| 3148 |
+ "ext-dom": "*", |
|
| 3149 |
+ "ext-xmlwriter": "*", |
|
| 3150 |
+ "php": "^7.1", |
|
| 3151 |
+ "phpunit/php-file-iterator": "^2.0", |
|
| 3152 |
+ "phpunit/php-text-template": "^1.2.1", |
|
| 3153 |
+ "phpunit/php-token-stream": "^3.0", |
|
| 3154 |
+ "sebastian/code-unit-reverse-lookup": "^1.0.1", |
|
| 3155 |
+ "sebastian/environment": "^3.1 || ^4.0", |
|
| 3156 |
+ "sebastian/version": "^2.0.1", |
|
| 3157 |
+ "theseer/tokenizer": "^1.1" |
|
| 3158 |
+ }, |
|
| 3159 |
+ "require-dev": {
|
|
| 3160 |
+ "phpunit/phpunit": "^7.0" |
|
| 3161 |
+ }, |
|
| 3162 |
+ "suggest": {
|
|
| 3163 |
+ "ext-xdebug": "^2.6.0" |
|
| 3164 |
+ }, |
|
| 3165 |
+ "type": "library", |
|
| 3166 |
+ "extra": {
|
|
| 3167 |
+ "branch-alias": {
|
|
| 3168 |
+ "dev-master": "6.1-dev" |
|
| 3169 |
+ } |
|
| 3170 |
+ }, |
|
| 3171 |
+ "autoload": {
|
|
| 3172 |
+ "classmap": [ |
|
| 3173 |
+ "src/" |
|
| 3174 |
+ ] |
|
| 3175 |
+ }, |
|
| 3176 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 3177 |
+ "license": [ |
|
| 3178 |
+ "BSD-3-Clause" |
|
| 3179 |
+ ], |
|
| 3180 |
+ "authors": [ |
|
| 3181 |
+ {
|
|
| 3182 |
+ "name": "Sebastian Bergmann", |
|
| 3183 |
+ "email": "sebastian@phpunit.de", |
|
| 3184 |
+ "role": "lead" |
|
| 3185 |
+ } |
|
| 3186 |
+ ], |
|
| 3187 |
+ "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", |
|
| 3188 |
+ "homepage": "https://github.com/sebastianbergmann/php-code-coverage", |
|
| 3189 |
+ "keywords": [ |
|
| 3190 |
+ "coverage", |
|
| 3191 |
+ "testing", |
|
| 3192 |
+ "xunit" |
|
| 3193 |
+ ], |
|
| 3194 |
+ "time": "2018-10-31T16:06:48+00:00" |
|
| 3195 |
+ }, |
|
| 3196 |
+ {
|
|
| 3197 |
+ "name": "phpunit/php-file-iterator", |
|
| 3198 |
+ "version": "2.0.2", |
|
| 3199 |
+ "source": {
|
|
| 3200 |
+ "type": "git", |
|
| 3201 |
+ "url": "https://github.com/sebastianbergmann/php-file-iterator.git", |
|
| 3202 |
+ "reference": "050bedf145a257b1ff02746c31894800e5122946" |
|
| 3203 |
+ }, |
|
| 3204 |
+ "dist": {
|
|
| 3205 |
+ "type": "zip", |
|
| 3206 |
+ "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", |
|
| 3207 |
+ "reference": "050bedf145a257b1ff02746c31894800e5122946", |
|
| 3208 |
+ "shasum": "" |
|
| 3209 |
+ }, |
|
| 3210 |
+ "require": {
|
|
| 3211 |
+ "php": "^7.1" |
|
| 3212 |
+ }, |
|
| 3213 |
+ "require-dev": {
|
|
| 3214 |
+ "phpunit/phpunit": "^7.1" |
|
| 3215 |
+ }, |
|
| 3216 |
+ "type": "library", |
|
| 3217 |
+ "extra": {
|
|
| 3218 |
+ "branch-alias": {
|
|
| 3219 |
+ "dev-master": "2.0.x-dev" |
|
| 3220 |
+ } |
|
| 3221 |
+ }, |
|
| 3222 |
+ "autoload": {
|
|
| 3223 |
+ "classmap": [ |
|
| 3224 |
+ "src/" |
|
| 3225 |
+ ] |
|
| 3226 |
+ }, |
|
| 3227 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 3228 |
+ "license": [ |
|
| 3229 |
+ "BSD-3-Clause" |
|
| 3230 |
+ ], |
|
| 3231 |
+ "authors": [ |
|
| 3232 |
+ {
|
|
| 3233 |
+ "name": "Sebastian Bergmann", |
|
| 3234 |
+ "email": "sebastian@phpunit.de", |
|
| 3235 |
+ "role": "lead" |
|
| 3236 |
+ } |
|
| 3237 |
+ ], |
|
| 3238 |
+ "description": "FilterIterator implementation that filters files based on a list of suffixes.", |
|
| 3239 |
+ "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", |
|
| 3240 |
+ "keywords": [ |
|
| 3241 |
+ "filesystem", |
|
| 3242 |
+ "iterator" |
|
| 3243 |
+ ], |
|
| 3244 |
+ "time": "2018-09-13T20:33:42+00:00" |
|
| 3245 |
+ }, |
|
| 3246 |
+ {
|
|
| 3247 |
+ "name": "phpunit/php-text-template", |
|
| 3248 |
+ "version": "1.2.1", |
|
| 3249 |
+ "source": {
|
|
| 3250 |
+ "type": "git", |
|
| 3251 |
+ "url": "https://github.com/sebastianbergmann/php-text-template.git", |
|
| 3252 |
+ "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" |
|
| 3253 |
+ }, |
|
| 3254 |
+ "dist": {
|
|
| 3255 |
+ "type": "zip", |
|
| 3256 |
+ "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
|
| 3257 |
+ "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", |
|
| 3258 |
+ "shasum": "" |
|
| 3259 |
+ }, |
|
| 3260 |
+ "require": {
|
|
| 3261 |
+ "php": ">=5.3.3" |
|
| 3262 |
+ }, |
|
| 3263 |
+ "type": "library", |
|
| 3264 |
+ "autoload": {
|
|
| 3265 |
+ "classmap": [ |
|
| 3266 |
+ "src/" |
|
| 3267 |
+ ] |
|
| 3268 |
+ }, |
|
| 3269 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 3270 |
+ "license": [ |
|
| 3271 |
+ "BSD-3-Clause" |
|
| 3272 |
+ ], |
|
| 3273 |
+ "authors": [ |
|
| 3274 |
+ {
|
|
| 3275 |
+ "name": "Sebastian Bergmann", |
|
| 3276 |
+ "email": "sebastian@phpunit.de", |
|
| 3277 |
+ "role": "lead" |
|
| 3278 |
+ } |
|
| 3279 |
+ ], |
|
| 3280 |
+ "description": "Simple template engine.", |
|
| 3281 |
+ "homepage": "https://github.com/sebastianbergmann/php-text-template/", |
|
| 3282 |
+ "keywords": [ |
|
| 3283 |
+ "template" |
|
| 3284 |
+ ], |
|
| 3285 |
+ "time": "2015-06-21T13:50:34+00:00" |
|
| 3286 |
+ }, |
|
| 3287 |
+ {
|
|
| 3288 |
+ "name": "phpunit/php-timer", |
|
| 3289 |
+ "version": "2.0.0", |
|
| 3290 |
+ "source": {
|
|
| 3291 |
+ "type": "git", |
|
| 3292 |
+ "url": "https://github.com/sebastianbergmann/php-timer.git", |
|
| 3293 |
+ "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f" |
|
| 3294 |
+ }, |
|
| 3295 |
+ "dist": {
|
|
| 3296 |
+ "type": "zip", |
|
| 3297 |
+ "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f", |
|
| 3298 |
+ "reference": "8b8454ea6958c3dee38453d3bd571e023108c91f", |
|
| 3299 |
+ "shasum": "" |
|
| 3300 |
+ }, |
|
| 3301 |
+ "require": {
|
|
| 3302 |
+ "php": "^7.1" |
|
| 3303 |
+ }, |
|
| 3304 |
+ "require-dev": {
|
|
| 3305 |
+ "phpunit/phpunit": "^7.0" |
|
| 3306 |
+ }, |
|
| 3307 |
+ "type": "library", |
|
| 3308 |
+ "extra": {
|
|
| 3309 |
+ "branch-alias": {
|
|
| 3310 |
+ "dev-master": "2.0-dev" |
|
| 3311 |
+ } |
|
| 3312 |
+ }, |
|
| 3313 |
+ "autoload": {
|
|
| 3314 |
+ "classmap": [ |
|
| 3315 |
+ "src/" |
|
| 3316 |
+ ] |
|
| 3317 |
+ }, |
|
| 3318 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 3319 |
+ "license": [ |
|
| 3320 |
+ "BSD-3-Clause" |
|
| 3321 |
+ ], |
|
| 3322 |
+ "authors": [ |
|
| 3323 |
+ {
|
|
| 3324 |
+ "name": "Sebastian Bergmann", |
|
| 3325 |
+ "email": "sebastian@phpunit.de", |
|
| 3326 |
+ "role": "lead" |
|
| 3327 |
+ } |
|
| 3328 |
+ ], |
|
| 3329 |
+ "description": "Utility class for timing", |
|
| 3330 |
+ "homepage": "https://github.com/sebastianbergmann/php-timer/", |
|
| 3331 |
+ "keywords": [ |
|
| 3332 |
+ "timer" |
|
| 3333 |
+ ], |
|
| 3334 |
+ "time": "2018-02-01T13:07:23+00:00" |
|
| 3335 |
+ }, |
|
| 3336 |
+ {
|
|
| 3337 |
+ "name": "phpunit/php-token-stream", |
|
| 3338 |
+ "version": "3.0.1", |
|
| 3339 |
+ "source": {
|
|
| 3340 |
+ "type": "git", |
|
| 3341 |
+ "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
|
| 3342 |
+ "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18" |
|
| 3343 |
+ }, |
|
| 3344 |
+ "dist": {
|
|
| 3345 |
+ "type": "zip", |
|
| 3346 |
+ "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18", |
|
| 3347 |
+ "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18", |
|
| 3348 |
+ "shasum": "" |
|
| 3349 |
+ }, |
|
| 3350 |
+ "require": {
|
|
| 3351 |
+ "ext-tokenizer": "*", |
|
| 3352 |
+ "php": "^7.1" |
|
| 3353 |
+ }, |
|
| 3354 |
+ "require-dev": {
|
|
| 3355 |
+ "phpunit/phpunit": "^7.0" |
|
| 3356 |
+ }, |
|
| 3357 |
+ "type": "library", |
|
| 3358 |
+ "extra": {
|
|
| 3359 |
+ "branch-alias": {
|
|
| 3360 |
+ "dev-master": "3.0-dev" |
|
| 3361 |
+ } |
|
| 3362 |
+ }, |
|
| 3363 |
+ "autoload": {
|
|
| 3364 |
+ "classmap": [ |
|
| 3365 |
+ "src/" |
|
| 3366 |
+ ] |
|
| 3367 |
+ }, |
|
| 3368 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 3369 |
+ "license": [ |
|
| 3370 |
+ "BSD-3-Clause" |
|
| 3371 |
+ ], |
|
| 3372 |
+ "authors": [ |
|
| 3373 |
+ {
|
|
| 3374 |
+ "name": "Sebastian Bergmann", |
|
| 3375 |
+ "email": "sebastian@phpunit.de" |
|
| 3376 |
+ } |
|
| 3377 |
+ ], |
|
| 3378 |
+ "description": "Wrapper around PHP's tokenizer extension.", |
|
| 3379 |
+ "homepage": "https://github.com/sebastianbergmann/php-token-stream/", |
|
| 3380 |
+ "keywords": [ |
|
| 3381 |
+ "tokenizer" |
|
| 3382 |
+ ], |
|
| 3383 |
+ "time": "2018-10-30T05:52:18+00:00" |
|
| 3384 |
+ }, |
|
| 3385 |
+ {
|
|
| 3386 |
+ "name": "phpunit/phpunit", |
|
| 3387 |
+ "version": "7.4.3", |
|
| 3388 |
+ "source": {
|
|
| 3389 |
+ "type": "git", |
|
| 3390 |
+ "url": "https://github.com/sebastianbergmann/phpunit.git", |
|
| 3391 |
+ "reference": "c151651fb6ed264038d486ea262e243af72e5e64" |
|
| 3392 |
+ }, |
|
| 3393 |
+ "dist": {
|
|
| 3394 |
+ "type": "zip", |
|
| 3395 |
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c151651fb6ed264038d486ea262e243af72e5e64", |
|
| 3396 |
+ "reference": "c151651fb6ed264038d486ea262e243af72e5e64", |
|
| 3397 |
+ "shasum": "" |
|
| 3398 |
+ }, |
|
| 3399 |
+ "require": {
|
|
| 3400 |
+ "doctrine/instantiator": "^1.1", |
|
| 3401 |
+ "ext-dom": "*", |
|
| 3402 |
+ "ext-json": "*", |
|
| 3403 |
+ "ext-libxml": "*", |
|
| 3404 |
+ "ext-mbstring": "*", |
|
| 3405 |
+ "ext-xml": "*", |
|
| 3406 |
+ "myclabs/deep-copy": "^1.7", |
|
| 3407 |
+ "phar-io/manifest": "^1.0.2", |
|
| 3408 |
+ "phar-io/version": "^2.0", |
|
| 3409 |
+ "php": "^7.1", |
|
| 3410 |
+ "phpspec/prophecy": "^1.7", |
|
| 3411 |
+ "phpunit/php-code-coverage": "^6.0.7", |
|
| 3412 |
+ "phpunit/php-file-iterator": "^2.0.1", |
|
| 3413 |
+ "phpunit/php-text-template": "^1.2.1", |
|
| 3414 |
+ "phpunit/php-timer": "^2.0", |
|
| 3415 |
+ "sebastian/comparator": "^3.0", |
|
| 3416 |
+ "sebastian/diff": "^3.0", |
|
| 3417 |
+ "sebastian/environment": "^3.1 || ^4.0", |
|
| 3418 |
+ "sebastian/exporter": "^3.1", |
|
| 3419 |
+ "sebastian/global-state": "^2.0", |
|
| 3420 |
+ "sebastian/object-enumerator": "^3.0.3", |
|
| 3421 |
+ "sebastian/resource-operations": "^2.0", |
|
| 3422 |
+ "sebastian/version": "^2.0.1" |
|
| 3423 |
+ }, |
|
| 3424 |
+ "conflict": {
|
|
| 3425 |
+ "phpunit/phpunit-mock-objects": "*" |
|
| 3426 |
+ }, |
|
| 3427 |
+ "require-dev": {
|
|
| 3428 |
+ "ext-pdo": "*" |
|
| 3429 |
+ }, |
|
| 3430 |
+ "suggest": {
|
|
| 3431 |
+ "ext-soap": "*", |
|
| 3432 |
+ "ext-xdebug": "*", |
|
| 3433 |
+ "phpunit/php-invoker": "^2.0" |
|
| 3434 |
+ }, |
|
| 3435 |
+ "bin": [ |
|
| 3436 |
+ "phpunit" |
|
| 3437 |
+ ], |
|
| 3438 |
+ "type": "library", |
|
| 3439 |
+ "extra": {
|
|
| 3440 |
+ "branch-alias": {
|
|
| 3441 |
+ "dev-master": "7.4-dev" |
|
| 3442 |
+ } |
|
| 3443 |
+ }, |
|
| 3444 |
+ "autoload": {
|
|
| 3445 |
+ "classmap": [ |
|
| 3446 |
+ "src/" |
|
| 3447 |
+ ] |
|
| 3448 |
+ }, |
|
| 3449 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 3450 |
+ "license": [ |
|
| 3451 |
+ "BSD-3-Clause" |
|
| 3452 |
+ ], |
|
| 3453 |
+ "authors": [ |
|
| 3454 |
+ {
|
|
| 3455 |
+ "name": "Sebastian Bergmann", |
|
| 3456 |
+ "email": "sebastian@phpunit.de", |
|
| 3457 |
+ "role": "lead" |
|
| 3458 |
+ } |
|
| 3459 |
+ ], |
|
| 3460 |
+ "description": "The PHP Unit Testing framework.", |
|
| 3461 |
+ "homepage": "https://phpunit.de/", |
|
| 3462 |
+ "keywords": [ |
|
| 3463 |
+ "phpunit", |
|
| 3464 |
+ "testing", |
|
| 3465 |
+ "xunit" |
|
| 3466 |
+ ], |
|
| 3467 |
+ "time": "2018-10-23T05:57:41+00:00" |
|
| 3468 |
+ }, |
|
| 3469 |
+ {
|
|
| 3470 |
+ "name": "sebastian/code-unit-reverse-lookup", |
|
| 3471 |
+ "version": "1.0.1", |
|
| 3472 |
+ "source": {
|
|
| 3473 |
+ "type": "git", |
|
| 3474 |
+ "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
|
| 3475 |
+ "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" |
|
| 3476 |
+ }, |
|
| 3477 |
+ "dist": {
|
|
| 3478 |
+ "type": "zip", |
|
| 3479 |
+ "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
|
| 3480 |
+ "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", |
|
| 3481 |
+ "shasum": "" |
|
| 3482 |
+ }, |
|
| 3483 |
+ "require": {
|
|
| 3484 |
+ "php": "^5.6 || ^7.0" |
|
| 3485 |
+ }, |
|
| 3486 |
+ "require-dev": {
|
|
| 3487 |
+ "phpunit/phpunit": "^5.7 || ^6.0" |
|
| 3488 |
+ }, |
|
| 3489 |
+ "type": "library", |
|
| 3490 |
+ "extra": {
|
|
| 3491 |
+ "branch-alias": {
|
|
| 3492 |
+ "dev-master": "1.0.x-dev" |
|
| 3493 |
+ } |
|
| 3494 |
+ }, |
|
| 3495 |
+ "autoload": {
|
|
| 3496 |
+ "classmap": [ |
|
| 3497 |
+ "src/" |
|
| 3498 |
+ ] |
|
| 3499 |
+ }, |
|
| 3500 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 3501 |
+ "license": [ |
|
| 3502 |
+ "BSD-3-Clause" |
|
| 3503 |
+ ], |
|
| 3504 |
+ "authors": [ |
|
| 3505 |
+ {
|
|
| 3506 |
+ "name": "Sebastian Bergmann", |
|
| 3507 |
+ "email": "sebastian@phpunit.de" |
|
| 3508 |
+ } |
|
| 3509 |
+ ], |
|
| 3510 |
+ "description": "Looks up which function or method a line of code belongs to", |
|
| 3511 |
+ "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
|
| 3512 |
+ "time": "2017-03-04T06:30:41+00:00" |
|
| 3513 |
+ }, |
|
| 3514 |
+ {
|
|
| 3515 |
+ "name": "sebastian/comparator", |
|
| 3516 |
+ "version": "3.0.2", |
|
| 3517 |
+ "source": {
|
|
| 3518 |
+ "type": "git", |
|
| 3519 |
+ "url": "https://github.com/sebastianbergmann/comparator.git", |
|
| 3520 |
+ "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" |
|
| 3521 |
+ }, |
|
| 3522 |
+ "dist": {
|
|
| 3523 |
+ "type": "zip", |
|
| 3524 |
+ "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", |
|
| 3525 |
+ "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", |
|
| 3526 |
+ "shasum": "" |
|
| 3527 |
+ }, |
|
| 3528 |
+ "require": {
|
|
| 3529 |
+ "php": "^7.1", |
|
| 3530 |
+ "sebastian/diff": "^3.0", |
|
| 3531 |
+ "sebastian/exporter": "^3.1" |
|
| 3532 |
+ }, |
|
| 3533 |
+ "require-dev": {
|
|
| 3534 |
+ "phpunit/phpunit": "^7.1" |
|
| 3535 |
+ }, |
|
| 3536 |
+ "type": "library", |
|
| 3537 |
+ "extra": {
|
|
| 3538 |
+ "branch-alias": {
|
|
| 3539 |
+ "dev-master": "3.0-dev" |
|
| 3540 |
+ } |
|
| 3541 |
+ }, |
|
| 3542 |
+ "autoload": {
|
|
| 3543 |
+ "classmap": [ |
|
| 3544 |
+ "src/" |
|
| 3545 |
+ ] |
|
| 3546 |
+ }, |
|
| 3547 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 3548 |
+ "license": [ |
|
| 3549 |
+ "BSD-3-Clause" |
|
| 3550 |
+ ], |
|
| 3551 |
+ "authors": [ |
|
| 3552 |
+ {
|
|
| 3553 |
+ "name": "Jeff Welch", |
|
| 3554 |
+ "email": "whatthejeff@gmail.com" |
|
| 3555 |
+ }, |
|
| 3556 |
+ {
|
|
| 3557 |
+ "name": "Volker Dusch", |
|
| 3558 |
+ "email": "github@wallbash.com" |
|
| 3559 |
+ }, |
|
| 3560 |
+ {
|
|
| 3561 |
+ "name": "Bernhard Schussek", |
|
| 3562 |
+ "email": "bschussek@2bepublished.at" |
|
| 3563 |
+ }, |
|
| 3564 |
+ {
|
|
| 3565 |
+ "name": "Sebastian Bergmann", |
|
| 3566 |
+ "email": "sebastian@phpunit.de" |
|
| 3567 |
+ } |
|
| 3568 |
+ ], |
|
| 3569 |
+ "description": "Provides the functionality to compare PHP values for equality", |
|
| 3570 |
+ "homepage": "https://github.com/sebastianbergmann/comparator", |
|
| 3571 |
+ "keywords": [ |
|
| 3572 |
+ "comparator", |
|
| 3573 |
+ "compare", |
|
| 3574 |
+ "equality" |
|
| 3575 |
+ ], |
|
| 3576 |
+ "time": "2018-07-12T15:12:46+00:00" |
|
| 3577 |
+ }, |
|
| 3578 |
+ {
|
|
| 3579 |
+ "name": "sebastian/diff", |
|
| 3580 |
+ "version": "3.0.1", |
|
| 3581 |
+ "source": {
|
|
| 3582 |
+ "type": "git", |
|
| 3583 |
+ "url": "https://github.com/sebastianbergmann/diff.git", |
|
| 3584 |
+ "reference": "366541b989927187c4ca70490a35615d3fef2dce" |
|
| 3585 |
+ }, |
|
| 3586 |
+ "dist": {
|
|
| 3587 |
+ "type": "zip", |
|
| 3588 |
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce", |
|
| 3589 |
+ "reference": "366541b989927187c4ca70490a35615d3fef2dce", |
|
| 3590 |
+ "shasum": "" |
|
| 3591 |
+ }, |
|
| 3592 |
+ "require": {
|
|
| 3593 |
+ "php": "^7.1" |
|
| 3594 |
+ }, |
|
| 3595 |
+ "require-dev": {
|
|
| 3596 |
+ "phpunit/phpunit": "^7.0", |
|
| 3597 |
+ "symfony/process": "^2 || ^3.3 || ^4" |
|
| 3598 |
+ }, |
|
| 3599 |
+ "type": "library", |
|
| 3600 |
+ "extra": {
|
|
| 3601 |
+ "branch-alias": {
|
|
| 3602 |
+ "dev-master": "3.0-dev" |
|
| 3603 |
+ } |
|
| 3604 |
+ }, |
|
| 3605 |
+ "autoload": {
|
|
| 3606 |
+ "classmap": [ |
|
| 3607 |
+ "src/" |
|
| 3608 |
+ ] |
|
| 3609 |
+ }, |
|
| 3610 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 3611 |
+ "license": [ |
|
| 3612 |
+ "BSD-3-Clause" |
|
| 3613 |
+ ], |
|
| 3614 |
+ "authors": [ |
|
| 3615 |
+ {
|
|
| 3616 |
+ "name": "Kore Nordmann", |
|
| 3617 |
+ "email": "mail@kore-nordmann.de" |
|
| 3618 |
+ }, |
|
| 3619 |
+ {
|
|
| 3620 |
+ "name": "Sebastian Bergmann", |
|
| 3621 |
+ "email": "sebastian@phpunit.de" |
|
| 3622 |
+ } |
|
| 3623 |
+ ], |
|
| 3624 |
+ "description": "Diff implementation", |
|
| 3625 |
+ "homepage": "https://github.com/sebastianbergmann/diff", |
|
| 3626 |
+ "keywords": [ |
|
| 3627 |
+ "diff", |
|
| 3628 |
+ "udiff", |
|
| 3629 |
+ "unidiff", |
|
| 3630 |
+ "unified diff" |
|
| 3631 |
+ ], |
|
| 3632 |
+ "time": "2018-06-10T07:54:39+00:00" |
|
| 3633 |
+ }, |
|
| 3634 |
+ {
|
|
| 3635 |
+ "name": "sebastian/environment", |
|
| 3636 |
+ "version": "3.1.0", |
|
| 3637 |
+ "source": {
|
|
| 3638 |
+ "type": "git", |
|
| 3639 |
+ "url": "https://github.com/sebastianbergmann/environment.git", |
|
| 3640 |
+ "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" |
|
| 3641 |
+ }, |
|
| 3642 |
+ "dist": {
|
|
| 3643 |
+ "type": "zip", |
|
| 3644 |
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
|
| 3645 |
+ "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", |
|
| 3646 |
+ "shasum": "" |
|
| 3647 |
+ }, |
|
| 3648 |
+ "require": {
|
|
| 3649 |
+ "php": "^7.0" |
|
| 3650 |
+ }, |
|
| 3651 |
+ "require-dev": {
|
|
| 3652 |
+ "phpunit/phpunit": "^6.1" |
|
| 3653 |
+ }, |
|
| 3654 |
+ "type": "library", |
|
| 3655 |
+ "extra": {
|
|
| 3656 |
+ "branch-alias": {
|
|
| 3657 |
+ "dev-master": "3.1.x-dev" |
|
| 3658 |
+ } |
|
| 3659 |
+ }, |
|
| 3660 |
+ "autoload": {
|
|
| 3661 |
+ "classmap": [ |
|
| 3662 |
+ "src/" |
|
| 3663 |
+ ] |
|
| 3664 |
+ }, |
|
| 3665 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 3666 |
+ "license": [ |
|
| 3667 |
+ "BSD-3-Clause" |
|
| 3668 |
+ ], |
|
| 3669 |
+ "authors": [ |
|
| 3670 |
+ {
|
|
| 3671 |
+ "name": "Sebastian Bergmann", |
|
| 3672 |
+ "email": "sebastian@phpunit.de" |
|
| 3673 |
+ } |
|
| 3674 |
+ ], |
|
| 3675 |
+ "description": "Provides functionality to handle HHVM/PHP environments", |
|
| 3676 |
+ "homepage": "http://www.github.com/sebastianbergmann/environment", |
|
| 3677 |
+ "keywords": [ |
|
| 3678 |
+ "Xdebug", |
|
| 3679 |
+ "environment", |
|
| 3680 |
+ "hhvm" |
|
| 3681 |
+ ], |
|
| 3682 |
+ "time": "2017-07-01T08:51:00+00:00" |
|
| 3683 |
+ }, |
|
| 3684 |
+ {
|
|
| 3685 |
+ "name": "sebastian/exporter", |
|
| 3686 |
+ "version": "3.1.0", |
|
| 3687 |
+ "source": {
|
|
| 3688 |
+ "type": "git", |
|
| 3689 |
+ "url": "https://github.com/sebastianbergmann/exporter.git", |
|
| 3690 |
+ "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" |
|
| 3691 |
+ }, |
|
| 3692 |
+ "dist": {
|
|
| 3693 |
+ "type": "zip", |
|
| 3694 |
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", |
|
| 3695 |
+ "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", |
|
| 3696 |
+ "shasum": "" |
|
| 3697 |
+ }, |
|
| 3698 |
+ "require": {
|
|
| 3699 |
+ "php": "^7.0", |
|
| 3700 |
+ "sebastian/recursion-context": "^3.0" |
|
| 3701 |
+ }, |
|
| 3702 |
+ "require-dev": {
|
|
| 3703 |
+ "ext-mbstring": "*", |
|
| 3704 |
+ "phpunit/phpunit": "^6.0" |
|
| 3705 |
+ }, |
|
| 3706 |
+ "type": "library", |
|
| 3707 |
+ "extra": {
|
|
| 3708 |
+ "branch-alias": {
|
|
| 3709 |
+ "dev-master": "3.1.x-dev" |
|
| 3710 |
+ } |
|
| 3711 |
+ }, |
|
| 3712 |
+ "autoload": {
|
|
| 3713 |
+ "classmap": [ |
|
| 3714 |
+ "src/" |
|
| 3715 |
+ ] |
|
| 3716 |
+ }, |
|
| 3717 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 3718 |
+ "license": [ |
|
| 3719 |
+ "BSD-3-Clause" |
|
| 3720 |
+ ], |
|
| 3721 |
+ "authors": [ |
|
| 3722 |
+ {
|
|
| 3723 |
+ "name": "Jeff Welch", |
|
| 3724 |
+ "email": "whatthejeff@gmail.com" |
|
| 3725 |
+ }, |
|
| 3726 |
+ {
|
|
| 3727 |
+ "name": "Volker Dusch", |
|
| 3728 |
+ "email": "github@wallbash.com" |
|
| 3729 |
+ }, |
|
| 3730 |
+ {
|
|
| 3731 |
+ "name": "Bernhard Schussek", |
|
| 3732 |
+ "email": "bschussek@2bepublished.at" |
|
| 3733 |
+ }, |
|
| 3734 |
+ {
|
|
| 3735 |
+ "name": "Sebastian Bergmann", |
|
| 3736 |
+ "email": "sebastian@phpunit.de" |
|
| 3737 |
+ }, |
|
| 3738 |
+ {
|
|
| 3739 |
+ "name": "Adam Harvey", |
|
| 3740 |
+ "email": "aharvey@php.net" |
|
| 3741 |
+ } |
|
| 3742 |
+ ], |
|
| 3743 |
+ "description": "Provides the functionality to export PHP variables for visualization", |
|
| 3744 |
+ "homepage": "http://www.github.com/sebastianbergmann/exporter", |
|
| 3745 |
+ "keywords": [ |
|
| 3746 |
+ "export", |
|
| 3747 |
+ "exporter" |
|
| 3748 |
+ ], |
|
| 3749 |
+ "time": "2017-04-03T13:19:02+00:00" |
|
| 3750 |
+ }, |
|
| 3751 |
+ {
|
|
| 3752 |
+ "name": "sebastian/global-state", |
|
| 3753 |
+ "version": "2.0.0", |
|
| 3754 |
+ "source": {
|
|
| 3755 |
+ "type": "git", |
|
| 3756 |
+ "url": "https://github.com/sebastianbergmann/global-state.git", |
|
| 3757 |
+ "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" |
|
| 3758 |
+ }, |
|
| 3759 |
+ "dist": {
|
|
| 3760 |
+ "type": "zip", |
|
| 3761 |
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
|
| 3762 |
+ "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", |
|
| 3763 |
+ "shasum": "" |
|
| 3764 |
+ }, |
|
| 3765 |
+ "require": {
|
|
| 3766 |
+ "php": "^7.0" |
|
| 3767 |
+ }, |
|
| 3768 |
+ "require-dev": {
|
|
| 3769 |
+ "phpunit/phpunit": "^6.0" |
|
| 3770 |
+ }, |
|
| 3771 |
+ "suggest": {
|
|
| 3772 |
+ "ext-uopz": "*" |
|
| 3773 |
+ }, |
|
| 3774 |
+ "type": "library", |
|
| 3775 |
+ "extra": {
|
|
| 3776 |
+ "branch-alias": {
|
|
| 3777 |
+ "dev-master": "2.0-dev" |
|
| 3778 |
+ } |
|
| 3779 |
+ }, |
|
| 3780 |
+ "autoload": {
|
|
| 3781 |
+ "classmap": [ |
|
| 3782 |
+ "src/" |
|
| 3783 |
+ ] |
|
| 3784 |
+ }, |
|
| 3785 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 3786 |
+ "license": [ |
|
| 3787 |
+ "BSD-3-Clause" |
|
| 3788 |
+ ], |
|
| 3789 |
+ "authors": [ |
|
| 3790 |
+ {
|
|
| 3791 |
+ "name": "Sebastian Bergmann", |
|
| 3792 |
+ "email": "sebastian@phpunit.de" |
|
| 3793 |
+ } |
|
| 3794 |
+ ], |
|
| 3795 |
+ "description": "Snapshotting of global state", |
|
| 3796 |
+ "homepage": "http://www.github.com/sebastianbergmann/global-state", |
|
| 3797 |
+ "keywords": [ |
|
| 3798 |
+ "global state" |
|
| 3799 |
+ ], |
|
| 3800 |
+ "time": "2017-04-27T15:39:26+00:00" |
|
| 3801 |
+ }, |
|
| 3802 |
+ {
|
|
| 3803 |
+ "name": "sebastian/object-enumerator", |
|
| 3804 |
+ "version": "3.0.3", |
|
| 3805 |
+ "source": {
|
|
| 3806 |
+ "type": "git", |
|
| 3807 |
+ "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
|
| 3808 |
+ "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" |
|
| 3809 |
+ }, |
|
| 3810 |
+ "dist": {
|
|
| 3811 |
+ "type": "zip", |
|
| 3812 |
+ "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
|
| 3813 |
+ "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", |
|
| 3814 |
+ "shasum": "" |
|
| 3815 |
+ }, |
|
| 3816 |
+ "require": {
|
|
| 3817 |
+ "php": "^7.0", |
|
| 3818 |
+ "sebastian/object-reflector": "^1.1.1", |
|
| 3819 |
+ "sebastian/recursion-context": "^3.0" |
|
| 3820 |
+ }, |
|
| 3821 |
+ "require-dev": {
|
|
| 3822 |
+ "phpunit/phpunit": "^6.0" |
|
| 3823 |
+ }, |
|
| 3824 |
+ "type": "library", |
|
| 3825 |
+ "extra": {
|
|
| 3826 |
+ "branch-alias": {
|
|
| 3827 |
+ "dev-master": "3.0.x-dev" |
|
| 3828 |
+ } |
|
| 3829 |
+ }, |
|
| 3830 |
+ "autoload": {
|
|
| 3831 |
+ "classmap": [ |
|
| 3832 |
+ "src/" |
|
| 3833 |
+ ] |
|
| 3834 |
+ }, |
|
| 3835 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 3836 |
+ "license": [ |
|
| 3837 |
+ "BSD-3-Clause" |
|
| 3838 |
+ ], |
|
| 3839 |
+ "authors": [ |
|
| 3840 |
+ {
|
|
| 3841 |
+ "name": "Sebastian Bergmann", |
|
| 3842 |
+ "email": "sebastian@phpunit.de" |
|
| 3843 |
+ } |
|
| 3844 |
+ ], |
|
| 3845 |
+ "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
|
| 3846 |
+ "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
|
| 3847 |
+ "time": "2017-08-03T12:35:26+00:00" |
|
| 3848 |
+ }, |
|
| 3849 |
+ {
|
|
| 3850 |
+ "name": "sebastian/object-reflector", |
|
| 3851 |
+ "version": "1.1.1", |
|
| 3852 |
+ "source": {
|
|
| 3853 |
+ "type": "git", |
|
| 3854 |
+ "url": "https://github.com/sebastianbergmann/object-reflector.git", |
|
| 3855 |
+ "reference": "773f97c67f28de00d397be301821b06708fca0be" |
|
| 3856 |
+ }, |
|
| 3857 |
+ "dist": {
|
|
| 3858 |
+ "type": "zip", |
|
| 3859 |
+ "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", |
|
| 3860 |
+ "reference": "773f97c67f28de00d397be301821b06708fca0be", |
|
| 3861 |
+ "shasum": "" |
|
| 3862 |
+ }, |
|
| 3863 |
+ "require": {
|
|
| 3864 |
+ "php": "^7.0" |
|
| 3865 |
+ }, |
|
| 3866 |
+ "require-dev": {
|
|
| 3867 |
+ "phpunit/phpunit": "^6.0" |
|
| 3868 |
+ }, |
|
| 3869 |
+ "type": "library", |
|
| 3870 |
+ "extra": {
|
|
| 3871 |
+ "branch-alias": {
|
|
| 3872 |
+ "dev-master": "1.1-dev" |
|
| 3873 |
+ } |
|
| 3874 |
+ }, |
|
| 3875 |
+ "autoload": {
|
|
| 3876 |
+ "classmap": [ |
|
| 3877 |
+ "src/" |
|
| 3878 |
+ ] |
|
| 3879 |
+ }, |
|
| 3880 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 3881 |
+ "license": [ |
|
| 3882 |
+ "BSD-3-Clause" |
|
| 3883 |
+ ], |
|
| 3884 |
+ "authors": [ |
|
| 3885 |
+ {
|
|
| 3886 |
+ "name": "Sebastian Bergmann", |
|
| 3887 |
+ "email": "sebastian@phpunit.de" |
|
| 3888 |
+ } |
|
| 3889 |
+ ], |
|
| 3890 |
+ "description": "Allows reflection of object attributes, including inherited and non-public ones", |
|
| 3891 |
+ "homepage": "https://github.com/sebastianbergmann/object-reflector/", |
|
| 3892 |
+ "time": "2017-03-29T09:07:27+00:00" |
|
| 3893 |
+ }, |
|
| 3894 |
+ {
|
|
| 3895 |
+ "name": "sebastian/recursion-context", |
|
| 3896 |
+ "version": "3.0.0", |
|
| 3897 |
+ "source": {
|
|
| 3898 |
+ "type": "git", |
|
| 3899 |
+ "url": "https://github.com/sebastianbergmann/recursion-context.git", |
|
| 3900 |
+ "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" |
|
| 3901 |
+ }, |
|
| 3902 |
+ "dist": {
|
|
| 3903 |
+ "type": "zip", |
|
| 3904 |
+ "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
|
| 3905 |
+ "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", |
|
| 3906 |
+ "shasum": "" |
|
| 3907 |
+ }, |
|
| 3908 |
+ "require": {
|
|
| 3909 |
+ "php": "^7.0" |
|
| 3910 |
+ }, |
|
| 3911 |
+ "require-dev": {
|
|
| 3912 |
+ "phpunit/phpunit": "^6.0" |
|
| 3913 |
+ }, |
|
| 3914 |
+ "type": "library", |
|
| 3915 |
+ "extra": {
|
|
| 3916 |
+ "branch-alias": {
|
|
| 3917 |
+ "dev-master": "3.0.x-dev" |
|
| 3918 |
+ } |
|
| 3919 |
+ }, |
|
| 3920 |
+ "autoload": {
|
|
| 3921 |
+ "classmap": [ |
|
| 3922 |
+ "src/" |
|
| 3923 |
+ ] |
|
| 3924 |
+ }, |
|
| 3925 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 3926 |
+ "license": [ |
|
| 3927 |
+ "BSD-3-Clause" |
|
| 3928 |
+ ], |
|
| 3929 |
+ "authors": [ |
|
| 3930 |
+ {
|
|
| 3931 |
+ "name": "Jeff Welch", |
|
| 3932 |
+ "email": "whatthejeff@gmail.com" |
|
| 3933 |
+ }, |
|
| 3934 |
+ {
|
|
| 3935 |
+ "name": "Sebastian Bergmann", |
|
| 3936 |
+ "email": "sebastian@phpunit.de" |
|
| 3937 |
+ }, |
|
| 3938 |
+ {
|
|
| 3939 |
+ "name": "Adam Harvey", |
|
| 3940 |
+ "email": "aharvey@php.net" |
|
| 3941 |
+ } |
|
| 3942 |
+ ], |
|
| 3943 |
+ "description": "Provides functionality to recursively process PHP variables", |
|
| 3944 |
+ "homepage": "http://www.github.com/sebastianbergmann/recursion-context", |
|
| 3945 |
+ "time": "2017-03-03T06:23:57+00:00" |
|
| 3946 |
+ }, |
|
| 3947 |
+ {
|
|
| 3948 |
+ "name": "sebastian/resource-operations", |
|
| 3949 |
+ "version": "2.0.1", |
|
| 3950 |
+ "source": {
|
|
| 3951 |
+ "type": "git", |
|
| 3952 |
+ "url": "https://github.com/sebastianbergmann/resource-operations.git", |
|
| 3953 |
+ "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" |
|
| 3954 |
+ }, |
|
| 3955 |
+ "dist": {
|
|
| 3956 |
+ "type": "zip", |
|
| 3957 |
+ "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", |
|
| 3958 |
+ "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", |
|
| 3959 |
+ "shasum": "" |
|
| 3960 |
+ }, |
|
| 3961 |
+ "require": {
|
|
| 3962 |
+ "php": "^7.1" |
|
| 3963 |
+ }, |
|
| 3964 |
+ "type": "library", |
|
| 3965 |
+ "extra": {
|
|
| 3966 |
+ "branch-alias": {
|
|
| 3967 |
+ "dev-master": "2.0-dev" |
|
| 3968 |
+ } |
|
| 3969 |
+ }, |
|
| 3970 |
+ "autoload": {
|
|
| 3971 |
+ "classmap": [ |
|
| 3972 |
+ "src/" |
|
| 3973 |
+ ] |
|
| 3974 |
+ }, |
|
| 3975 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 3976 |
+ "license": [ |
|
| 3977 |
+ "BSD-3-Clause" |
|
| 3978 |
+ ], |
|
| 3979 |
+ "authors": [ |
|
| 3980 |
+ {
|
|
| 3981 |
+ "name": "Sebastian Bergmann", |
|
| 3982 |
+ "email": "sebastian@phpunit.de" |
|
| 3983 |
+ } |
|
| 3984 |
+ ], |
|
| 3985 |
+ "description": "Provides a list of PHP built-in functions that operate on resources", |
|
| 3986 |
+ "homepage": "https://www.github.com/sebastianbergmann/resource-operations", |
|
| 3987 |
+ "time": "2018-10-04T04:07:39+00:00" |
|
| 3988 |
+ }, |
|
| 3989 |
+ {
|
|
| 3990 |
+ "name": "sebastian/version", |
|
| 3991 |
+ "version": "2.0.1", |
|
| 3992 |
+ "source": {
|
|
| 3993 |
+ "type": "git", |
|
| 3994 |
+ "url": "https://github.com/sebastianbergmann/version.git", |
|
| 3995 |
+ "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" |
|
| 3996 |
+ }, |
|
| 3997 |
+ "dist": {
|
|
| 3998 |
+ "type": "zip", |
|
| 3999 |
+ "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", |
|
| 4000 |
+ "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", |
|
| 4001 |
+ "shasum": "" |
|
| 4002 |
+ }, |
|
| 4003 |
+ "require": {
|
|
| 4004 |
+ "php": ">=5.6" |
|
| 4005 |
+ }, |
|
| 4006 |
+ "type": "library", |
|
| 4007 |
+ "extra": {
|
|
| 4008 |
+ "branch-alias": {
|
|
| 4009 |
+ "dev-master": "2.0.x-dev" |
|
| 4010 |
+ } |
|
| 4011 |
+ }, |
|
| 4012 |
+ "autoload": {
|
|
| 4013 |
+ "classmap": [ |
|
| 4014 |
+ "src/" |
|
| 4015 |
+ ] |
|
| 4016 |
+ }, |
|
| 4017 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 4018 |
+ "license": [ |
|
| 4019 |
+ "BSD-3-Clause" |
|
| 4020 |
+ ], |
|
| 4021 |
+ "authors": [ |
|
| 4022 |
+ {
|
|
| 4023 |
+ "name": "Sebastian Bergmann", |
|
| 4024 |
+ "email": "sebastian@phpunit.de", |
|
| 4025 |
+ "role": "lead" |
|
| 4026 |
+ } |
|
| 4027 |
+ ], |
|
| 4028 |
+ "description": "Library that helps with managing the version number of Git-hosted PHP projects", |
|
| 4029 |
+ "homepage": "https://github.com/sebastianbergmann/version", |
|
| 4030 |
+ "time": "2016-10-03T07:35:21+00:00" |
|
| 4031 |
+ }, |
|
| 4032 |
+ {
|
|
| 4033 |
+ "name": "theseer/tokenizer", |
|
| 4034 |
+ "version": "1.1.0", |
|
| 4035 |
+ "source": {
|
|
| 4036 |
+ "type": "git", |
|
| 4037 |
+ "url": "https://github.com/theseer/tokenizer.git", |
|
| 4038 |
+ "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" |
|
| 4039 |
+ }, |
|
| 4040 |
+ "dist": {
|
|
| 4041 |
+ "type": "zip", |
|
| 4042 |
+ "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
|
| 4043 |
+ "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", |
|
| 4044 |
+ "shasum": "" |
|
| 4045 |
+ }, |
|
| 4046 |
+ "require": {
|
|
| 4047 |
+ "ext-dom": "*", |
|
| 4048 |
+ "ext-tokenizer": "*", |
|
| 4049 |
+ "ext-xmlwriter": "*", |
|
| 4050 |
+ "php": "^7.0" |
|
| 4051 |
+ }, |
|
| 4052 |
+ "type": "library", |
|
| 4053 |
+ "autoload": {
|
|
| 4054 |
+ "classmap": [ |
|
| 4055 |
+ "src/" |
|
| 4056 |
+ ] |
|
| 4057 |
+ }, |
|
| 4058 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 4059 |
+ "license": [ |
|
| 4060 |
+ "BSD-3-Clause" |
|
| 4061 |
+ ], |
|
| 4062 |
+ "authors": [ |
|
| 4063 |
+ {
|
|
| 4064 |
+ "name": "Arne Blankerts", |
|
| 4065 |
+ "email": "arne@blankerts.de", |
|
| 4066 |
+ "role": "Developer" |
|
| 4067 |
+ } |
|
| 4068 |
+ ], |
|
| 4069 |
+ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", |
|
| 4070 |
+ "time": "2017-04-07T12:08:54+00:00" |
|
| 4071 |
+ }, |
|
| 4072 |
+ {
|
|
| 4073 |
+ "name": "webmozart/assert", |
|
| 4074 |
+ "version": "1.3.0", |
|
| 4075 |
+ "source": {
|
|
| 4076 |
+ "type": "git", |
|
| 4077 |
+ "url": "https://github.com/webmozart/assert.git", |
|
| 4078 |
+ "reference": "0df1908962e7a3071564e857d86874dad1ef204a" |
|
| 4079 |
+ }, |
|
| 4080 |
+ "dist": {
|
|
| 4081 |
+ "type": "zip", |
|
| 4082 |
+ "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", |
|
| 4083 |
+ "reference": "0df1908962e7a3071564e857d86874dad1ef204a", |
|
| 4084 |
+ "shasum": "" |
|
| 4085 |
+ }, |
|
| 4086 |
+ "require": {
|
|
| 4087 |
+ "php": "^5.3.3 || ^7.0" |
|
| 4088 |
+ }, |
|
| 4089 |
+ "require-dev": {
|
|
| 4090 |
+ "phpunit/phpunit": "^4.6", |
|
| 4091 |
+ "sebastian/version": "^1.0.1" |
|
| 4092 |
+ }, |
|
| 4093 |
+ "type": "library", |
|
| 4094 |
+ "extra": {
|
|
| 4095 |
+ "branch-alias": {
|
|
| 4096 |
+ "dev-master": "1.3-dev" |
|
| 4097 |
+ } |
|
| 4098 |
+ }, |
|
| 4099 |
+ "autoload": {
|
|
| 4100 |
+ "psr-4": {
|
|
| 4101 |
+ "Webmozart\\Assert\\": "src/" |
|
| 4102 |
+ } |
|
| 4103 |
+ }, |
|
| 4104 |
+ "notification-url": "https://packagist.org/downloads/", |
|
| 4105 |
+ "license": [ |
|
| 4106 |
+ "MIT" |
|
| 4107 |
+ ], |
|
| 4108 |
+ "authors": [ |
|
| 4109 |
+ {
|
|
| 4110 |
+ "name": "Bernhard Schussek", |
|
| 4111 |
+ "email": "bschussek@gmail.com" |
|
| 4112 |
+ } |
|
| 4113 |
+ ], |
|
| 4114 |
+ "description": "Assertions to validate method input/output with nice error messages.", |
|
| 4115 |
+ "keywords": [ |
|
| 4116 |
+ "assert", |
|
| 4117 |
+ "check", |
|
| 4118 |
+ "validate" |
|
| 4119 |
+ ], |
|
| 4120 |
+ "time": "2018-01-29T19:49:41+00:00" |
|
| 4121 |
+ } |
|
| 4122 |
+ ], |
|
| 4123 |
+ "aliases": [], |
|
| 4124 |
+ "minimum-stability": "dev", |
|
| 4125 |
+ "stability-flags": [], |
|
| 4126 |
+ "prefer-stable": true, |
|
| 4127 |
+ "prefer-lowest": false, |
|
| 4128 |
+ "platform": {
|
|
| 4129 |
+ "php": "^7.1.3" |
|
| 4130 |
+ }, |
|
| 4131 |
+ "platform-dev": [] |
|
| 4132 |
+} |