Commit c631384c9915bcccbcb5c9d9f6e4d5b3a9baf11e
1 parent
7ca40eb6
test commit
Showing
1 changed file
with
845 additions
and
476 deletions
Show diff stats
composer.lock
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
| 5 | 5 | "This file is @generated automatically" |
| 6 | 6 | ], |
| 7 | - "content-hash": "4a395c7ecf3ba8c6f76e4d5c7595b964", | |
| 7 | + "content-hash": "43d9d8cfbaec47fb55b50e4e9c2d364e", | |
| 8 | 8 | "packages": [ |
| 9 | 9 | { |
| 10 | 10 | "name": "firebase/php-jwt", |
| ... | ... | @@ -50,44 +50,679 @@ |
| 50 | 50 | "time": "2015-07-22T18:31:08+00:00" |
| 51 | 51 | }, |
| 52 | 52 | { |
| 53 | + "name": "google/apiclient", | |
| 54 | + "version": "v2.1.2", | |
| 55 | + "source": { | |
| 56 | + "type": "git", | |
| 57 | + "url": "https://github.com/google/google-api-php-client.git", | |
| 58 | + "reference": "360e656f48c3262a6f7fefc0207521efa66caedf" | |
| 59 | + }, | |
| 60 | + "dist": { | |
| 61 | + "type": "zip", | |
| 62 | + "url": "https://api.github.com/repos/google/google-api-php-client/zipball/360e656f48c3262a6f7fefc0207521efa66caedf", | |
| 63 | + "reference": "360e656f48c3262a6f7fefc0207521efa66caedf", | |
| 64 | + "shasum": "" | |
| 65 | + }, | |
| 66 | + "require": { | |
| 67 | + "firebase/php-jwt": "~2.0|~3.0|~4.0", | |
| 68 | + "google/apiclient-services": "^0.9", | |
| 69 | + "google/auth": "^0.11", | |
| 70 | + "guzzlehttp/guzzle": "~5.2|~6.0", | |
| 71 | + "guzzlehttp/psr7": "^1.2", | |
| 72 | + "monolog/monolog": "^1.17", | |
| 73 | + "php": ">=5.4", | |
| 74 | + "phpseclib/phpseclib": "~0.3.10|~2.0" | |
| 75 | + }, | |
| 76 | + "require-dev": { | |
| 77 | + "cache/filesystem-adapter": "^0.3.2", | |
| 78 | + "phpunit/phpunit": "~4", | |
| 79 | + "squizlabs/php_codesniffer": "~2.3", | |
| 80 | + "symfony/css-selector": "~2.1", | |
| 81 | + "symfony/dom-crawler": "~2.1" | |
| 82 | + }, | |
| 83 | + "suggest": { | |
| 84 | + "cache/filesystem-adapter": "For caching certs and tokens (using Google_Client::setCache)" | |
| 85 | + }, | |
| 86 | + "type": "library", | |
| 87 | + "extra": { | |
| 88 | + "branch-alias": { | |
| 89 | + "dev-master": "2.x-dev" | |
| 90 | + } | |
| 91 | + }, | |
| 92 | + "autoload": { | |
| 93 | + "psr-0": { | |
| 94 | + "Google_": "src/" | |
| 95 | + }, | |
| 96 | + "classmap": [ | |
| 97 | + "src/Google/Service/" | |
| 98 | + ] | |
| 99 | + }, | |
| 100 | + "notification-url": "https://packagist.org/downloads/", | |
| 101 | + "license": [ | |
| 102 | + "Apache-2.0" | |
| 103 | + ], | |
| 104 | + "description": "Client library for Google APIs", | |
| 105 | + "homepage": "http://developers.google.com/api-client-library/php", | |
| 106 | + "keywords": [ | |
| 107 | + "google" | |
| 108 | + ], | |
| 109 | + "time": "2017-01-11T19:44:46+00:00" | |
| 110 | + }, | |
| 111 | + { | |
| 112 | + "name": "google/apiclient-services", | |
| 113 | + "version": "v0.9", | |
| 114 | + "source": { | |
| 115 | + "type": "git", | |
| 116 | + "url": "https://github.com/google/google-api-php-client-services.git", | |
| 117 | + "reference": "c400c655d1b7ca412ad4dd344e569c6865e74a83" | |
| 118 | + }, | |
| 119 | + "dist": { | |
| 120 | + "type": "zip", | |
| 121 | + "url": "https://api.github.com/repos/google/google-api-php-client-services/zipball/c400c655d1b7ca412ad4dd344e569c6865e74a83", | |
| 122 | + "reference": "c400c655d1b7ca412ad4dd344e569c6865e74a83", | |
| 123 | + "shasum": "" | |
| 124 | + }, | |
| 125 | + "require": { | |
| 126 | + "php": ">=5.4" | |
| 127 | + }, | |
| 128 | + "type": "library", | |
| 129 | + "autoload": { | |
| 130 | + "psr-0": { | |
| 131 | + "Google_Service_": "src" | |
| 132 | + } | |
| 133 | + }, | |
| 134 | + "notification-url": "https://packagist.org/downloads/", | |
| 135 | + "license": [ | |
| 136 | + "Apache-2.0" | |
| 137 | + ], | |
| 138 | + "description": "Client library for Google APIs", | |
| 139 | + "homepage": "http://developers.google.com/api-client-library/php", | |
| 140 | + "keywords": [ | |
| 141 | + "google" | |
| 142 | + ], | |
| 143 | + "time": "2017-01-11T18:53:21+00:00" | |
| 144 | + }, | |
| 145 | + { | |
| 146 | + "name": "google/auth", | |
| 147 | + "version": "v0.11.1", | |
| 148 | + "source": { | |
| 149 | + "type": "git", | |
| 150 | + "url": "https://github.com/google/google-auth-library-php.git", | |
| 151 | + "reference": "a240674b08a09949fd5597f7590b3ed83663a12d" | |
| 152 | + }, | |
| 153 | + "dist": { | |
| 154 | + "type": "zip", | |
| 155 | + "url": "https://api.github.com/repos/google/google-auth-library-php/zipball/a240674b08a09949fd5597f7590b3ed83663a12d", | |
| 156 | + "reference": "a240674b08a09949fd5597f7590b3ed83663a12d", | |
| 157 | + "shasum": "" | |
| 158 | + }, | |
| 159 | + "require": { | |
| 160 | + "firebase/php-jwt": "~2.0|~3.0|~4.0", | |
| 161 | + "guzzlehttp/guzzle": "~5.3|~6.0", | |
| 162 | + "guzzlehttp/psr7": "~1.2", | |
| 163 | + "php": ">=5.4", | |
| 164 | + "psr/cache": "^1.0", | |
| 165 | + "psr/http-message": "^1.0" | |
| 166 | + }, | |
| 167 | + "require-dev": { | |
| 168 | + "friendsofphp/php-cs-fixer": "^1.11", | |
| 169 | + "phpunit/phpunit": "3.7.*" | |
| 170 | + }, | |
| 171 | + "type": "library", | |
| 172 | + "autoload": { | |
| 173 | + "classmap": [ | |
| 174 | + "src/" | |
| 175 | + ], | |
| 176 | + "psr-4": { | |
| 177 | + "Google\\Auth\\": "src" | |
| 178 | + } | |
| 179 | + }, | |
| 180 | + "notification-url": "https://packagist.org/downloads/", | |
| 181 | + "license": [ | |
| 182 | + "Apache-2.0" | |
| 183 | + ], | |
| 184 | + "description": "Google Auth Library for PHP", | |
| 185 | + "homepage": "http://github.com/google/google-auth-library-php", | |
| 186 | + "keywords": [ | |
| 187 | + "Authentication", | |
| 188 | + "google", | |
| 189 | + "oauth2" | |
| 190 | + ], | |
| 191 | + "time": "2016-11-02T14:59:14+00:00" | |
| 192 | + }, | |
| 193 | + { | |
| 194 | + "name": "guzzlehttp/guzzle", | |
| 195 | + "version": "6.2.3", | |
| 196 | + "source": { | |
| 197 | + "type": "git", | |
| 198 | + "url": "https://github.com/guzzle/guzzle.git", | |
| 199 | + "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006" | |
| 200 | + }, | |
| 201 | + "dist": { | |
| 202 | + "type": "zip", | |
| 203 | + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006", | |
| 204 | + "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006", | |
| 205 | + "shasum": "" | |
| 206 | + }, | |
| 207 | + "require": { | |
| 208 | + "guzzlehttp/promises": "^1.0", | |
| 209 | + "guzzlehttp/psr7": "^1.4", | |
| 210 | + "php": ">=5.5" | |
| 211 | + }, | |
| 212 | + "require-dev": { | |
| 213 | + "ext-curl": "*", | |
| 214 | + "phpunit/phpunit": "^4.0", | |
| 215 | + "psr/log": "^1.0" | |
| 216 | + }, | |
| 217 | + "type": "library", | |
| 218 | + "extra": { | |
| 219 | + "branch-alias": { | |
| 220 | + "dev-master": "6.2-dev" | |
| 221 | + } | |
| 222 | + }, | |
| 223 | + "autoload": { | |
| 224 | + "files": [ | |
| 225 | + "src/functions_include.php" | |
| 226 | + ], | |
| 227 | + "psr-4": { | |
| 228 | + "GuzzleHttp\\": "src/" | |
| 229 | + } | |
| 230 | + }, | |
| 231 | + "notification-url": "https://packagist.org/downloads/", | |
| 232 | + "license": [ | |
| 233 | + "MIT" | |
| 234 | + ], | |
| 235 | + "authors": [ | |
| 236 | + { | |
| 237 | + "name": "Michael Dowling", | |
| 238 | + "email": "mtdowling@gmail.com", | |
| 239 | + "homepage": "https://github.com/mtdowling" | |
| 240 | + } | |
| 241 | + ], | |
| 242 | + "description": "Guzzle is a PHP HTTP client library", | |
| 243 | + "homepage": "http://guzzlephp.org/", | |
| 244 | + "keywords": [ | |
| 245 | + "client", | |
| 246 | + "curl", | |
| 247 | + "framework", | |
| 248 | + "http", | |
| 249 | + "http client", | |
| 250 | + "rest", | |
| 251 | + "web service" | |
| 252 | + ], | |
| 253 | + "time": "2017-02-28T22:50:30+00:00" | |
| 254 | + }, | |
| 255 | + { | |
| 256 | + "name": "guzzlehttp/promises", | |
| 257 | + "version": "v1.3.1", | |
| 258 | + "source": { | |
| 259 | + "type": "git", | |
| 260 | + "url": "https://github.com/guzzle/promises.git", | |
| 261 | + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" | |
| 262 | + }, | |
| 263 | + "dist": { | |
| 264 | + "type": "zip", | |
| 265 | + "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", | |
| 266 | + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", | |
| 267 | + "shasum": "" | |
| 268 | + }, | |
| 269 | + "require": { | |
| 270 | + "php": ">=5.5.0" | |
| 271 | + }, | |
| 272 | + "require-dev": { | |
| 273 | + "phpunit/phpunit": "^4.0" | |
| 274 | + }, | |
| 275 | + "type": "library", | |
| 276 | + "extra": { | |
| 277 | + "branch-alias": { | |
| 278 | + "dev-master": "1.4-dev" | |
| 279 | + } | |
| 280 | + }, | |
| 281 | + "autoload": { | |
| 282 | + "psr-4": { | |
| 283 | + "GuzzleHttp\\Promise\\": "src/" | |
| 284 | + }, | |
| 285 | + "files": [ | |
| 286 | + "src/functions_include.php" | |
| 287 | + ] | |
| 288 | + }, | |
| 289 | + "notification-url": "https://packagist.org/downloads/", | |
| 290 | + "license": [ | |
| 291 | + "MIT" | |
| 292 | + ], | |
| 293 | + "authors": [ | |
| 294 | + { | |
| 295 | + "name": "Michael Dowling", | |
| 296 | + "email": "mtdowling@gmail.com", | |
| 297 | + "homepage": "https://github.com/mtdowling" | |
| 298 | + } | |
| 299 | + ], | |
| 300 | + "description": "Guzzle promises library", | |
| 301 | + "keywords": [ | |
| 302 | + "promise" | |
| 303 | + ], | |
| 304 | + "time": "2016-12-20T10:07:11+00:00" | |
| 305 | + }, | |
| 306 | + { | |
| 307 | + "name": "guzzlehttp/psr7", | |
| 308 | + "version": "1.4.1", | |
| 309 | + "source": { | |
| 310 | + "type": "git", | |
| 311 | + "url": "https://github.com/guzzle/psr7.git", | |
| 312 | + "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855" | |
| 313 | + }, | |
| 314 | + "dist": { | |
| 315 | + "type": "zip", | |
| 316 | + "url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855", | |
| 317 | + "reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855", | |
| 318 | + "shasum": "" | |
| 319 | + }, | |
| 320 | + "require": { | |
| 321 | + "php": ">=5.4.0", | |
| 322 | + "psr/http-message": "~1.0" | |
| 323 | + }, | |
| 324 | + "provide": { | |
| 325 | + "psr/http-message-implementation": "1.0" | |
| 326 | + }, | |
| 327 | + "require-dev": { | |
| 328 | + "phpunit/phpunit": "~4.0" | |
| 329 | + }, | |
| 330 | + "type": "library", | |
| 331 | + "extra": { | |
| 332 | + "branch-alias": { | |
| 333 | + "dev-master": "1.4-dev" | |
| 334 | + } | |
| 335 | + }, | |
| 336 | + "autoload": { | |
| 337 | + "psr-4": { | |
| 338 | + "GuzzleHttp\\Psr7\\": "src/" | |
| 339 | + }, | |
| 340 | + "files": [ | |
| 341 | + "src/functions_include.php" | |
| 342 | + ] | |
| 343 | + }, | |
| 344 | + "notification-url": "https://packagist.org/downloads/", | |
| 345 | + "license": [ | |
| 346 | + "MIT" | |
| 347 | + ], | |
| 348 | + "authors": [ | |
| 349 | + { | |
| 350 | + "name": "Michael Dowling", | |
| 351 | + "email": "mtdowling@gmail.com", | |
| 352 | + "homepage": "https://github.com/mtdowling" | |
| 353 | + }, | |
| 354 | + { | |
| 355 | + "name": "Tobias Schultze", | |
| 356 | + "homepage": "https://github.com/Tobion" | |
| 357 | + } | |
| 358 | + ], | |
| 359 | + "description": "PSR-7 message implementation that also provides common utility methods", | |
| 360 | + "keywords": [ | |
| 361 | + "http", | |
| 362 | + "message", | |
| 363 | + "request", | |
| 364 | + "response", | |
| 365 | + "stream", | |
| 366 | + "uri", | |
| 367 | + "url" | |
| 368 | + ], | |
| 369 | + "time": "2017-02-27T10:51:17+00:00" | |
| 370 | + }, | |
| 371 | + { | |
| 53 | 372 | "name": "league/fractal", |
| 54 | 373 | "version": "0.13.0", |
| 55 | 374 | "source": { |
| 56 | 375 | "type": "git", |
| 57 | - "url": "https://github.com/thephpleague/fractal.git", | |
| 58 | - "reference": "3caeefbad51bce7a06947321938128512f42346c" | |
| 376 | + "url": "https://github.com/thephpleague/fractal.git", | |
| 377 | + "reference": "3caeefbad51bce7a06947321938128512f42346c" | |
| 378 | + }, | |
| 379 | + "dist": { | |
| 380 | + "type": "zip", | |
| 381 | + "url": "https://api.github.com/repos/thephpleague/fractal/zipball/3caeefbad51bce7a06947321938128512f42346c", | |
| 382 | + "reference": "3caeefbad51bce7a06947321938128512f42346c", | |
| 383 | + "shasum": "" | |
| 384 | + }, | |
| 385 | + "require": { | |
| 386 | + "php": ">=5.4" | |
| 387 | + }, | |
| 388 | + "require-dev": { | |
| 389 | + "illuminate/contracts": "~5.0", | |
| 390 | + "mockery/mockery": "~0.9", | |
| 391 | + "pagerfanta/pagerfanta": "~1.0.0", | |
| 392 | + "phpunit/phpunit": "~4.0", | |
| 393 | + "squizlabs/php_codesniffer": "~1.5", | |
| 394 | + "zendframework/zend-paginator": "~2.3" | |
| 395 | + }, | |
| 396 | + "suggest": { | |
| 397 | + "illuminate/pagination": "The Illuminate Pagination component.", | |
| 398 | + "pagerfanta/pagerfanta": "Pagerfanta Paginator", | |
| 399 | + "zendframework/zend-paginator": "Zend Framework Paginator" | |
| 400 | + }, | |
| 401 | + "type": "library", | |
| 402 | + "extra": { | |
| 403 | + "branch-alias": { | |
| 404 | + "dev-master": "0.13-dev" | |
| 405 | + } | |
| 406 | + }, | |
| 407 | + "autoload": { | |
| 408 | + "psr-4": { | |
| 409 | + "League\\Fractal\\": "src" | |
| 410 | + } | |
| 411 | + }, | |
| 412 | + "notification-url": "https://packagist.org/downloads/", | |
| 413 | + "license": [ | |
| 414 | + "MIT" | |
| 415 | + ], | |
| 416 | + "authors": [ | |
| 417 | + { | |
| 418 | + "name": "Phil Sturgeon", | |
| 419 | + "email": "me@philsturgeon.uk", | |
| 420 | + "homepage": "http://philsturgeon.uk/", | |
| 421 | + "role": "Developer" | |
| 422 | + } | |
| 423 | + ], | |
| 424 | + "description": "Handle the output of complex data structures ready for API output.", | |
| 425 | + "homepage": "http://fractal.thephpleague.com/", | |
| 426 | + "keywords": [ | |
| 427 | + "api", | |
| 428 | + "json", | |
| 429 | + "league", | |
| 430 | + "rest" | |
| 431 | + ], | |
| 432 | + "time": "2015-10-07T14:48:58+00:00" | |
| 433 | + }, | |
| 434 | + { | |
| 435 | + "name": "monolog/monolog", | |
| 436 | + "version": "1.22.1", | |
| 437 | + "source": { | |
| 438 | + "type": "git", | |
| 439 | + "url": "https://github.com/Seldaek/monolog.git", | |
| 440 | + "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0" | |
| 441 | + }, | |
| 442 | + "dist": { | |
| 443 | + "type": "zip", | |
| 444 | + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1e044bc4b34e91743943479f1be7a1d5eb93add0", | |
| 445 | + "reference": "1e044bc4b34e91743943479f1be7a1d5eb93add0", | |
| 446 | + "shasum": "" | |
| 447 | + }, | |
| 448 | + "require": { | |
| 449 | + "php": ">=5.3.0", | |
| 450 | + "psr/log": "~1.0" | |
| 451 | + }, | |
| 452 | + "provide": { | |
| 453 | + "psr/log-implementation": "1.0.0" | |
| 454 | + }, | |
| 455 | + "require-dev": { | |
| 456 | + "aws/aws-sdk-php": "^2.4.9 || ^3.0", | |
| 457 | + "doctrine/couchdb": "~1.0@dev", | |
| 458 | + "graylog2/gelf-php": "~1.0", | |
| 459 | + "jakub-onderka/php-parallel-lint": "0.9", | |
| 460 | + "php-amqplib/php-amqplib": "~2.4", | |
| 461 | + "php-console/php-console": "^3.1.3", | |
| 462 | + "phpunit/phpunit": "~4.5", | |
| 463 | + "phpunit/phpunit-mock-objects": "2.3.0", | |
| 464 | + "ruflin/elastica": ">=0.90 <3.0", | |
| 465 | + "sentry/sentry": "^0.13", | |
| 466 | + "swiftmailer/swiftmailer": "~5.3" | |
| 467 | + }, | |
| 468 | + "suggest": { | |
| 469 | + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", | |
| 470 | + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", | |
| 471 | + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", | |
| 472 | + "ext-mongo": "Allow sending log messages to a MongoDB server", | |
| 473 | + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", | |
| 474 | + "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", | |
| 475 | + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", | |
| 476 | + "php-console/php-console": "Allow sending log messages to Google Chrome", | |
| 477 | + "rollbar/rollbar": "Allow sending log messages to Rollbar", | |
| 478 | + "ruflin/elastica": "Allow sending log messages to an Elastic Search server", | |
| 479 | + "sentry/sentry": "Allow sending log messages to a Sentry server" | |
| 480 | + }, | |
| 481 | + "type": "library", | |
| 482 | + "extra": { | |
| 483 | + "branch-alias": { | |
| 484 | + "dev-master": "2.0.x-dev" | |
| 485 | + } | |
| 486 | + }, | |
| 487 | + "autoload": { | |
| 488 | + "psr-4": { | |
| 489 | + "Monolog\\": "src/Monolog" | |
| 490 | + } | |
| 491 | + }, | |
| 492 | + "notification-url": "https://packagist.org/downloads/", | |
| 493 | + "license": [ | |
| 494 | + "MIT" | |
| 495 | + ], | |
| 496 | + "authors": [ | |
| 497 | + { | |
| 498 | + "name": "Jordi Boggiano", | |
| 499 | + "email": "j.boggiano@seld.be", | |
| 500 | + "homepage": "http://seld.be" | |
| 501 | + } | |
| 502 | + ], | |
| 503 | + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", | |
| 504 | + "homepage": "http://github.com/Seldaek/monolog", | |
| 505 | + "keywords": [ | |
| 506 | + "log", | |
| 507 | + "logging", | |
| 508 | + "psr-3" | |
| 509 | + ], | |
| 510 | + "time": "2017-03-13T07:08:03+00:00" | |
| 511 | + }, | |
| 512 | + { | |
| 513 | + "name": "phpseclib/phpseclib", | |
| 514 | + "version": "2.0.4", | |
| 515 | + "source": { | |
| 516 | + "type": "git", | |
| 517 | + "url": "https://github.com/phpseclib/phpseclib.git", | |
| 518 | + "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf" | |
| 519 | + }, | |
| 520 | + "dist": { | |
| 521 | + "type": "zip", | |
| 522 | + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/ab8028c93c03cc8d9c824efa75dc94f1db2369bf", | |
| 523 | + "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf", | |
| 524 | + "shasum": "" | |
| 525 | + }, | |
| 526 | + "require": { | |
| 527 | + "php": ">=5.3.3" | |
| 528 | + }, | |
| 529 | + "require-dev": { | |
| 530 | + "phing/phing": "~2.7", | |
| 531 | + "phpunit/phpunit": "~4.0", | |
| 532 | + "sami/sami": "~2.0", | |
| 533 | + "squizlabs/php_codesniffer": "~2.0" | |
| 534 | + }, | |
| 535 | + "suggest": { | |
| 536 | + "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", | |
| 537 | + "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", | |
| 538 | + "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", | |
| 539 | + "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." | |
| 540 | + }, | |
| 541 | + "type": "library", | |
| 542 | + "autoload": { | |
| 543 | + "files": [ | |
| 544 | + "phpseclib/bootstrap.php" | |
| 545 | + ], | |
| 546 | + "psr-4": { | |
| 547 | + "phpseclib\\": "phpseclib/" | |
| 548 | + } | |
| 549 | + }, | |
| 550 | + "notification-url": "https://packagist.org/downloads/", | |
| 551 | + "license": [ | |
| 552 | + "MIT" | |
| 553 | + ], | |
| 554 | + "authors": [ | |
| 555 | + { | |
| 556 | + "name": "Jim Wigginton", | |
| 557 | + "email": "terrafrost@php.net", | |
| 558 | + "role": "Lead Developer" | |
| 559 | + }, | |
| 560 | + { | |
| 561 | + "name": "Patrick Monnerat", | |
| 562 | + "email": "pm@datasphere.ch", | |
| 563 | + "role": "Developer" | |
| 564 | + }, | |
| 565 | + { | |
| 566 | + "name": "Andreas Fischer", | |
| 567 | + "email": "bantu@phpbb.com", | |
| 568 | + "role": "Developer" | |
| 569 | + }, | |
| 570 | + { | |
| 571 | + "name": "Hans-Jรผrgen Petrich", | |
| 572 | + "email": "petrich@tronic-media.com", | |
| 573 | + "role": "Developer" | |
| 574 | + }, | |
| 575 | + { | |
| 576 | + "name": "Graham Campbell", | |
| 577 | + "email": "graham@alt-three.com", | |
| 578 | + "role": "Developer" | |
| 579 | + } | |
| 580 | + ], | |
| 581 | + "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", | |
| 582 | + "homepage": "http://phpseclib.sourceforge.net", | |
| 583 | + "keywords": [ | |
| 584 | + "BigInteger", | |
| 585 | + "aes", | |
| 586 | + "asn.1", | |
| 587 | + "asn1", | |
| 588 | + "blowfish", | |
| 589 | + "crypto", | |
| 590 | + "cryptography", | |
| 591 | + "encryption", | |
| 592 | + "rsa", | |
| 593 | + "security", | |
| 594 | + "sftp", | |
| 595 | + "signature", | |
| 596 | + "signing", | |
| 597 | + "ssh", | |
| 598 | + "twofish", | |
| 599 | + "x.509", | |
| 600 | + "x509" | |
| 601 | + ], | |
| 602 | + "time": "2016-10-04T00:57:04+00:00" | |
| 603 | + }, | |
| 604 | + { | |
| 605 | + "name": "psr/cache", | |
| 606 | + "version": "1.0.1", | |
| 607 | + "source": { | |
| 608 | + "type": "git", | |
| 609 | + "url": "https://github.com/php-fig/cache.git", | |
| 610 | + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" | |
| 611 | + }, | |
| 612 | + "dist": { | |
| 613 | + "type": "zip", | |
| 614 | + "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", | |
| 615 | + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", | |
| 616 | + "shasum": "" | |
| 617 | + }, | |
| 618 | + "require": { | |
| 619 | + "php": ">=5.3.0" | |
| 620 | + }, | |
| 621 | + "type": "library", | |
| 622 | + "extra": { | |
| 623 | + "branch-alias": { | |
| 624 | + "dev-master": "1.0.x-dev" | |
| 625 | + } | |
| 626 | + }, | |
| 627 | + "autoload": { | |
| 628 | + "psr-4": { | |
| 629 | + "Psr\\Cache\\": "src/" | |
| 630 | + } | |
| 631 | + }, | |
| 632 | + "notification-url": "https://packagist.org/downloads/", | |
| 633 | + "license": [ | |
| 634 | + "MIT" | |
| 635 | + ], | |
| 636 | + "authors": [ | |
| 637 | + { | |
| 638 | + "name": "PHP-FIG", | |
| 639 | + "homepage": "http://www.php-fig.org/" | |
| 640 | + } | |
| 641 | + ], | |
| 642 | + "description": "Common interface for caching libraries", | |
| 643 | + "keywords": [ | |
| 644 | + "cache", | |
| 645 | + "psr", | |
| 646 | + "psr-6" | |
| 647 | + ], | |
| 648 | + "time": "2016-08-06T20:24:11+00:00" | |
| 649 | + }, | |
| 650 | + { | |
| 651 | + "name": "psr/http-message", | |
| 652 | + "version": "1.0.1", | |
| 653 | + "source": { | |
| 654 | + "type": "git", | |
| 655 | + "url": "https://github.com/php-fig/http-message.git", | |
| 656 | + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" | |
| 59 | 657 | }, |
| 60 | 658 | "dist": { |
| 61 | 659 | "type": "zip", |
| 62 | - "url": "https://api.github.com/repos/thephpleague/fractal/zipball/3caeefbad51bce7a06947321938128512f42346c", | |
| 63 | - "reference": "3caeefbad51bce7a06947321938128512f42346c", | |
| 660 | + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", | |
| 661 | + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", | |
| 64 | 662 | "shasum": "" |
| 65 | 663 | }, |
| 66 | 664 | "require": { |
| 67 | - "php": ">=5.4" | |
| 665 | + "php": ">=5.3.0" | |
| 68 | 666 | }, |
| 69 | - "require-dev": { | |
| 70 | - "illuminate/contracts": "~5.0", | |
| 71 | - "mockery/mockery": "~0.9", | |
| 72 | - "pagerfanta/pagerfanta": "~1.0.0", | |
| 73 | - "phpunit/phpunit": "~4.0", | |
| 74 | - "squizlabs/php_codesniffer": "~1.5", | |
| 75 | - "zendframework/zend-paginator": "~2.3" | |
| 667 | + "type": "library", | |
| 668 | + "extra": { | |
| 669 | + "branch-alias": { | |
| 670 | + "dev-master": "1.0.x-dev" | |
| 671 | + } | |
| 76 | 672 | }, |
| 77 | - "suggest": { | |
| 78 | - "illuminate/pagination": "The Illuminate Pagination component.", | |
| 79 | - "pagerfanta/pagerfanta": "Pagerfanta Paginator", | |
| 80 | - "zendframework/zend-paginator": "Zend Framework Paginator" | |
| 673 | + "autoload": { | |
| 674 | + "psr-4": { | |
| 675 | + "Psr\\Http\\Message\\": "src/" | |
| 676 | + } | |
| 677 | + }, | |
| 678 | + "notification-url": "https://packagist.org/downloads/", | |
| 679 | + "license": [ | |
| 680 | + "MIT" | |
| 681 | + ], | |
| 682 | + "authors": [ | |
| 683 | + { | |
| 684 | + "name": "PHP-FIG", | |
| 685 | + "homepage": "http://www.php-fig.org/" | |
| 686 | + } | |
| 687 | + ], | |
| 688 | + "description": "Common interface for HTTP messages", | |
| 689 | + "homepage": "https://github.com/php-fig/http-message", | |
| 690 | + "keywords": [ | |
| 691 | + "http", | |
| 692 | + "http-message", | |
| 693 | + "psr", | |
| 694 | + "psr-7", | |
| 695 | + "request", | |
| 696 | + "response" | |
| 697 | + ], | |
| 698 | + "time": "2016-08-06T14:39:51+00:00" | |
| 699 | + }, | |
| 700 | + { | |
| 701 | + "name": "psr/log", | |
| 702 | + "version": "1.0.2", | |
| 703 | + "source": { | |
| 704 | + "type": "git", | |
| 705 | + "url": "https://github.com/php-fig/log.git", | |
| 706 | + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" | |
| 707 | + }, | |
| 708 | + "dist": { | |
| 709 | + "type": "zip", | |
| 710 | + "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | |
| 711 | + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | |
| 712 | + "shasum": "" | |
| 713 | + }, | |
| 714 | + "require": { | |
| 715 | + "php": ">=5.3.0" | |
| 81 | 716 | }, |
| 82 | 717 | "type": "library", |
| 83 | 718 | "extra": { |
| 84 | 719 | "branch-alias": { |
| 85 | - "dev-master": "0.13-dev" | |
| 720 | + "dev-master": "1.0.x-dev" | |
| 86 | 721 | } |
| 87 | 722 | }, |
| 88 | 723 | "autoload": { |
| 89 | 724 | "psr-4": { |
| 90 | - "League\\Fractal\\": "src" | |
| 725 | + "Psr\\Log\\": "Psr/Log/" | |
| 91 | 726 | } |
| 92 | 727 | }, |
| 93 | 728 | "notification-url": "https://packagist.org/downloads/", |
| ... | ... | @@ -96,21 +731,18 @@ |
| 96 | 731 | ], |
| 97 | 732 | "authors": [ |
| 98 | 733 | { |
| 99 | - "name": "Phil Sturgeon", | |
| 100 | - "email": "me@philsturgeon.uk", | |
| 101 | - "homepage": "http://philsturgeon.uk/", | |
| 102 | - "role": "Developer" | |
| 734 | + "name": "PHP-FIG", | |
| 735 | + "homepage": "http://www.php-fig.org/" | |
| 103 | 736 | } |
| 104 | 737 | ], |
| 105 | - "description": "Handle the output of complex data structures ready for API output.", | |
| 106 | - "homepage": "http://fractal.thephpleague.com/", | |
| 738 | + "description": "Common interface for logging libraries", | |
| 739 | + "homepage": "https://github.com/php-fig/log", | |
| 107 | 740 | "keywords": [ |
| 108 | - "api", | |
| 109 | - "json", | |
| 110 | - "league", | |
| 111 | - "rest" | |
| 741 | + "log", | |
| 742 | + "psr", | |
| 743 | + "psr-3" | |
| 112 | 744 | ], |
| 113 | - "time": "2015-10-07T14:48:58+00:00" | |
| 745 | + "time": "2016-10-10T12:19:37+00:00" | |
| 114 | 746 | }, |
| 115 | 747 | { |
| 116 | 748 | "name": "redound/phalcon-api", |
| ... | ... | @@ -262,16 +894,16 @@ |
| 262 | 894 | }, |
| 263 | 895 | { |
| 264 | 896 | "name": "codeception/codeception", |
| 265 | - "version": "2.2.8", | |
| 897 | + "version": "2.2.9", | |
| 266 | 898 | "source": { |
| 267 | 899 | "type": "git", |
| 268 | 900 | "url": "https://github.com/Codeception/Codeception.git", |
| 269 | - "reference": "0a87d4b19070a24636125993450a9d3f698a6663" | |
| 901 | + "reference": "0204f1362040d3e408404af2545e5fa27e8964e2" | |
| 270 | 902 | }, |
| 271 | 903 | "dist": { |
| 272 | 904 | "type": "zip", |
| 273 | - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/0a87d4b19070a24636125993450a9d3f698a6663", | |
| 274 | - "reference": "0a87d4b19070a24636125993450a9d3f698a6663", | |
| 905 | + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/0204f1362040d3e408404af2545e5fa27e8964e2", | |
| 906 | + "reference": "0204f1362040d3e408404af2545e5fa27e8964e2", | |
| 275 | 907 | "shasum": "" |
| 276 | 908 | }, |
| 277 | 909 | "require": { |
| ... | ... | @@ -282,7 +914,7 @@ |
| 282 | 914 | "guzzlehttp/guzzle": ">=4.1.4 <7.0", |
| 283 | 915 | "guzzlehttp/psr7": "~1.0", |
| 284 | 916 | "php": ">=5.4.0 <8.0", |
| 285 | - "phpunit/php-code-coverage": ">=2.1.3 <5.0", | |
| 917 | + "phpunit/php-code-coverage": ">=2.2.4 <5.0", | |
| 286 | 918 | "phpunit/phpunit": ">4.8.20 <6.0", |
| 287 | 919 | "sebastian/comparator": "~1.1", |
| 288 | 920 | "sebastian/diff": "^1.4", |
| ... | ... | @@ -310,187 +942,24 @@ |
| 310 | 942 | }, |
| 311 | 943 | "suggest": { |
| 312 | 944 | "codeception/specify": "BDD-style code blocks", |
| 313 | - "codeception/verify": "BDD-style assertions", | |
| 314 | - "flow/jsonpath": "For using JSONPath in REST module", | |
| 315 | - "league/factory-muffin": "For DataFactory module", | |
| 316 | - "league/factory-muffin-faker": "For Faker support in DataFactory module", | |
| 317 | - "phpseclib/phpseclib": "for SFTP option in FTP Module", | |
| 318 | - "symfony/phpunit-bridge": "For phpunit-bridge support" | |
| 319 | - }, | |
| 320 | - "bin": [ | |
| 321 | - "codecept" | |
| 322 | - ], | |
| 323 | - "type": "library", | |
| 324 | - "extra": { | |
| 325 | - "branch-alias": [] | |
| 326 | - }, | |
| 327 | - "autoload": { | |
| 328 | - "psr-4": { | |
| 329 | - "Codeception\\": "src\\Codeception", | |
| 330 | - "Codeception\\Extension\\": "ext" | |
| 331 | - } | |
| 332 | - }, | |
| 333 | - "notification-url": "https://packagist.org/downloads/", | |
| 334 | - "license": [ | |
| 335 | - "MIT" | |
| 336 | - ], | |
| 337 | - "authors": [ | |
| 338 | - { | |
| 339 | - "name": "Michael Bodnarchuk", | |
| 340 | - "email": "davert@mail.ua", | |
| 341 | - "homepage": "http://codegyre.com" | |
| 342 | - } | |
| 343 | - ], | |
| 344 | - "description": "BDD-style testing framework", | |
| 345 | - "homepage": "http://codeception.com/", | |
| 346 | - "keywords": [ | |
| 347 | - "BDD", | |
| 348 | - "TDD", | |
| 349 | - "acceptance testing", | |
| 350 | - "functional testing", | |
| 351 | - "unit testing" | |
| 352 | - ], | |
| 353 | - "time": "2017-01-20T00:54:15+00:00" | |
| 354 | - }, | |
| 355 | - { | |
| 356 | - "name": "doctrine/instantiator", | |
| 357 | - "version": "1.0.5", | |
| 358 | - "source": { | |
| 359 | - "type": "git", | |
| 360 | - "url": "https://github.com/doctrine/instantiator.git", | |
| 361 | - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" | |
| 362 | - }, | |
| 363 | - "dist": { | |
| 364 | - "type": "zip", | |
| 365 | - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", | |
| 366 | - "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", | |
| 367 | - "shasum": "" | |
| 368 | - }, | |
| 369 | - "require": { | |
| 370 | - "php": ">=5.3,<8.0-DEV" | |
| 371 | - }, | |
| 372 | - "require-dev": { | |
| 373 | - "athletic/athletic": "~0.1.8", | |
| 374 | - "ext-pdo": "*", | |
| 375 | - "ext-phar": "*", | |
| 376 | - "phpunit/phpunit": "~4.0", | |
| 377 | - "squizlabs/php_codesniffer": "~2.0" | |
| 378 | - }, | |
| 379 | - "type": "library", | |
| 380 | - "extra": { | |
| 381 | - "branch-alias": { | |
| 382 | - "dev-master": "1.0.x-dev" | |
| 383 | - } | |
| 384 | - }, | |
| 385 | - "autoload": { | |
| 386 | - "psr-4": { | |
| 387 | - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" | |
| 388 | - } | |
| 389 | - }, | |
| 390 | - "notification-url": "https://packagist.org/downloads/", | |
| 391 | - "license": [ | |
| 392 | - "MIT" | |
| 393 | - ], | |
| 394 | - "authors": [ | |
| 395 | - { | |
| 396 | - "name": "Marco Pivetta", | |
| 397 | - "email": "ocramius@gmail.com", | |
| 398 | - "homepage": "http://ocramius.github.com/" | |
| 399 | - } | |
| 400 | - ], | |
| 401 | - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", | |
| 402 | - "homepage": "https://github.com/doctrine/instantiator", | |
| 403 | - "keywords": [ | |
| 404 | - "constructor", | |
| 405 | - "instantiate" | |
| 406 | - ], | |
| 407 | - "time": "2015-06-14T21:17:01+00:00" | |
| 408 | - }, | |
| 409 | - { | |
| 410 | - "name": "facebook/webdriver", | |
| 411 | - "version": "1.3.0", | |
| 412 | - "source": { | |
| 413 | - "type": "git", | |
| 414 | - "url": "https://github.com/facebook/php-webdriver.git", | |
| 415 | - "reference": "77300c4ab2025d4316635f592ec849ca7323bd8c" | |
| 416 | - }, | |
| 417 | - "dist": { | |
| 418 | - "type": "zip", | |
| 419 | - "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/77300c4ab2025d4316635f592ec849ca7323bd8c", | |
| 420 | - "reference": "77300c4ab2025d4316635f592ec849ca7323bd8c", | |
| 421 | - "shasum": "" | |
| 422 | - }, | |
| 423 | - "require": { | |
| 424 | - "ext-curl": "*", | |
| 425 | - "php": "^5.5 || ~7.0", | |
| 426 | - "symfony/process": "^2.8 || ^3.1" | |
| 427 | - }, | |
| 428 | - "require-dev": { | |
| 429 | - "friendsofphp/php-cs-fixer": "^1.11", | |
| 430 | - "php-mock/php-mock-phpunit": "^1.1", | |
| 431 | - "phpunit/phpunit": "4.6.* || ~5.0", | |
| 432 | - "satooshi/php-coveralls": "^1.0", | |
| 433 | - "squizlabs/php_codesniffer": "^2.6" | |
| 434 | - }, | |
| 435 | - "suggest": { | |
| 436 | - "phpdocumentor/phpdocumentor": "2.*" | |
| 437 | - }, | |
| 438 | - "type": "library", | |
| 439 | - "autoload": { | |
| 440 | - "psr-4": { | |
| 441 | - "Facebook\\WebDriver\\": "lib/" | |
| 442 | - } | |
| 443 | - }, | |
| 444 | - "notification-url": "https://packagist.org/downloads/", | |
| 445 | - "license": [ | |
| 446 | - "Apache-2.0" | |
| 447 | - ], | |
| 448 | - "description": "A PHP client for WebDriver", | |
| 449 | - "homepage": "https://github.com/facebook/php-webdriver", | |
| 450 | - "keywords": [ | |
| 451 | - "facebook", | |
| 452 | - "php", | |
| 453 | - "selenium", | |
| 454 | - "webdriver" | |
| 455 | - ], | |
| 456 | - "time": "2017-01-13T15:48:08+00:00" | |
| 457 | - }, | |
| 458 | - { | |
| 459 | - "name": "guzzlehttp/guzzle", | |
| 460 | - "version": "6.2.2", | |
| 461 | - "source": { | |
| 462 | - "type": "git", | |
| 463 | - "url": "https://github.com/guzzle/guzzle.git", | |
| 464 | - "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60" | |
| 465 | - }, | |
| 466 | - "dist": { | |
| 467 | - "type": "zip", | |
| 468 | - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60", | |
| 469 | - "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60", | |
| 470 | - "shasum": "" | |
| 471 | - }, | |
| 472 | - "require": { | |
| 473 | - "guzzlehttp/promises": "^1.0", | |
| 474 | - "guzzlehttp/psr7": "^1.3.1", | |
| 475 | - "php": ">=5.5" | |
| 476 | - }, | |
| 477 | - "require-dev": { | |
| 478 | - "ext-curl": "*", | |
| 479 | - "phpunit/phpunit": "^4.0", | |
| 480 | - "psr/log": "^1.0" | |
| 945 | + "codeception/verify": "BDD-style assertions", | |
| 946 | + "flow/jsonpath": "For using JSONPath in REST module", | |
| 947 | + "league/factory-muffin": "For DataFactory module", | |
| 948 | + "league/factory-muffin-faker": "For Faker support in DataFactory module", | |
| 949 | + "phpseclib/phpseclib": "for SFTP option in FTP Module", | |
| 950 | + "symfony/phpunit-bridge": "For phpunit-bridge support" | |
| 481 | 951 | }, |
| 952 | + "bin": [ | |
| 953 | + "codecept" | |
| 954 | + ], | |
| 482 | 955 | "type": "library", |
| 483 | 956 | "extra": { |
| 484 | - "branch-alias": { | |
| 485 | - "dev-master": "6.2-dev" | |
| 486 | - } | |
| 957 | + "branch-alias": [] | |
| 487 | 958 | }, |
| 488 | 959 | "autoload": { |
| 489 | - "files": [ | |
| 490 | - "src/functions_include.php" | |
| 491 | - ], | |
| 492 | 960 | "psr-4": { |
| 493 | - "GuzzleHttp\\": "src/" | |
| 961 | + "Codeception\\": "src\\Codeception", | |
| 962 | + "Codeception\\Extension\\": "ext" | |
| 494 | 963 | } |
| 495 | 964 | }, |
| 496 | 965 | "notification-url": "https://packagist.org/downloads/", |
| ... | ... | @@ -499,57 +968,56 @@ |
| 499 | 968 | ], |
| 500 | 969 | "authors": [ |
| 501 | 970 | { |
| 502 | - "name": "Michael Dowling", | |
| 503 | - "email": "mtdowling@gmail.com", | |
| 504 | - "homepage": "https://github.com/mtdowling" | |
| 971 | + "name": "Michael Bodnarchuk", | |
| 972 | + "email": "davert@mail.ua", | |
| 973 | + "homepage": "http://codegyre.com" | |
| 505 | 974 | } |
| 506 | 975 | ], |
| 507 | - "description": "Guzzle is a PHP HTTP client library", | |
| 508 | - "homepage": "http://guzzlephp.org/", | |
| 976 | + "description": "BDD-style testing framework", | |
| 977 | + "homepage": "http://codeception.com/", | |
| 509 | 978 | "keywords": [ |
| 510 | - "client", | |
| 511 | - "curl", | |
| 512 | - "framework", | |
| 513 | - "http", | |
| 514 | - "http client", | |
| 515 | - "rest", | |
| 516 | - "web service" | |
| 979 | + "BDD", | |
| 980 | + "TDD", | |
| 981 | + "acceptance testing", | |
| 982 | + "functional testing", | |
| 983 | + "unit testing" | |
| 517 | 984 | ], |
| 518 | - "time": "2016-10-08T15:01:37+00:00" | |
| 985 | + "time": "2017-02-04T02:04:21+00:00" | |
| 519 | 986 | }, |
| 520 | 987 | { |
| 521 | - "name": "guzzlehttp/promises", | |
| 522 | - "version": "v1.3.1", | |
| 988 | + "name": "doctrine/instantiator", | |
| 989 | + "version": "1.0.5", | |
| 523 | 990 | "source": { |
| 524 | 991 | "type": "git", |
| 525 | - "url": "https://github.com/guzzle/promises.git", | |
| 526 | - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" | |
| 992 | + "url": "https://github.com/doctrine/instantiator.git", | |
| 993 | + "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" | |
| 527 | 994 | }, |
| 528 | 995 | "dist": { |
| 529 | 996 | "type": "zip", |
| 530 | - "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", | |
| 531 | - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", | |
| 997 | + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", | |
| 998 | + "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", | |
| 532 | 999 | "shasum": "" |
| 533 | 1000 | }, |
| 534 | 1001 | "require": { |
| 535 | - "php": ">=5.5.0" | |
| 1002 | + "php": ">=5.3,<8.0-DEV" | |
| 536 | 1003 | }, |
| 537 | 1004 | "require-dev": { |
| 538 | - "phpunit/phpunit": "^4.0" | |
| 1005 | + "athletic/athletic": "~0.1.8", | |
| 1006 | + "ext-pdo": "*", | |
| 1007 | + "ext-phar": "*", | |
| 1008 | + "phpunit/phpunit": "~4.0", | |
| 1009 | + "squizlabs/php_codesniffer": "~2.0" | |
| 539 | 1010 | }, |
| 540 | 1011 | "type": "library", |
| 541 | 1012 | "extra": { |
| 542 | 1013 | "branch-alias": { |
| 543 | - "dev-master": "1.4-dev" | |
| 1014 | + "dev-master": "1.0.x-dev" | |
| 544 | 1015 | } |
| 545 | 1016 | }, |
| 546 | 1017 | "autoload": { |
| 547 | 1018 | "psr-4": { |
| 548 | - "GuzzleHttp\\Promise\\": "src/" | |
| 549 | - }, | |
| 550 | - "files": [ | |
| 551 | - "src/functions_include.php" | |
| 552 | - ] | |
| 1019 | + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" | |
| 1020 | + } | |
| 553 | 1021 | }, |
| 554 | 1022 | "notification-url": "https://packagist.org/downloads/", |
| 555 | 1023 | "license": [ |
| ... | ... | @@ -557,74 +1025,67 @@ |
| 557 | 1025 | ], |
| 558 | 1026 | "authors": [ |
| 559 | 1027 | { |
| 560 | - "name": "Michael Dowling", | |
| 561 | - "email": "mtdowling@gmail.com", | |
| 562 | - "homepage": "https://github.com/mtdowling" | |
| 1028 | + "name": "Marco Pivetta", | |
| 1029 | + "email": "ocramius@gmail.com", | |
| 1030 | + "homepage": "http://ocramius.github.com/" | |
| 563 | 1031 | } |
| 564 | 1032 | ], |
| 565 | - "description": "Guzzle promises library", | |
| 1033 | + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", | |
| 1034 | + "homepage": "https://github.com/doctrine/instantiator", | |
| 566 | 1035 | "keywords": [ |
| 567 | - "promise" | |
| 1036 | + "constructor", | |
| 1037 | + "instantiate" | |
| 568 | 1038 | ], |
| 569 | - "time": "2016-12-20T10:07:11+00:00" | |
| 1039 | + "time": "2015-06-14T21:17:01+00:00" | |
| 570 | 1040 | }, |
| 571 | 1041 | { |
| 572 | - "name": "guzzlehttp/psr7", | |
| 573 | - "version": "1.3.1", | |
| 1042 | + "name": "facebook/webdriver", | |
| 1043 | + "version": "1.3.0", | |
| 574 | 1044 | "source": { |
| 575 | 1045 | "type": "git", |
| 576 | - "url": "https://github.com/guzzle/psr7.git", | |
| 577 | - "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" | |
| 1046 | + "url": "https://github.com/facebook/php-webdriver.git", | |
| 1047 | + "reference": "77300c4ab2025d4316635f592ec849ca7323bd8c" | |
| 578 | 1048 | }, |
| 579 | 1049 | "dist": { |
| 580 | 1050 | "type": "zip", |
| 581 | - "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", | |
| 582 | - "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", | |
| 1051 | + "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/77300c4ab2025d4316635f592ec849ca7323bd8c", | |
| 1052 | + "reference": "77300c4ab2025d4316635f592ec849ca7323bd8c", | |
| 583 | 1053 | "shasum": "" |
| 584 | 1054 | }, |
| 585 | 1055 | "require": { |
| 586 | - "php": ">=5.4.0", | |
| 587 | - "psr/http-message": "~1.0" | |
| 588 | - }, | |
| 589 | - "provide": { | |
| 590 | - "psr/http-message-implementation": "1.0" | |
| 1056 | + "ext-curl": "*", | |
| 1057 | + "php": "^5.5 || ~7.0", | |
| 1058 | + "symfony/process": "^2.8 || ^3.1" | |
| 591 | 1059 | }, |
| 592 | 1060 | "require-dev": { |
| 593 | - "phpunit/phpunit": "~4.0" | |
| 1061 | + "friendsofphp/php-cs-fixer": "^1.11", | |
| 1062 | + "php-mock/php-mock-phpunit": "^1.1", | |
| 1063 | + "phpunit/phpunit": "4.6.* || ~5.0", | |
| 1064 | + "satooshi/php-coveralls": "^1.0", | |
| 1065 | + "squizlabs/php_codesniffer": "^2.6" | |
| 594 | 1066 | }, |
| 595 | - "type": "library", | |
| 596 | - "extra": { | |
| 597 | - "branch-alias": { | |
| 598 | - "dev-master": "1.4-dev" | |
| 599 | - } | |
| 1067 | + "suggest": { | |
| 1068 | + "phpdocumentor/phpdocumentor": "2.*" | |
| 600 | 1069 | }, |
| 1070 | + "type": "library", | |
| 601 | 1071 | "autoload": { |
| 602 | 1072 | "psr-4": { |
| 603 | - "GuzzleHttp\\Psr7\\": "src/" | |
| 604 | - }, | |
| 605 | - "files": [ | |
| 606 | - "src/functions_include.php" | |
| 607 | - ] | |
| 1073 | + "Facebook\\WebDriver\\": "lib/" | |
| 1074 | + } | |
| 608 | 1075 | }, |
| 609 | 1076 | "notification-url": "https://packagist.org/downloads/", |
| 610 | 1077 | "license": [ |
| 611 | - "MIT" | |
| 612 | - ], | |
| 613 | - "authors": [ | |
| 614 | - { | |
| 615 | - "name": "Michael Dowling", | |
| 616 | - "email": "mtdowling@gmail.com", | |
| 617 | - "homepage": "https://github.com/mtdowling" | |
| 618 | - } | |
| 1078 | + "Apache-2.0" | |
| 619 | 1079 | ], |
| 620 | - "description": "PSR-7 message implementation", | |
| 1080 | + "description": "A PHP client for WebDriver", | |
| 1081 | + "homepage": "https://github.com/facebook/php-webdriver", | |
| 621 | 1082 | "keywords": [ |
| 622 | - "http", | |
| 623 | - "message", | |
| 624 | - "stream", | |
| 625 | - "uri" | |
| 1083 | + "facebook", | |
| 1084 | + "php", | |
| 1085 | + "selenium", | |
| 1086 | + "webdriver" | |
| 626 | 1087 | ], |
| 627 | - "time": "2016-06-24T23:00:38+00:00" | |
| 1088 | + "time": "2017-01-13T15:48:08+00:00" | |
| 628 | 1089 | }, |
| 629 | 1090 | { |
| 630 | 1091 | "name": "myclabs/deep-copy", |
| ... | ... | @@ -816,27 +1277,27 @@ |
| 816 | 1277 | }, |
| 817 | 1278 | { |
| 818 | 1279 | "name": "phpspec/prophecy", |
| 819 | - "version": "v1.6.2", | |
| 1280 | + "version": "v1.7.0", | |
| 820 | 1281 | "source": { |
| 821 | 1282 | "type": "git", |
| 822 | 1283 | "url": "https://github.com/phpspec/prophecy.git", |
| 823 | - "reference": "6c52c2722f8460122f96f86346600e1077ce22cb" | |
| 1284 | + "reference": "93d39f1f7f9326d746203c7c056f300f7f126073" | |
| 824 | 1285 | }, |
| 825 | 1286 | "dist": { |
| 826 | 1287 | "type": "zip", |
| 827 | - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb", | |
| 828 | - "reference": "6c52c2722f8460122f96f86346600e1077ce22cb", | |
| 1288 | + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073", | |
| 1289 | + "reference": "93d39f1f7f9326d746203c7c056f300f7f126073", | |
| 829 | 1290 | "shasum": "" |
| 830 | 1291 | }, |
| 831 | 1292 | "require": { |
| 832 | 1293 | "doctrine/instantiator": "^1.0.2", |
| 833 | 1294 | "php": "^5.3|^7.0", |
| 834 | 1295 | "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", |
| 835 | - "sebastian/comparator": "^1.1", | |
| 836 | - "sebastian/recursion-context": "^1.0|^2.0" | |
| 1296 | + "sebastian/comparator": "^1.1|^2.0", | |
| 1297 | + "sebastian/recursion-context": "^1.0|^2.0|^3.0" | |
| 837 | 1298 | }, |
| 838 | 1299 | "require-dev": { |
| 839 | - "phpspec/phpspec": "^2.0", | |
| 1300 | + "phpspec/phpspec": "^2.5|^3.2", | |
| 840 | 1301 | "phpunit/phpunit": "^4.8 || ^5.6.5" |
| 841 | 1302 | }, |
| 842 | 1303 | "type": "library", |
| ... | ... | @@ -875,39 +1336,39 @@ |
| 875 | 1336 | "spy", |
| 876 | 1337 | "stub" |
| 877 | 1338 | ], |
| 878 | - "time": "2016-11-21T14:58:47+00:00" | |
| 1339 | + "time": "2017-03-02T20:05:34+00:00" | |
| 879 | 1340 | }, |
| 880 | 1341 | { |
| 881 | 1342 | "name": "phpunit/php-code-coverage", |
| 882 | - "version": "4.0.5", | |
| 1343 | + "version": "4.0.7", | |
| 883 | 1344 | "source": { |
| 884 | 1345 | "type": "git", |
| 885 | 1346 | "url": "https://github.com/sebastianbergmann/php-code-coverage.git", |
| 886 | - "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971" | |
| 1347 | + "reference": "09e2277d14ea467e5a984010f501343ef29ffc69" | |
| 887 | 1348 | }, |
| 888 | 1349 | "dist": { |
| 889 | 1350 | "type": "zip", |
| 890 | - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c19cfc7cbb0e9338d8c469c7eedecc2a428b0971", | |
| 891 | - "reference": "c19cfc7cbb0e9338d8c469c7eedecc2a428b0971", | |
| 1351 | + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/09e2277d14ea467e5a984010f501343ef29ffc69", | |
| 1352 | + "reference": "09e2277d14ea467e5a984010f501343ef29ffc69", | |
| 892 | 1353 | "shasum": "" |
| 893 | 1354 | }, |
| 894 | 1355 | "require": { |
| 1356 | + "ext-dom": "*", | |
| 1357 | + "ext-xmlwriter": "*", | |
| 895 | 1358 | "php": "^5.6 || ^7.0", |
| 896 | - "phpunit/php-file-iterator": "~1.3", | |
| 897 | - "phpunit/php-text-template": "~1.2", | |
| 898 | - "phpunit/php-token-stream": "^1.4.2", | |
| 899 | - "sebastian/code-unit-reverse-lookup": "~1.0", | |
| 1359 | + "phpunit/php-file-iterator": "^1.3", | |
| 1360 | + "phpunit/php-text-template": "^1.2", | |
| 1361 | + "phpunit/php-token-stream": "^1.4.2 || ^2.0", | |
| 1362 | + "sebastian/code-unit-reverse-lookup": "^1.0", | |
| 900 | 1363 | "sebastian/environment": "^1.3.2 || ^2.0", |
| 901 | - "sebastian/version": "~1.0|~2.0" | |
| 1364 | + "sebastian/version": "^1.0 || ^2.0" | |
| 902 | 1365 | }, |
| 903 | 1366 | "require-dev": { |
| 904 | - "ext-xdebug": ">=2.1.4", | |
| 905 | - "phpunit/phpunit": "^5.4" | |
| 1367 | + "ext-xdebug": "^2.1.4", | |
| 1368 | + "phpunit/phpunit": "^5.7" | |
| 906 | 1369 | }, |
| 907 | 1370 | "suggest": { |
| 908 | - "ext-dom": "*", | |
| 909 | - "ext-xdebug": ">=2.4.0", | |
| 910 | - "ext-xmlwriter": "*" | |
| 1371 | + "ext-xdebug": "^2.5.1" | |
| 911 | 1372 | }, |
| 912 | 1373 | "type": "library", |
| 913 | 1374 | "extra": { |
| ... | ... | @@ -938,7 +1399,7 @@ |
| 938 | 1399 | "testing", |
| 939 | 1400 | "xunit" |
| 940 | 1401 | ], |
| 941 | - "time": "2017-01-20T15:06:43+00:00" | |
| 1402 | + "time": "2017-03-01T09:12:17+00:00" | |
| 942 | 1403 | }, |
| 943 | 1404 | { |
| 944 | 1405 | "name": "phpunit/php-file-iterator", |
| ... | ... | @@ -1030,25 +1491,30 @@ |
| 1030 | 1491 | }, |
| 1031 | 1492 | { |
| 1032 | 1493 | "name": "phpunit/php-timer", |
| 1033 | - "version": "1.0.8", | |
| 1494 | + "version": "1.0.9", | |
| 1034 | 1495 | "source": { |
| 1035 | 1496 | "type": "git", |
| 1036 | 1497 | "url": "https://github.com/sebastianbergmann/php-timer.git", |
| 1037 | - "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" | |
| 1498 | + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" | |
| 1038 | 1499 | }, |
| 1039 | 1500 | "dist": { |
| 1040 | 1501 | "type": "zip", |
| 1041 | - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", | |
| 1042 | - "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", | |
| 1502 | + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", | |
| 1503 | + "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", | |
| 1043 | 1504 | "shasum": "" |
| 1044 | 1505 | }, |
| 1045 | 1506 | "require": { |
| 1046 | - "php": ">=5.3.3" | |
| 1507 | + "php": "^5.3.3 || ^7.0" | |
| 1047 | 1508 | }, |
| 1048 | 1509 | "require-dev": { |
| 1049 | - "phpunit/phpunit": "~4|~5" | |
| 1510 | + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" | |
| 1050 | 1511 | }, |
| 1051 | 1512 | "type": "library", |
| 1513 | + "extra": { | |
| 1514 | + "branch-alias": { | |
| 1515 | + "dev-master": "1.0-dev" | |
| 1516 | + } | |
| 1517 | + }, | |
| 1052 | 1518 | "autoload": { |
| 1053 | 1519 | "classmap": [ |
| 1054 | 1520 | "src/" |
| ... | ... | @@ -1070,20 +1536,20 @@ |
| 1070 | 1536 | "keywords": [ |
| 1071 | 1537 | "timer" |
| 1072 | 1538 | ], |
| 1073 | - "time": "2016-05-12T18:03:57+00:00" | |
| 1539 | + "time": "2017-02-26T11:10:40+00:00" | |
| 1074 | 1540 | }, |
| 1075 | 1541 | { |
| 1076 | 1542 | "name": "phpunit/php-token-stream", |
| 1077 | - "version": "1.4.9", | |
| 1543 | + "version": "1.4.11", | |
| 1078 | 1544 | "source": { |
| 1079 | 1545 | "type": "git", |
| 1080 | 1546 | "url": "https://github.com/sebastianbergmann/php-token-stream.git", |
| 1081 | - "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b" | |
| 1547 | + "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7" | |
| 1082 | 1548 | }, |
| 1083 | 1549 | "dist": { |
| 1084 | 1550 | "type": "zip", |
| 1085 | - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3b402f65a4cc90abf6e1104e388b896ce209631b", | |
| 1086 | - "reference": "3b402f65a4cc90abf6e1104e388b896ce209631b", | |
| 1551 | + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7", | |
| 1552 | + "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7", | |
| 1087 | 1553 | "shasum": "" |
| 1088 | 1554 | }, |
| 1089 | 1555 | "require": { |
| ... | ... | @@ -1119,20 +1585,20 @@ |
| 1119 | 1585 | "keywords": [ |
| 1120 | 1586 | "tokenizer" |
| 1121 | 1587 | ], |
| 1122 | - "time": "2016-11-15T14:06:22+00:00" | |
| 1588 | + "time": "2017-02-27T10:12:30+00:00" | |
| 1123 | 1589 | }, |
| 1124 | 1590 | { |
| 1125 | 1591 | "name": "phpunit/phpunit", |
| 1126 | - "version": "5.7.9", | |
| 1592 | + "version": "5.7.15", | |
| 1127 | 1593 | "source": { |
| 1128 | 1594 | "type": "git", |
| 1129 | 1595 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
| 1130 | - "reference": "69f832b87c731d5cacad7f91948778fe98335fdd" | |
| 1596 | + "reference": "b99112aecc01f62acf3d81a3f59646700a1849e5" | |
| 1131 | 1597 | }, |
| 1132 | 1598 | "dist": { |
| 1133 | 1599 | "type": "zip", |
| 1134 | - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/69f832b87c731d5cacad7f91948778fe98335fdd", | |
| 1135 | - "reference": "69f832b87c731d5cacad7f91948778fe98335fdd", | |
| 1600 | + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b99112aecc01f62acf3d81a3f59646700a1849e5", | |
| 1601 | + "reference": "b99112aecc01f62acf3d81a3f59646700a1849e5", | |
| 1136 | 1602 | "shasum": "" |
| 1137 | 1603 | }, |
| 1138 | 1604 | "require": { |
| ... | ... | @@ -1149,14 +1615,14 @@ |
| 1149 | 1615 | "phpunit/php-text-template": "~1.2", |
| 1150 | 1616 | "phpunit/php-timer": "^1.0.6", |
| 1151 | 1617 | "phpunit/phpunit-mock-objects": "^3.2", |
| 1152 | - "sebastian/comparator": "~1.2.2", | |
| 1618 | + "sebastian/comparator": "^1.2.4", | |
| 1153 | 1619 | "sebastian/diff": "~1.2", |
| 1154 | 1620 | "sebastian/environment": "^1.3.4 || ^2.0", |
| 1155 | 1621 | "sebastian/exporter": "~2.0", |
| 1156 | - "sebastian/global-state": "^1.0 || ^2.0", | |
| 1622 | + "sebastian/global-state": "^1.1", | |
| 1157 | 1623 | "sebastian/object-enumerator": "~2.0", |
| 1158 | 1624 | "sebastian/resource-operations": "~1.0", |
| 1159 | - "sebastian/version": "~1.0|~2.0", | |
| 1625 | + "sebastian/version": "~1.0.3|~2.0", | |
| 1160 | 1626 | "symfony/yaml": "~2.1|~3.0" |
| 1161 | 1627 | }, |
| 1162 | 1628 | "conflict": { |
| ... | ... | @@ -1201,7 +1667,7 @@ |
| 1201 | 1667 | "testing", |
| 1202 | 1668 | "xunit" |
| 1203 | 1669 | ], |
| 1204 | - "time": "2017-01-28T06:14:33+00:00" | |
| 1670 | + "time": "2017-03-02T15:22:43+00:00" | |
| 1205 | 1671 | }, |
| 1206 | 1672 | { |
| 1207 | 1673 | "name": "phpunit/phpunit-mock-objects", |
| ... | ... | @@ -1263,121 +1729,24 @@ |
| 1263 | 1729 | "time": "2016-12-08T20:27:08+00:00" |
| 1264 | 1730 | }, |
| 1265 | 1731 | { |
| 1266 | - "name": "psr/http-message", | |
| 1267 | - "version": "1.0.1", | |
| 1268 | - "source": { | |
| 1269 | - "type": "git", | |
| 1270 | - "url": "https://github.com/php-fig/http-message.git", | |
| 1271 | - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" | |
| 1272 | - }, | |
| 1273 | - "dist": { | |
| 1274 | - "type": "zip", | |
| 1275 | - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", | |
| 1276 | - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", | |
| 1277 | - "shasum": "" | |
| 1278 | - }, | |
| 1279 | - "require": { | |
| 1280 | - "php": ">=5.3.0" | |
| 1281 | - }, | |
| 1282 | - "type": "library", | |
| 1283 | - "extra": { | |
| 1284 | - "branch-alias": { | |
| 1285 | - "dev-master": "1.0.x-dev" | |
| 1286 | - } | |
| 1287 | - }, | |
| 1288 | - "autoload": { | |
| 1289 | - "psr-4": { | |
| 1290 | - "Psr\\Http\\Message\\": "src/" | |
| 1291 | - } | |
| 1292 | - }, | |
| 1293 | - "notification-url": "https://packagist.org/downloads/", | |
| 1294 | - "license": [ | |
| 1295 | - "MIT" | |
| 1296 | - ], | |
| 1297 | - "authors": [ | |
| 1298 | - { | |
| 1299 | - "name": "PHP-FIG", | |
| 1300 | - "homepage": "http://www.php-fig.org/" | |
| 1301 | - } | |
| 1302 | - ], | |
| 1303 | - "description": "Common interface for HTTP messages", | |
| 1304 | - "homepage": "https://github.com/php-fig/http-message", | |
| 1305 | - "keywords": [ | |
| 1306 | - "http", | |
| 1307 | - "http-message", | |
| 1308 | - "psr", | |
| 1309 | - "psr-7", | |
| 1310 | - "request", | |
| 1311 | - "response" | |
| 1312 | - ], | |
| 1313 | - "time": "2016-08-06T14:39:51+00:00" | |
| 1314 | - }, | |
| 1315 | - { | |
| 1316 | - "name": "psr/log", | |
| 1317 | - "version": "1.0.2", | |
| 1318 | - "source": { | |
| 1319 | - "type": "git", | |
| 1320 | - "url": "https://github.com/php-fig/log.git", | |
| 1321 | - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" | |
| 1322 | - }, | |
| 1323 | - "dist": { | |
| 1324 | - "type": "zip", | |
| 1325 | - "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | |
| 1326 | - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | |
| 1327 | - "shasum": "" | |
| 1328 | - }, | |
| 1329 | - "require": { | |
| 1330 | - "php": ">=5.3.0" | |
| 1331 | - }, | |
| 1332 | - "type": "library", | |
| 1333 | - "extra": { | |
| 1334 | - "branch-alias": { | |
| 1335 | - "dev-master": "1.0.x-dev" | |
| 1336 | - } | |
| 1337 | - }, | |
| 1338 | - "autoload": { | |
| 1339 | - "psr-4": { | |
| 1340 | - "Psr\\Log\\": "Psr/Log/" | |
| 1341 | - } | |
| 1342 | - }, | |
| 1343 | - "notification-url": "https://packagist.org/downloads/", | |
| 1344 | - "license": [ | |
| 1345 | - "MIT" | |
| 1346 | - ], | |
| 1347 | - "authors": [ | |
| 1348 | - { | |
| 1349 | - "name": "PHP-FIG", | |
| 1350 | - "homepage": "http://www.php-fig.org/" | |
| 1351 | - } | |
| 1352 | - ], | |
| 1353 | - "description": "Common interface for logging libraries", | |
| 1354 | - "homepage": "https://github.com/php-fig/log", | |
| 1355 | - "keywords": [ | |
| 1356 | - "log", | |
| 1357 | - "psr", | |
| 1358 | - "psr-3" | |
| 1359 | - ], | |
| 1360 | - "time": "2016-10-10T12:19:37+00:00" | |
| 1361 | - }, | |
| 1362 | - { | |
| 1363 | 1732 | "name": "sebastian/code-unit-reverse-lookup", |
| 1364 | - "version": "1.0.0", | |
| 1733 | + "version": "1.0.1", | |
| 1365 | 1734 | "source": { |
| 1366 | 1735 | "type": "git", |
| 1367 | 1736 | "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", |
| 1368 | - "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe" | |
| 1737 | + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" | |
| 1369 | 1738 | }, |
| 1370 | 1739 | "dist": { |
| 1371 | 1740 | "type": "zip", |
| 1372 | - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe", | |
| 1373 | - "reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe", | |
| 1741 | + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | |
| 1742 | + "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", | |
| 1374 | 1743 | "shasum": "" |
| 1375 | 1744 | }, |
| 1376 | 1745 | "require": { |
| 1377 | - "php": ">=5.6" | |
| 1746 | + "php": "^5.6 || ^7.0" | |
| 1378 | 1747 | }, |
| 1379 | 1748 | "require-dev": { |
| 1380 | - "phpunit/phpunit": "~5" | |
| 1749 | + "phpunit/phpunit": "^5.7 || ^6.0" | |
| 1381 | 1750 | }, |
| 1382 | 1751 | "type": "library", |
| 1383 | 1752 | "extra": { |
| ... | ... | @@ -1402,7 +1771,7 @@ |
| 1402 | 1771 | ], |
| 1403 | 1772 | "description": "Looks up which function or method a line of code belongs to", |
| 1404 | 1773 | "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", |
| 1405 | - "time": "2016-02-13T06:45:14+00:00" | |
| 1774 | + "time": "2017-03-04T06:30:41+00:00" | |
| 1406 | 1775 | }, |
| 1407 | 1776 | { |
| 1408 | 1777 | "name": "sebastian/comparator", |
| ... | ... | @@ -1690,16 +2059,16 @@ |
| 1690 | 2059 | }, |
| 1691 | 2060 | { |
| 1692 | 2061 | "name": "sebastian/object-enumerator", |
| 1693 | - "version": "2.0.0", | |
| 2062 | + "version": "2.0.1", | |
| 1694 | 2063 | "source": { |
| 1695 | 2064 | "type": "git", |
| 1696 | 2065 | "url": "https://github.com/sebastianbergmann/object-enumerator.git", |
| 1697 | - "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35" | |
| 2066 | + "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" | |
| 1698 | 2067 | }, |
| 1699 | 2068 | "dist": { |
| 1700 | 2069 | "type": "zip", |
| 1701 | - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35", | |
| 1702 | - "reference": "96f8a3f257b69e8128ad74d3a7fd464bcbaa3b35", | |
| 2070 | + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", | |
| 2071 | + "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", | |
| 1703 | 2072 | "shasum": "" |
| 1704 | 2073 | }, |
| 1705 | 2074 | "require": { |
| ... | ... | @@ -1732,7 +2101,7 @@ |
| 1732 | 2101 | ], |
| 1733 | 2102 | "description": "Traverses array structures and object graphs to enumerate all referenced objects", |
| 1734 | 2103 | "homepage": "https://github.com/sebastianbergmann/object-enumerator/", |
| 1735 | - "time": "2016-11-19T07:35:10+00:00" | |
| 2104 | + "time": "2017-02-18T15:18:39+00:00" | |
| 1736 | 2105 | }, |
| 1737 | 2106 | { |
| 1738 | 2107 | "name": "sebastian/recursion-context", |
| ... | ... | @@ -1874,16 +2243,16 @@ |
| 1874 | 2243 | }, |
| 1875 | 2244 | { |
| 1876 | 2245 | "name": "symfony/browser-kit", |
| 1877 | - "version": "v3.2.2", | |
| 2246 | + "version": "v3.2.6", | |
| 1878 | 2247 | "source": { |
| 1879 | 2248 | "type": "git", |
| 1880 | 2249 | "url": "https://github.com/symfony/browser-kit.git", |
| 1881 | - "reference": "548f8230bad9f77463b20b15993a008f03e96db5" | |
| 2250 | + "reference": "2fe0caa60c1a1dfeefd0425741182687a9b382b8" | |
| 1882 | 2251 | }, |
| 1883 | 2252 | "dist": { |
| 1884 | 2253 | "type": "zip", |
| 1885 | - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/548f8230bad9f77463b20b15993a008f03e96db5", | |
| 1886 | - "reference": "548f8230bad9f77463b20b15993a008f03e96db5", | |
| 2254 | + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2fe0caa60c1a1dfeefd0425741182687a9b382b8", | |
| 2255 | + "reference": "2fe0caa60c1a1dfeefd0425741182687a9b382b8", | |
| 1887 | 2256 | "shasum": "" |
| 1888 | 2257 | }, |
| 1889 | 2258 | "require": { |
| ... | ... | @@ -1927,20 +2296,20 @@ |
| 1927 | 2296 | ], |
| 1928 | 2297 | "description": "Symfony BrowserKit Component", |
| 1929 | 2298 | "homepage": "https://symfony.com", |
| 1930 | - "time": "2017-01-02T20:32:22+00:00" | |
| 2299 | + "time": "2017-02-21T09:12:04+00:00" | |
| 1931 | 2300 | }, |
| 1932 | 2301 | { |
| 1933 | 2302 | "name": "symfony/console", |
| 1934 | - "version": "v3.2.2", | |
| 2303 | + "version": "v3.2.6", | |
| 1935 | 2304 | "source": { |
| 1936 | 2305 | "type": "git", |
| 1937 | 2306 | "url": "https://github.com/symfony/console.git", |
| 1938 | - "reference": "4f9e449e76996adf310498a8ca955c6deebe29dd" | |
| 2307 | + "reference": "28fb243a2b5727774ca309ec2d92da240f1af0dd" | |
| 1939 | 2308 | }, |
| 1940 | 2309 | "dist": { |
| 1941 | 2310 | "type": "zip", |
| 1942 | - "url": "https://api.github.com/repos/symfony/console/zipball/4f9e449e76996adf310498a8ca955c6deebe29dd", | |
| 1943 | - "reference": "4f9e449e76996adf310498a8ca955c6deebe29dd", | |
| 2311 | + "url": "https://api.github.com/repos/symfony/console/zipball/28fb243a2b5727774ca309ec2d92da240f1af0dd", | |
| 2312 | + "reference": "28fb243a2b5727774ca309ec2d92da240f1af0dd", | |
| 1944 | 2313 | "shasum": "" |
| 1945 | 2314 | }, |
| 1946 | 2315 | "require": { |
| ... | ... | @@ -1990,20 +2359,20 @@ |
| 1990 | 2359 | ], |
| 1991 | 2360 | "description": "Symfony Console Component", |
| 1992 | 2361 | "homepage": "https://symfony.com", |
| 1993 | - "time": "2017-01-08T20:47:33+00:00" | |
| 2362 | + "time": "2017-03-06T19:30:27+00:00" | |
| 1994 | 2363 | }, |
| 1995 | 2364 | { |
| 1996 | 2365 | "name": "symfony/css-selector", |
| 1997 | - "version": "v3.2.2", | |
| 2366 | + "version": "v3.2.6", | |
| 1998 | 2367 | "source": { |
| 1999 | 2368 | "type": "git", |
| 2000 | 2369 | "url": "https://github.com/symfony/css-selector.git", |
| 2001 | - "reference": "f0e628f04fc055c934b3211cfabdb1c59eefbfaa" | |
| 2370 | + "reference": "a48f13dc83c168f1253a5d2a5a4fb46c36244c4c" | |
| 2002 | 2371 | }, |
| 2003 | 2372 | "dist": { |
| 2004 | 2373 | "type": "zip", |
| 2005 | - "url": "https://api.github.com/repos/symfony/css-selector/zipball/f0e628f04fc055c934b3211cfabdb1c59eefbfaa", | |
| 2006 | - "reference": "f0e628f04fc055c934b3211cfabdb1c59eefbfaa", | |
| 2374 | + "url": "https://api.github.com/repos/symfony/css-selector/zipball/a48f13dc83c168f1253a5d2a5a4fb46c36244c4c", | |
| 2375 | + "reference": "a48f13dc83c168f1253a5d2a5a4fb46c36244c4c", | |
| 2007 | 2376 | "shasum": "" |
| 2008 | 2377 | }, |
| 2009 | 2378 | "require": { |
| ... | ... | @@ -2043,20 +2412,20 @@ |
| 2043 | 2412 | ], |
| 2044 | 2413 | "description": "Symfony CssSelector Component", |
| 2045 | 2414 | "homepage": "https://symfony.com", |
| 2046 | - "time": "2017-01-02T20:32:22+00:00" | |
| 2415 | + "time": "2017-02-21T09:12:04+00:00" | |
| 2047 | 2416 | }, |
| 2048 | 2417 | { |
| 2049 | 2418 | "name": "symfony/debug", |
| 2050 | - "version": "v3.2.2", | |
| 2419 | + "version": "v3.2.6", | |
| 2051 | 2420 | "source": { |
| 2052 | 2421 | "type": "git", |
| 2053 | 2422 | "url": "https://github.com/symfony/debug.git", |
| 2054 | - "reference": "810ba5c1c5352a4ddb15d4719e8936751dff0b05" | |
| 2423 | + "reference": "b90c9f91ad8ac37d9f114e369042d3226b34dc1a" | |
| 2055 | 2424 | }, |
| 2056 | 2425 | "dist": { |
| 2057 | 2426 | "type": "zip", |
| 2058 | - "url": "https://api.github.com/repos/symfony/debug/zipball/810ba5c1c5352a4ddb15d4719e8936751dff0b05", | |
| 2059 | - "reference": "810ba5c1c5352a4ddb15d4719e8936751dff0b05", | |
| 2427 | + "url": "https://api.github.com/repos/symfony/debug/zipball/b90c9f91ad8ac37d9f114e369042d3226b34dc1a", | |
| 2428 | + "reference": "b90c9f91ad8ac37d9f114e369042d3226b34dc1a", | |
| 2060 | 2429 | "shasum": "" |
| 2061 | 2430 | }, |
| 2062 | 2431 | "require": { |
| ... | ... | @@ -2100,20 +2469,20 @@ |
| 2100 | 2469 | ], |
| 2101 | 2470 | "description": "Symfony Debug Component", |
| 2102 | 2471 | "homepage": "https://symfony.com", |
| 2103 | - "time": "2017-01-02T20:32:22+00:00" | |
| 2472 | + "time": "2017-02-18T17:28:00+00:00" | |
| 2104 | 2473 | }, |
| 2105 | 2474 | { |
| 2106 | 2475 | "name": "symfony/dom-crawler", |
| 2107 | - "version": "v3.2.2", | |
| 2476 | + "version": "v3.2.6", | |
| 2108 | 2477 | "source": { |
| 2109 | 2478 | "type": "git", |
| 2110 | 2479 | "url": "https://github.com/symfony/dom-crawler.git", |
| 2111 | - "reference": "27d9790840a4efd3b7bb8f5f4f9efc27b36b7024" | |
| 2480 | + "reference": "403944e294cf4ceb3b8447f54cbad88ea7b99cee" | |
| 2112 | 2481 | }, |
| 2113 | 2482 | "dist": { |
| 2114 | 2483 | "type": "zip", |
| 2115 | - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/27d9790840a4efd3b7bb8f5f4f9efc27b36b7024", | |
| 2116 | - "reference": "27d9790840a4efd3b7bb8f5f4f9efc27b36b7024", | |
| 2484 | + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/403944e294cf4ceb3b8447f54cbad88ea7b99cee", | |
| 2485 | + "reference": "403944e294cf4ceb3b8447f54cbad88ea7b99cee", | |
| 2117 | 2486 | "shasum": "" |
| 2118 | 2487 | }, |
| 2119 | 2488 | "require": { |
| ... | ... | @@ -2156,20 +2525,20 @@ |
| 2156 | 2525 | ], |
| 2157 | 2526 | "description": "Symfony DomCrawler Component", |
| 2158 | 2527 | "homepage": "https://symfony.com", |
| 2159 | - "time": "2017-01-02T20:32:22+00:00" | |
| 2528 | + "time": "2017-02-21T09:12:04+00:00" | |
| 2160 | 2529 | }, |
| 2161 | 2530 | { |
| 2162 | 2531 | "name": "symfony/event-dispatcher", |
| 2163 | - "version": "v3.2.2", | |
| 2532 | + "version": "v3.2.6", | |
| 2164 | 2533 | "source": { |
| 2165 | 2534 | "type": "git", |
| 2166 | 2535 | "url": "https://github.com/symfony/event-dispatcher.git", |
| 2167 | - "reference": "9137eb3a3328e413212826d63eeeb0217836e2b6" | |
| 2536 | + "reference": "b7a1b9e0a0f623ce43b4c8d775eb138f190c9d8d" | |
| 2168 | 2537 | }, |
| 2169 | 2538 | "dist": { |
| 2170 | 2539 | "type": "zip", |
| 2171 | - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9137eb3a3328e413212826d63eeeb0217836e2b6", | |
| 2172 | - "reference": "9137eb3a3328e413212826d63eeeb0217836e2b6", | |
| 2540 | + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b7a1b9e0a0f623ce43b4c8d775eb138f190c9d8d", | |
| 2541 | + "reference": "b7a1b9e0a0f623ce43b4c8d775eb138f190c9d8d", | |
| 2173 | 2542 | "shasum": "" |
| 2174 | 2543 | }, |
| 2175 | 2544 | "require": { |
| ... | ... | @@ -2216,20 +2585,20 @@ |
| 2216 | 2585 | ], |
| 2217 | 2586 | "description": "Symfony EventDispatcher Component", |
| 2218 | 2587 | "homepage": "https://symfony.com", |
| 2219 | - "time": "2017-01-02T20:32:22+00:00" | |
| 2588 | + "time": "2017-02-21T09:12:04+00:00" | |
| 2220 | 2589 | }, |
| 2221 | 2590 | { |
| 2222 | 2591 | "name": "symfony/finder", |
| 2223 | - "version": "v3.2.2", | |
| 2592 | + "version": "v3.2.6", | |
| 2224 | 2593 | "source": { |
| 2225 | 2594 | "type": "git", |
| 2226 | 2595 | "url": "https://github.com/symfony/finder.git", |
| 2227 | - "reference": "8c71141cae8e2957946b403cc71a67213c0380d6" | |
| 2596 | + "reference": "92d7476d2df60cd851a3e13e078664b1deb8ce10" | |
| 2228 | 2597 | }, |
| 2229 | 2598 | "dist": { |
| 2230 | 2599 | "type": "zip", |
| 2231 | - "url": "https://api.github.com/repos/symfony/finder/zipball/8c71141cae8e2957946b403cc71a67213c0380d6", | |
| 2232 | - "reference": "8c71141cae8e2957946b403cc71a67213c0380d6", | |
| 2600 | + "url": "https://api.github.com/repos/symfony/finder/zipball/92d7476d2df60cd851a3e13e078664b1deb8ce10", | |
| 2601 | + "reference": "92d7476d2df60cd851a3e13e078664b1deb8ce10", | |
| 2233 | 2602 | "shasum": "" |
| 2234 | 2603 | }, |
| 2235 | 2604 | "require": { |
| ... | ... | @@ -2265,7 +2634,7 @@ |
| 2265 | 2634 | ], |
| 2266 | 2635 | "description": "Symfony Finder Component", |
| 2267 | 2636 | "homepage": "https://symfony.com", |
| 2268 | - "time": "2017-01-02T20:32:22+00:00" | |
| 2637 | + "time": "2017-02-21T09:12:04+00:00" | |
| 2269 | 2638 | }, |
| 2270 | 2639 | { |
| 2271 | 2640 | "name": "symfony/polyfill-mbstring", |
| ... | ... | @@ -2328,16 +2697,16 @@ |
| 2328 | 2697 | }, |
| 2329 | 2698 | { |
| 2330 | 2699 | "name": "symfony/process", |
| 2331 | - "version": "v3.2.2", | |
| 2700 | + "version": "v3.2.6", | |
| 2332 | 2701 | "source": { |
| 2333 | 2702 | "type": "git", |
| 2334 | 2703 | "url": "https://github.com/symfony/process.git", |
| 2335 | - "reference": "350e810019fc52dd06ae844b6a6d382f8a0e8893" | |
| 2704 | + "reference": "68bfa8c83f24c0ac04ea7193bcdcda4519f41892" | |
| 2336 | 2705 | }, |
| 2337 | 2706 | "dist": { |
| 2338 | 2707 | "type": "zip", |
| 2339 | - "url": "https://api.github.com/repos/symfony/process/zipball/350e810019fc52dd06ae844b6a6d382f8a0e8893", | |
| 2340 | - "reference": "350e810019fc52dd06ae844b6a6d382f8a0e8893", | |
| 2708 | + "url": "https://api.github.com/repos/symfony/process/zipball/68bfa8c83f24c0ac04ea7193bcdcda4519f41892", | |
| 2709 | + "reference": "68bfa8c83f24c0ac04ea7193bcdcda4519f41892", | |
| 2341 | 2710 | "shasum": "" |
| 2342 | 2711 | }, |
| 2343 | 2712 | "require": { |
| ... | ... | @@ -2373,20 +2742,20 @@ |
| 2373 | 2742 | ], |
| 2374 | 2743 | "description": "Symfony Process Component", |
| 2375 | 2744 | "homepage": "https://symfony.com", |
| 2376 | - "time": "2017-01-02T20:32:22+00:00" | |
| 2745 | + "time": "2017-03-04T12:23:14+00:00" | |
| 2377 | 2746 | }, |
| 2378 | 2747 | { |
| 2379 | 2748 | "name": "symfony/yaml", |
| 2380 | - "version": "v3.2.2", | |
| 2749 | + "version": "v3.2.6", | |
| 2381 | 2750 | "source": { |
| 2382 | 2751 | "type": "git", |
| 2383 | 2752 | "url": "https://github.com/symfony/yaml.git", |
| 2384 | - "reference": "50eadbd7926e31842893c957eca362b21592a97d" | |
| 2753 | + "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a" | |
| 2385 | 2754 | }, |
| 2386 | 2755 | "dist": { |
| 2387 | 2756 | "type": "zip", |
| 2388 | - "url": "https://api.github.com/repos/symfony/yaml/zipball/50eadbd7926e31842893c957eca362b21592a97d", | |
| 2389 | - "reference": "50eadbd7926e31842893c957eca362b21592a97d", | |
| 2757 | + "url": "https://api.github.com/repos/symfony/yaml/zipball/093e416ad096355149e265ea2e4cc1f9ee40ab1a", | |
| 2758 | + "reference": "093e416ad096355149e265ea2e4cc1f9ee40ab1a", | |
| 2390 | 2759 | "shasum": "" |
| 2391 | 2760 | }, |
| 2392 | 2761 | "require": { |
| ... | ... | @@ -2428,7 +2797,7 @@ |
| 2428 | 2797 | ], |
| 2429 | 2798 | "description": "Symfony Yaml Component", |
| 2430 | 2799 | "homepage": "https://symfony.com", |
| 2431 | - "time": "2017-01-03T13:51:32+00:00" | |
| 2800 | + "time": "2017-03-07T16:47:02+00:00" | |
| 2432 | 2801 | }, |
| 2433 | 2802 | { |
| 2434 | 2803 | "name": "webmozart/assert", | ... | ... |