Commit cf9fb432465c4228f3c14131230ae5d75f22de8e
Merge remote-tracking branch 'origin/restart' into restart
Showing
1 changed file
with
774 additions
and
417 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,6 +50,318 @@ |
| 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.2", | |
| 196 | + "source": { | |
| 197 | + "type": "git", | |
| 198 | + "url": "https://github.com/guzzle/guzzle.git", | |
| 199 | + "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60" | |
| 200 | + }, | |
| 201 | + "dist": { | |
| 202 | + "type": "zip", | |
| 203 | + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60", | |
| 204 | + "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60", | |
| 205 | + "shasum": "" | |
| 206 | + }, | |
| 207 | + "require": { | |
| 208 | + "guzzlehttp/promises": "^1.0", | |
| 209 | + "guzzlehttp/psr7": "^1.3.1", | |
| 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": "2016-10-08T15:01:37+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.3.1", | |
| 309 | + "source": { | |
| 310 | + "type": "git", | |
| 311 | + "url": "https://github.com/guzzle/psr7.git", | |
| 312 | + "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" | |
| 313 | + }, | |
| 314 | + "dist": { | |
| 315 | + "type": "zip", | |
| 316 | + "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", | |
| 317 | + "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", | |
| 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 | + "description": "PSR-7 message implementation", | |
| 356 | + "keywords": [ | |
| 357 | + "http", | |
| 358 | + "message", | |
| 359 | + "stream", | |
| 360 | + "uri" | |
| 361 | + ], | |
| 362 | + "time": "2016-06-24T23:00:38+00:00" | |
| 363 | + }, | |
| 364 | + { | |
| 53 | 365 | "name": "league/fractal", |
| 54 | 366 | "version": "0.13.0", |
| 55 | 367 | "source": { |
| ... | ... | @@ -59,35 +371,351 @@ |
| 59 | 371 | }, |
| 60 | 372 | "dist": { |
| 61 | 373 | "type": "zip", |
| 62 | - "url": "https://api.github.com/repos/thephpleague/fractal/zipball/3caeefbad51bce7a06947321938128512f42346c", | |
| 63 | - "reference": "3caeefbad51bce7a06947321938128512f42346c", | |
| 374 | + "url": "https://api.github.com/repos/thephpleague/fractal/zipball/3caeefbad51bce7a06947321938128512f42346c", | |
| 375 | + "reference": "3caeefbad51bce7a06947321938128512f42346c", | |
| 376 | + "shasum": "" | |
| 377 | + }, | |
| 378 | + "require": { | |
| 379 | + "php": ">=5.4" | |
| 380 | + }, | |
| 381 | + "require-dev": { | |
| 382 | + "illuminate/contracts": "~5.0", | |
| 383 | + "mockery/mockery": "~0.9", | |
| 384 | + "pagerfanta/pagerfanta": "~1.0.0", | |
| 385 | + "phpunit/phpunit": "~4.0", | |
| 386 | + "squizlabs/php_codesniffer": "~1.5", | |
| 387 | + "zendframework/zend-paginator": "~2.3" | |
| 388 | + }, | |
| 389 | + "suggest": { | |
| 390 | + "illuminate/pagination": "The Illuminate Pagination component.", | |
| 391 | + "pagerfanta/pagerfanta": "Pagerfanta Paginator", | |
| 392 | + "zendframework/zend-paginator": "Zend Framework Paginator" | |
| 393 | + }, | |
| 394 | + "type": "library", | |
| 395 | + "extra": { | |
| 396 | + "branch-alias": { | |
| 397 | + "dev-master": "0.13-dev" | |
| 398 | + } | |
| 399 | + }, | |
| 400 | + "autoload": { | |
| 401 | + "psr-4": { | |
| 402 | + "League\\Fractal\\": "src" | |
| 403 | + } | |
| 404 | + }, | |
| 405 | + "notification-url": "https://packagist.org/downloads/", | |
| 406 | + "license": [ | |
| 407 | + "MIT" | |
| 408 | + ], | |
| 409 | + "authors": [ | |
| 410 | + { | |
| 411 | + "name": "Phil Sturgeon", | |
| 412 | + "email": "me@philsturgeon.uk", | |
| 413 | + "homepage": "http://philsturgeon.uk/", | |
| 414 | + "role": "Developer" | |
| 415 | + } | |
| 416 | + ], | |
| 417 | + "description": "Handle the output of complex data structures ready for API output.", | |
| 418 | + "homepage": "http://fractal.thephpleague.com/", | |
| 419 | + "keywords": [ | |
| 420 | + "api", | |
| 421 | + "json", | |
| 422 | + "league", | |
| 423 | + "rest" | |
| 424 | + ], | |
| 425 | + "time": "2015-10-07T14:48:58+00:00" | |
| 426 | + }, | |
| 427 | + { | |
| 428 | + "name": "monolog/monolog", | |
| 429 | + "version": "1.22.0", | |
| 430 | + "source": { | |
| 431 | + "type": "git", | |
| 432 | + "url": "https://github.com/Seldaek/monolog.git", | |
| 433 | + "reference": "bad29cb8d18ab0315e6c477751418a82c850d558" | |
| 434 | + }, | |
| 435 | + "dist": { | |
| 436 | + "type": "zip", | |
| 437 | + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558", | |
| 438 | + "reference": "bad29cb8d18ab0315e6c477751418a82c850d558", | |
| 439 | + "shasum": "" | |
| 440 | + }, | |
| 441 | + "require": { | |
| 442 | + "php": ">=5.3.0", | |
| 443 | + "psr/log": "~1.0" | |
| 444 | + }, | |
| 445 | + "provide": { | |
| 446 | + "psr/log-implementation": "1.0.0" | |
| 447 | + }, | |
| 448 | + "require-dev": { | |
| 449 | + "aws/aws-sdk-php": "^2.4.9 || ^3.0", | |
| 450 | + "doctrine/couchdb": "~1.0@dev", | |
| 451 | + "graylog2/gelf-php": "~1.0", | |
| 452 | + "jakub-onderka/php-parallel-lint": "0.9", | |
| 453 | + "php-amqplib/php-amqplib": "~2.4", | |
| 454 | + "php-console/php-console": "^3.1.3", | |
| 455 | + "phpunit/phpunit": "~4.5", | |
| 456 | + "phpunit/phpunit-mock-objects": "2.3.0", | |
| 457 | + "ruflin/elastica": ">=0.90 <3.0", | |
| 458 | + "sentry/sentry": "^0.13", | |
| 459 | + "swiftmailer/swiftmailer": "~5.3" | |
| 460 | + }, | |
| 461 | + "suggest": { | |
| 462 | + "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", | |
| 463 | + "doctrine/couchdb": "Allow sending log messages to a CouchDB server", | |
| 464 | + "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", | |
| 465 | + "ext-mongo": "Allow sending log messages to a MongoDB server", | |
| 466 | + "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", | |
| 467 | + "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", | |
| 468 | + "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", | |
| 469 | + "php-console/php-console": "Allow sending log messages to Google Chrome", | |
| 470 | + "rollbar/rollbar": "Allow sending log messages to Rollbar", | |
| 471 | + "ruflin/elastica": "Allow sending log messages to an Elastic Search server", | |
| 472 | + "sentry/sentry": "Allow sending log messages to a Sentry server" | |
| 473 | + }, | |
| 474 | + "type": "library", | |
| 475 | + "extra": { | |
| 476 | + "branch-alias": { | |
| 477 | + "dev-master": "2.0.x-dev" | |
| 478 | + } | |
| 479 | + }, | |
| 480 | + "autoload": { | |
| 481 | + "psr-4": { | |
| 482 | + "Monolog\\": "src/Monolog" | |
| 483 | + } | |
| 484 | + }, | |
| 485 | + "notification-url": "https://packagist.org/downloads/", | |
| 486 | + "license": [ | |
| 487 | + "MIT" | |
| 488 | + ], | |
| 489 | + "authors": [ | |
| 490 | + { | |
| 491 | + "name": "Jordi Boggiano", | |
| 492 | + "email": "j.boggiano@seld.be", | |
| 493 | + "homepage": "http://seld.be" | |
| 494 | + } | |
| 495 | + ], | |
| 496 | + "description": "Sends your logs to files, sockets, inboxes, databases and various web services", | |
| 497 | + "homepage": "http://github.com/Seldaek/monolog", | |
| 498 | + "keywords": [ | |
| 499 | + "log", | |
| 500 | + "logging", | |
| 501 | + "psr-3" | |
| 502 | + ], | |
| 503 | + "time": "2016-11-26T00:15:39+00:00" | |
| 504 | + }, | |
| 505 | + { | |
| 506 | + "name": "phpseclib/phpseclib", | |
| 507 | + "version": "2.0.4", | |
| 508 | + "source": { | |
| 509 | + "type": "git", | |
| 510 | + "url": "https://github.com/phpseclib/phpseclib.git", | |
| 511 | + "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf" | |
| 512 | + }, | |
| 513 | + "dist": { | |
| 514 | + "type": "zip", | |
| 515 | + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/ab8028c93c03cc8d9c824efa75dc94f1db2369bf", | |
| 516 | + "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf", | |
| 517 | + "shasum": "" | |
| 518 | + }, | |
| 519 | + "require": { | |
| 520 | + "php": ">=5.3.3" | |
| 521 | + }, | |
| 522 | + "require-dev": { | |
| 523 | + "phing/phing": "~2.7", | |
| 524 | + "phpunit/phpunit": "~4.0", | |
| 525 | + "sami/sami": "~2.0", | |
| 526 | + "squizlabs/php_codesniffer": "~2.0" | |
| 527 | + }, | |
| 528 | + "suggest": { | |
| 529 | + "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", | |
| 530 | + "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", | |
| 531 | + "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", | |
| 532 | + "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." | |
| 533 | + }, | |
| 534 | + "type": "library", | |
| 535 | + "autoload": { | |
| 536 | + "files": [ | |
| 537 | + "phpseclib/bootstrap.php" | |
| 538 | + ], | |
| 539 | + "psr-4": { | |
| 540 | + "phpseclib\\": "phpseclib/" | |
| 541 | + } | |
| 542 | + }, | |
| 543 | + "notification-url": "https://packagist.org/downloads/", | |
| 544 | + "license": [ | |
| 545 | + "MIT" | |
| 546 | + ], | |
| 547 | + "authors": [ | |
| 548 | + { | |
| 549 | + "name": "Jim Wigginton", | |
| 550 | + "email": "terrafrost@php.net", | |
| 551 | + "role": "Lead Developer" | |
| 552 | + }, | |
| 553 | + { | |
| 554 | + "name": "Patrick Monnerat", | |
| 555 | + "email": "pm@datasphere.ch", | |
| 556 | + "role": "Developer" | |
| 557 | + }, | |
| 558 | + { | |
| 559 | + "name": "Andreas Fischer", | |
| 560 | + "email": "bantu@phpbb.com", | |
| 561 | + "role": "Developer" | |
| 562 | + }, | |
| 563 | + { | |
| 564 | + "name": "Hans-Jรผrgen Petrich", | |
| 565 | + "email": "petrich@tronic-media.com", | |
| 566 | + "role": "Developer" | |
| 567 | + }, | |
| 568 | + { | |
| 569 | + "name": "Graham Campbell", | |
| 570 | + "email": "graham@alt-three.com", | |
| 571 | + "role": "Developer" | |
| 572 | + } | |
| 573 | + ], | |
| 574 | + "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", | |
| 575 | + "homepage": "http://phpseclib.sourceforge.net", | |
| 576 | + "keywords": [ | |
| 577 | + "BigInteger", | |
| 578 | + "aes", | |
| 579 | + "asn.1", | |
| 580 | + "asn1", | |
| 581 | + "blowfish", | |
| 582 | + "crypto", | |
| 583 | + "cryptography", | |
| 584 | + "encryption", | |
| 585 | + "rsa", | |
| 586 | + "security", | |
| 587 | + "sftp", | |
| 588 | + "signature", | |
| 589 | + "signing", | |
| 590 | + "ssh", | |
| 591 | + "twofish", | |
| 592 | + "x.509", | |
| 593 | + "x509" | |
| 594 | + ], | |
| 595 | + "time": "2016-10-04T00:57:04+00:00" | |
| 596 | + }, | |
| 597 | + { | |
| 598 | + "name": "psr/cache", | |
| 599 | + "version": "1.0.1", | |
| 600 | + "source": { | |
| 601 | + "type": "git", | |
| 602 | + "url": "https://github.com/php-fig/cache.git", | |
| 603 | + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" | |
| 604 | + }, | |
| 605 | + "dist": { | |
| 606 | + "type": "zip", | |
| 607 | + "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", | |
| 608 | + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", | |
| 609 | + "shasum": "" | |
| 610 | + }, | |
| 611 | + "require": { | |
| 612 | + "php": ">=5.3.0" | |
| 613 | + }, | |
| 614 | + "type": "library", | |
| 615 | + "extra": { | |
| 616 | + "branch-alias": { | |
| 617 | + "dev-master": "1.0.x-dev" | |
| 618 | + } | |
| 619 | + }, | |
| 620 | + "autoload": { | |
| 621 | + "psr-4": { | |
| 622 | + "Psr\\Cache\\": "src/" | |
| 623 | + } | |
| 624 | + }, | |
| 625 | + "notification-url": "https://packagist.org/downloads/", | |
| 626 | + "license": [ | |
| 627 | + "MIT" | |
| 628 | + ], | |
| 629 | + "authors": [ | |
| 630 | + { | |
| 631 | + "name": "PHP-FIG", | |
| 632 | + "homepage": "http://www.php-fig.org/" | |
| 633 | + } | |
| 634 | + ], | |
| 635 | + "description": "Common interface for caching libraries", | |
| 636 | + "keywords": [ | |
| 637 | + "cache", | |
| 638 | + "psr", | |
| 639 | + "psr-6" | |
| 640 | + ], | |
| 641 | + "time": "2016-08-06T20:24:11+00:00" | |
| 642 | + }, | |
| 643 | + { | |
| 644 | + "name": "psr/http-message", | |
| 645 | + "version": "1.0.1", | |
| 646 | + "source": { | |
| 647 | + "type": "git", | |
| 648 | + "url": "https://github.com/php-fig/http-message.git", | |
| 649 | + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" | |
| 650 | + }, | |
| 651 | + "dist": { | |
| 652 | + "type": "zip", | |
| 653 | + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", | |
| 654 | + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", | |
| 64 | 655 | "shasum": "" |
| 65 | 656 | }, |
| 66 | 657 | "require": { |
| 67 | - "php": ">=5.4" | |
| 658 | + "php": ">=5.3.0" | |
| 68 | 659 | }, |
| 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" | |
| 660 | + "type": "library", | |
| 661 | + "extra": { | |
| 662 | + "branch-alias": { | |
| 663 | + "dev-master": "1.0.x-dev" | |
| 664 | + } | |
| 76 | 665 | }, |
| 77 | - "suggest": { | |
| 78 | - "illuminate/pagination": "The Illuminate Pagination component.", | |
| 79 | - "pagerfanta/pagerfanta": "Pagerfanta Paginator", | |
| 80 | - "zendframework/zend-paginator": "Zend Framework Paginator" | |
| 666 | + "autoload": { | |
| 667 | + "psr-4": { | |
| 668 | + "Psr\\Http\\Message\\": "src/" | |
| 669 | + } | |
| 670 | + }, | |
| 671 | + "notification-url": "https://packagist.org/downloads/", | |
| 672 | + "license": [ | |
| 673 | + "MIT" | |
| 674 | + ], | |
| 675 | + "authors": [ | |
| 676 | + { | |
| 677 | + "name": "PHP-FIG", | |
| 678 | + "homepage": "http://www.php-fig.org/" | |
| 679 | + } | |
| 680 | + ], | |
| 681 | + "description": "Common interface for HTTP messages", | |
| 682 | + "homepage": "https://github.com/php-fig/http-message", | |
| 683 | + "keywords": [ | |
| 684 | + "http", | |
| 685 | + "http-message", | |
| 686 | + "psr", | |
| 687 | + "psr-7", | |
| 688 | + "request", | |
| 689 | + "response" | |
| 690 | + ], | |
| 691 | + "time": "2016-08-06T14:39:51+00:00" | |
| 692 | + }, | |
| 693 | + { | |
| 694 | + "name": "psr/log", | |
| 695 | + "version": "1.0.2", | |
| 696 | + "source": { | |
| 697 | + "type": "git", | |
| 698 | + "url": "https://github.com/php-fig/log.git", | |
| 699 | + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" | |
| 700 | + }, | |
| 701 | + "dist": { | |
| 702 | + "type": "zip", | |
| 703 | + "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | |
| 704 | + "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", | |
| 705 | + "shasum": "" | |
| 706 | + }, | |
| 707 | + "require": { | |
| 708 | + "php": ">=5.3.0" | |
| 81 | 709 | }, |
| 82 | 710 | "type": "library", |
| 83 | 711 | "extra": { |
| 84 | 712 | "branch-alias": { |
| 85 | - "dev-master": "0.13-dev" | |
| 713 | + "dev-master": "1.0.x-dev" | |
| 86 | 714 | } |
| 87 | 715 | }, |
| 88 | 716 | "autoload": { |
| 89 | 717 | "psr-4": { |
| 90 | - "League\\Fractal\\": "src" | |
| 718 | + "Psr\\Log\\": "Psr/Log/" | |
| 91 | 719 | } |
| 92 | 720 | }, |
| 93 | 721 | "notification-url": "https://packagist.org/downloads/", |
| ... | ... | @@ -96,21 +724,18 @@ |
| 96 | 724 | ], |
| 97 | 725 | "authors": [ |
| 98 | 726 | { |
| 99 | - "name": "Phil Sturgeon", | |
| 100 | - "email": "me@philsturgeon.uk", | |
| 101 | - "homepage": "http://philsturgeon.uk/", | |
| 102 | - "role": "Developer" | |
| 727 | + "name": "PHP-FIG", | |
| 728 | + "homepage": "http://www.php-fig.org/" | |
| 103 | 729 | } |
| 104 | 730 | ], |
| 105 | - "description": "Handle the output of complex data structures ready for API output.", | |
| 106 | - "homepage": "http://fractal.thephpleague.com/", | |
| 731 | + "description": "Common interface for logging libraries", | |
| 732 | + "homepage": "https://github.com/php-fig/log", | |
| 107 | 733 | "keywords": [ |
| 108 | - "api", | |
| 109 | - "json", | |
| 110 | - "league", | |
| 111 | - "rest" | |
| 734 | + "log", | |
| 735 | + "psr", | |
| 736 | + "psr-3" | |
| 112 | 737 | ], |
| 113 | - "time": "2015-10-07T14:48:58+00:00" | |
| 738 | + "time": "2016-10-10T12:19:37+00:00" | |
| 114 | 739 | }, |
| 115 | 740 | { |
| 116 | 741 | "name": "redound/phalcon-api", |
| ... | ... | @@ -262,16 +887,16 @@ |
| 262 | 887 | }, |
| 263 | 888 | { |
| 264 | 889 | "name": "codeception/codeception", |
| 265 | - "version": "2.2.8", | |
| 890 | + "version": "2.2.9", | |
| 266 | 891 | "source": { |
| 267 | 892 | "type": "git", |
| 268 | 893 | "url": "https://github.com/Codeception/Codeception.git", |
| 269 | - "reference": "0a87d4b19070a24636125993450a9d3f698a6663" | |
| 894 | + "reference": "0204f1362040d3e408404af2545e5fa27e8964e2" | |
| 270 | 895 | }, |
| 271 | 896 | "dist": { |
| 272 | 897 | "type": "zip", |
| 273 | - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/0a87d4b19070a24636125993450a9d3f698a6663", | |
| 274 | - "reference": "0a87d4b19070a24636125993450a9d3f698a6663", | |
| 898 | + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/0204f1362040d3e408404af2545e5fa27e8964e2", | |
| 899 | + "reference": "0204f1362040d3e408404af2545e5fa27e8964e2", | |
| 275 | 900 | "shasum": "" |
| 276 | 901 | }, |
| 277 | 902 | "require": { |
| ... | ... | @@ -282,7 +907,7 @@ |
| 282 | 907 | "guzzlehttp/guzzle": ">=4.1.4 <7.0", |
| 283 | 908 | "guzzlehttp/psr7": "~1.0", |
| 284 | 909 | "php": ">=5.4.0 <8.0", |
| 285 | - "phpunit/php-code-coverage": ">=2.1.3 <5.0", | |
| 910 | + "phpunit/php-code-coverage": ">=2.2.4 <5.0", | |
| 286 | 911 | "phpunit/phpunit": ">4.8.20 <6.0", |
| 287 | 912 | "sebastian/comparator": "~1.1", |
| 288 | 913 | "sebastian/diff": "^1.4", |
| ... | ... | @@ -306,191 +931,28 @@ |
| 306 | 931 | "php-amqplib/php-amqplib": "~2.4", |
| 307 | 932 | "predis/predis": "^1.0", |
| 308 | 933 | "squizlabs/php_codesniffer": "~2.0", |
| 309 | - "vlucas/phpdotenv": "^2.4.0" | |
| 310 | - }, | |
| 311 | - "suggest": { | |
| 312 | - "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" | |
| 934 | + "vlucas/phpdotenv": "^2.4.0" | |
| 476 | 935 | }, |
| 477 | - "require-dev": { | |
| 478 | - "ext-curl": "*", | |
| 479 | - "phpunit/phpunit": "^4.0", | |
| 480 | - "psr/log": "^1.0" | |
| 936 | + "suggest": { | |
| 937 | + "codeception/specify": "BDD-style code blocks", | |
| 938 | + "codeception/verify": "BDD-style assertions", | |
| 939 | + "flow/jsonpath": "For using JSONPath in REST module", | |
| 940 | + "league/factory-muffin": "For DataFactory module", | |
| 941 | + "league/factory-muffin-faker": "For Faker support in DataFactory module", | |
| 942 | + "phpseclib/phpseclib": "for SFTP option in FTP Module", | |
| 943 | + "symfony/phpunit-bridge": "For phpunit-bridge support" | |
| 481 | 944 | }, |
| 945 | + "bin": [ | |
| 946 | + "codecept" | |
| 947 | + ], | |
| 482 | 948 | "type": "library", |
| 483 | 949 | "extra": { |
| 484 | - "branch-alias": { | |
| 485 | - "dev-master": "6.2-dev" | |
| 486 | - } | |
| 950 | + "branch-alias": [] | |
| 487 | 951 | }, |
| 488 | 952 | "autoload": { |
| 489 | - "files": [ | |
| 490 | - "src/functions_include.php" | |
| 491 | - ], | |
| 492 | 953 | "psr-4": { |
| 493 | - "GuzzleHttp\\": "src/" | |
| 954 | + "Codeception\\": "src\\Codeception", | |
| 955 | + "Codeception\\Extension\\": "ext" | |
| 494 | 956 | } |
| 495 | 957 | }, |
| 496 | 958 | "notification-url": "https://packagist.org/downloads/", |
| ... | ... | @@ -499,57 +961,56 @@ |
| 499 | 961 | ], |
| 500 | 962 | "authors": [ |
| 501 | 963 | { |
| 502 | - "name": "Michael Dowling", | |
| 503 | - "email": "mtdowling@gmail.com", | |
| 504 | - "homepage": "https://github.com/mtdowling" | |
| 964 | + "name": "Michael Bodnarchuk", | |
| 965 | + "email": "davert@mail.ua", | |
| 966 | + "homepage": "http://codegyre.com" | |
| 505 | 967 | } |
| 506 | 968 | ], |
| 507 | - "description": "Guzzle is a PHP HTTP client library", | |
| 508 | - "homepage": "http://guzzlephp.org/", | |
| 969 | + "description": "BDD-style testing framework", | |
| 970 | + "homepage": "http://codeception.com/", | |
| 509 | 971 | "keywords": [ |
| 510 | - "client", | |
| 511 | - "curl", | |
| 512 | - "framework", | |
| 513 | - "http", | |
| 514 | - "http client", | |
| 515 | - "rest", | |
| 516 | - "web service" | |
| 972 | + "BDD", | |
| 973 | + "TDD", | |
| 974 | + "acceptance testing", | |
| 975 | + "functional testing", | |
| 976 | + "unit testing" | |
| 517 | 977 | ], |
| 518 | - "time": "2016-10-08T15:01:37+00:00" | |
| 978 | + "time": "2017-02-04T02:04:21+00:00" | |
| 519 | 979 | }, |
| 520 | 980 | { |
| 521 | - "name": "guzzlehttp/promises", | |
| 522 | - "version": "v1.3.1", | |
| 981 | + "name": "doctrine/instantiator", | |
| 982 | + "version": "1.0.5", | |
| 523 | 983 | "source": { |
| 524 | 984 | "type": "git", |
| 525 | - "url": "https://github.com/guzzle/promises.git", | |
| 526 | - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" | |
| 985 | + "url": "https://github.com/doctrine/instantiator.git", | |
| 986 | + "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" | |
| 527 | 987 | }, |
| 528 | 988 | "dist": { |
| 529 | 989 | "type": "zip", |
| 530 | - "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", | |
| 531 | - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", | |
| 990 | + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", | |
| 991 | + "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", | |
| 532 | 992 | "shasum": "" |
| 533 | 993 | }, |
| 534 | 994 | "require": { |
| 535 | - "php": ">=5.5.0" | |
| 995 | + "php": ">=5.3,<8.0-DEV" | |
| 536 | 996 | }, |
| 537 | 997 | "require-dev": { |
| 538 | - "phpunit/phpunit": "^4.0" | |
| 998 | + "athletic/athletic": "~0.1.8", | |
| 999 | + "ext-pdo": "*", | |
| 1000 | + "ext-phar": "*", | |
| 1001 | + "phpunit/phpunit": "~4.0", | |
| 1002 | + "squizlabs/php_codesniffer": "~2.0" | |
| 539 | 1003 | }, |
| 540 | 1004 | "type": "library", |
| 541 | 1005 | "extra": { |
| 542 | 1006 | "branch-alias": { |
| 543 | - "dev-master": "1.4-dev" | |
| 1007 | + "dev-master": "1.0.x-dev" | |
| 544 | 1008 | } |
| 545 | 1009 | }, |
| 546 | 1010 | "autoload": { |
| 547 | 1011 | "psr-4": { |
| 548 | - "GuzzleHttp\\Promise\\": "src/" | |
| 549 | - }, | |
| 550 | - "files": [ | |
| 551 | - "src/functions_include.php" | |
| 552 | - ] | |
| 1012 | + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" | |
| 1013 | + } | |
| 553 | 1014 | }, |
| 554 | 1015 | "notification-url": "https://packagist.org/downloads/", |
| 555 | 1016 | "license": [ |
| ... | ... | @@ -557,74 +1018,67 @@ |
| 557 | 1018 | ], |
| 558 | 1019 | "authors": [ |
| 559 | 1020 | { |
| 560 | - "name": "Michael Dowling", | |
| 561 | - "email": "mtdowling@gmail.com", | |
| 562 | - "homepage": "https://github.com/mtdowling" | |
| 1021 | + "name": "Marco Pivetta", | |
| 1022 | + "email": "ocramius@gmail.com", | |
| 1023 | + "homepage": "http://ocramius.github.com/" | |
| 563 | 1024 | } |
| 564 | 1025 | ], |
| 565 | - "description": "Guzzle promises library", | |
| 1026 | + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", | |
| 1027 | + "homepage": "https://github.com/doctrine/instantiator", | |
| 566 | 1028 | "keywords": [ |
| 567 | - "promise" | |
| 1029 | + "constructor", | |
| 1030 | + "instantiate" | |
| 568 | 1031 | ], |
| 569 | - "time": "2016-12-20T10:07:11+00:00" | |
| 1032 | + "time": "2015-06-14T21:17:01+00:00" | |
| 570 | 1033 | }, |
| 571 | 1034 | { |
| 572 | - "name": "guzzlehttp/psr7", | |
| 573 | - "version": "1.3.1", | |
| 1035 | + "name": "facebook/webdriver", | |
| 1036 | + "version": "1.3.0", | |
| 574 | 1037 | "source": { |
| 575 | 1038 | "type": "git", |
| 576 | - "url": "https://github.com/guzzle/psr7.git", | |
| 577 | - "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" | |
| 1039 | + "url": "https://github.com/facebook/php-webdriver.git", | |
| 1040 | + "reference": "77300c4ab2025d4316635f592ec849ca7323bd8c" | |
| 578 | 1041 | }, |
| 579 | 1042 | "dist": { |
| 580 | 1043 | "type": "zip", |
| 581 | - "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", | |
| 582 | - "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", | |
| 1044 | + "url": "https://api.github.com/repos/facebook/php-webdriver/zipball/77300c4ab2025d4316635f592ec849ca7323bd8c", | |
| 1045 | + "reference": "77300c4ab2025d4316635f592ec849ca7323bd8c", | |
| 583 | 1046 | "shasum": "" |
| 584 | 1047 | }, |
| 585 | 1048 | "require": { |
| 586 | - "php": ">=5.4.0", | |
| 587 | - "psr/http-message": "~1.0" | |
| 588 | - }, | |
| 589 | - "provide": { | |
| 590 | - "psr/http-message-implementation": "1.0" | |
| 1049 | + "ext-curl": "*", | |
| 1050 | + "php": "^5.5 || ~7.0", | |
| 1051 | + "symfony/process": "^2.8 || ^3.1" | |
| 591 | 1052 | }, |
| 592 | 1053 | "require-dev": { |
| 593 | - "phpunit/phpunit": "~4.0" | |
| 1054 | + "friendsofphp/php-cs-fixer": "^1.11", | |
| 1055 | + "php-mock/php-mock-phpunit": "^1.1", | |
| 1056 | + "phpunit/phpunit": "4.6.* || ~5.0", | |
| 1057 | + "satooshi/php-coveralls": "^1.0", | |
| 1058 | + "squizlabs/php_codesniffer": "^2.6" | |
| 594 | 1059 | }, |
| 595 | - "type": "library", | |
| 596 | - "extra": { | |
| 597 | - "branch-alias": { | |
| 598 | - "dev-master": "1.4-dev" | |
| 599 | - } | |
| 1060 | + "suggest": { | |
| 1061 | + "phpdocumentor/phpdocumentor": "2.*" | |
| 600 | 1062 | }, |
| 1063 | + "type": "library", | |
| 601 | 1064 | "autoload": { |
| 602 | 1065 | "psr-4": { |
| 603 | - "GuzzleHttp\\Psr7\\": "src/" | |
| 604 | - }, | |
| 605 | - "files": [ | |
| 606 | - "src/functions_include.php" | |
| 607 | - ] | |
| 1066 | + "Facebook\\WebDriver\\": "lib/" | |
| 1067 | + } | |
| 608 | 1068 | }, |
| 609 | 1069 | "notification-url": "https://packagist.org/downloads/", |
| 610 | 1070 | "license": [ |
| 611 | - "MIT" | |
| 612 | - ], | |
| 613 | - "authors": [ | |
| 614 | - { | |
| 615 | - "name": "Michael Dowling", | |
| 616 | - "email": "mtdowling@gmail.com", | |
| 617 | - "homepage": "https://github.com/mtdowling" | |
| 618 | - } | |
| 1071 | + "Apache-2.0" | |
| 619 | 1072 | ], |
| 620 | - "description": "PSR-7 message implementation", | |
| 1073 | + "description": "A PHP client for WebDriver", | |
| 1074 | + "homepage": "https://github.com/facebook/php-webdriver", | |
| 621 | 1075 | "keywords": [ |
| 622 | - "http", | |
| 623 | - "message", | |
| 624 | - "stream", | |
| 625 | - "uri" | |
| 1076 | + "facebook", | |
| 1077 | + "php", | |
| 1078 | + "selenium", | |
| 1079 | + "webdriver" | |
| 626 | 1080 | ], |
| 627 | - "time": "2016-06-24T23:00:38+00:00" | |
| 1081 | + "time": "2017-01-13T15:48:08+00:00" | |
| 628 | 1082 | }, |
| 629 | 1083 | { |
| 630 | 1084 | "name": "myclabs/deep-copy", |
| ... | ... | @@ -1123,16 +1577,16 @@ |
| 1123 | 1577 | }, |
| 1124 | 1578 | { |
| 1125 | 1579 | "name": "phpunit/phpunit", |
| 1126 | - "version": "5.7.9", | |
| 1580 | + "version": "5.7.12", | |
| 1127 | 1581 | "source": { |
| 1128 | 1582 | "type": "git", |
| 1129 | 1583 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
| 1130 | - "reference": "69f832b87c731d5cacad7f91948778fe98335fdd" | |
| 1584 | + "reference": "944600e244f80a5252679878553b95c63dbf978b" | |
| 1131 | 1585 | }, |
| 1132 | 1586 | "dist": { |
| 1133 | 1587 | "type": "zip", |
| 1134 | - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/69f832b87c731d5cacad7f91948778fe98335fdd", | |
| 1135 | - "reference": "69f832b87c731d5cacad7f91948778fe98335fdd", | |
| 1588 | + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/944600e244f80a5252679878553b95c63dbf978b", | |
| 1589 | + "reference": "944600e244f80a5252679878553b95c63dbf978b", | |
| 1136 | 1590 | "shasum": "" |
| 1137 | 1591 | }, |
| 1138 | 1592 | "require": { |
| ... | ... | @@ -1149,11 +1603,11 @@ |
| 1149 | 1603 | "phpunit/php-text-template": "~1.2", |
| 1150 | 1604 | "phpunit/php-timer": "^1.0.6", |
| 1151 | 1605 | "phpunit/phpunit-mock-objects": "^3.2", |
| 1152 | - "sebastian/comparator": "~1.2.2", | |
| 1606 | + "sebastian/comparator": "^1.2.4", | |
| 1153 | 1607 | "sebastian/diff": "~1.2", |
| 1154 | 1608 | "sebastian/environment": "^1.3.4 || ^2.0", |
| 1155 | 1609 | "sebastian/exporter": "~2.0", |
| 1156 | - "sebastian/global-state": "^1.0 || ^2.0", | |
| 1610 | + "sebastian/global-state": "^1.1", | |
| 1157 | 1611 | "sebastian/object-enumerator": "~2.0", |
| 1158 | 1612 | "sebastian/resource-operations": "~1.0", |
| 1159 | 1613 | "sebastian/version": "~1.0|~2.0", |
| ... | ... | @@ -1201,7 +1655,7 @@ |
| 1201 | 1655 | "testing", |
| 1202 | 1656 | "xunit" |
| 1203 | 1657 | ], |
| 1204 | - "time": "2017-01-28T06:14:33+00:00" | |
| 1658 | + "time": "2017-02-08T05:54:05+00:00" | |
| 1205 | 1659 | }, |
| 1206 | 1660 | { |
| 1207 | 1661 | "name": "phpunit/phpunit-mock-objects", |
| ... | ... | @@ -1263,103 +1717,6 @@ |
| 1263 | 1717 | "time": "2016-12-08T20:27:08+00:00" |
| 1264 | 1718 | }, |
| 1265 | 1719 | { |
| 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 | 1720 | "name": "sebastian/code-unit-reverse-lookup", |
| 1364 | 1721 | "version": "1.0.0", |
| 1365 | 1722 | "source": { |
| ... | ... | @@ -1874,16 +2231,16 @@ |
| 1874 | 2231 | }, |
| 1875 | 2232 | { |
| 1876 | 2233 | "name": "symfony/browser-kit", |
| 1877 | - "version": "v3.2.2", | |
| 2234 | + "version": "v3.2.3", | |
| 1878 | 2235 | "source": { |
| 1879 | 2236 | "type": "git", |
| 1880 | 2237 | "url": "https://github.com/symfony/browser-kit.git", |
| 1881 | - "reference": "548f8230bad9f77463b20b15993a008f03e96db5" | |
| 2238 | + "reference": "394a2475a3a89089353fde5714a7f402fbb83880" | |
| 1882 | 2239 | }, |
| 1883 | 2240 | "dist": { |
| 1884 | 2241 | "type": "zip", |
| 1885 | - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/548f8230bad9f77463b20b15993a008f03e96db5", | |
| 1886 | - "reference": "548f8230bad9f77463b20b15993a008f03e96db5", | |
| 2242 | + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/394a2475a3a89089353fde5714a7f402fbb83880", | |
| 2243 | + "reference": "394a2475a3a89089353fde5714a7f402fbb83880", | |
| 1887 | 2244 | "shasum": "" |
| 1888 | 2245 | }, |
| 1889 | 2246 | "require": { |
| ... | ... | @@ -1927,20 +2284,20 @@ |
| 1927 | 2284 | ], |
| 1928 | 2285 | "description": "Symfony BrowserKit Component", |
| 1929 | 2286 | "homepage": "https://symfony.com", |
| 1930 | - "time": "2017-01-02T20:32:22+00:00" | |
| 2287 | + "time": "2017-01-31T21:49:23+00:00" | |
| 1931 | 2288 | }, |
| 1932 | 2289 | { |
| 1933 | 2290 | "name": "symfony/console", |
| 1934 | - "version": "v3.2.2", | |
| 2291 | + "version": "v3.2.3", | |
| 1935 | 2292 | "source": { |
| 1936 | 2293 | "type": "git", |
| 1937 | 2294 | "url": "https://github.com/symfony/console.git", |
| 1938 | - "reference": "4f9e449e76996adf310498a8ca955c6deebe29dd" | |
| 2295 | + "reference": "7a8405a9fc175f87fed8a3c40856b0d866d61936" | |
| 1939 | 2296 | }, |
| 1940 | 2297 | "dist": { |
| 1941 | 2298 | "type": "zip", |
| 1942 | - "url": "https://api.github.com/repos/symfony/console/zipball/4f9e449e76996adf310498a8ca955c6deebe29dd", | |
| 1943 | - "reference": "4f9e449e76996adf310498a8ca955c6deebe29dd", | |
| 2299 | + "url": "https://api.github.com/repos/symfony/console/zipball/7a8405a9fc175f87fed8a3c40856b0d866d61936", | |
| 2300 | + "reference": "7a8405a9fc175f87fed8a3c40856b0d866d61936", | |
| 1944 | 2301 | "shasum": "" |
| 1945 | 2302 | }, |
| 1946 | 2303 | "require": { |
| ... | ... | @@ -1990,11 +2347,11 @@ |
| 1990 | 2347 | ], |
| 1991 | 2348 | "description": "Symfony Console Component", |
| 1992 | 2349 | "homepage": "https://symfony.com", |
| 1993 | - "time": "2017-01-08T20:47:33+00:00" | |
| 2350 | + "time": "2017-02-06T12:04:21+00:00" | |
| 1994 | 2351 | }, |
| 1995 | 2352 | { |
| 1996 | 2353 | "name": "symfony/css-selector", |
| 1997 | - "version": "v3.2.2", | |
| 2354 | + "version": "v3.2.3", | |
| 1998 | 2355 | "source": { |
| 1999 | 2356 | "type": "git", |
| 2000 | 2357 | "url": "https://github.com/symfony/css-selector.git", |
| ... | ... | @@ -2047,16 +2404,16 @@ |
| 2047 | 2404 | }, |
| 2048 | 2405 | { |
| 2049 | 2406 | "name": "symfony/debug", |
| 2050 | - "version": "v3.2.2", | |
| 2407 | + "version": "v3.2.3", | |
| 2051 | 2408 | "source": { |
| 2052 | 2409 | "type": "git", |
| 2053 | 2410 | "url": "https://github.com/symfony/debug.git", |
| 2054 | - "reference": "810ba5c1c5352a4ddb15d4719e8936751dff0b05" | |
| 2411 | + "reference": "b4d9818f127c60ce21ed62c395da7df868dc8477" | |
| 2055 | 2412 | }, |
| 2056 | 2413 | "dist": { |
| 2057 | 2414 | "type": "zip", |
| 2058 | - "url": "https://api.github.com/repos/symfony/debug/zipball/810ba5c1c5352a4ddb15d4719e8936751dff0b05", | |
| 2059 | - "reference": "810ba5c1c5352a4ddb15d4719e8936751dff0b05", | |
| 2415 | + "url": "https://api.github.com/repos/symfony/debug/zipball/b4d9818f127c60ce21ed62c395da7df868dc8477", | |
| 2416 | + "reference": "b4d9818f127c60ce21ed62c395da7df868dc8477", | |
| 2060 | 2417 | "shasum": "" |
| 2061 | 2418 | }, |
| 2062 | 2419 | "require": { |
| ... | ... | @@ -2100,20 +2457,20 @@ |
| 2100 | 2457 | ], |
| 2101 | 2458 | "description": "Symfony Debug Component", |
| 2102 | 2459 | "homepage": "https://symfony.com", |
| 2103 | - "time": "2017-01-02T20:32:22+00:00" | |
| 2460 | + "time": "2017-01-28T02:37:08+00:00" | |
| 2104 | 2461 | }, |
| 2105 | 2462 | { |
| 2106 | 2463 | "name": "symfony/dom-crawler", |
| 2107 | - "version": "v3.2.2", | |
| 2464 | + "version": "v3.2.3", | |
| 2108 | 2465 | "source": { |
| 2109 | 2466 | "type": "git", |
| 2110 | 2467 | "url": "https://github.com/symfony/dom-crawler.git", |
| 2111 | - "reference": "27d9790840a4efd3b7bb8f5f4f9efc27b36b7024" | |
| 2468 | + "reference": "b814b41373fc4e535aff8c765abe39545216f391" | |
| 2112 | 2469 | }, |
| 2113 | 2470 | "dist": { |
| 2114 | 2471 | "type": "zip", |
| 2115 | - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/27d9790840a4efd3b7bb8f5f4f9efc27b36b7024", | |
| 2116 | - "reference": "27d9790840a4efd3b7bb8f5f4f9efc27b36b7024", | |
| 2472 | + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b814b41373fc4e535aff8c765abe39545216f391", | |
| 2473 | + "reference": "b814b41373fc4e535aff8c765abe39545216f391", | |
| 2117 | 2474 | "shasum": "" |
| 2118 | 2475 | }, |
| 2119 | 2476 | "require": { |
| ... | ... | @@ -2156,11 +2513,11 @@ |
| 2156 | 2513 | ], |
| 2157 | 2514 | "description": "Symfony DomCrawler Component", |
| 2158 | 2515 | "homepage": "https://symfony.com", |
| 2159 | - "time": "2017-01-02T20:32:22+00:00" | |
| 2516 | + "time": "2017-01-21T17:14:11+00:00" | |
| 2160 | 2517 | }, |
| 2161 | 2518 | { |
| 2162 | 2519 | "name": "symfony/event-dispatcher", |
| 2163 | - "version": "v3.2.2", | |
| 2520 | + "version": "v3.2.3", | |
| 2164 | 2521 | "source": { |
| 2165 | 2522 | "type": "git", |
| 2166 | 2523 | "url": "https://github.com/symfony/event-dispatcher.git", |
| ... | ... | @@ -2220,7 +2577,7 @@ |
| 2220 | 2577 | }, |
| 2221 | 2578 | { |
| 2222 | 2579 | "name": "symfony/finder", |
| 2223 | - "version": "v3.2.2", | |
| 2580 | + "version": "v3.2.3", | |
| 2224 | 2581 | "source": { |
| 2225 | 2582 | "type": "git", |
| 2226 | 2583 | "url": "https://github.com/symfony/finder.git", |
| ... | ... | @@ -2328,16 +2685,16 @@ |
| 2328 | 2685 | }, |
| 2329 | 2686 | { |
| 2330 | 2687 | "name": "symfony/process", |
| 2331 | - "version": "v3.2.2", | |
| 2688 | + "version": "v3.2.3", | |
| 2332 | 2689 | "source": { |
| 2333 | 2690 | "type": "git", |
| 2334 | 2691 | "url": "https://github.com/symfony/process.git", |
| 2335 | - "reference": "350e810019fc52dd06ae844b6a6d382f8a0e8893" | |
| 2692 | + "reference": "32646a7cf53f3956c76dcb5c82555224ae321858" | |
| 2336 | 2693 | }, |
| 2337 | 2694 | "dist": { |
| 2338 | 2695 | "type": "zip", |
| 2339 | - "url": "https://api.github.com/repos/symfony/process/zipball/350e810019fc52dd06ae844b6a6d382f8a0e8893", | |
| 2340 | - "reference": "350e810019fc52dd06ae844b6a6d382f8a0e8893", | |
| 2696 | + "url": "https://api.github.com/repos/symfony/process/zipball/32646a7cf53f3956c76dcb5c82555224ae321858", | |
| 2697 | + "reference": "32646a7cf53f3956c76dcb5c82555224ae321858", | |
| 2341 | 2698 | "shasum": "" |
| 2342 | 2699 | }, |
| 2343 | 2700 | "require": { |
| ... | ... | @@ -2373,20 +2730,20 @@ |
| 2373 | 2730 | ], |
| 2374 | 2731 | "description": "Symfony Process Component", |
| 2375 | 2732 | "homepage": "https://symfony.com", |
| 2376 | - "time": "2017-01-02T20:32:22+00:00" | |
| 2733 | + "time": "2017-02-03T12:11:38+00:00" | |
| 2377 | 2734 | }, |
| 2378 | 2735 | { |
| 2379 | 2736 | "name": "symfony/yaml", |
| 2380 | - "version": "v3.2.2", | |
| 2737 | + "version": "v3.2.3", | |
| 2381 | 2738 | "source": { |
| 2382 | 2739 | "type": "git", |
| 2383 | 2740 | "url": "https://github.com/symfony/yaml.git", |
| 2384 | - "reference": "50eadbd7926e31842893c957eca362b21592a97d" | |
| 2741 | + "reference": "e1718c6bf57e1efbb8793ada951584b2ab27775b" | |
| 2385 | 2742 | }, |
| 2386 | 2743 | "dist": { |
| 2387 | 2744 | "type": "zip", |
| 2388 | - "url": "https://api.github.com/repos/symfony/yaml/zipball/50eadbd7926e31842893c957eca362b21592a97d", | |
| 2389 | - "reference": "50eadbd7926e31842893c957eca362b21592a97d", | |
| 2745 | + "url": "https://api.github.com/repos/symfony/yaml/zipball/e1718c6bf57e1efbb8793ada951584b2ab27775b", | |
| 2746 | + "reference": "e1718c6bf57e1efbb8793ada951584b2ab27775b", | |
| 2390 | 2747 | "shasum": "" |
| 2391 | 2748 | }, |
| 2392 | 2749 | "require": { |
| ... | ... | @@ -2428,7 +2785,7 @@ |
| 2428 | 2785 | ], |
| 2429 | 2786 | "description": "Symfony Yaml Component", |
| 2430 | 2787 | "homepage": "https://symfony.com", |
| 2431 | - "time": "2017-01-03T13:51:32+00:00" | |
| 2788 | + "time": "2017-01-21T17:06:35+00:00" | |
| 2432 | 2789 | }, |
| 2433 | 2790 | { |
| 2434 | 2791 | "name": "webmozart/assert", | ... | ... |