Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global update not updating globally but locally #5266

Closed
Taluu opened this issue Apr 29, 2016 · 12 comments
Closed

Global update not updating globally but locally #5266

Taluu opened this issue Apr 29, 2016 · 12 comments
Labels
Milestone

Comments

@Taluu
Copy link
Contributor

Taluu commented Apr 29, 2016

With the following composer.json:

{
    "config": {
        "bin-dir": "/home/talus/bin"
    },

    "require": {
        "psy/psysh": "@stable",
        "jakub-onderka/php-parallel-lint": "^0.9.0",
        "phploc/phploc": "*",
        "symfony/var-dumper": "^3.0",
        "techlivezheng/phpctags": "^0.6.0",
        "etsy/phan": "^0.2.0",
        "phpunit/phpunit": "^5.3"
    }
}

When I run this command:

composer global update -vvv

I am getting the following output (I stripped the package installation) :

Reading ./composer.json
Loading config file ./composer.json
Checked CA file /etc/ca-certificates/extracted/tls-ca-bundle.pem: valid
Executing command (/home/talus/dev/web/wisembly/back): git branch --no-color --no-abbrev -v
Reading /home/talus/.composer/composer.json
Loading config file /home/talus/.composer/composer.json
Reading /home/talus/dev/web/wisembly/back/vendor/composer/installed.json
Reading /home/talus/.composer/vendor/composer/installed.json
Changed current directory to /home/talus/.composer
Running 6146f7aded4af85022b4d04e53143ee6bca6b456 (2016-04-28 21:38:38) with PHP 7.0.5 on Linux / 4.4.8-1-MANJARO
Loading composer repositories with package information
Downloading https://packagist.org/packages.json
Writing /home/talus/.composer/cache/repo/https---packagist.org/packages.json into cache
Updating dependencies (including require-dev)
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2013.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2014.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2015.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2015-07.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2015-10.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2016-01.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2016-04.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-archived.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-latest.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-evernote$evernote-cloud-sdk-php.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-psr$log.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$collections.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzlehttp$streams.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzlehttp$guzzle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-crodas$languagedetector.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$lexer.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-jdorn$sql-formatter.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$common.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$data-fixtures.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$inflector.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$cache.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$annotations.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-ezyang$htmlpurifier.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-predis$predis.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpoffice$phpexcel.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-wisembly$excelant.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$guzzle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-wisembly$semantria-php.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$event-dispatcher.json from cache

If I am in a local project with its local composer.json file (like the dependencies to taluu/totem or wisembly/semantria, which I am pretty sure are not dependencies of the ones in my global (~/composer.json) file, which I copied above), it's the vendors of the local project that is updated instead of only the global (~/.composer/vendor) vendors.

I am using the latest snapshot.

Doing the composer global update -vvv outside of a directory where there is a composer.json gives the expected result

Reading ./composer.json
Loading config file ./composer.json
Checked CA file /etc/ca-certificates/extracted/tls-ca-bundle.pem: valid
Executing command (/home/talus): git branch --no-color --no-abbrev -v
Executing command (/home/talus): git describe --exact-match --tags
Reading /home/talus/.composer/composer.json
Loading config file /home/talus/.composer/composer.json
Reading /home/talus/vendor/composer/installed.json
Reading /home/talus/.composer/vendor/composer/installed.json
Changed current directory to /home/talus/.composer
Running 6146f7aded4af85022b4d04e53143ee6bca6b456 (2016-04-28 21:38:38) with PHP 7.0.5 on Linux / 4.4.8-1-MANJARO
Loading composer repositories with package information
Downloading https://packagist.org/packages.json
Writing /home/talus/.composer/cache/repo/https---packagist.org/packages.json into cache
Updating dependencies (including require-dev)
Downloading http://packagist.org/p/provider-2013%24362b0c2c41442d9177415a7ffa7cb25fa22910f0ddbd5b231eb0d4275dc2d797.json
Writing /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2013.json into cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2014.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2015.json from cache
Downloading http://packagist.org/p/provider-2015-07%246a233a1f20460f36bcb7981b59c6115b9d91305051d7261847d55d972aaa8ac5.json
Writing /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2015-07.json into cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2015-10.json from cache
Downloading http://packagist.org/p/provider-2016-01%248e73440c0b9fb8b77a950576bbd3e93047a8b0bae60103c2f0199b14b481c680.json
Writing /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2016-01.json into cache
Downloading http://packagist.org/p/provider-2016-04%24a7bf98e3c8eb21f2fbdf026e4133b5067a6ba27136c3e439f47f666e4d58af69.json
Writing /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2016-04.json into cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-archived.json from cache
Downloading http://packagist.org/p/provider-latest%24817203a2c914512c2ccc6abedf9ffd495e8f091b02cd8c3b266a51280fcbdcf7.json
Writing /home/talus/.composer/cache/repo/https---packagist.org/p-provider-latest.json into cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-jakub-onderka$php-parallel-lint.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-jakub-onderka$php-console-color.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-jakub-onderka$php-console-highlighter.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-dnoegel$php-xdg-base-dir.json from cache
Downloading http://packagist.org/p/nikic/php-parser%24580c0796c54d35e2b78645923c72bd5c5591574044afbe02e243a631f379d85b.json
Writing /home/talus/.composer/cache/repo/https---packagist.org/provider-nikic$php-parser.json into cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$var-dumper.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$console.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-psy$psysh.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-mbstring.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-myclabs$deep-copy.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sebastian$version.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sebastian$resource-operations.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sebastian$global-state.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sebastian$recursion-context.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sebastian$exporter.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sebastian$environment.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sebastian$diff.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sebastian$comparator.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$yaml.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$instantiator.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpdocumentor$reflection-docblock.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpspec$prophecy.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-dflydev$markdown.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpunit$php-text-template.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpunit$phpunit-mock-objects.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpunit$php-timer.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpunit$php-token-stream.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpunit$php-file-iterator.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpunit$php-code-coverage.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpunit$phpunit.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sebastian$code-unit-reverse-lookup.json from cache
Downloading http://packagist.org/p/phploc/phploc%241a95ba33a44dc1898781c5571734e9db8bf4947917f6587e24bef6dacc8ca6ea.json
Writing /home/talus/.composer/cache/repo/https---packagist.org/provider-phploc$phploc.json into cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$finder.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-zetacomponents$console-tools.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sebastian$finder-facade.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sebastian$git.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-theseer$fdomdocument.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-techlivezheng$phpctags.json from cache
Downloading http://packagist.org/p/etsy/phan%24151d58b73176af3ce5f8bcb02d3724ded8a64a014b74b959e683b2c19666e8c4.json
Writing /home/talus/.composer/cache/repo/https---packagist.org/provider-etsy$phan.json into cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sebastian$object-enumerator.json from cache
Resolving dependencies through SAT
Dependency resolution completed in 0.353 seconds
Analyzed 1317 packages to resolve dependencies
Analyzed 23354 rules to resolve dependencies
  - Updating nikic/php-parser (v1.4.1 => v2.1.0)
Executing command (/home/talus/vendor/nikic/php-parser): git show-ref --head -d
Executing command (/home/talus/vendor/nikic/php-parser): git status --porcelain --untracked-files=no
Executing command (/home/talus/vendor/nikic/php-parser): git remote -v
    Checking out 47b254ea51f1d6d5dc04b9b299e88346bf2369e3
Executing command (/home/talus/vendor/nikic/php-parser): git remote -v
Executing command (/home/talus/vendor/nikic/php-parser): git remote set-url composer 'https://github.com/nikic/PHP-Parser.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/vendor/nikic/php-parser): git branch -r
Executing command (/home/talus/vendor/nikic/php-parser): git checkout 'v2.1.0' --
Executing command (/home/talus/vendor/nikic/php-parser): git reset --hard '47b254ea51f1d6d5dc04b9b299e88346bf2369e3' --
Executing command (/home/talus/vendor/nikic/php-parser): git remote set-url origin 'https://github.com/nikic/PHP-Parser.git'
Executing command (/home/talus/vendor/nikic/php-parser): git remote set-url --push origin 'git@github.com:nikic/PHP-Parser.git'
Executing command (/home/talus/vendor/nikic/php-parser): git log f78af2c9c86107aa1a34cd1dbb5bbe9eeb0d9f51..47b254ea51f1d6d5dc04b9b299e88346bf2369e3 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      47b254e - Nikita Popov: Release PHP-Parser 2.1.0
      912c0bb - Nikita Popov: Document that XDebug is super slow
      9897fa8 - Nikita Popov: Update CHANGELOG
      5a6e7dd - Nikita Popov: Avoid superfluous newline when printing Nops
      90eb116 - Nikita Popov: Switch Exit kind attribute to flag
      cf9b9e2 - Nikita Popov: Switch to 2.1-dev
      e7869b9 - Nikita Popov: Forbid invalid octals in PHP 7 mode
      4c7ad7e - Nikita Popov: Allow nop statements before namespace declaration
      f8a40b3 - Remi Collet: Make autoloader more PSR-4 (#268)
      82bb662 - Nikita Popov: Drop superfluous newlines before help text
      d1dd9f5 - Remi Collet: support -h and --help standard options
      e7f0860 - Graham Campbell: Tweaked a phpdoc description
      954051f - Nikita Popov: Run test_old using php -n
      39f93f0 - lvht: Add setReturnType() method to function/method builders
      2d0c3b7 - Nikita Popov: Fix .travis.yml
      4252ffa - Nikita Popov: Run test_old against php-src on travis
      8cacc85 - Nikita Popov: "Fix" HHVM build
      588e6a4 - Nikita Popov: Add string kinds and doc string labels
      fa6a177 - Nikita Popov: Add two files to test_old skip list
      52cb5ec - Nikita Popov: Fix comment reformatting for some cases
      1565a28 - Nikita Popov: Add --verbose option to test_old/run.php
      14de718 - Nikita Popov: Fix nop statement comment assignment
      5fa8493 - Nikita Popov: Make canonicalization less aggressive
      b31a973 - Nikita Popov: Another fix for B"" handling
      9ac3592 - Nikita Popov: Handle uppercase B"" prefix
      35011d2 - Nikita Popov: Deduplicate attribute assignment code a bit
      60f01bd - Nikita Popov: Deprecate setters on Comment
      15a2388 - Nikita Popov: Add start file offset to Comments
      68b4c03 - Nikita Popov: Fix Serializer/XML test output indent
      eb4bfe1 - Nikita Popov: Add sanity check for leaveNode() return value
      e7ca4b7 - Théo FIDRY: Better Travis configuration
      fc36239 - Nikita Popov: Remove internal LNumber::parse() method
      f493219 - Nikita Popov: Move "kind" attribute handling out of lexer
      aa19912 - Nikita Popov: Add kind attribute for arrays
      ae30f97 - Nikita Popov: Add "kind" attribute to LNumbers
      47c342a - Nikita Popov: Add "kind" attribute to Stmt\Exit_
      7eac2cf - Nikita Popov: Introduce Nop statement to collect dangling comments
      a0c216b - Nikita Popov: Add dumpComments option to NodeDumper
      06d9ba4 - Nikita Popov: Merge pull request #252 from stevemiketa/update-mode
      573c7c2 - Steve Miketa: Update file mode
      d5cbf79 - Nikita Popov: Mark 1.x as unsupported
      ce5be70 - Nikita Popov: Release PHP-Parser 2.0.1
      9829bf6 - Nikita Popov: Fix issue #251
      c8282e6 - Nikita Popov: Add badges
      a73aa7e - Nikita Popov: Pretty printer test coverage
      1fe8f09 - Nikita Popov: Fix __halt_compiler() pretty printing edge case
      47509cf - Nikita Popov: Next try...
      5b96a11 - Nikita Popov: Fix .travis.yml
      7faa1dc - Nikita Popov: Try setting up coveralls
      65af37f - Nikita Popov: Doc comment tweaks
      d636113 - Nikita Popov: Update semi-reserved keyword list
      e05ef23 - Nikita Popov: Merge pull request #244 from pra85/doc
      73a9d49 - Prayag Verma: typo fixes
      94f10d3 - Nikita Popov: Merge branch '1.x'
      c4bbc8e - Nikita Popov: Support hashbang before namespace declaration
      6dffb72 - Nikita Popov: Merge branch '1.x'
      eb73441 - Nikita Popov: Support hashbang before namespace declaration
      9a6a147 - Nikita Popov: Merge pull request #241 from jesseschalken/patch-1
      5c2cc50 - Jesse Schalken: Remove some more unecessary @property doc comments
      58eb1ea - Jesse Schalken: Remove some unecessary @property doc comments
      719ca71 - Nikita Popov: Distinguish declare(); and declare(){}
      c542e5d - Nikita Popov: Release PHP-Parser 2.0.0
      a9074c7 - Nikita Popov: Introduce Scalar\EncapsedStringPart
      b2f26d3 - Nikita Popov: Update README regarding PHP 7 compat
      75cd4ab - Nikita Popov: Use error_clear_last() on PHP 7
      3360288 - Nikita Popov: Release version 2.0.0 beta 1
      98d28d7 - Nikita Popov: Drop test failing on HHVM
      e4b837e - Nikita Popov: Split up pretty printer test in stmt/expr
      2b9c5a6 - Aydin: Multiple init test for for loop
      99e8974 - Aydin: More PrettyPrinter tests
      39a039f - Nikita Popov: Add option for short array syntax in pretty printer
      fcf2310 - Nikita Popov: Fix autoloader path in php-parse
      c8898df - Nikita Popov: Add php-parse as composer bin
      b296191 - Nikita Popov: Fix XML serialization test
      6f3fd78 - Dmitry Patsura: Specify phpunit dev dependency in composer.json
      eecaf1e - Nikita Popov: Merge branch '1.x'
      0d4239e - Nikita Popov: Only advertize install via composer
      e3a9356 - Dmitry Patsura: Use composer PSR-4 autoloader
      5118e21 - Nikita Popov: Add nightly to travis, use container based infra
      40455b5 - Dmitry Patsura: TravisCI - stop allowing to failture PHP7
      fe6755f - Nikita Popov: Use more helpful code test names
      f57d217 - Nikita Popov: Update group use support
      e0a75ed - Nikita Popov: Release PHP-Parser 2.0 Alpha 1
      2496cd3 - Nikita Popov: Various docs fixes
      965e53a - Nikita Popov: Update changelog
      dc85742 - Nikita Popov: Merge branch '1.x'
      3bb874f - Nikita Popov: Partial docs update
      feb82ee - Nikita Popov: Disable cloning in traverser by default
      0ef15c1 - Nikita Popov: Merge branch '1.x'
      0265c28 - Nikita Popov: Switch NameResolver resolve methods to be immutable
      5bd8cb8 - Nikita Popov: Add dummy ParserFactory test
      ebeeae1 - Nikita Popov: Merge branch '1.x'
      49324ea - Nikita Popov: Drop default values from Scalar ctor params
      21e51c8 - Nikita Popov: Add some tests for Multiple parser
      e7a2abb - Nikita Popov: Merge branch '1.x'
      8090531 - Nikita Popov: Fix pretty printing of const derefs for 5.x
      49253c5 - Nikita Popov: Fix test_old/run.php error message
      c5ac177 - Nikita Popov: Merge branch '1.x'
      90ab32f - Nikita Popov: Merge branch '1.x'
      7434a68 - Nikita Popov: Fix implicit visibility for properties as well
      0fbb5f9 - Lisachenko Alexander: Fix public modifier check for ClassMethod node
      5e6627c - Lisachenko Alexander: Add broken test for implicit public nodes
      f872fa9 - Nikita Popov: Merge branch '1.x'
      a5db176 - Nikita Popov: Merge branch '1.x'
      9c9a8cd - Nikita Popov: Merge branch '1.x'
      f2b7a31 - Nikita Popov: Rename ParserInterface to Parser
      d8312a0 - Nikita Popov: Split parsing tests into code tests and other stuff
      813c9f1 - Nikita Popov: Add basic ParserFactory
      ef9a154 - Nikita Popov: Add support for unicode escape sequences
      0da72fa - Nikita Popov: Support scalar type declarations
      71fa7c6 - Nikita Popov: Support UVS in pretty printer
      f3f24e0 - Nikita Popov: Support running against PHP 7 testsuite
      bc21514 - Nikita Popov: Move token constants into separate class
      04e0590 - Nikita Popov: Fix CRLF issue in Serializer\XML test
      61e0606 - Nikita Popov: Implement generalized yield operator
      602b980 - Nikita Popov: Import some UVS tests
      f372a4c - Nikita Popov: Move modeline handling into CodeTestAbstract
      d18dcc0 - Nikita Popov: Implement UVS
      74c57ee - Nikita Popov: Test PHP 5 and PHP 7 parsers
      fdbddc4 - Nikita Popov: Add Multiple parser
      ca3b44b - Nikita Popov: Fork separate PHP 7 parser
      dca46fe - Nikita Popov: Implement semi-reserved identifiers
      1a1bd14 - Nikita Popov: Support mixed group use declarations
      9620f79 - Nikita Popov: Add partial group use support
      583b560 - Nikita Popov: Drop {@inheritDoc}
      db3dafd - Nikita Popov: Merge branch '1.x'
      5038dcc - Nikita Popov: Merge branch '1.x'
      a0e7d5e - Nikita Popov: Set correct number of s/r conflicts
      51ec2a2 - Nikita Popov: Move parser to Parser\Php5
      5d1e3be - Nikita Popov: Anonymize some callbacks
      9d42e4a - Nikita Popov: Drop short array simulation from .phpy syntax
      cc75dd3 - Nikita Popov: Drop support for PHP 7 aliases
      5f621c5 - Nikita Popov: Drop support for legacy aliases from v0.9
      29b9015 - Nikita Popov: Drop support for old Node format
      e6619f5 - Nikita Popov: Drop 5.4 support from emulative lexer
      6b4a17b - Nikita Popov: Set version to 2.0-dev. Drop PHP 5.3 support

    Skipped installation of bin bin/php-parse for package nikic/php-parser: name conflicts with an existing file
    REASON: psy/psysh v0.7.2 requires nikic/php-parser ^1.2.1|~2.0 -> satisfiable by nikic/php-parser[v1.4.1, v1.2.1, v1.2.2, v1.3.0, v1.4.0, v2.0.0, v2.0.1, v2.1.0].

  - Installing symfony/polyfill-mbstring (v1.1.1)
Reading /home/talus/.composer/cache/files/symfony/polyfill-mbstring/624d730be0ea9edd5c8cfeb4aaf5d697d56f706b.zip from cache
    Loading from cache
    Extracting archive
Executing command (CWD): unzip '/home/talus/vendor/symfony/polyfill-mbstring/02450dc58f2f3a2100405173e8d40586' -d '/home/talus/vendor/composer/c28b0ee5' && chmod -R u+w '/home/talus/vendor/composer/c28b0ee5'

    REASON: symfony/var-dumper v3.0.4 requires symfony/polyfill-mbstring ~1.0 -> satisfiable by symfony/polyfill-mbstring[v1.0.0, v1.0.1, v1.1.0, v1.1.1].

  - Updating symfony/var-dumper (v2.7.6 => v3.0.4)
Executing command (/home/talus/vendor/symfony/var-dumper): git show-ref --head -d
Executing command (/home/talus/vendor/symfony/var-dumper): git status --porcelain --untracked-files=no
Executing command (/home/talus/vendor/symfony/var-dumper): git remote -v
    Checking out 3841ed86527d18ee2c35fe4afb1b2fc60f8fae79
Executing command (/home/talus/vendor/symfony/var-dumper): git remote -v
Executing command (/home/talus/vendor/symfony/var-dumper): git remote set-url composer 'https://github.com/symfony/var-dumper.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/vendor/symfony/var-dumper): git branch -r
Executing command (/home/talus/vendor/symfony/var-dumper): git checkout 'v3.0.4' --
Executing command (/home/talus/vendor/symfony/var-dumper): git reset --hard '3841ed86527d18ee2c35fe4afb1b2fc60f8fae79' --
Executing command (/home/talus/vendor/symfony/var-dumper): git remote set-url origin 'https://github.com/symfony/var-dumper.git'
Executing command (/home/talus/vendor/symfony/var-dumper): git remote set-url --push origin 'git@github.com:symfony/var-dumper.git'
Executing command (/home/talus/vendor/symfony/var-dumper): git log eb033050050916b6bfa51be71009ef67b16046c9..3841ed86527d18ee2c35fe4afb1b2fc60f8fae79 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      3841ed8 - Nicolas Grekas: Merge branch '2.8' into 3.0
      1f840df - Nicolas Grekas: Merge branch '2.7' into 2.8
      c88d135 - Christian Flothmann: [2.7] update readme files for new components
      9a6a883 - Nicolas Grekas: Merge branch '2.8' into 3.0
      19b697a - Nicolas Grekas: Merge branch '2.7' into 2.8
      e4fdc92 - Nicolas Grekas: [VarDumper] Fix tests on PHP 7
      4dfe19f - Fabien Potencier: Merge branch '2.7' into 2.8
      26aad78 - Fabien Potencier: fixed CS
      71b6534 - Marvin Butkereit: [Console] HHVM read input stream bug
      24bb948 - Fabien Potencier: Merge branch '2.8' into 3.0
      ab94426 - Fabien Potencier: Merge branch '2.7' into 2.8
      ad39199 - Nicolas Grekas: [VarDumper] Fix typo
      db59d27 - Fabien Potencier: Merge branch '2.8' into 3.0
      e2920d4 - Fabien Potencier: Merge branch '2.7' into 2.8
      ea76393 - Fabien Potencier: updated copyright year
      87db870 - Christophe Coevoet: Merge branch '2.8' into 3.0
      f943f29 - Christophe Coevoet: Merge branch '2.7' into 2.8
      ec3233d - Antoine LA: [VarDumper] fixed .sf-dump z-index
      b1eb6b8 - Sébastien Santoro: ampq → amqp
      737e077 - Nicolas Grekas: Merge branch '2.8'
      e6f3855 - Nicolas Grekas: Merge branch '2.7' into 2.8
      72bcb27 - Nicolas Grekas: Merge branch '2.3' into 2.7
      1f8908d - Nicolas Grekas: Merge branch '2.8'
      b9d8356 - Nicolas Grekas: Merge branch '2.7' into 2.8
      c45956d - Nicolas Grekas: [VarDumper] Fix PHP7 type-hints compat
      0cb7782 - Nicolas Grekas: Merge branch '2.8'
      6cc4da9 - Nicolas Grekas: Merge branch '2.7' into 2.8
      6d67289 - Nicolas Grekas: [VarDumper] Fix casting for ReflectionParameter
      2ad2669 - Tobias Schultze: [VarDumper] fix filename
      cf2dbc9 - Tobias Schultze: [VarDumper] replace VarDumperTestCase by trait
      d541ddd - Nicolas Grekas: Merge branch '2.8'
      80047c7 - Fabien Potencier: feature #16423 [VarDumper] Deprecate VarDumperTestCase in favor of the trait (nicolas-grekas)
      e49a364 - Nicolas Grekas: Merge branch '2.8'
      76c1488 - Nicolas Grekas: feature #16325 [VarDumper] Casters for Generator, ReflectionGenerator and ReflectionType (nicolas-grekas)
      55008e5 - Nicolas Grekas: [VarDumper] Deprecate VarDumperTestCase in favor of the trait
      e27797a - Tobias Schultze: minor #16396 [3.0] [VarDumper] Tests fixed (TomasVotruba)
      9f72786 - Fabien Potencier: Merge branch '2.8'
      783e5bd - Fabien Potencier: Merge branch '2.7' into 2.8
      7c795c5 - Fabien Potencier: added the new Composer exclude-from-classmap option
      a436483 - Tomas Votruba: HtmlDumperTest fixed after merge
      7fcbcf0 - Tobias Schultze: Merge branch '2.8'
      c7a36e8 - Nicolas Grekas: Rely on iconv and symfony/polyfill-*
      efc870b - Fabien Potencier: Merge branch '2.7' into 2.8
      d0241b5 - Nicolas Grekas: [VarDumper] Casters for Generator, ReflectionGenerator and ReflectionType
      ca341de - Nicolas Grekas: Merge branch '2.8'
      390fb40 - Nicolas Grekas: Merge branch '2.7' into 2.8
      7ea1039 - Nicolas Grekas: Merge branch '2.8'
      79764c4 - Nicolas Grekas: [PhpUnit] Auto-register SymfonyTestsListener
      8ba48c4 - Nicolas Grekas: Merge branch '2.7' into 2.8
      7adbadc - Nicolas Grekas: Merge branch '2.8'
      7c44e75 - Nicolas Grekas: Merge branch '2.7' into 2.8
      a60326a - Nicolas Grekas: Merge branch '2.8'
      1951b2c - Fabien Potencier: minor #16147 [VarDumper] consistent signature of getDump() in class + trait (xabbuh)
      7f9717b - Christian Flothmann: tweak some deprecation messages
      206936d - Christian Flothmann: consistent signature of getDump() in class + trait
      c88028c - Nicolas Grekas: [VarDumper] Move $prev as 1st argument in ThrowingCasterException::__construct, removing $caster
      b1c52c1 - Nicolas Grekas: Add more callable type hints
      b866325 - Nicolas Grekas: [VarDumper] Add missing getDump in abstract VarDumperTestCase
      3362bdf - Nicolas Grekas: [3.0] Clean Form, Validator, DowCrawler and some more
      acdf7eb - Fabien Potencier: Merge branch '2.8'
      385ed45 - Nicolas Grekas: [VarDumper] Add $this->getDump($var) when using VarDumperTestTrait
      2aa7eb9 - Fabien Potencier: Merge branch '2.8'
      a5010f2 - Fabien Potencier: feature #15838 [VarDumper] Dump PHP+Twig code excerpts in backtraces (nicolas-grekas)
      842d8d8 - Nicolas Grekas: [VarDumper] Dump PHP+Twig code excerpts in backtraces
      5d21da6 - Fabien Potencier: Merge branch '2.8'
      ca10d30 - Fabien Potencier: Merge branch '2.7' into 2.8
      cc425f4 - Christophe Coevoet: Merge branch '2.7' into 2.8
      4e2b420 - Fabien Potencier: Merge branch '2.8'
      21cdf50 - Nicolas Grekas: Merge branch '2.7' into 2.8
      a137747 - Nicolas Grekas: Merge branch '2.8'
      86ae8aa - Nicolas Grekas: [VarDumper] Add EnumStub for dumping virtual collections with casters
      febdc72 - Nicolas Grekas: Merge branch '2.8'
      937f203 - Nicolas Grekas: Merge branch '2.7' into 2.8
      5acf276 - Fabien Potencier: Merge branch '2.8'
      b81f785 - Nicolas Grekas: [VarDumper] Add caster for OuterIterator objects
      5d6e637 - Tobias Schultze: Merge branch '2.8'
      8687a19 - Tobias Schultze: Merge branch '2.7' into 2.8
      a28cee4 - Nicolas Grekas: [3.0] Various deprecation removal
      f391549 - Fabien Potencier: Merge branch '2.8'
      fb80c13 - Fabien Potencier: Merge branch '2.7' into 2.8
      49ac76c - Nicolas Grekas: Merge branch '2.8'
      f1d4cdb - Nicolas Grekas: [VarDumper] Windows compat for SplCasterTest
      d75fee0 - Nicolas Grekas: Merge branch '2.8'
      1b667f4 - Nicolas Grekas: Fix merge
      a446ac6 - Nicolas Grekas: Merge branch '2.7' into 2.8
      aa23bab - Fabien Potencier: Merge branch '2.8'
      c6ebcc8 - Fabien Potencier: Merge branch '2.7' into 2.8
      9d6f51b - Fabien Potencier: Merge branch '2.8'
      f6d36ac - Fabien Potencier: Merge branch '2.7' into 2.8
      cbc78f0 - Nicolas Grekas: [VarDumper] Add caster for pgsql resources
      50332f5 - Nicolas Grekas: Merge branch '2.8'
      6a9dc89 - Nicolas Grekas: Merge branch '2.7' into 2.8
      5e92464 - Nicolas Grekas: Merge branch '2.8'
      35d27bf - Grégoire Pineau: [VarDumper] Ingore PHPUnit and Prophecy object when they are nested
      2390c6b - Nicolas Grekas: Fix merge
      fcfcbed - Nicolas Grekas: Merge branch '2.8'
      719a18b - Nicolas Grekas: [VarDumper] Fix tests for HHVM
      4afba31 - Abdellatif Ait boudad: Merge remote-tracking branch 'origin/2.7' into 2.8
      61b13bf - Nicolas Grekas: Merge branch '2.8'
      9ada116 - Nicolas Grekas: Merge branch '2.7' into 2.8
      5ee0511 - Nicolas Grekas: Merge branch '2.8'
      b0be052 - Nicolas Grekas: Merge branch '2.7' into 2.8
      2b0fab4 - Fabien Potencier: Merge branch '2.7' into 2.8
      d4316ad - Fabien Potencier: Merge branch '2.8'
      e36bb11 - Fabien Potencier: Merge branch '2.7' into 2.8
      9b2a4d1 - Nicolas Grekas: Merge branch '2.8'
      5b04736 - Nicolas Grekas: Merge branch '2.7' into 2.8
      ebaff91 - Nicolas Grekas: Merge branch '2.8'
      2bb458c - Nicolas Grekas: Merge branch '2.7' into 2.8
      04991b4 - Nicolas Grekas: [VarDumper] Allow preserving a subset of cut arrays
      283ce25 - Grégoire Pineau: [VarDumper] Added support for SplFileObject
      3f6f4d4 - Grégoire Pineau: [VarDumper] Added support for SplFileInfo
      3b20fac - Fabien Potencier: updated version to 2.8
      af25c81 - Fabien Potencier: Revert "removed 3.0 constraints from 2.7 composer files"
      7b568c6 - Fabien Potencier: bumped deps on 2.8 in all composer.json
      689cef5 - Nicolas Grekas: Merge branch '2.7'
      4e70480 - Nicolas Grekas: minor #14148 Removed deprecations in VarDumper component (dosten)
      aed9beb - Nicolas Grekas: Merge branch '2.7'
      da4cb1d - Diego Saint Esteben: Removed deprecations in VarDumper component
      3b7fa58 - Nicolas Grekas: Merge branch '2.7'
      0e6e0a5 - Fabien Potencier: Merge branch '2.7'
      10c143c - Fabien Potencier: Merge branch '2.7'
      ce1a766 - Nicolas Grekas: Merge branch '2.7'
      21a98d2 - Fabien Potencier: Merge branch '2.7'
      aaa4996 - Fabien Potencier: Merge branch '2.7'
      072af3f - Nicolas Grekas: Merge branch '2.7'
      b923ef9 - Tobias Schultze: Merge branch '2.7'
      97ef40b - Nicolas Grekas: Merge branch '2.7'
      7ebc777 - Fabien Potencier: Merge branch '2.7'
      1dcd876 - Fabien Potencier: Merge branch '2.7'
      912faad - Fabien Potencier: Merge branch '2.7'
      10aa8fd - Fabien Potencier: Merge branch '2.7'
      463b7aa - Fabien Potencier: Merge branch '2.6' into 2.7
      19eba8d - Fabien Potencier: Merge branch '2.7'
      0792624 - Graham Campbell: [3.0] Removed some old hacks
      25eb599 - Nicolas Grekas: [3.0] Update required PHP to 5.5.9
      f6471de - Nicolas Grekas: Merge branch '2.7'
      909bfa9 - Fabien Potencier: Merge branch '2.7'
      bdba9b8 - Saro0h: Removed all $that variables
      57bab0a - Fabien Potencier: Merge branch '2.7'
      215a4df - Fabien Potencier: Merge branch '2.7'
      23b0a59 - Fabien Potencier: Merge branch '2.7'
      c74ea5a - Fabien Potencier: Merge branch '2.7'
      32c24c9 - Fabien Potencier: updated version to 3.0

    REASON: Required by the root package: Install command rule (install symfony/var-dumper v3.0.0|install symfony/var-dumper v3.0.1|install symfony/var-dumper v3.0.2|install symfony/var-dumper v3.0.3|install symfony/var-dumper v3.0.4)

  - Updating symfony/console (v2.7.6 => v3.0.4)
Executing command (/home/talus/vendor/symfony/console): git show-ref --head -d
Executing command (/home/talus/vendor/symfony/console): git status --porcelain --untracked-files=no
Executing command (/home/talus/vendor/symfony/console): git remote -v
    Checking out 6b1175135bc2a74c08a28d89761272de8beed8cd
Executing command (/home/talus/vendor/symfony/console): git remote -v
Executing command (/home/talus/vendor/symfony/console): git remote set-url composer 'https://github.com/symfony/console.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/vendor/symfony/console): git branch -r
Executing command (/home/talus/vendor/symfony/console): git checkout 'v3.0.4' --
Executing command (/home/talus/vendor/symfony/console): git reset --hard '6b1175135bc2a74c08a28d89761272de8beed8cd' --
Executing command (/home/talus/vendor/symfony/console): git remote set-url origin 'https://github.com/symfony/console.git'
Executing command (/home/talus/vendor/symfony/console): git remote set-url --push origin 'git@github.com:symfony/console.git'
Executing command (/home/talus/vendor/symfony/console): git log 5efd632294c8320ea52492db22292ff853a43766..6b1175135bc2a74c08a28d89761272de8beed8cd --pretty=format:"%h - %an: %s"
    Pulling in changes:
      6b11751 - Christian Flothmann: use the clock mock for progress indicator tests
      a82c065 - Nicolas Grekas: Merge branch '2.8' into 3.0
      7223e07 - Nicolas Grekas: Merge branch '2.7' into 2.8
      6100a40 - Jakub Zalas: [Console] Fix an autocompletion question helper issue with non-sequentially indexed choices
      c25e035 - Nicolas Grekas: Merge branch '2.7' into 2.8
      dbb4f8d - Fabien Potencier: Merge branch '2.3' into 2.7
      cc38659 - Fabien Potencier: bug #15794 [Console] default to stderr in the console helpers (alcohol)
      d65d886 - Rob Bast: [Console] default to stderr in the console helpers
      8412f1e - Fabien Potencier: Merge branch '2.8' into 3.0
      79e3a4f - Fabien Potencier: Merge branch '2.7' into 2.8
      2abc9e2 - Fabien Potencier: Merge branch '2.3' into 2.7
      f7e1fc5 - Javier Eguiluz: Updated all the README files
      2ed5e27 - Fabien Potencier: Merge branch '2.8' into 3.0
      56cc5ca - Fabien Potencier: Merge branch '2.7' into 2.8
      ee91ec3 - Fabien Potencier: Merge branch '2.3' into 2.7
      020e15e - Nicolas Grekas: [Console] Fix escaping of trailing backslashes
      d317b8c - Fabien Potencier: Merge branch '2.8' into 3.0
      fa1df6d - Fabien Potencier: Merge branch '2.7' into 2.8
      e1d91ae - Fabien Potencier: Merge branch '2.3' into 2.7
      a806a18 - Fabien Potencier: bug #17569 [FrameworkBundle] read commands from bundles when accessing list (havvg)
      3c7b1ef - Fabien Potencier: Merge branch '2.8' into 3.0
      02930f8 - Fabien Potencier: Merge branch '2.7' into 2.8
      417b520 - Robin Kanters: The exception should be thrown if an object doesn't implement Traversable AND doesn't implement Countable, not when it doesn't implement Traversable but DOES implement Countable
      4aed084 - Fabien Potencier: Merge branch '2.8' into 3.0
      ae8fc4e - Fabien Potencier: Merge branch '2.7' into 2.8
      0b296b2 - Fabien Potencier: Merge branch '2.3' into 2.7
      712f2af - Tomas Liubinas: Remove InputOption::VALUE_REQUIRED mode from $default parameter description as InputOption::setDefault() throws an exception only when called in InputOption::VALUE_NONE mode. In practice the $default value could still be accessed in InputOption::VALUE_REQUIRED mode in case InputOption was never set but accessed from InputDefinition::getOption() method
      1de16cd - Nicolas Grekas: Merge branch '2.8' into 3.0
      d59b01b - Christian Flothmann: [Console] remove readline support
      5a02eaa - Nicolas Grekas: Merge branch '2.8' into 3.0
      1c9e7da - Nicolas Grekas: Merge branch '2.7' into 2.8
      666f448 - Nicolas Grekas: [Console] Add missing `@require` annotation in test
      34490f3 - Toni Uebernickel: register commands from kernel when accessing list
      db0ce8b - Fabien Potencier: Merge branch '2.8' into 3.0
      243285d - Fabien Potencier: Merge branch '2.7' into 2.8
      3898222 - Fabien Potencier: Merge branch '2.3' into 2.7
      9a51db6 - Possum: Fixer findings.
      a82aa95 - Fabien Potencier: fixed CS
      a615b5e - Fabien Potencier: Merge branch '2.8' into 3.0
      700d15c - Fabien Potencier: fixed CS
      b681cac - Fabien Potencier: Merge branch '2.8' into 3.0
      d0239fb - Nicolas Grekas: bug #17253 [Console] HHVM read input stream bug (mbutkereit)
      25f487e - Marvin Butkereit: [Console] HHVM read input stream bug
      c90d2fa - Fabien Potencier: Merge branch '2.8' into 3.0
      06642c9 - Fabien Potencier: Merge branch '2.7' into 2.8
      d3fc138 - Fabien Potencier: Merge branch '2.3' into 2.7
      bd26f25 - Marek Pietrzak: Fix max width for multibyte keys in choice question
      60d32da - Fabien Potencier: bug #17326 [Console] Display console application name even when no version set (polc)
      56eb96d - Paul LE CORRE: [Console] Display console application name even when no version set
      39a2058 - Fabien Potencier: Merge branch '2.8' into 3.0
      7fe2eee - Fabien Potencier: Merge branch '2.7' into 2.8
      36511c4 - Fabien Potencier: Merge branch '2.3' into 2.7
      5d28435 - Vladimir Reznichenko: [2.3] Static Code Analysis for Components
      441e341 - Nicolas Grekas: Merge branch '2.7' into 2.8
      a84e68e - Nicolas Grekas: Merge branch '2.3' into 2.7
      e17d1ec - Fabien Potencier: minor #17243 Removed spaces before semicolon (dereckson)
      02e4ff0 - Fabien Potencier: Merge branch '2.8' into 3.0
      8bf0b5f - Fabien Potencier: Merge branch '2.7' into 2.8
      976264f - Fabien Potencier: Merge branch '2.3' into 2.7
      9da31fd - Diego Saint Esteben: Update copyright year
      f430534 - Sébastien Santoro: Removed spaces before semicolon
      5396d2a - Fabien Potencier: minor #17085 [2.3] Static Code Analysis for Components (kalessil)
      643a151 - Vladimir Reznichenko: [2.3] Static Code Analysis for Components
      4cf992c - Nicolas Grekas: Merge branch '2.8' into 3.0
      4e83844 - Nicolas Grekas: Merge branch '2.7' into 2.8
      915fd82 - Nicolas Grekas: Merge branch '2.3' into 2.7
      4e35a78 - Maxime Steinhausser: [Console][2.7] Fix merge #17040
      ebcdc50 - Nicolas Grekas: Merge branch '2.8' into 3.0
      2e06a5c - Nicolas Grekas: Merge branch '2.7' into 2.8
      d04bd11 - Gregor Harlan: use nowdoc instead of heredoc
      5e82832 - Fabien Potencier: Merge branch '2.3' into 2.7
      111994f - Fabien Potencier: bug #17002 [Console][Table] fixed render row that contains multiple cells. (aitboudad)
      ee4f872 - Maxime Steinhausser: [Console] Avoid extra blank lines when rendering exceptions
      bd0522d - Tobias Schultze: Merge branch '2.8' into 3.0
      ae255d9 - Tobias Schultze: Merge branch '2.7' into 2.8
      35a3ab3 - Krzysztof Piasecki: Remove unnecessary test
      6129f2a - Abdellatif Ait boudad: [Console][Table] fixed render row with multiple cells.
      ec55a12 - Tobias Schultze: minor #16973 [2.8][Console] Table: fix some PhpDoc (ogizanagi)
      97eb2eb - Maxime Steinhausser: [2.8][Console] Table: fix some PhpDoc
      db64676 - Maxime Steinhausser: [2.7][Console] Table: fix some PhpDoc
      83541f8 - Christophe Coevoet: Merge branch '2.8' into 3.0
      8ef64f8 - Christophe Coevoet: Merge branch '2.7' into 2.8
      7fb8a8c - Christophe Coevoet: Merge branch '2.3' into 2.7
      8097400 - Christophe Coevoet: Merge branch '2.8' into 3.0
      466c95e - Christophe Coevoet: Merge branch '2.7' into 2.8
      0688159 - Dominik Ritter: Set the redraw frequency at least to 1. Setting it to 0 would otherwise produce an error.
      5e1d07e - Dariusz Ruminski: CS: general fixes
      175871c - Fabien Potencier: Merge branch '2.8'
      d232bfc - Fabien Potencier: Merge branch '2.7' into 2.8
      61af251 - Fabien Potencier: Merge branch '2.3' into 2.7
      57f00b6 - Tobias Schultze: [Console] do not encode backslashes in console default description
      6f1ca4f - Nicolas Grekas: Merge branch '2.8'
      ee86b45 - Nicolas Grekas: Merge branch '2.7' into 2.8
      16bb1cb - Kevin Bond: Fix bug in windows detection
      ed9c6ca - Nicolas Grekas: Add missing exclusions from phpunit.xml.dist
      56cd0ec - Fabien Potencier: feature #11431 [Console] End of options (--) signal support (Seldaek)
      41d8646 - Jordi Boggiano: [Console] End of options (--) signal support
      74bf920 - Fabien Potencier: feature #16409 [Console] Add progress indicator helper (kbond)
      58098cc - Fabien Potencier: Merge branch '2.8'
      fd12c0d - Fabien Potencier: Merge branch '2.7' into 2.8
      7fc7b39 - Fabien Potencier: removed @covers annotations in tests
      a7f549e - Fabien Potencier: Merge branch '2.3' into 2.7
      0acad5c - Fabien Potencier: minor #16414 removed all @covers annotations (fabpot)
      205365f - Fabien Potencier: removed all @covers annotations
      ba96f27 - Kevin Bond: [Console] Add progress indicator helper
      76e48b8 - Fabien Potencier: Merge branch '2.8'
      2c18b78 - Fabien Potencier: Merge branch '2.7' into 2.8
      f7416cc - Fabien Potencier: Merge branch '2.3' into 2.7
      69f3421 - Fabien Potencier: minor #16397 added the new Composer exclude-from-classmap option (annesosensio)
      9eed8b5 - Anne-Sophie Bachelard: added the new Composer exclude-from-classmap option
      b3fdb17 - Tobias Schultze: Merge branch '2.8'
      34038ab - Fabien Potencier: Merge branch '2.7' into 2.8
      5e7f1a8 - Fabien Potencier: Merge branch '2.3' into 2.7
      f49dd99 - Nicolas Grekas: Rely on iconv and symfony/polyfill-*
      1719632 - Nicolas Grekas: Use mb_detect_encoding with $strict = true
      616ea08 - Nicolas Grekas: Merge branch '2.8'
      461cdb1 - Nicolas Grekas: Merge branch '2.7' into 2.8
      1b6e3a1 - Fabien Potencier: feature #12119 [Console] Add progress indicator helper (kbond)
      7db4013 - Kevin Bond: [Console] Add progress indicator helper
      5742956 - Nicolas Grekas: Merge branch '2.8'
      89a7952 - Fabien Potencier: feature #16194 [PhpUnit] Mock clock on @group time-sensitive annotations (nicolas-grekas)
      7fa579f - Nicolas Grekas: Merge branch '2.8'
      bcb430f - Nicolas Grekas: Merge branch '2.7' into 2.8
      f783aa3 - Nicolas Grekas: [PhpUnit] Mock clock on @group time-sensitive annotations
      80949c1 - Nicolas Grekas: Merge branch '2.8'
      3f84186 - Nicolas Grekas: [PhpUnit] Auto-register SymfonyTestsListener
      82acbe7 - Nicolas Grekas: Merge branch '2.8'
      984e133 - Nicolas Grekas: minor #16187 [2.8][tests] Use @requires annotation when possible (nicolas-grekas)
      b030a6b - Nicolas Grekas: Merge branch '2.7' into 2.8
      360006e - Nicolas Grekas: [tests] Use @requires annotation when possible
      4950c20 - Nicolas Grekas: Merge branch '2.8'
      e7e8b85 - Nicolas Grekas: Merge branch '2.7' into 2.8
      56a25c6 - MAXakaWIZARD: [Console] [Helper] [Table] Add ability to set styles for individual columns
      30482c7 - Nicolas Grekas: Add more callable type hints
      99726c8 - Mikael Pajunen: Replace is_callable checks with type hints
      6f40fe9 - Fabien Potencier: Merge branch '2.8'
      78c6b2d - Fabien Potencier: Merge branch '2.7' into 2.8
      ffb1a7e - Tobias Schultze: Merge branch '2.8'
      b44dcb7 - Tobias Schultze: Merge branch '2.7' into 2.8
      d4e0316 - Fabien Potencier: Merge branch '2.8'
      f50aafa - Fabien Potencier: feature #15938 [Console] Bind input before executing the COMMAND event (WouterJ)
      a41bc3e - WouterJ: Bind input before executing the COMMAND event
      75d778e - Tobias Schultze: Merge branch '2.8'
      aa834c2 - Tobias Schultze: remove api tags that are new in 2.8
      40b3aca - Tobias Schultze: Merge branch '2.7' into 2.8
      e23659c - Javier Eguiluz: Symfony Console Style tweaks
      60917b7 - Fabien Potencier: Merge branch '2.8'
      afb15cc - Fabien Potencier: minor #15940 [Console] don't rely on internal sort implementation om test (xabbuh)
      f3bd04e - Christian Flothmann: don't rely on internal sort implementation in test
      f06e495 - Fabien Potencier: Merge branch '2.8'
      db284f0 - Fabien Potencier: Merge branch '2.7' into 2.8
      0121a8a - Tobias Schultze: [Console] remove deprecated shell
      48d1e4c - Christophe Coevoet: Merge branch '2.7' into 2.8
      8c5fd67 - Christophe Coevoet: Merge branch '2.8'
      cb8e09a - Fabien Potencier: deprecated the Shell Console class
      c4d1327 - Fabien Potencier: Merge branch '2.8'
      fe3a92a - Fabien Potencier: Merge branch '2.8'
      dc9ae3d - Nicolas Grekas: Merge branch '2.7' into 2.8
      98ad632 - Jérôme Tamarelle: [Console] Add domain exceptions to replace generic exceptions
      52a6079 - Nicolas Grekas: Merge branch '2.8'
      2ad5776 - Nicolas Grekas: Merge branch '2.7' into 2.8
      e3f3383 - Nicolas Grekas: Merge branch '2.8'
      51e2f9d - Nicolas Grekas: Merge branch '2.7' into 2.8
      eb758f9 - Nicolas Grekas: Merge branch '2.7' into 2.8
      c32d1e7 - Fabien Potencier: Merge branch '2.8'
      93c0bce - Fabien Potencier: Merge branch '2.7' into 2.8
      a0d4aa0 - Jordi Boggiano: Make the exception output visible even in quiet mode, fixes #15680
      7acbab8 - Jordi Boggiano: Convert Output::write's type to an options arg where verbosity can be passed in as well
      06b56e0 - Nicolas Grekas: Merge branch '2.8'
      c11e66c - Nicolas Grekas: Merge branch '2.7' into 2.8
      514e8f1 - Tobias Schultze: Merge branch '2.8'
      76dba9c - Tobias Schultze: Merge branch '2.7' into 2.8
      cb6ea80 - Nicolas Grekas: [3.0] Various deprecation removal
      81976a6 - Nicolas Grekas: Merge branch '2.8'
      622cdc7 - Nicolas Grekas: Merge branch '2.7' into 2.8
      409bfb1 - Nicolas Grekas: Merge branch '2.8'
      d31246d - Nicolas Grekas: Merge branch '2.7' into 2.8
      ae448c8 - Nicolas Grekas: Merge branch '2.8'
      3fdf32b - Nicolas Grekas: Merge branch '2.7' into 2.8
      33b2073 - Nicolas Grekas: Merge branch '2.8'
      61509fa - Nicolas Grekas: Merge branch '2.7' into 2.8
      13da7c5 - Fabien Potencier: fixed CS
      1428d9a - Fabien Potencier: Merge branch '2.8'
      92a5cc8 - Fabien Potencier: Merge branch '2.7' into 2.8
      20d8a69 - Fabien Potencier: Merge branch '2.8'
      052ac41 - Fabien Potencier: Merge branch '2.7' into 2.8
      0a597a6 - Nicolas Grekas: Merge branch '2.8'
      eb0fcf6 - Michaël Perrin: [Console] Handle false return value from readline
      a651989 - Fabien Potencier: feature #15382 [Console] Use readline for user input when available #DX (michaelperrin)
      99c397c - Michaël Perrin: [Console] Fix Symfony coding standards violations
      d524cf4 - Michaël Perrin: [Console] Use readline for user input when available
      def7955 - Nicolas Grekas: Remove code for PHP <5.5.9
      def58ce - Nicolas Grekas: Merge branch '2.8'
      eef94b4 - Nicolas Grekas: Merge branch '2.7' into 2.8
      0ad3644 - Fabien Potencier: Merge branch '2.8'
      5757827 - Fabien Potencier: Merge branch '2.7' into 2.8
      b637118 - Nicolas Grekas: Merge branch '2.8'
      fd85e75 - Fabien Potencier: Merge branch '2.7' into 2.8
      a3f42f6 - Fabien Potencier: Merge branch '2.8'
      ac8bf5e - Fabien Potencier: Merge branch '2.7' into 2.8
      edf20d4 - Nicolas Grekas: Merge branch '2.8'
      333ddb5 - Abdellatif Ait boudad: Merge remote-tracking branch 'origin/2.7' into 2.8
      2a909e4 - Fabien Potencier: feature #14991 [Console][Table] allow multiple render() calls. (jaytaph)
      cb11cf6 - Joshua Thijssen: Fixed colspan issues with multiple render() calls
      6fb9d5a - Nicolas Grekas: Merge branch '2.8'
      c84971d - Nicolas Grekas: Merge branch '2.7' into 2.8
      5f24190 - Nicolas Grekas: Merge branch '2.8'
      45d693e - Nicolas Grekas: Merge branch '2.7' into 2.8
      6d6d903 - Diego Saint Esteben: Removed deprecated stuff from the Console component
      933b399 - Fabien Potencier: Merge branch '2.8'
      caba94c - Fabien Potencier: Merge branch '2.7' into 2.8
      46bcae4 - Fabien Potencier: Merge branch '2.7' into 2.8
      39d6c23 - Fabien Potencier: Merge branch '2.7' into 2.8
      4d36623 - Fabien Potencier: Merge branch '2.8'
      b3883bd - Fabien Potencier: Merge branch '2.7' into 2.8
      b6b351d - Fabien Potencier: minor #14365 [3.0]Closures support $this in PHP >= 5.4 (dosten)
      30dc0d6 - Diego Saint Esteben: $this can be used inside a closure in PHP >= 5.4
      51317d2 - Nicolas Grekas: Merge branch '2.8'
      266dea5 - Nicolas Grekas: Merge branch '2.7' into 2.8
      7e857a2 - Fabien Potencier: Merge branch '2.7' into 2.8
      0856616 - Nicolas Grekas: Merge branch '2.8'
      1221de4 - Nicolas Grekas: Merge branch '2.7' into 2.8
      de2974e - Nicolas Grekas: Merge branch '2.8'
      f649f4d - Nicolas Grekas: Merge branch '2.7' into 2.8
      40b032f - Nicolas Grekas: Merge branch '2.8'
      36194c1 - Nicolas Grekas: Merge branch '2.7' into 2.8
      9f7a193 - Grégoire Pineau: [Console] Bind the closure (code) to the Command if possible
      32f1947 - Fabien Potencier: Merge branch '2.7' into 2.8
      3e0aaf7 - Fabien Potencier: updated version to 2.8
      65a30d1 - Fabien Potencier: Revert "removed 3.0 constraints from 2.7 composer files"
      ced62c8 - Fabien Potencier: bumped deps on 2.8 in all composer.json
      2ad1810 - Fabien Potencier: Merge branch '2.8'
      db3fa7b - Fabien Potencier: Merge branch '2.7'
      98dc954 - ogizanagi: [Console] [OutputStyle] Implements verbosity methods
      c74d47a - Nicolas Grekas: Merge branch '2.7'
      abb1308 - Saro0h: Removed deprecations in Console component
      66e05d9 - Fabien Potencier: Merge branch '2.7'
      d50ef73 - Nicolas Grekas: Merge branch '2.7'
      63f72ca - Fabien Potencier: Merge branch '2.7'
      7cbbeae - Nicolas Grekas: Merge branch 'legacy27' into legacy-master
      ae5feef - Nicolas Grekas: Merge branch '2.7'
      d224b23 - Fabien Potencier: Merge branch '2.7'
      24ae5a4 - Nicolas Grekas: Merge branch '2.7'
      e0f1945 - Francis Besset: [Console] Added type hint
      387dd10 - Tobias Schultze: Merge branch '2.7'
      4c9b16d - Nicolas Grekas: Merge branch '2.7'
      fd72d0e - Fabien Potencier: Merge branch '2.7'
      459fafa - Fabien Potencier: Merge branch '2.7'
      07f02bb - Fabien Potencier: minor #13251 [3.0][Console] - Remove deprecated methods from Command class (mickaelandrieu)
      9e5cc25 - Fabien Potencier: Merge branch '2.7'
      3c517f4 - Fabien Potencier: Merge branch '2.7'
      e32f001 - Fabien Potencier: Merge branch '2.7'
      2f960a2 - Fabien Potencier: Merge branch '2.7'
      cd18eac - Fabien Potencier: Merge branch '2.7'
      36d66ca - Fabien Potencier: feature #13086 [Console] Define isVerbose(), etc. methods in OutputInterface (frne)
      40c1d38 - frne: [Console] Define isVerbose(), etc. methods in OutputInterface
      835caad - Fabien Potencier: Merge branch '2.7'
      0a5b1f3 - Fabien Potencier: Merge branch '2.6' into 2.7
      3741aee - Fabien Potencier: Merge branch '2.7'
      a43151f - Fabien Potencier: Merge branch '2.7'
      54aab14 - prepECN: [Console] - Remove deprecated methods from Command class
      df80f7a - Nicolas Grekas: Merge branch '2.7'
      51bd456 - Fabien Potencier: Merge branch '2.7'
      7c5e906 - Nicolas Grekas: Merge branch '2.7'
      e7e68fe - Fabien Potencier: Merge branch '2.7'
      6f73434 - Fabien Potencier: feature #13121 [Console] Removed DialogHelper, ProgressHelper and TableHelper (saro0h)
      b56f141 - Fabien Potencier: Merge branch '2.7'
      3af6863 - Graham Campbell: [3.0] Removed some old hacks
      9503491 - Nicolas Grekas: [3.0] Update required PHP to 5.5.9
      f63a43e - Fabien Potencier: Merge branch '2.7'
      4e5354f - Saro0h: [Console] Removed DialogHelper, ProgressHelper and TableHelper
      c127b56 - Nicolas Grekas: Merge branch '2.7'
      7c0b47b - Fabien Potencier: Merge branch '2.7'
      2712c0f - Fabien Potencier: Merge branch '2.7'
      e902b7f - Saro0h: Removed all $that variables
      6960be4 - Nicolas Grekas: Merge branch '2.7'
      244546f - Fabien Potencier: Merge branch '2.7'
      352bbc0 - Fabien Potencier: Merge branch '2.7'
      84e6129 - Fabien Potencier: Merge branch '2.7'
      39956d1 - Fabien Potencier: Merge branch '2.7'
      0f59dca - Fabien Potencier: updated version to 3.0

    REASON: psy/psysh v0.7.2 requires symfony/console ~2.3.10|^2.4.2|~3.0 -> satisfiable by symfony/console[v2.7.6, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.40, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.2, v2.7.3, v2.7.4, v2.7.5, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.2, v2.8.3, v2.8.4, v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4].

  - Updating psy/psysh (v0.6.1 => v0.7.2)
Executing command (/home/talus/vendor/psy/psysh): git show-ref --head -d
Executing command (/home/talus/vendor/psy/psysh): git diff --name-status composer/master...master --
Executing command (/home/talus/vendor/psy/psysh): git status --porcelain --untracked-files=no
Executing command (/home/talus/vendor/psy/psysh): git remote -v
    Checking out e64e10b20f8d229cac76399e1f3edddb57a0f280
Executing command (/home/talus/vendor/psy/psysh): git remote -v
Executing command (/home/talus/vendor/psy/psysh): git remote set-url composer 'https://github.com/bobthecow/psysh.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/vendor/psy/psysh): git branch -r
Executing command (/home/talus/vendor/psy/psysh): git checkout 'v0.7.2' --
Executing command (/home/talus/vendor/psy/psysh): git reset --hard 'e64e10b20f8d229cac76399e1f3edddb57a0f280' --
Executing command (/home/talus/vendor/psy/psysh): git remote set-url origin 'https://github.com/bobthecow/psysh.git'
Executing command (/home/talus/vendor/psy/psysh): git remote set-url --push origin 'git@github.com:bobthecow/psysh.git'
Executing command (/home/talus/vendor/psy/psysh): git log 0f04df0b23663799a8941fae13cd8e6299bde3ed..e64e10b20f8d229cac76399e1f3edddb57a0f280 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      e64e10b - Justin Hileman: Merge branch 'release/0.7.2'
      0c8551e - Justin Hileman: Bump to v0.7.2
      8b30b87 - Justin Hileman: grr
      21ced10 - Justin Hileman: Add support for declare(strict_types=1)
      fbcc3b4 - Justin Hileman: Fix a regression with custom commands.
      aab7f27 - Justin Hileman: Add minimum dependency versions to build matrix.
      164af71 - Justin Hileman: Make tests pass with PHP Parser v1.x
      0310d03 - Justin Hileman: One more test for #241
      8be435c - Justin Hileman: Fix class not found exception when defining a class which refers to itself.
      0fbd2dc - Justin Hileman: Failing test for #241
      a418c33 - Justin Hileman: Move some badges around
      79d4bb8 - Justin Hileman: Merge branch 'release/0.7.1' into develop
      5e8cedb - Justin Hileman: Merge branch 'release/0.7.1'
      86d531b - Justin Hileman: Bump to v0.7.1
      4f557d1 - Justin Hileman: I <3 PHP.
      14a3c9b - Justin Hileman: Stop allowing CI failures in HHVM.
      2d1f53a - Justin Hileman: Sometimes StyleCI is a pedantic jerk :P
      880f835 - Justin Hileman: Update drush link in README.
      34cf5c1 - Justin Hileman: Make HHVM happier.
      5fd1747 - Justin Hileman: Don't return `$_` or `$_e` variables from debug.
      012020c - Justin Hileman: Whitelist parent, self and static calls.
      6c7947c - Justin Hileman: Bump to v0.8.0-dev
      424e6bb - Justin Hileman: Merge branch 'release/0.7.0' into develop
      1573b36 - Justin Hileman: Merge branch 'release/0.7.0'
      7a68720 - Justin Hileman: Bump to v0.7.0
      a64c95a - Justin Hileman: Merge pull request #284 from dereckson/readme
      819a078 - ReadmeCritic: Update README URLs based on HTTP redirects
      a8486f1 - Sébastien Santoro: Document where to put manual for all users
      544123e - Justin Hileman: Add a `useUnicode` config option.
      981bdc6 - Justin Hileman: Merge pull request #281 from bobthecow/analysis-87aWQZ
      ed808fb - Justin Hileman: Applied fixes from StyleCI
      bb2cb13 - Justin Hileman: Unnecessary housekeeping housekeeping.
      abb2564 - Justin Hileman: Merge pull request #279 from toddmazierski/color-modes
      8b5abc9 - Todd Mazierski: Add color modes to force or disable colors in output
      62f59b6 - Justin Hileman: Don't assume the presence of $_SERVER['argv']
      3e20b76 - Justin Hileman: CS fixes.
      753011e - Justin Hileman: Merge pull request #265 from damiankloip/exit-pass
      370a447 - Damian Lee: Modify tests for ExitPass::leaveNode
      aaadafa - Damian Lee: Make ImplicitReturnPass ignore Exit_ nodes
      baf3500 - Damian Lee: Convert exception creation to leaveNode()
      d90f7a8 - Justin Hileman: Merge pull request #266 from damiankloip/tab-completion-other-commands
      72811d6 - Damian Lee: Add docblock to initializeTabCompletion method
      23a2eb6 - Damian Lee: Fix CS of initializeTabCompletion parenthesis
      5ce3118 - Damian Lee: Initialize tab completion when the shell is run so added commands get autocompletion
      03c5c83 - Damian Lee: Fix CS errors in ExitPass and ExitPassTest
      d497835 - Damian Lee: Add an ExitPass so exit; behaves the same as the exit command
      bdd9960 - Justin Hileman: Merge branch 'hotfix/0.6.1' into develop
      623e572 - Justin Hileman: Fake a return value for "empty" input.
      68f68bb - Justin Hileman: php-cs-fixer and styleci were fighting over this…
      efa0b39 - Justin Hileman: Grrr.
      4548c37 - Justin Hileman: Bump shell version to v0.7.0-dev.
      fa6553c - Justin Hileman: Merge branch 'release/0.6.0' into develop

    REASON: Required by the root package: Install command rule (install psy/psysh v0.6.1|install psy/psysh v0.1.0|install psy/psysh v0.1.1|install psy/psysh v0.1.10|install psy/psysh v0.1.11|install psy/psysh v0.1.12|install psy/psysh v0.1.2|install psy/psysh v0.1.3|install psy/psysh v0.1.4|install psy/psysh v0.1.5|install psy/psysh v0.1.6|install psy/psysh v0.1.7|install psy/psysh v0.1.8|install psy/psysh v0.1.9|install psy/psysh v0.2.0|install psy/psysh v0.2.1|install psy/psysh v0.3.0|install psy/psysh v0.3.1|install psy/psysh v0.3.2|install psy/psysh v0.3.3|install psy/psysh v0.3.4|install psy/psysh v0.3.5|install psy/psysh v0.4.0|install psy/psysh v0.4.1|install psy/psysh v0.4.2|install psy/psysh v0.4.3|install psy/psysh v0.4.4|install psy/psysh v0.5.0|install psy/psysh v0.5.1|install psy/psysh v0.5.2|install psy/psysh v0.6.0|install psy/psysh v0.6.1|install psy/psysh v0.7.0|install psy/psysh v0.7.1|install psy/psysh v0.7.2)

  - Updating jakub-onderka/php-parallel-lint (v0.9 => v0.9.2)
Executing command (/home/talus/vendor/jakub-onderka/php-parallel-lint): git show-ref --head -d
Executing command (/home/talus/vendor/jakub-onderka/php-parallel-lint): git status --porcelain --untracked-files=no
Executing command (/home/talus/vendor/jakub-onderka/php-parallel-lint): git remote -v
    Checking out 2ead2e4043ab125bee9554f356e0a86742c2d4fa
Executing command (/home/talus/vendor/jakub-onderka/php-parallel-lint): git remote -v
Executing command (/home/talus/vendor/jakub-onderka/php-parallel-lint): git remote set-url composer 'https://github.com/JakubOnderka/PHP-Parallel-Lint.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/vendor/jakub-onderka/php-parallel-lint): git branch -r
Executing command (/home/talus/vendor/jakub-onderka/php-parallel-lint): git checkout 'v0.9.2' --
Executing command (/home/talus/vendor/jakub-onderka/php-parallel-lint): git reset --hard '2ead2e4043ab125bee9554f356e0a86742c2d4fa' --
Executing command (/home/talus/vendor/jakub-onderka/php-parallel-lint): git remote set-url origin 'https://github.com/JakubOnderka/PHP-Parallel-Lint.git'
Executing command (/home/talus/vendor/jakub-onderka/php-parallel-lint): git remote set-url --push origin 'git@github.com:JakubOnderka/PHP-Parallel-Lint.git'
Executing command (/home/talus/vendor/jakub-onderka/php-parallel-lint): git log 1b693fb455201cacf595163c92bfb1adfa2158d8..2ead2e4043ab125bee9554f356e0a86742c2d4fa --pretty=format:"%h - %an: %s"
    Pulling in changes:
      2ead2e4 - Jakub Onderka: Try to fix appveyor.yml
      7b7c95a - Jakub Onderka: Try to fix appveyor.yml
      22ff5c0 - Jakub Onderka: Fixed directory separator in  appveyor
      66d841d - Jakub Onderka: Added parallel-lint test to appveyor
      0244bc8 - Jakub Onderka: Added appveyor build status
      43073c9 - Jakub Onderka: Merge pull request #66 from mdio/master
      b51cb75 - mdio: Fixed linting on Windows
      448f057 - mdio: Created appveyor.yml for testing on Windows
      5276a6d - Jakub Onderka: Changed version number to 0.9.1
      b5946f7 - Jakub Onderka: Merge pull request #62 from donatj/master
      932b186 - Jakub Onderka: Merge pull request #65 from thiemowmde/patch-2
      47d6850 - Thiemo Mättig: Fix capitalization of RunTimeException usages
      70f62a8 - Jakub Onderka: Merge pull request #61 from grogy/php7-support
      a262664 - Jakub Onderka: Merge pull request #64 from grogy/readme
      b8a2336 - Václav Makeš: Added options to readme
      df33c75 - Václav Makeš: Use compact format expressions for readme
      e83a2af - Jesse Donat: Removes executable bit
      6b4cbb3 - Václav Makeš: Remove allow failure for PHP7
      bedfd62 - Jakub Onderka: Link to box project in README is secure
      61da295 - Jakub Onderka: Merge pull request #60 from msound/fixing_readme_box_instructions
      c8a3221 - msound: Fixed README.md links to box project
      5195040 - Jakub Onderka: Merge pull request #57 from JeroenDeDauw/PhpProcess
      af3e3bb - jeroendedauw: Add missing @param doc in PhpProcess
      4bfd21a - Jakub Onderka: Removed use-success image from readme
      729542f - Jakub Onderka: Readme for creating Phar package
      144ebe5 - Jakub Onderka: Test new Travis container-based builds
      e458e75 - Jakub Onderka: Fixed not valid SPDX license identifier in composer.json
      e02cf65 - Jakub Onderka: Fixed output for skipped files
      648bf3c - Jakub Onderka: Throw exception if skip-linting.php not exists
      90f67a6 - Jakub Onderka: Merge pull request #55 from temp/phar
      e0705ac - Stephan Wentz: use inlined call to skip-lint script, add box.json

    REASON: Required by the root package: Install command rule (install jakub-onderka/php-parallel-lint v0.9|install jakub-onderka/php-parallel-lint v0.9|install jakub-onderka/php-parallel-lint v0.9.1|install jakub-onderka/php-parallel-lint v0.9.2)

  - Updating sebastian/version (1.0.6 => 2.0.0)
Executing command (/home/talus/vendor/sebastian/version): git show-ref --head -d
Executing command (/home/talus/vendor/sebastian/version): git diff --name-status composer/master...master --
Executing command (/home/talus/vendor/sebastian/version): git status --porcelain --untracked-files=no
Executing command (/home/talus/vendor/sebastian/version): git remote -v
    Checking out c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5
Executing command (/home/talus/vendor/sebastian/version): git remote -v
Executing command (/home/talus/vendor/sebastian/version): git remote set-url composer 'https://github.com/sebastianbergmann/version.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/vendor/sebastian/version): git branch -r
Executing command (/home/talus/vendor/sebastian/version): git checkout '2.0.0' --
Executing command (/home/talus/vendor/sebastian/version): git reset --hard 'c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5' --
Executing command (/home/talus/vendor/sebastian/version): git remote set-url origin 'https://github.com/sebastianbergmann/version.git'
Executing command (/home/talus/vendor/sebastian/version): git remote set-url --push origin 'git@github.com:sebastianbergmann/version.git'
Executing command (/home/talus/vendor/sebastian/version): git log 58b3a85e7999757d6ad81c787a1fbf5ff6c628c6..c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      c829bad - Sebastian Bergmann: Bump
      acf90f3 - Sebastian Bergmann: Fix CS/WS issues
      1c950a6 - Sebastian Bergmann: We need to trim() the result of stream_get_contents()
      d332874 - Willem Stuursma: Switch from exec() to proc_open().

    REASON: phploc/phploc 3.0.1 requires sebastian/version ~1.0.3|~2.0 -> satisfiable by sebastian/version[1.0.6, 1.0.3, 1.0.4, 1.0.5, 2.0.0].

  - Updating sebastian/recursion-context (1.0.1 => 1.0.2)
Executing command (/home/talus/vendor/sebastian/recursion-context): git show-ref --head -d
Executing command (/home/talus/vendor/sebastian/recursion-context): git diff --name-status composer/master...master --
Executing command (/home/talus/vendor/sebastian/recursion-context): git status --porcelain --untracked-files=no
Executing command (/home/talus/vendor/sebastian/recursion-context): git remote -v
    Checking out 913401df809e99e4f47b27cdd781f4a258d58791
Executing command (/home/talus/vendor/sebastian/recursion-context): git remote -v
Executing command (/home/talus/vendor/sebastian/recursion-context): git remote set-url composer 'https://github.com/sebastianbergmann/recursion-context.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/vendor/sebastian/recursion-context): git branch -r
Executing command (/home/talus/vendor/sebastian/recursion-context): git checkout '1.0.2' --
Executing command (/home/talus/vendor/sebastian/recursion-context): git reset --hard '913401df809e99e4f47b27cdd781f4a258d58791' --
Executing command (/home/talus/vendor/sebastian/recursion-context): git remote set-url origin 'https://github.com/sebastianbergmann/recursion-context.git'
Executing command (/home/talus/vendor/sebastian/recursion-context): git remote set-url --push origin 'git@github.com:sebastianbergmann/recursion-context.git'
Executing command (/home/talus/vendor/sebastian/recursion-context): git log 994d4a811bafe801fb06dccbee797863ba2792ba..913401df809e99e4f47b27cdd781f4a258d58791 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      913401d - Bob Weinand: Remove unnecessary ext/hash dependency

    REASON: sebastian/object-enumerator 1.0.0 requires sebastian/recursion-context ~1.0 -> satisfiable by sebastian/recursion-context[1.0.1, 1.0.0, 1.0.2].

  - Installing sebastian/object-enumerator (1.0.0)
Reading /home/talus/.composer/cache/files/sebastian/object-enumerator/5efd260dcb20c8ec9248f1c8190ea9e18f66684f.zip from cache
    Loading from cache
    Extracting archive
Executing command (CWD): unzip '/home/talus/vendor/sebastian/object-enumerator/6256b654e99f7ca78f433f9c354a0302' -d '/home/talus/vendor/composer/1f7e8366' && chmod -R u+w '/home/talus/vendor/composer/1f7e8366'

    REASON: phpunit/phpunit 5.3.2 requires sebastian/object-enumerator ~1.0 -> satisfiable by sebastian/object-enumerator[1.0.0].

  - Updating sebastian/environment (1.3.2 => 1.3.5)
Executing command (/home/talus/vendor/sebastian/environment): git show-ref --head -d
Executing command (/home/talus/vendor/sebastian/environment): git diff --name-status composer/master...master --
Executing command (/home/talus/vendor/sebastian/environment): git status --porcelain --untracked-files=no
Executing command (/home/talus/vendor/sebastian/environment): git remote -v
    Checking out dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf
Executing command (/home/talus/vendor/sebastian/environment): git remote -v
Executing command (/home/talus/vendor/sebastian/environment): git remote set-url composer 'https://github.com/sebastianbergmann/environment.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/vendor/sebastian/environment): git branch -r
Executing command (/home/talus/vendor/sebastian/environment): git checkout '1.3.5' --
Executing command (/home/talus/vendor/sebastian/environment): git reset --hard 'dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf' --
Executing command (/home/talus/vendor/sebastian/environment): git remote set-url origin 'https://github.com/sebastianbergmann/environment.git'
Executing command (/home/talus/vendor/sebastian/environment): git remote set-url --push origin 'git@github.com:sebastianbergmann/environment.git'
Executing command (/home/talus/vendor/sebastian/environment): git log 6324c907ce7a52478eeeaede764f48733ef5ae44..dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf --pretty=format:"%h - %an: %s"
    Pulling in changes:
      dc7a290 - Sebastian Bergmann: Fix CS/WS issues
      fbad5cd - Richard Quadling: Remember to allow 1 column for the cursor
      978520a - Richard Quadling: Detect Windows terminals wider than 79 characters
      22aa49b - Sebastian Bergmann: Closes #14
      6e71337 - Christophe Coevoet: Add support for Mintty when detecting color support on Windows

    REASON: phpunit/phpunit 5.3.2 requires sebastian/environment ~1.3 -> satisfiable by sebastian/environment[1.3.2, 1.3.0, 1.3.1, 1.3.3, 1.3.4, 1.3.5].

  - Updating sebastian/diff (1.3.0 => 1.4.1)
Executing command (/home/talus/vendor/sebastian/diff): git show-ref --head -d
Executing command (/home/talus/vendor/sebastian/diff): git status --porcelain --untracked-files=no
Executing command (/home/talus/vendor/sebastian/diff): git remote -v
    Checking out 13edfd8706462032c2f52b4b862974dd46b71c9e
Executing command (/home/talus/vendor/sebastian/diff): git remote -v
Executing command (/home/talus/vendor/sebastian/diff): git remote set-url composer 'https://github.com/sebastianbergmann/diff.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/vendor/sebastian/diff): git branch -r
Executing command (/home/talus/vendor/sebastian/diff): git checkout '1.4.1' --
Executing command (/home/talus/vendor/sebastian/diff): git reset --hard '13edfd8706462032c2f52b4b862974dd46b71c9e' --
Executing command (/home/talus/vendor/sebastian/diff): git remote set-url origin 'https://github.com/sebastianbergmann/diff.git'
Executing command (/home/talus/vendor/sebastian/diff): git remote set-url --push origin 'git@github.com:sebastianbergmann/diff.git'
Executing command (/home/talus/vendor/sebastian/diff): git log 863df9687835c62aa423a22412d26fa2ebde3fd3..13edfd8706462032c2f52b4b862974dd46b71c9e --pretty=format:"%h - %an: %s"
    Pulling in changes:
      13edfd8 - Sebastian Bergmann: Partially revert 5e836e60c88037841051574cb58443b3a13dc620
      2b0112e - Sebastian Bergmann: Update URL
      5e836e6 - Sebastian Bergmann: Bump
      7a31372 - Sebastian Bergmann: Fix CS/WS issues
      6899b3e - Sebastian Bergmann: Fix whitespace
      5095bdc - Matthew Gamble: Move setting into constructor
      eb9ed6d - Matthew Gamble: Remove unnecessary whitespace.
      52c7d4e - Matthew Gamble: Add ability to hide non-diff lines
      07d5cbe - Sebastian Bergmann: Fix CS/WS issues

    REASON: phpunit/phpunit 5.3.2 requires sebastian/diff ~1.2 -> satisfiable by sebastian/diff[1.3.0, 1.2.0, 1.4.0, 1.4.1].

  - Updating symfony/yaml (v2.7.6 => v3.0.4)
Executing command (/home/talus/vendor/symfony/yaml): git show-ref --head -d
Executing command (/home/talus/vendor/symfony/yaml): git status --porcelain --untracked-files=no
Executing command (/home/talus/vendor/symfony/yaml): git remote -v
    Checking out 0047c8366744a16de7516622c5b7355336afae96
Executing command (/home/talus/vendor/symfony/yaml): git remote -v
Executing command (/home/talus/vendor/symfony/yaml): git remote set-url composer 'https://github.com/symfony/yaml.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/vendor/symfony/yaml): git branch -r
Executing command (/home/talus/vendor/symfony/yaml): git checkout 'v3.0.4' --
Executing command (/home/talus/vendor/symfony/yaml): git reset --hard '0047c8366744a16de7516622c5b7355336afae96' --
Executing command (/home/talus/vendor/symfony/yaml): git remote set-url origin 'https://github.com/symfony/yaml.git'
Executing command (/home/talus/vendor/symfony/yaml): git remote set-url --push origin 'git@github.com:symfony/yaml.git'
Executing command (/home/talus/vendor/symfony/yaml): git log eca9019c88fbe250164affd107bc8057771f3f4d..0047c8366744a16de7516622c5b7355336afae96 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      0047c83 - Fabien Potencier: Merge branch '2.8' into 3.0
      584e52c - Fabien Potencier: Merge branch '2.7' into 2.8
      e9877e0 - Fabien Potencier: Merge branch '2.3' into 2.7
      d5a6f4c - Fabien Potencier: minor #17997 Updated all the README files (javiereguiluz)
      006f8b8 - Javier Eguiluz: Updated all the README files
      2d61fed - Fabien Potencier: Merge branch '2.8' into 3.0
      f5c746c - Fabien Potencier: Merge branch '2.7' into 2.8
      9f492c4 - Fabien Potencier: Merge branch '2.3' into 2.7
      9e27bd3 - Christian Flothmann: ensure dump indentation to be greather than zero
      b5ba64c - Fabien Potencier: Merge branch '2.8' into 3.0
      2a4ee40 - Nicolas Grekas: Merge branch '2.7' into 2.8
      fc0ad7a - Nicolas Grekas: Fix merge
      08cb8f7 - Nicolas Grekas: Merge branch '2.8' into 3.0
      a254665 - Nicolas Grekas: Merge branch '2.7' into 2.8
      323c53c - Nicolas Grekas: Merge branch '2.3' into 2.7
      af253bb - Christian Flothmann: [Yaml] fix default timezone to be UTC
      5c024b0 - Fabien Potencier: Merge branch '2.8' into 3.0
      20668c7 - Christian Flothmann: [Yaml] always restore the error handler in tests
      871f18d - Christian Flothmann: [Yaml] properly parse lists in object maps
      3cf0709 - Nicolas Grekas: Merge branch '2.8' into 3.0
      33fd1b2 - Nicolas Grekas: Merge branch '2.7' into 2.8
      5552043 - Fabien Potencier: Merge branch '2.3' into 2.7
      ae86499 - Jakub Zalas: [YAML] Refine the return value of Yaml::parse()
      b09e90c - Fabien Potencier: minor #17480 Static code analysis (Koc)
      965ea10 - Konstantin.Myakshin: Static code analysis
      661faea - Fabien Potencier: Merge branch '2.8' into 3.0
      ccbaef9 - Fabien Potencier: Merge branch '2.7' into 2.8
      7aa9c34 - Fabien Potencier: Merge branch '2.3' into 2.7
      7269f74 - Fabien Potencier: bug #17461 [Yaml] tag for dumped PHP objects must be a local one (xabbuh)
      e58719e - Fabien Potencier: Merge branch '2.8' into 3.0
      1548a0a - Fabien Potencier: fixed CS
      d7f2d2c - Fabien Potencier: Merge branch '2.7' into 2.8
      530ab86 - Fabien Potencier: Merge branch '2.3' into 2.7
      a297b22 - Fabien Potencier: fixed CS
      031a751 - Christian Flothmann: tag for dumped PHP objects must be a local one
      b95b976 - Nicolas Grekas: Merge branch '2.8' into 3.0
      34c8a4b - Nicolas Grekas: Merge branch '2.7' into 2.8
      a91e8af - Nicolas Grekas: Merge branch '2.3' into 2.7
      b202959 - Nicolas Grekas: [Yaml] Fix tests on PHP 7.0.2
      26eb9cb - Nicolas Grekas: Merge branch '2.8' into 3.0
      085a1eb - Fabien Potencier: bug #17197 [Yaml] cast arrays to objects after parsing has finished (xabbuh)
      884a07f - Tobias Schultze: Merge branch '2.8' into 3.0
      219c92c - Tobias Schultze: Merge branch '2.7' into 2.8
      8dde76b - Tobias Schultze: Merge branch '2.3' into 2.7
      b2cbedb - Fabien Potencier: bug #17159 [Yaml] recognize when a block scalar is left (xabbuh)
      5547431 - Christian Flothmann: [Yaml] recognize when a block scalar is left
      5a0074f - Fabien Potencier: Merge branch '2.8' into 3.0
      0ee54de - Fabien Potencier: Merge branch '2.7' into 2.8
      cb5204a - Fabien Potencier: Merge branch '2.3' into 2.7
      3c26ed0 - Diego Saint Esteben: Update copyright year
      7b5c058 - Christian Flothmann: cast arrays to objects after parsing has finished
      f9d5918 - Nicolas Grekas: Merge branch '2.8' into 3.0
      cee3fdd - Nicolas Grekas: Merge branch '2.7' into 2.8
      50b75b6 - Nicolas Grekas: Merge branch '2.3' into 2.7
      5642dfd - Nicolas Grekas: minor #17086 CS: use nowdoc instead of heredoc (gharlan)
      3df4099 - Fabien Potencier: Merge branch '2.8' into 3.0
      ac84cbb - Fabien Potencier: Merge branch '2.7' into 2.8
      1d96518 - Fabien Potencier: Merge branch '2.3' into 2.7
      79d7494 - WouterJ: Also transform inline mappings to objects
      2dbeffd - Nicolas Grekas: Merge branch '2.8' into 3.0
      6fbc4e2 - Nicolas Grekas: Merge branch '2.7' into 2.8
      b7d1b5c - Gregor Harlan: use nowdoc instead of heredoc
      8f5afcf - Christian Flothmann: [Yaml] fix indented line handling in folded blocks
      9101150 - Fabien Potencier: Merge branch '2.3' into 2.7
      aceecdb - Christophe Coevoet: minor #16748 [DX][YAML] Improved Deprecation Notices (peterrehm)
      5f77b9a - Christian Flothmann: [Yaml] do not remove "comments" in scalar blocks
      f8cb690 - Peter Rehm: Improved error messages for Yaml Deprecations
      fb16dc9 - Christophe Coevoet: Merge branch '2.8' into 3.0
      d4a7fbb - Christophe Coevoet: Merge branch '2.7' into 2.8
      0717f9a - Christophe Coevoet: Merge branch '2.3' into 2.7
      d21e957 - Christophe Coevoet: Reapply the Yaml bugfix of #16745
      4713bfe - Dariusz Ruminski: CS: remove unneeded parentheses around control statements
      4113f97 - Fabien Potencier: Merge branch '2.8'
      f798241 - Fabien Potencier: Merge branch '2.7' into 2.8
      d0c5e68 - Fabien Potencier: Merge branch '2.3' into 2.7
      385ab31 - Christian Flothmann: [Yaml] look for colon in parsed inline string
      9b86f8b - Martin Hujer: [Yaml] minor CS cleaning
      f196d99 - Fabien Potencier: Merge branch '2.8'
      fc96822 - Christian Flothmann: [Yaml] more fixes to changelog and upgrade files
      6eaa5ce - Nicolas Grekas: Merge branch '2.8'
      a1a044d - Christian Flothmann: [Yaml] sync changelog and upgrade files
      eab2309 - Nicolas Grekas: Merge branch '2.8'
      f65177d - Nicolas Grekas: Merge branch '2.7' into 2.8
      4cfcd7a - Nicolas Grekas: Merge branch '2.3' into 2.7
      6d7a3b7 - Nicolas Grekas: Add missing exclusions from phpunit.xml.dist
      3d9f37b - Nicolas Grekas: Remove some more legacy code
      3a3a7ab - Nicolas Grekas: Merge branch '2.8'
      5ff00ea - Christian Flothmann: [Yaml] deprecate unquoted indicator characters
      1759da7 - Fabien Potencier: Merge branch '2.8'
      cb8f989 - Fabien Potencier: Merge branch '2.7' into 2.8
      8c4ca8f - Fabien Potencier: removed @covers annotations in tests
      04b1ec5 - Fabien Potencier: Merge branch '2.8'
      3c13963 - Fabien Potencier: Merge branch '2.7' into 2.8
      e50a377 - Fabien Potencier: Merge branch '2.3' into 2.7
      a718a62 - Anne-Sophie Bachelard: added the new Composer exclude-from-classmap option
      e332b3e - Tobias Schultze: Merge branch '2.8'
      d542bb6 - Christian Flothmann: [Yaml] escape backtick in markdown changelog
      f301c74 - Fabien Potencier: [Yaml] deprecated usage of @ and ` at the beginning of an unquoted string
      6b316fb - Nicolas Grekas: Rely on iconv and symfony/polyfill-*
      1a620f7 - Nicolas Grekas: Merge branch '2.8'
      ff7f886 - Fabien Potencier: [Yaml] marked some classes as being internal
      3ed9e6a - Fabien Potencier: [Yaml] removed parsing of non-escaped backslash in a double-quoted string
      6b88895 - Fabien Potencier: Merge branch '2.8'
      6941545 - Fabien Potencier: [Yaml] deprecated non-escaped \ in double-quoted strings when parsing
      ec5cc3c - Nicolas Grekas: Merge branch '2.8'
      725887b - Nicolas Grekas: [PhpUnit] Auto-register SymfonyTestsListener
      b4fff5e - Nicolas Grekas: Merge branch '2.8'
      cc1284d - Nicolas Grekas: Merge branch '2.7' into 2.8
      4309568 - Nicolas Grekas: [3.0] Clean Form, Validator, DowCrawler and some more
      a8fb8cb - Fabien Potencier: Merge branch '2.8'
      36ddab7 - Fabien Potencier: Merge branch '2.7' into 2.8
      e992a07 - Fabien Potencier: Merge branch '2.8'
      b0a34de - Nicolas Grekas: Merge branch '2.7' into 2.8
      52ace17 - Fabien Potencier: Merge branch '2.8'
      01a41e4 - Fabien Potencier: Merge branch '2.7' into 2.8
      9066962 - Tobias Schultze: Merge branch '2.8'
      02ce3ee - Tobias Schultze: Merge branch '2.7' into 2.8
      2755b39 - Tobias Schultze: use try-finally when possible
      990d0c4 - Fabien Potencier: Merge branch '2.8'
      d196cb1 - Fabien Potencier: Merge branch '2.7' into 2.8
      3984bc7 - Fabien Potencier: Merge branch '2.8'
      1a0bd40 - Fabien Potencier: Merge branch '2.7' into 2.8
      dd40f21 - Fabien Potencier: Merge branch '2.8'
      212832b - Fabien Potencier: Merge branch '2.7' into 2.8
      394fc49 - Nicolas Grekas: Merge branch '2.8'
      6eef147 - Nicolas Grekas: Merge branch '2.7' into 2.8
      e464136 - Fabien Potencier: Merge branch '2.8'
      b7bf092 - Fabien Potencier: Merge branch '2.7' into 2.8
      d9a9f9c - Nicolas Grekas: Merge branch '2.8'
      000e7fc - Abdellatif Ait boudad: Merge remote-tracking branch 'origin/2.7' into 2.8
      f248a72 - Nicolas Grekas: Merge branch '2.7' into 2.8
      bc1a510 - Nicolas Grekas: Merge branch '2.8'
      a15e132 - Nicolas Grekas: Merge branch '2.7' into 2.8
      709857e - Fabien Potencier: Merge branch '2.7' into 2.8
      4a24e86 - Fabien Potencier: Merge branch '2.7' into 2.8
      ee79a2d - Nicolas Grekas: Merge branch '2.8'
      2396832 - Nicolas Grekas: Merge branch '2.7' into 2.8
      c31c2da - Nicolas Grekas: Merge branch '2.8'
      4ededb1 - Nicolas Grekas: Merge branch '2.7' into 2.8
      fdded56 - Fabien Potencier: updated version to 2.8
      00ed50e - Fabien Potencier: Revert "removed 3.0 constraints from 2.7 composer files"
      0855034 - Fabien Potencier: bumped deps on 2.8 in all composer.json
      a4d5ffb - Fabien Potencier: Merge branch '2.8'
      14559ab - Saro0h: Removed deprecation in YAML component
      1e49d5f - Fabien Potencier: Merge branch '2.7'
      d5aac0f - Fabien Potencier: Merge branch '2.7'
      06cea54 - Nicolas Grekas: Merge branch '2.7'
      791de50 - Fabien Potencier: Merge branch '2.7'
      a44bed2 - Nicolas Grekas: Merge branch '2.7'
      29e51dd - Fabien Potencier: Merge branch '2.7'
      b4f5ed7 - Fabien Potencier: Merge branch '2.7'
      c855d00 - Fabien Potencier: Merge branch '2.7'
      49a5154 - Fabien Potencier: Merge branch '2.7'
      05ee2e2 - Fabien Potencier: Merge branch '2.7'
      08d169e - Fabien Potencier: Merge branch '2.7'
      ae0af40 - Fabien Potencier: Merge branch '2.7'
      313e8ac - Nicolas Grekas: Merge branch '2.7'
      ce15df6 - Fabien Potencier: Merge branch '2.7'
      0004c8e - Graham Campbell: [3.0] Removed some old hacks
      8823b96 - Nicolas Grekas: [3.0] Update required PHP to 5.5.9
      0ef66f2 - Fabien Potencier: Merge branch '2.7'
      4d01ae4 - Saro0h: [Yaml] Removed the ability to parse a file in Yaml::parse()
      350f978 - Fabien Potencier: Merge branch '2.7'
      ce4e2aa - Saro0h: Removed all $that variables
      4a179e0 - Nicolas Grekas: Merge branch '2.7'
      9895c6a - Fabien Potencier: Merge branch '2.7'
      f3339ab - Fabien Potencier: Merge branch '2.7'
      70ea5d7 - Fabien Potencier: Merge branch '2.7'
      21ac893 - Fabien Potencier: updated version to 3.0

    REASON: phpunit/phpunit 5.3.2 requires symfony/yaml ~2.1|~3.0 -> satisfiable by symfony/yaml[v2.7.6, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.2, v2.7.3, v2.7.4, v2.7.5, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.2, v2.8.3, v2.8.4, v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4].

  - Updating phpspec/prophecy (v1.5.0 => v1.6.0)
Executing command (/home/talus/vendor/phpspec/prophecy): git show-ref --head -d
Executing command (/home/talus/vendor/phpspec/prophecy): git status --porcelain --untracked-files=no
Executing command (/home/talus/vendor/phpspec/prophecy): git remote -v
    Checking out 3c91bdf81797d725b14cb62906f9a4ce44235972
Executing command (/home/talus/vendor/phpspec/prophecy): git remote -v
Executing command (/home/talus/vendor/phpspec/prophecy): git remote set-url composer 'https://github.com/phpspec/prophecy.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/vendor/phpspec/prophecy): git branch -r
Executing command (/home/talus/vendor/phpspec/prophecy): git checkout 'v1.6.0' --
Executing command (/home/talus/vendor/phpspec/prophecy): git reset --hard '3c91bdf81797d725b14cb62906f9a4ce44235972' --
Executing command (/home/talus/vendor/phpspec/prophecy): git remote set-url origin 'https://github.com/phpspec/prophecy.git'
Executing command (/home/talus/vendor/phpspec/prophecy): git remote set-url --push origin 'git@github.com:phpspec/prophecy.git'
Executing command (/home/talus/vendor/phpspec/prophecy): git log 4745ded9307786b730d7a60df5cb5a6c43cf95f7..3c91bdf81797d725b14cb62906f9a4ce44235972 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      3c91bdf - Konstantin Kudryashov: Update CHANGES.md
      a749c19 - Konstantin Kudryashov: Merge pull request #203 from kamioftea/final-constructors
      cb34a7a - Konstantin Kudryashov: Merge pull request #234 from jon-acker/feature/automatically-reveal-prophecy-objects-for-comparison
      9c084b0 - Konstantin Kudryashov: Merge pull request #236 from dantleech/approximate
      478e09f - Konstantin Kudryashov: Merge pull request #241 from Tobion/patch-1
      588bdd9 - Konstantin Kudryashov: Merge pull request #237 from pamil/variadics-support
      3078aa2 - Konstantin Kudryashov: Merge pull request #242 from Tobion/patch-2
      c8aac9e - Konstantin Kudryashov: Merge pull request #247 from ImmRanneft/magic_call_patch_interfaces
      17f23ad - Konstantin Kudryashov: Merge pull request #253 from bendavies/php7-self-return-type
      d57d170 - Ben Davies: add support for 'self' and 'parent' return type
      08b49cc - ImmortaL: MigicalCallPatch for interfaces should work as well as for parent classes
      e55e3e3 - Christophe Coevoet: Merge pull request #244 from jakzal/composer-require-php
      5100058 - Jakub Zalas: Specify the required php version for composer
      aefdea4 - dantleech: Approximate value argument token
      f2318a7 - Tobias Schultze: Fix phpdoc for magic methods
      d169b0e - Tobias Schultze: Enhance exception for invalid argument to ThrowPromise
      4619653 - Jon Acker: Remove superflous space
      ebdd593 - Kamil Kokot: Prevent adding default value for variadic parameters
      53e967b - Konstantin Kudryashov: Merge pull request #216 from Jean85/patch-1
      a83909b - Konstantin Kudryashov: Merge pull request #226 from jakari/export-util
      62a147c - Konstantin Kudryashov: Merge pull request #235 from trowski/fix-scalar-parameter-types
      e871a2a - Christophe Coevoet: Merge pull request #239 from emmanuelballery/patch-1
      6273d14 - Emmanuel BALLERY: Fixed missing sprintf
      87febfd - Kamil Kokot: Rebased and updated variadic support PR
      afa899f - Jeff Welch: Fix #91: Add support for mocking variadic functions.
      1c0b0de - Aaron Piotrowski: Add version checks in code generation for better BC
      3355f3a - Aaron Piotrowski: Fix code generation for scalar parameters
      7f322ea - Jon Acker: Remove erroneously added use statements
      d7fcacd - Jon Acker: Remove php 5.5 specific code
      6ef20d4 - Jon Acker: Add ProphecyComparator for comparing objects that need revealing before comparison
      9f6b7b3 - Jani Kärenaho: No more duplicate get_class($value).
      826f28f - Christophe Coevoet: Merge pull request #232 from AmaraLiving/backtrace-ignore-args
      1b38e00 - Omer Karadagli: For efficiency leave out 'args' in the generated backtrace Also limit the backtrace to last 3 stack frames
      8887e24 - Christophe Coevoet: Merge pull request #230 from SERVANT14/patch-1
      02d7310 - Mark Tinsley: Grammar & Composer deprecation
      a838e8b - Jani Kärenaho: Updated ExportUtil to reflect the latest version of sebastianbergmann/exporter
      e182009 - Alessandro Lai: Update README.md
      4f9b1ea - Christophe Coevoet: Merge pull request #208 from ftrrtf/opt-invoke-method
      e14bd72 - ftrrtf: Add __invoke to reflectable methods list
      dfdf6a0 - Jeff Horton: Add newline at EOF
      24f3743 - Jeff Horton: Reverted Changes to DisableConstructorPatch
      80da550 - Christophe Coevoet: Update the branch alias
      67cc03b - Jeff Horton: Refactor changes from feedback
      c6d9978 - Jeff Horton: Fix short array syntax
      c80a6e1 - Jeff Horton: Record that final methods can't be extended

    REASON: phpunit/phpunit 5.3.2 requires phpspec/prophecy ^1.3.1 -> satisfiable by phpspec/prophecy[v1.5.0, 1.4.0, v1.3.1, v1.4.1, v1.6.0].

  - Updating phpunit/phpunit-mock-objects (3.0.4 => 3.1.3)
Executing command (/home/talus/vendor/phpunit/phpunit-mock-objects): git show-ref --head -d
Executing command (/home/talus/vendor/phpunit/phpunit-mock-objects): git diff --name-status composer/master...master --
Executing command (/home/talus/vendor/phpunit/phpunit-mock-objects): git status --porcelain --untracked-files=no
Executing command (/home/talus/vendor/phpunit/phpunit-mock-objects): git remote -v
    Checking out 151c96874bff6fe61a25039df60e776613a61489
Executing command (/home/talus/vendor/phpunit/phpunit-mock-objects): git remote -v
Executing command (/home/talus/vendor/phpunit/phpunit-mock-objects): git remote set-url composer 'https://github.com/sebastianbergmann/phpunit-mock-objects.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/vendor/phpunit/phpunit-mock-objects): git branch -r
Executing command (/home/talus/vendor/phpunit/phpunit-mock-objects): git checkout '3.1.3' --
Executing command (/home/talus/vendor/phpunit/phpunit-mock-objects): git reset --hard '151c96874bff6fe61a25039df60e776613a61489' --
Executing command (/home/talus/vendor/phpunit/phpunit-mock-objects): git remote set-url origin 'https://github.com/sebastianbergmann/phpunit-mock-objects.git'
Executing command (/home/talus/vendor/phpunit/phpunit-mock-objects): git remote set-url --push origin 'git@github.com:sebastianbergmann/phpunit-mock-objects.git'
Executing command (/home/talus/vendor/phpunit/phpunit-mock-objects): git log b28b029356e65091dfbf8c2bc4ef106ffece509e..151c96874bff6fe61a25039df60e776613a61489 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      151c968 - matze: improve exception message in case of duplicate method names
      e630305 - Evgeniy Makhrov: Check for method method to avoid collision
      7b18bbd - Sebastian Bergmann: Update
      7c34c9b - Sebastian Bergmann: Try to improve error message
      d31a42f - Sebastian Bergmann: Leftover from 75d58e369fd14e2fab911e44e45bf6fde6e85f2a
      957b4b2 - Sebastian Bergmann: Try to improve error message
      75d58e3 - Sebastian Bergmann: Care for the fact that PHP is case insensitive
      c5485ad - Sebastian Bergmann: Simplify
      0a6d198 - Sebastian Bergmann: Fix CS/WS issues
      1cbb2a5 - Sebastian Bergmann: Sync with PHPUnit ruleset
      aaf40b8 - Sebastian Bergmann: Consistently use PHPUnit_Framework_MockObject_RuntimeException
      ec7832e - Sebastian Bergmann: Closes #296
      b90749d - Sebastian Bergmann: Fix CS/WS issue
      c4dd0c9 - Sebastian Bergmann: Merge branch '3.0'
      8980606 - Ben Scholzen: Fix mocking methods with self typehint
      9577310 - Sebastian Bergmann: Bump version
      49bc700 - Aaron Piotrowski: Disable constructor in auto-generated return mock
      b6220d4 - Sebastian Bergmann: Add note
      4f7e3fb - Aaron Piotrowski: Allow throwing any Throwable

    REASON: phpunit/phpunit 5.3.2 requires phpunit/phpunit-mock-objects ^3.1 -> satisfiable by phpunit/phpunit-mock-objects[3.1.0, 3.1.1, 3.1.2, 3.1.3].

  - Installing sebastian/code-unit-reverse-lookup (1.0.0)
Reading /home/talus/.composer/cache/files/sebastian/code-unit-reverse-lookup/b9931c190ca50629bc84b4f928f7e9c7ab2a31ff.zip from cache
    Loading from cache
    Extracting archive
Executing command (CWD): unzip '/home/talus/vendor/sebastian/code-unit-reverse-lookup/c4ab64bc8c97bf4fc20e9a451cff9149' -d '/home/talus/vendor/composer/a65c3a7e' && chmod -R u+w '/home/talus/vendor/composer/a65c3a7e'

    REASON: phpunit/php-code-coverage 3.3.1 requires sebastian/code-unit-reverse-lookup ~1.0 -> satisfiable by sebastian/code-unit-reverse-lookup[1.0.0].

  - Updating phpunit/php-code-coverage (3.0.2 => 3.3.1)
Executing command (/home/talus/vendor/phpunit/php-code-coverage): git show-ref --head -d
Executing command (/home/talus/vendor/phpunit/php-code-coverage): git status --porcelain --untracked-files=no
Executing command (/home/talus/vendor/phpunit/php-code-coverage): git remote -v
    Checking out 2431befdd451fac43fbcde94d1a92fb3b8b68f86
Executing command (/home/talus/vendor/phpunit/php-code-coverage): git remote -v
Executing command (/home/talus/vendor/phpunit/php-code-coverage): git remote set-url composer 'https://github.com/sebastianbergmann/php-code-coverage.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/vendor/phpunit/php-code-coverage): git branch -r
Executing command (/home/talus/vendor/phpunit/php-code-coverage): git checkout '3.3.1' --
Executing command (/home/talus/vendor/phpunit/php-code-coverage): git reset --hard '2431befdd451fac43fbcde94d1a92fb3b8b68f86' --
Executing command (/home/talus/vendor/phpunit/php-code-coverage): git remote set-url origin 'https://github.com/sebastianbergmann/php-code-coverage.git'
Executing command (/home/talus/vendor/phpunit/php-code-coverage): git remote set-url --push origin 'git@github.com:sebastianbergmann/php-code-coverage.git'
Executing command (/home/talus/vendor/phpunit/php-code-coverage): git log f7bb5cddf4ffe113eeb737b05241adb947b43f9d..2431befdd451fac43fbcde94d1a92fb3b8b68f86 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      2431bef - Sebastian Bergmann: Prepare release
      be326c3 - Sebastian Bergmann: Handle lines with declare statements correctly
      fcec460 - Sebastian Bergmann: Reflect release of Xdebug 2.4
      9b2a050 - Sebastian Bergmann: Fix CS/WS issues
      82e2979 - Sebastian Bergmann: Sync with PHPUnit ruleset
      50bf9c4 - Sebastian Bergmann: Fix CS/WS issue
      fe33716 - Sebastian Bergmann: Prepare release
      7e1c08a - Sebastian Bergmann: Add support for whitelisting classes for the unintentionally covered code unit check
      560f7c7 - Sebastian Bergmann: Bump version
      a58f95a - Sebastian Bergmann: Prepare release
      59d6696 - Sebastian Bergmann: Update ChangeLog
      c4e323e - Marco Pivetta: In order to support PHP 7.0, token stream PHP7 tokens are required
      85f5db2 - Sebastian Bergmann: Prepare release
      c70c937 - Sebastian Bergmann: Refactor
      1650650 - Sebastian Bergmann: Sync with https://github.com/sebastianbergmann/code-unit-reverse-lookup/commit/2bdf09e1b05a6bccf60751c7828f2e4c2fbfcaf5
      494035f - Sebastian Bergmann: Simplify
      de5312e - Sebastian Bergmann: Use function or method name in PHP_CodeCoverage_UnintentionallyCoveredCodeException messages
      9c3582b - Sebastian Bergmann: Added optional check for missing `@covers` annotation when the usage of `@covers` annotations is forced
      92f5c61 - Sebastian Bergmann: Prepare release
      95a0e74 - Sebastian Bergmann: Bump
      64d40a5 - Sebastian Bergmann: Prepare release
      0b327d8 - Sebastian Bergmann: Fix annotation
      5b9d565 - Sebastian Bergmann: Update ChangeLog
      7a8a5cf - Sebastian Bergmann: Fix CS/WS issues
      168eaf4 - Sebastian Heuer: #234: add optional check for unexecuted covered or used code
      6aa886e - Sebastian Bergmann: Merge branch '3.0'
      d2644cf - Sebastian Bergmann: Fix WS
      2feb1b8 - Sebastian Bergmann: Merge branch '3.0'
      3e8e8c5 - Sebastian Bergmann: Revert "Workaround Travis Xdebug < 2.3"
      bb58892 - Maks3w: Workaround Travis Xdebug < 2.3
      9c795d3 - Maks3w: Fix Xdebug required version
      85a7b89 - Christian Rishøj: Update InvalidArgumentException.php
      21d924d - Christian Rishøj: PHP 7 compatibility
      049bc01 - Maks3w: Fix since tags
      cd9da22 - Sebastian Bergmann: Bump version
      182aeab - Maks3w: Add cyclomatic complexity to Clover report
      a257070 - Maks3w: Add method visibility to Clover report
      bf3f2b8 - Maks3w: DRY Method definition
      18f9c8d - Maks3w: Tests for Text Report
      0ef0028 - Maks3w: Typo
      7b42477 - Maks3w: Tests for Crap4j Report
      e7b24fc - Maks3w: Tests for HTML Report
      795fe55 - Maks3w: Tests for XML Report
      50d650c - Maks3w: DRY and fix run individual tests
      25cc3d1 - Maks3w: Remove old feature mapTestClassNameToCoveredClassName
      ac9f3d6 - Maks3w: Removed obsolete isset()
      d7dec4d - Maks3w: Remove workarounds for unsupported PHP versions
      a76ed34 - Maks3w: Initialize after validate

    REASON: phpunit/phpunit 5.3.2 requires phpunit/php-code-coverage ^3.3.0 -> satisfiable by phpunit/php-code-coverage[3.3.0, 3.3.1].

  - Updating phpunit/phpunit (5.0.9 => 5.3.2)
Executing command (/home/talus/vendor/phpunit/phpunit): git show-ref --head -d
Executing command (/home/talus/vendor/phpunit/phpunit): git status --porcelain --untracked-files=no
Executing command (/home/talus/vendor/phpunit/phpunit): git remote -v
    Checking out 2c6da3536035617bae3fe3db37283c9e0eb63ab3
Executing command (/home/talus/vendor/phpunit/phpunit): git remote -v
Executing command (/home/talus/vendor/phpunit/phpunit): git remote set-url composer 'https://github.com/sebastianbergmann/phpunit.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/vendor/phpunit/phpunit): git branch -r
Executing command (/home/talus/vendor/phpunit/phpunit): git checkout '5.3.2' --
Executing command (/home/talus/vendor/phpunit/phpunit): git reset --hard '2c6da3536035617bae3fe3db37283c9e0eb63ab3' --
Executing command (/home/talus/vendor/phpunit/phpunit): git remote set-url origin 'https://github.com/sebastianbergmann/phpunit.git'
Executing command (/home/talus/vendor/phpunit/phpunit): git remote set-url --push origin 'git@github.com:sebastianbergmann/phpunit.git'
Executing command (/home/talus/vendor/phpunit/phpunit): git log ed084be6b5b912f11c3559e17110f8d8a1e3a8a1..2c6da3536035617bae3fe3db37283c9e0eb63ab3 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      2c6da35 - Sebastian Bergmann: Prepare release
      c5c4d4e - Sebastian Bergmann: Closes #2134
      ef8362f - Sebastian Bergmann: Closes https://github.com/sebastianbergmann/phpunit-mock-objects/issues/301
      412700d - Giorgio Sironi: Closes #1295: the behavior does not happen anymore
      3f8cc6c - Valentin Kunz: fix prettifier for trivial test name: test
      92378fb - Sebastian Bergmann: Merge branch '5.2' into 5.3
      94a288a - Sebastian Bergmann: Merge branch '5.1' into 5.2
      193ad63 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      341540e - Sebastian Bergmann: Merge branch '4.8' into 5.0
      496745a - Michael Kühn: allow unordered occurend of phpType elements
      d167376 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      d2e067e - Sebastian Bergmann: Merge branch '5.1' into 5.2
      482ede9 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      5433b6d - Sebastian Bergmann: Merge branch '4.8' into 5.0
      f9733ae - Sebastian Bergmann: Leftover from 477f77eb841cd7c8ff27351d8d57e72e7df26d23
      34a3acb - Sebastian Bergmann: Prepare release
      ea6ed95 - Sebastian Bergmann: Closes #2128
      3b3b093 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      794a9ab - Sebastian Bergmann: Merge branch '5.1' into 5.2
      cf706ca - Sebastian Bergmann: Merge branch '5.0' into 5.1
      9587a90 - Sebastian Bergmann: Merge branch '4.8' into 5.0
      477f77e - Sebastian Bergmann: Simplify
      bb9eb62 - Sebastian Bergmann: Fix CS/WS issues
      7410931 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      7df4762 - Sebastian Bergmann: Fix CS/WS issues
      edbb269 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      afef8e1 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      a085160 - Sebastian Bergmann: Fix CS/WS issue
      80b8b4d - Sebastian Bergmann: Merge branch '5.2' into 5.3
      b159652 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      c21a401 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      44158c9 - Sebastian Bergmann: Merge branch '4.8' into 5.0
      d667a50 - Sebastian Bergmann: Fix CS/WS issue
      3946af2 - Sebastian Bergmann: Make nightly builds (of master) instead of alpha / beta builds
      328687f - Sebastian Bergmann: Test with PHP nightly on Travis
      d02af40 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      10f73f4 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      2c42739 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      90ad54f - Sebastian Bergmann: Merge branch '4.8' into 5.0
      ee7a4e4 - Sebastian Bergmann: Remove unused namespace
      068c90e - Sebastian Bergmann: Merge branch '5.2' into 5.3
      7fbe118 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      b911be4 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      ae8bc73 - Stefan Hüsges: Fix version number
      7b8152e - Stefan Hüsges: Fix version number
      612e505 - Sebastian Bergmann: Revert "Use Ant on Travis"
      d24b482 - Sebastian Bergmann: Use Ant on Travis
      7a074fa - Sebastian Bergmann: Merge branch '5.2' into 5.3
      8504643 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      b1a53bd - Sebastian Bergmann: Merge branch '5.0' into 5.1
      b209b4d - Sebastian Bergmann: Merge branch '4.8' into 5.0
      909b21d - Sebastian Bergmann: Leftover from d2e27a5ebeb713947c764555ceb945bc82fd1ebf
      e313c57 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      1268272 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      8da58bf - Sebastian Bergmann: Merge branch '5.0' into 5.1
      f2a646c - Sebastian Bergmann: Do not use unbound version constraint
      b807eca - Sebastian Bergmann: Merge branch '4.8' into 5.0
      d2e27a5 - Sebastian Bergmann: Cleanup
      d02509f - Sebastian Bergmann: Merge branch '5.2' into 5.3
      365cc2e - Sebastian Bergmann: Merge branch '5.1' into 5.2
      aa3669b - Sebastian Bergmann: Merge branch '5.0' into 5.1
      626a90d - Sebastian Bergmann: Merge branch '4.8' into 5.0
      78e05b2 - Sebastian Bergmann: Do not use unbound version constraint
      bfd7ca7 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      0ab6606 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      1ce85a5 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      f7e72b1 - Sebastian Bergmann: Merge branch '4.8' into 5.0
      f9297c1 - Sebastian Bergmann: Closes #2127
      4b22861 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      7ca9e21 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      e694f63 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      a9fbf47 - Sebastian Bergmann: Merge branch '4.8' into 5.0
      b958a6c - Sebastian Bergmann: Remove IRC link
      dd30018 - Sebastian Bergmann: Prepare release
      0dd12d2 - Sebastian Bergmann: Use stable dependencies in preparation for PHPUnit 5.3.0
      6677681 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      6f0948b - Sebastian Bergmann: Prepare release
      3ba9516 - Sebastian Bergmann: Revert "fix prophecy prediction checks for php 7.0"
      3f17457 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      b1d6882 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      7488173 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      250fd93 - Sebastian Bergmann: Merge branch '4.8' into 5.0
      1a1b632 - Sebastian Bergmann: Closes #2112
      e409139 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      94b953a - Sebastian Bergmann: Prepare release
      fd53a63 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      7e06dc9 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      0407ea8 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      a10c3a5 - Sebastian Bergmann: Merge branch '4.8' into 5.0
      a1066c5 - Sebastian Bergmann: Prepare release
      10a2f5a - Sebastian Bergmann: Update ChangeLog
      0774df6 - Dominik del Bondio: fix prophecy prediction checks for php 7.0
      34fb48d - Sebastian Bergmann: Merge branch '5.2' into 5.3
      2570fd5 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      adde176 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      14348ad - Sebastian Bergmann: Merge branch '4.8' into 5.0
      7718ed2 - Sebastian Bergmann: Update ChangeLog
      3beb5dd - Sebastian Bergmann: Merge branch '5.2' into 5.3
      e4a3568 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      9e04feb - Sebastian Bergmann: Merge branch '5.0' into 5.1
      3cc60fa - Sebastian Bergmann: Merge branch '4.8' into 5.0
      e423359 - Sebastian Bergmann: Improve readability
      7557e56 - Sebastian Bergmann: Reorganize
      8f1cc54 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      8400757 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      0d73782 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      1d39741 - Sebastian Bergmann: Unset global variable that holds PHPUnit_Util_Configuration instance
      a093bd8 - Sebastian Bergmann: Unset global variable that holds PHPUnit_Util_Configuration instance
      dac66bf - Sebastian Bergmann: Merge branch '5.2' into 5.3
      5760330 - Sebastian Bergmann: Closes #2094
      c4f4435 - Sebastian Bergmann: Finish work on https://github.com/sebastianbergmann/phpunit-mock-objects/issues/296
      89aaf67 - Sebastian Bergmann: Delete (how did this get here?)
      e89e963 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      37fa29b - Sebastian Bergmann: Prepare release
      2f360b7 - Sebastian Bergmann: Fix a bug that caused no code coverage to be generated for tests that execute custom comparators
      a238e71 - Sebastian Bergmann: Remove superfluous configuration option
      5ef3b58 - Sebastian Bergmann: Fix version number
      6824d3c - Sebastian Bergmann: Fix whitespace
      d47175a - Sebastian Bergmann: Merge branch '5.2' into 5.3
      dbd80d7 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      8509981 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      e9a69af - Sebastian Bergmann: Merge branch '4.8' into 5.0
      264188d - Sebastian Bergmann: Update ChangeLog
      5a93352 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      0a6c20f - Sebastian Bergmann: Merge branch '5.1' into 5.2
      1c06c4e - Sebastian Bergmann: Merge branch '5.0' into 5.1
      8f178ac - Sebastian Bergmann: Merge branch '4.8' into 5.0
      72bd997 - Sebastian Bergmann: Closes #2039
      d45bada - Sebastian Bergmann: Merge branch '5.2' into 5.3
      7467a57 - Sebastian Bergmann: Closes #2039
      8354643 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      8a509b2 - Sebastian Bergmann: Closes #2062
      b12b9c3 - Sebastian Bergmann: Prepare release
      d1a9282 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      e0053e6 - Sebastian Bergmann: Leftover from 3279992365cbae9d08d7bad896ef16d8d8b780d7
      94750eb - Sebastian Bergmann: Update ChangeLog
      8f3be95 - Remi Collet: compatibility with old version, allow NULL as message
      6420a30 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      3279992 - Sebastian Bergmann: Tweak
      2fddb82 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      792b445 - Sebastian Bergmann: Fix whitespace
      6156436 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      0b2946c - Sebastian Bergmann: Prepare release
      49473e9 - Sebastian Bergmann: Update ChangeLog
      3204a44 - Marco Pivetta: Bumping dependency to php-code-coverage to properly support PHP 7 tokens
      afb8269 - Jan-Paul Kleemans: assertNull() before assertNotNull()
      211c394 - Sebastian Bergmann: Start development of PHPUnit 5.3
      6d5d07d - Sebastian Bergmann: Merge branch '5.2' into 5.3
      df12915 - Sebastian Bergmann: Leftover from b620f487c67033b46f4b53223ca05247dfa8d7db
      fe0a5c0 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      0737016 - Sebastian Bergmann: Prepare release
      ac5a87a - Sebastian Bergmann: Merge branch '5.2' into 5.3
      b620f48 - Sebastian Bergmann: Improve the typography of the TestDox HTML report
      3c37dbb - Sebastian Bergmann: Fix version
      07baf95 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      98f5f04 - Sebastian Bergmann: Prepare release
      a56e1de - Sebastian Bergmann: Properly handle PHPUnit_Framework_InvalidCoversTargetException
      b0d0b4d - Sebastian Bergmann: Rename variable
      0e25f43 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      db79855 - Sebastian Bergmann: Leftover from 047e68872c4d23fc33643443a0b08b6376d3d928
      5c30234 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      1b2772c - Sebastian Bergmann: Prepare release
      047e688 - Sebastian Bergmann: Closes #2076
      b8df299 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      ebde9ba - Sebastian Bergmann: Prepare release
      16808de - Sebastian Bergmann: Merge branch '5.1' into 5.2
      181fcc6 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      1769c1d - Sebastian Bergmann: Merge branch '4.8' into 5.0
      6e35126 - Sebastian Bergmann: Prepare release
      5a77be8 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      c9547de - Sebastian Bergmann: Update ChangeLog
      0dee2a5 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      7896d6a - Sebastian Bergmann: Merge branch '5.1' into 5.2
      2a58d0f - Sebastian Bergmann: Merge branch '5.0' into 5.1
      3f5d40e - Sebastian Bergmann: Merge branch '4.8' into 5.0
      4b3272e - Sebastian Bergmann: Closes #2072
      62de052 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      6fdb1d3 - Sebastian Bergmann: Prepare release
      1120df3 - Sebastian Bergmann: Revert "Closes #1899"
      ac0528f - Sebastian Bergmann: Implement new risky test check
      700f016 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      64c3780 - Sebastian Bergmann: Prepare release
      60ff350 - Sebastian Bergmann: Update ChangeLog
      f40d1fb - Sebastian Bergmann: Revert "Closes #1902"
      3fdc540 - Sebastian Bergmann: Revert "Improve upon 22df98f7c5e2726af05f26b9d3b1ccaaf32a5224"
      e7bd853 - Jan-Paul Kleemans: Place assertJsonFileEqualsJsonFile() before assertJsonFileNotEqualsJsonFile()
      0cd5154 - Sebastian Bergmann: Start development of PHPUnit 5.3
      40d3245 - Sebastian Bergmann: Prepare release
      5d199de - Sebastian Bergmann: Merge branch '5.2' into 5.3
      ee533ea - Sebastian Bergmann: Closes #2060
      d5a3df2 - Sebastian Bergmann: Prepare release
      f9e083c - Sebastian Bergmann: Merge branch '5.2' into 5.3
      0864574 - Sebastian Bergmann: Bump
      7190d43 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      95e6467 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      ac5f188 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      131c819 - Sebastian Bergmann: Merge branch '4.8' into 5.0
      1ae3a68 - Thijs Wenker: fix for missing loggerType coverage-xml in .xsd
      4636c33 - Sebastian Bergmann: Merge branch '5.2' into 5.3
      b956302 - Sebastian Bergmann: Fix version
      fdf0113 - Sebastian Bergmann: Merge branch '5.2'
      6290078 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      9741be2 - Sebastian Bergmann: Leftover from d0f7ae467dcbe7a6ad050540c9d1d39a7aefff26
      81e6aab - Sebastian Bergmann: Merge branch '5.2'
      658cb65 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      670e0f9 - Sebastian Bergmann: Merge branch '5.1'
      d0f7ae4 - Sebastian Bergmann: Prepare release
      4ad2f30 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      65a5b2d - Sebastian Bergmann: Merge branch '4.8' into 5.0
      dfb11aa - Sebastian Bergmann: Prepare release
      c820f91 - Sebastian Bergmann: Fix CS/WS issues
      3f1a04a - Sebastian Bergmann: Update ChangeLog
      02bc819 - Gintautas Miselis: Validate $actual parameter of PHPUnit_Util_XML::load and throw default exception message instead of empty message
      374e1d4 - Sebastian Bergmann: Merge branch '5.2'
      e26342b - Sebastian Bergmann: Fix
      ec167f4 - Sebastian Bergmann: Fix
      0744049 - Sebastian Bergmann: Merge branch '5.2'
      b7eea18 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      72e9213 - Sebastian Bergmann: Prepare release
      9f094f2 - Sebastian Bergmann: Revert "Initial work on a fix for #2049"
      f87bd15 - Sebastian Bergmann: Merge branch '5.2'
      ca81175 - Sebastian Bergmann: Fix
      4f12f65 - Sebastian Bergmann: Merge branch '5.2'
      9129899 - Sebastian Bergmann: Fix docblock
      62af499 - Sebastian Bergmann: Leftover from 580f71513dfa67056c8ea2f2035e3759d17485a2
      728dcb1 - Sebastian Bergmann: Prepare release
      ff15016 - Sebastian Bergmann: Merge branch '5.2'
      7dad9f3 - Sebastian Bergmann: Use stable dependencies in preparation for PHPUnit 5.2.0
      2026007 - Sebastian Bergmann: Improve the passing of test doubles from one test to another
      16237aa - Sebastian Bergmann: Merge branch '5.2'
      945bee3 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      55cca0f - Sebastian Bergmann: Initial work on a fix for #2049
      d7b2330 - Sebastian Bergmann: Merge branch '5.2'
      27d9cea - Sebastian Bergmann: Merge branch '5.1' into 5.2
      52d7785 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      a7a79ef - Sebastian Bergmann: Merge branch '4.8' into 5.0
      acbb9e4 - Sebastian Bergmann: Closes #2040
      5065b22 - Sebastian Bergmann: Merge branch '5.2'
      b2ff812 - Sebastian Bergmann: Leftover from de20c6060c06c5691937c1895df03849ab898350
      133bb3e - Sebastian Bergmann: Merge branch '5.2'
      6b71d18 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      b57a49a - Sebastian Bergmann: Merge branch '5.0' into 5.1
      db2b143 - Sebastian Bergmann: Merge branch '4.8' into 5.0
      7f07877 - Sebastian Bergmann: Bump year
      e437d4a - Sebastian Bergmann: Merge branch '5.2'
      de20c60 - Sebastian Bergmann: Rename configuration setting for #1899
      8f4ea63 - Sebastian Bergmann: Update documentation for #1899
      94173b2 - Sebastian Bergmann: Merge branch '5.2'
      beb60d9 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      0827f25 - Sebastian Bergmann: Fix CS/WS issues
      38a9bd3 - Sebastian Bergmann: Update ChangeLog
      c49df50 - Sebastian Bergmann: Improve fix
      ddf2204 - Sebastian Bergmann: Fix bug
      1d26966 - Sebastian Bergmann: Add --generate-configuration option to generate an XML configuration file with suggested settings
      a3a1874 - Sebastian Bergmann: Merge branch '5.2'
      f90fc56 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      dd0ef04 - Sebastian Bergmann: Update ChangeLog
      e644a59 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      6bf2df4 - Sebastian Bergmann: Improve fix
      b393bde - Sebastian Bergmann: Merge branch '4.8' into 5.0
      539497c - Sebastian Bergmann: Fix bug
      cda056c - Sebastian Bergmann: Merge branch '5.2'
      c91ffc7 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      676c25c - Sebastian Bergmann: Prepare release
      e15110f - Sebastian Bergmann: Merge branch '5.2'
      fa230bb - Sebastian Bergmann: Remove mapTestClassNameToCoveredClassName configuration setting (the functionality controlled by this has never worked and will be removed from PHP_CodeCoverage)
      2923801 - Sebastian Bergmann: Merge branch '5.2'
      580f715 - Sebastian Bergmann: Closes #1899
      938daf8 - Sebastian Bergmann: Merge branch '5.2'
      f5e1716 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      1193e1f - Sebastian Bergmann: Merge branch '5.1' into 5.2
      3c73548 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      0dd5ea5 - Sebastian Bergmann: Merge branch '4.8' into 5.0
      d0896b4 - Sebastian Bergmann: Revert "Upgrade Prophecy to work with PHP 7 Scalar Type Hints"
      6e6a23f - Daniel Lima: Upgrade Prophecy to work with PHP 7 Scalar Type Hints
      b97fb92 - Sebastian Bergmann: Leftover from 01b08ef220b410238cba772b1a45e471337115d9
      99f4303 - Daniel Lima: Upgrade Prophecy to work with PHP 7 Scalar Type Hints
      2c2ddf6 - Sebastian Bergmann: Leftover from 01b08ef220b410238cba772b1a45e471337115d9
      c42d52e - Daniel Lima: Upgrade Prophecy to work with PHP 7 Scalar Type Hints
      ea87587 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      39c2614 - Sebastian Bergmann: Merge branch '4.8' into 5.0
      dbcb9ba - Daniel Lima: Upgrade Prophecy to work with PHP 7 Scalar Type Hints
      61ea97f - Sebastian Bergmann: Merge branch '5.2'
      0f81de3 - Sebastian Bergmann: Leftover from 55d97d56696d5f6dee02732c08212ec519057803
      d9f7261 - Sebastian Bergmann: Merge branch '5.2'
      adc0bc3 - Sebastian Bergmann: Fugbix typo
      8f4282d - Sebastian Bergmann: Merge branch '5.2'
      8c643aa - Sebastian Bergmann: Fix CS/WS issue
      55d97d5 - Sebastian Bergmann: More work on API for exception expectations
      ea76b17 - Sebastian Bergmann: Prepare release
      d21d980 - Sebastian Bergmann: Update ChangeLog
      ed8a0ae - Sebastian Bergmann: Revert "Make it clear (in code) that PHPUnit 4.8 is not supported on PHP 7"
      90ba2a8 - Sebastian Bergmann: Revert "Leftover from 01b08ef220b410238cba772b1a45e471337115d9"
      b8c914e - Sebastian Bergmann: Add PHPUnit_Framework_TestCase::setExpectedExceptionCode() and PHPUnit_Framework_TestCase::setExpectedExceptionMessage()
      13305a6 - Sebastian Bergmann: Add PHPUnit_Framework_TestCase::setExpectedExceptionCode() and PHPUnit_Framework_TestCase::setExpectedExceptionMessage()
      9c7c323 - Sebastian Bergmann: Leftover from 01b08ef220b410238cba772b1a45e471337115d9
      b13f26b - Sebastian Bergmann: Merge branch '5.2'
      ccdf5e8 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      1f44c09 - Sebastian Bergmann: Closes #1959
      805d462 - Sebastian Bergmann: Merge branch '5.2'
      d3b91bf - Sebastian Bergmann: Merge branch '5.1' into 5.2
      c047ff0 - Sebastian Bergmann: Prepare release
      17bb598 - Sebastian Bergmann: Merge branch '5.2'
      0bad729 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      087ce9f - Sebastian Bergmann: Merge branch '5.0' into 5.1
      a3d4eaf - Sebastian Bergmann: Merge branch '4.8' into 5.0
      7438c43 - Sebastian Bergmann: Leftover from 83498fee4d9272cc5c59630cc2be939accdcc74b
      0cbcad0 - Sebastian Bergmann: Prepare release
      01b08ef - Sebastian Bergmann: Make it clear (in code) that PHPUnit 4.8 is not supported on PHP 7
      cb05da8 - Sebastian Bergmann: Merge branch '5.2'
      bea64c7 - Sebastian Bergmann: Rename --disable-ignore-coverage to --disable-coverage-ignore
      8e0213e - Sebastian Bergmann: Fix CS/WS issues
      9d80f19 - Sebastian Bergmann: Update ChangeLog
      78aa9af - Tim Younger: disable-code-coverage-ignore - add new --disable-ignore-coverage flag to disable @codeCoverageIgnore annotation in coverage reports. add --disable-ignore-coverage to help menu, and update @large help.phpt and help2.phpt tests to support the change. add two new phpt tests to demonstrate functionality and output when --disable-ignore-coverage is included and when it is excluded by printing the coverage summary text to stdout.
      e1c99d4 - Sebastian Bergmann: Bump dependency
      0e8b86d - Sebastian Bergmann: Update ChangeLog
      085e14f - Sebastian Bergmann: Add note
      ba09951 - Aaron Piotrowski: Allow throwing any Throwable
      9e86c85 - Sebastian Bergmann: Merge branch '5.2'
      d95ff66 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      ad2018c - Sebastian Bergmann: Merge branch '5.0' into 5.1
      7e40673 - Sebastian Bergmann: Emulate PHP 5.6 when installing dependencies (during PHAR build, for instance)
      9d99634 - Sebastian Bergmann: Merge branch '4.8' into 5.0
      83498fe - Sebastian Bergmann: Emulate PHP 5.3.3 when installing dependencies (during PHAR build, for instance)
      d9d6eee - Sebastian Bergmann: Merge branch '5.2'
      564b7f4 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      119ddce - Sebastian Bergmann: Prepare release
      6c3df67 - Sebastian Bergmann: Revert "Closes #1616"
      baa4e32 - Sebastian Bergmann: Prepare release
      37294fc - Sebastian Bergmann: Merge branch '5.2'
      da3e8ce - Sebastian Bergmann: Merge branch '5.1' into 5.2
      073c4de - Sebastian Bergmann: Fix backwards compatibility break
      16adfb3 - Sebastian Bergmann: Update ChangeLog
      a46980c - Sebastian Bergmann: Fix CS/WS issues
      fb73a86 - Davey Shafik: Support operators in requirment annotations
      a691c16 - Sebastian Bergmann: Fix bad merge
      e417cab - Sebastian Bergmann: Start development of PHPUnit 5.3
      433ad07 - Sebastian Bergmann: Fix
      01fb974 - Sebastian Bergmann: Prepare release
      9104a4e - Sebastian Bergmann: Prepare release
      eb8df15 - Sebastian Bergmann: Merge branch '4.8' into 5.0
      b2caaf8 - Sebastian Bergmann: Prepare release
      73a03d0 - Sebastian Bergmann: Update ChangeLog
      2b0bad8 - Sebastian Bergmann: Fix CS/WS issues
      97e62a5 - Sebastian Bergmann: Merge branch '5.1'
      a4d5741 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      90d8cab - Sebastian Bergmann: Fix CS/WS issues
      b1c0f47 - Sebastian Heuer: add test for specific extension version in Framework_TestCaseTest
      b8e6823 - Sebastian Heuer: #1912 add requirement for minimum extension version
      16dec32 - Sebastian Bergmann: Merge branch '5.1'
      1059fcc - Sebastian Bergmann: Update branch information
      0f8a944 - Sebastian Bergmann: Merge branch '5.1'
      d157706 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      4e33dd3 - Sebastian Bergmann: Update branch information
      40f5775 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      5ac452f - Sebastian Bergmann: Merge branch '5.0' into 5.1
      ac2e32c - Sebastian Bergmann: Closes #1953
      8c27962 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      c23a517 - Nicolas Grekas: Fix insulated tests with phpdbg
      fac3d00 - Sebastian Bergmann: Merge branch '4.8' into 5.0
      d82e69c - Sebastian Bergmann: Update ChangeLog
      3aaddb1 - Nicolas Grekas: Fix insulated tests with phpdbg
      e0b577e - Sebastian Bergmann: Merge branch '5.1' into 5.2
      8fa7068 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      c650009 - Sebastian Bergmann: Merge branch '4.8' into 5.0
      6f9251d - Sebastian Bergmann: Leftover from fa33d4ad96481b91df343d83e8c8aabed6b1dfd3
      fa33d4a - Sebastian Bergmann: Prepare release
      f8db6b3 - Sebastian Bergmann: Revert 54ee96ae79a6d73b9855658d7bdf651947a5b5d7
      c65dd07 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      c2834d3 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      62b6a19 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      cfee5ac - Sebastian Bergmann: Merge branch '5.0' into 5.1
      7a1a264 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      fd0164b - Sebastian Bergmann: Merge branch '5.0' into 5.1
      cd2a67b - Sebastian Bergmann: Merge branch '5.1' into 5.2
      f9ec846 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      14ff4b3 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      9ca9f77 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      9e6f9e2 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      632269a - Sebastian Bergmann: Merge branch '5.0' into 5.1
      2acb6ac - Sebastian Bergmann: Merge branch '5.1' into 5.2
      e558d22 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      843f1bc - Sebastian Bergmann: Merge branch '5.1' into 5.2
      8a00309 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      e7e504a - Sebastian Bergmann: Merge branch '5.1' into 5.2
      fa0544e - Sebastian Bergmann: Merge branch '5.0' into 5.1
      10bb021 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      34e70c8 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      93e149e - Sebastian Bergmann: Merge branch '5.1' into 5.2
      ae21fe5 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      d5f3e04 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      f884665 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      ed7bc23 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      3a74b28 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      ee6cb73 - Sebastian Bergmann: Leftover from 7e06a82806be004cbfd30a02d92162e9ed4abc7c
      674c856 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      8e79a09 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      84662ac - Sebastian Bergmann: Merge branch '5.1' into 5.2
      de02554 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      0a5c3a9 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      df5e8c2 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      79096f8 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      15f435c - Sebastian Bergmann: Merge branch '5.0' into 5.1
      f15e76e - Sebastian Bergmann: Update ChangeLog
      cda864d - Eric Stern: Allow @coversDefaultClass annotation to work on traits
      100a695 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      ce594d1 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      c3b96e6 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      8cb498a - Sebastian Bergmann: Closes #1616
      bc1ff1e - Sebastian Bergmann: Merge branch '5.1' into 5.2
      1a8d4b3 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      180ccaa - Sebastian Bergmann: Merge branch '5.1' into 5.2
      6ff0e9a - Sebastian Bergmann: Merge branch '5.0' into 5.1
      e649086 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      b432b3b - Sebastian Bergmann: Merge branch '5.0' into 5.1
      9122606 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      19842ae - Sebastian Bergmann: Merge branch '5.0' into 5.1
      7ae21aa - Sebastian Bergmann: Merge branch '5.1' into 5.2
      a2f9620 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      5f2c692 - Sebastian Bergmann: Fugbix typo
      7e06a82 - Sebastian Bergmann: Closes #1905
      c8ac190 - Sebastian Bergmann: Improve upon 22df98f7c5e2726af05f26b9d3b1ccaaf32a5224
      22df98f - Sebastian Bergmann: Closes #1902
      91c27e2 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      b6acd49 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      034e503 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      acc4e6d - Sebastian Bergmann: Merge branch '5.0' into 5.1
      bd6e392 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      34b3f70 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      be3b555 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      309afc5 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      af124ca - Sebastian Bergmann: Merge branch '5.1' into 5.2
      2d92a92 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      b6f7e33 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      6b8aad6 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      95c182c - Sebastian Bergmann: Merge branch '5.1' into 5.2
      6041223 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      d53fb30 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      a9ba9de - Sebastian Bergmann: Merge branch '5.0' into 5.1
      c1ec3f6 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      4c03656 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      0c142c6 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      2802142 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      a9896e4 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      b747e21 - Sebastian Bergmann: Prefer more stable packages over unstable ones when finding compatible stable packages is possible
      0918667 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      4385084 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      f5c1b34 - Sebastian Bergmann: Merge branch '5.1' into 5.2
      e9a2887 - Sebastian Bergmann: Update ChangeLog
      6842f61 - Carson Full: Clean up unnecessary variable for prettifying text method
      7cbc9c4 - Carson Full: Added support for @testdox annotations on classes
      6d2ba36 - Sebastian Bergmann: Create branch for PHPUnit 5.2 development
      fa3886e - Sebastian Bergmann: Merge branch '5.0' into 5.1
      6ec7b8e - Sebastian Bergmann: Merge branch '5.0' into 5.1
      100d978 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      a0bcf0b - Sebastian Bergmann: Merge branch '5.0' into 5.1
      ceda83e - Sebastian Bergmann: Merge branch '5.0' into 5.1
      7ecf192 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      87f208b - Sebastian Bergmann: Merge branch '5.0' into 5.1
      f5a5387 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      62900e0 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      97cf989 - Sebastian Bergmann: Merge branch '5.0' into 5.1
      d4381af - Sebastian Bergmann: Merge branch '5.0' into 5.1
      1450494 - Sebastian Bergmann: Merge branch '5.0'
      e1ae295 - Sebastian Bergmann: Merge branch '5.0'
      562db9b - Sebastian Bergmann: Implement addWarning() method
      61e2afa - Sebastian Bergmann: Merge branch '5.0'
      49aa285 - Sebastian Bergmann: Merge branch '5.0'
      1999279 - Sebastian Bergmann: Merge branch '5.0'
      ab7300c - Sebastian Bergmann: Merge branch '5.0'
      2aa3b56 - Sebastian Bergmann: Merge branch '5.0'
      3ec79bb - Sebastian Bergmann: Merge branch '5.0'
      87227d4 - Sebastian Bergmann: Merge branch '5.0'
      615f18d - Sebastian Bergmann: Merge branch '5.0'
      bbcc371 - Sebastian Bergmann: Merge branch '5.0'
      9b485d8 - Sebastian Bergmann: Merge branch '5.0'
      e858fbe - Sebastian Bergmann: Merge branch '5.0'
      764a68d - Sebastian Bergmann: Merge branch '5.0'
      280cf4d - Sebastian Bergmann: Merge branch '5.0'
      7cac476 - Sebastian Bergmann: Merge branch '5.0'
      afbc93e - Sebastian Bergmann: Update ChangeLog
      a36c9dd - Shaked Klein Orbach: Closes #1802
      672bc25 - Sebastian Bergmann: Merge branch '5.0'
      0d7b83e - Sebastian Bergmann: Merge branch '5.0'
      9ce5575 - Sebastian Bergmann: Merge branch '5.0'
      234c2cd - Sebastian Bergmann: Merge branch '5.0'
      4e34e5b - Sebastian Bergmann: Merge branch '5.0'
      d05c081 - Sebastian Bergmann: Merge branch '5.0'
      4c13727 - Sebastian Bergmann: Merge branch '5.0'
      716db1c - Sebastian Bergmann: Update ChangeLog
      3400886 - Sebastian Bergmann: Fix CS/WS issues
      410644e - Henrique Moody: Redirect STDERR to STDOUT when running PHPT tests
      ec0f154 - Sebastian Bergmann: Update ChangeLog
      9735163 - Sebastian Bergmann: Fix CS/WS issues
      cff4b85 - Henrique Moody: Implement EXPECTREGEX section for PHPT test cases
      6865568 - Henrique Moody: Implement CLEAN section for PHPT test cases
      6853c4f - Henrique Moody: Define PHPUnit_Util_PHP instance on PhptTestCase
      f0bf0a4 - Sebastian Bergmann: Merge branch '5.0'
      f6bd0ce - Sebastian Bergmann: Merge branch '5.0'
      b2ae4e3 - Sebastian Bergmann: Merge branch '5.0'
      d4604a4 - Sebastian Bergmann: Merge branch '5.0'
      22d605f - Sebastian Bergmann: Merge branch '5.0'
      517e6d7 - Sebastian Bergmann: Merge branch '5.0'
      1169780 - Sebastian Bergmann: Update
      3dff937 - Sebastian Bergmann: Merge branch '5.0'
      46aced0 - Sebastian Bergmann: Merge branch '5.0'
      7b829a0 - Sebastian Bergmann: Merge branch '5.0'
      125c01d - Sebastian Bergmann: Update branch information

    REASON: Required by the root package: Install command rule (install phpunit/phpunit 5.3.0|install phpunit/phpunit 5.3.1|install phpunit/phpunit 5.3.2)

  - Installing techlivezheng/phpctags (0.6.0)
Downloading https://api.github.com/repos/vim-php/phpctags/zipball/8af9ee2de886dd67e8feb87bb42f89d63d4ac94d
    Downloading: 100%
Writing /home/talus/.composer/cache/files/techlivezheng/phpctags/027ff8512b906bc1d2c6eac0154f38290957f365.zip into cache from /home/talus/vendor/techlivezheng/phpctags/c05fde6caaf4b299eb321d74c66483f3
    Extracting archive
Executing command (CWD): unzip '/home/talus/vendor/techlivezheng/phpctags/c05fde6caaf4b299eb321d74c66483f3' -d '/home/talus/vendor/composer/7f23ff29' && chmod -R u+w '/home/talus/vendor/composer/7f23ff29'

    Skipped installation of bin bin/phpctags for package techlivezheng/phpctags: name conflicts with an existing file
    REASON: Required by the root package: Install command rule (install techlivezheng/phpctags 0.6.0)

  - Installing etsy/phan (0.2)
Downloading https://api.github.com/repos/etsy/phan/zipball/4c136854a4a07eeb064b3313bb928ea04254e310
    Downloading: 100%
Writing /home/talus/.composer/cache/files/etsy/phan/266744587585eff2fea284652ca8d280860fda53.zip into cache from /home/talus/vendor/etsy/phan/762a0b71c4a44a5a76a3f4b3dd4d2999
    Extracting archive
Executing command (CWD): unzip '/home/talus/vendor/etsy/phan/762a0b71c4a44a5a76a3f4b3dd4d2999' -d '/home/talus/vendor/composer/b8d50a69' && chmod -R u+w '/home/talus/vendor/composer/b8d50a69'

    Skipped installation of bin phan for package etsy/phan: name conflicts with an existing file
    REASON: Required by the root package: Install command rule (install etsy/phan 0.2)

  - Installing sebastian/git (2.1.1)
Reading /home/talus/.composer/cache/files/sebastian/git/ad24777b3b3a8c78cd48e087aff1a2e7c185be88.zip from cache
    Loading from cache
    Extracting archive
Executing command (CWD): unzip '/home/talus/vendor/sebastian/git/51527f300a906ad9f796d6515118a217' -d '/home/talus/vendor/composer/1fc8250d' && chmod -R u+w '/home/talus/vendor/composer/1fc8250d'

    REASON: phploc/phploc 3.0.1 requires sebastian/git ~2.1 -> satisfiable by sebastian/git[2.1.0, 2.1.1].

  - Installing symfony/finder (v3.0.4)
Reading /home/talus/.composer/cache/files/symfony/finder/4e3de0e400af85b97b11dbfd3b0b466cc48d864c.zip from cache
    Loading from cache
    Extracting archive
Executing command (CWD): unzip '/home/talus/vendor/symfony/finder/7017fbe2d9b15c0bde5208194f8e53bd' -d '/home/talus/vendor/composer/33bb4e9b' && chmod -R u+w '/home/talus/vendor/composer/33bb4e9b'

    REASON: sebastian/finder-facade 1.2.1 requires symfony/finder ~2.3|~3.0 -> satisfiable by symfony/finder[v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.10, v2.7.11, v2.7.2, v2.7.3, v2.7.4, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.1, v2.8.2, v2.8.3, v2.8.4, v3.0.0, v3.0.1, v3.0.2, v3.0.3, v3.0.4].

  - Installing theseer/fdomdocument (1.6.1)
Downloading https://api.github.com/repos/theseer/fDOMDocument/zipball/d9ad139d6c2e8edf5e313ffbe37ff13344cf0684
    Downloading: 100%
Writing /home/talus/.composer/cache/files/theseer/fdomdocument/a68607e3eebe8cf825597b9096d608e6e187e0d7.zip into cache from /home/talus/vendor/theseer/fdomdocument/a993b615cf411ca79831e0a5b13a1497
    Extracting archive
Executing command (CWD): unzip '/home/talus/vendor/theseer/fdomdocument/a993b615cf411ca79831e0a5b13a1497' -d '/home/talus/vendor/composer/e6d8c2ce' && chmod -R u+w '/home/talus/vendor/composer/e6d8c2ce'

    REASON: sebastian/finder-facade 1.2.1 requires theseer/fdomdocument ~1.3 -> satisfiable by theseer/fdomdocument[1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.5.0, 1.6.0, 1.6.1].

  - Installing sebastian/finder-facade (1.2.1)
Reading /home/talus/.composer/cache/files/sebastian/finder-facade/d90e9f8938ab13abc3974db5305e0c67145c5278.zip from cache
    Loading from cache
    Extracting archive
Executing command (CWD): unzip '/home/talus/vendor/sebastian/finder-facade/38b1d6f33485707253f925efc4c46b66' -d '/home/talus/vendor/composer/d89b0694' && chmod -R u+w '/home/talus/vendor/composer/d89b0694'

    REASON: phploc/phploc 3.0.1 requires sebastian/finder-facade ~1.1 -> satisfiable by sebastian/finder-facade[1.1.0, 1.2.0, 1.2.1].

  - Installing phploc/phploc (3.0.1)
Downloading https://api.github.com/repos/sebastianbergmann/phploc/zipball/74f917e6f80f291856989960d31afa44a4196859
    Downloading: 100%
Writing /home/talus/.composer/cache/files/phploc/phploc/8f5983383c6a7dba2d6bad610538d13722543c81.zip into cache from /home/talus/vendor/phploc/phploc/cff6cd2b0fc52f1341eec953e5a60e47
    Extracting archive
Executing command (CWD): unzip '/home/talus/vendor/phploc/phploc/cff6cd2b0fc52f1341eec953e5a60e47' -d '/home/talus/vendor/composer/a0b0a7c4' && chmod -R u+w '/home/talus/vendor/composer/a0b0a7c4'

    Skipped installation of bin phploc for package phploc/phploc: name conflicts with an existing file
    REASON: Required by the root package: Install command rule (install phploc/phploc 1.7.3|install phploc/phploc 1.7.4|install phploc/phploc 2.0.0|install phploc/phploc 2.0.1|install phploc/phploc 2.0.2|install phploc/phploc 2.0.3|install phploc/phploc 2.0.4|install phploc/phploc 2.0.5|install phploc/phploc 2.0.6|install phploc/phploc 2.1.0|install phploc/phploc 2.1.1|install phploc/phploc 2.1.2|install phploc/phploc 2.1.3|install phploc/phploc 2.1.4|install phploc/phploc 2.1.5|install phploc/phploc 3.0.0|install phploc/phploc 3.0.1)

Reading /home/talus/vendor/composer/installed.json
Reading ./composer.lock
Writing lock file
Generating autoload files
@stof
Copy link
Contributor

stof commented Apr 29, 2016

composer global should display a message Changed current directory to ... before the output of the original command, and this does not appear here, so it looks like the global command is not running

@Taluu
Copy link
Contributor Author

Taluu commented Apr 29, 2016

Well, there is a Changed current directory to /home/talus/.composer (in the first log).

It is also trying to load /home/talus/.composer/composer.json file, while my global composer is in ~/composer.json, maybe it's due to that ?

nevermind, the file is also in .composer (they are both links to another place)

@stof
Copy link
Contributor

stof commented Apr 29, 2016

@Taluu the global composer.json file (used by composer global) is the one in the composer home. and unless you set the COMPOSER_HOME variable, it will be ~/.composer, not ~

@Taluu
Copy link
Contributor Author

Taluu commented Apr 29, 2016

@stof Yup, as I edited above, it is also in .composer directory (it is a symlink to a cloned repository)

@alcohol
Copy link
Member

alcohol commented Apr 29, 2016

Cannot reproduce.

@Taluu
Copy link
Contributor Author

Taluu commented Apr 29, 2016

if I run the composer global update where there is no composer.json file, it looks like it updates the global packages, while if there is a composer.json file, it looks like it updates everything ? Here is the log for the composer global update -vvv command when I execute this command in the directory that has a local composer.json file :

Changed current directory to /home/talus/.composer
Loading composer repositories with package information
Updating dependencies (including require-dev)
^C
 ✘ talus@zoidberg  ~/dev/web/wisembly/back   fix-live-old-keys  composer global update -vvv
Reading ./composer.json
Loading config file ./composer.json
Checked CA file /etc/ca-certificates/extracted/tls-ca-bundle.pem: valid
Executing command (/home/talus/dev/web/wisembly/back): git branch --no-color --no-abbrev -v
Reading /home/talus/.composer/composer.json
Loading config file /home/talus/.composer/composer.json
Reading /home/talus/dev/web/wisembly/back/vendor/composer/installed.json
Reading /home/talus/.composer/vendor/composer/installed.json
Changed current directory to /home/talus/.composer
Running 6146f7aded4af85022b4d04e53143ee6bca6b456 (2016-04-28 21:38:38) with PHP 7.0.5 on Linux / 4.4.8-1-MANJARO
Loading composer repositories with package information
Downloading https://packagist.org/packages.json
Writing /home/talus/.composer/cache/repo/https---packagist.org/packages.json into cache
Updating dependencies (including require-dev)
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2013.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2014.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2015.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2015-07.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2015-10.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2016-01.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-2016-04.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/p-provider-archived.json from cache
Downloading http://packagist.org/p/provider-latest%24e7b305e9e91d2f8b9fc1ea586dd6079df7d1ef944ebb34800da5eeedfe01537a.json
Writing /home/talus/.composer/cache/repo/https---packagist.org/p-provider-latest.json into cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-evernote$evernote-cloud-sdk-php.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-psr$log.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$collections.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzlehttp$streams.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzlehttp$guzzle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-crodas$languagedetector.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$lexer.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-jdorn$sql-formatter.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$common.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$data-fixtures.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$inflector.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$cache.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$annotations.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-ezyang$htmlpurifier.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-predis$predis.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpoffice$phpexcel.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-wisembly$excelant.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$guzzle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-wisembly$semantria-php.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$event-dispatcher.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-mockery$mockery.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-behat$transliterator.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-twig$twig.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-ircmaxell$password-compat.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$security-core.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$security-acl.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-paragonie$random-compat.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-php55.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-php56.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-util.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-php70.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$process.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-kriswallsmith$assetic.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$doctrine-bridge.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$doctrine-cache-bundle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-mbstring.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$dbal.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$console.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$framework-bundle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$doctrine-bundle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$security.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$filesystem.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$stopwatch.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$templating.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$dependency-injection.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$config.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$http-foundation.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$http-kernel.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$translation.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$routing.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$finder.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$security-csrf.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$asset.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$class-loader.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$cache.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$property-access.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-php54.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$debug.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-apcu.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-psr$cache.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$doctrine-fixtures-bundle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-kriswallsmith$buzz.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-swiftmailer$swiftmailer.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$yaml.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$swiftmailer-bundle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$instantiator.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-doctrine$orm.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-twig$extensions.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sensiolabs$security-checker.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-michelf$php-markdown.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-wisembly$totem.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$inflector.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$options-resolver.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-swarrot$swarrot.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-imagine$imagine.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-algolia$algoliasearch-client-php.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-wisembly$clearbit-php.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-mikey179$vfsstream.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-php-amqplib$php-amqplib.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-jakub-onderka$php-parallel-lint.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-behat$gherkin.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$css-selector.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-tijsverkoyen$css-to-inline-styles.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$assetic-bundle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-hwi$oauth-bundle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-league$html-to-markdown.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpdocumentor$reflection-docblock.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpunit$php-token-stream.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sebastian$version.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sebastian$global-state.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sebastian$recursion-context.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sebastian$exporter.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sebastian$environment.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sebastian$diff.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sebastian$comparator.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpunit$php-text-template.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpunit$phpunit-mock-objects.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpunit$php-timer.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpunit$php-file-iterator.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpunit$php-code-coverage.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpspec$prophecy.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-dflydev$markdown.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpunit$phpunit.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-intl-icu.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$symfony.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$intl.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$icu.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-behat$behat.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-calendart$calendart.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-calendart$google-adapter.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-calendart$office365-adapter.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-mobiledetect$mobiledetectlib.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$twig-bundle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-nelmio$api-doc-bundle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$twig-bridge.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sensio$distribution-bundle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-sensio$framework-extra-bundle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-monolog$monolog.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$monolog-bridge.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$monolog-bundle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-wisembly$elephant.io.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$swiftmailer-bridge.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$common.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$http.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$parser.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$batch.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$cache.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$inflection.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$iterator.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$log.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-async.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-backoff.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-cache.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-cookie.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-curlauth.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-history.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-log.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-mock.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-oauth.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$service.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$stream.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-md5.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-error-response.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-phpdocumentor$reflection.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$browser-kit.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$debug-bundle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$dom-crawler.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$expression-language.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$form.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$ldap.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$locale.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$property-info.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$proxy-manager-bridge.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$security-guard.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$security-http.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$security-bundle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$serializer.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$validator.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$var-dumper.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-symfony$web-profiler-bundle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-videlalvaro$php-amqplib.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-kriswallsmith$spork.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-jms$serializer.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-jms$serializer-bundle.json from cache
Reading /home/talus/.composer/cache/repo/https---packagist.org/provider-taluu$totem.json from cache
Resolving dependencies through SAT
Dependency resolution completed in 5.627 seconds
Analyzed 10096 packages to resolve dependencies
Analyzed 379373 rules to resolve dependencies
Resolving dependencies through SAT
Dependency resolution completed in 0.004 seconds
  - Updating monolog/monolog (1.17.2 => 1.19.0)
Executing command (/home/talus/dev/web/wisembly/back/vendor/monolog/monolog): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/monolog/monolog): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/monolog/monolog): git remote -v
    Checking out 5f56ed5212dc509c8dc8caeba2715732abb32dbf
Executing command (/home/talus/dev/web/wisembly/back/vendor/monolog/monolog): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/monolog/monolog): git remote set-url composer 'https://github.com/Seldaek/monolog.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/monolog/monolog): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/monolog/monolog): git checkout '1.19.0' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/monolog/monolog): git reset --hard '5f56ed5212dc509c8dc8caeba2715732abb32dbf' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/monolog/monolog): git log bee7f0dc9c3e0b69a6039697533dca1e845c8c24..5f56ed5212dc509c8dc8caeba2715732abb32dbf --pretty=format:"%h - %an: %s"
    Pulling in changes:
      5f56ed5 - Jordi Boggiano: Update changelog
      a3f7c4a - Jordi Boggiano: Add getStream to the StreamHandler
      f56f296 - Jordi Boggiano: Fix handling of messages with new lines
      0e3a4bf - Jordi Boggiano: Fix bug when messages contain colons
      d18eb57 - Jordi Boggiano: Make sure levels are converted properly
      a754edc - Jordi Boggiano: Add ability to use formatter in email subject lines
      1fa91ef - Jordi Boggiano: Add DeduplicationHandler to avoid spamming the same log records over and over
      a7ade9d - Jordi Boggiano: Only close handles that have been opened by the StreamHandler, fixes #764
      ccdc8b5 - Jordi Boggiano: Truncate single messages if they go over the hipchat limit, fixes #629
      6c21baf - Jordi Boggiano: Remove 5.3.3 build as it lacks TLS
      e4ec1e1 - Jordi Boggiano: Merge pull request #763 from xabbuh/gelf-format-large-data-5.3
      48e4f91 - Jordi Boggiano: Merge pull request #761 from xabbuh/patch-1
      b437bb9 - Christian Flothmann: fix Gelf message formatter tests
      f72b503 - Christian Flothmann: extract browser detection regex into a constant
      064b38c - Jordi Boggiano: Update changelog
      6bc1a44 - Jordi Boggiano: Truncate messages if they reach the max length of GELF messages, fixes #751
      15e21f3 - chalasr: Change copyright's end date from 2015 to 2016
      7624746 - Grégoire Paris: move from abandoned package to maintained package
      1b6f1f4 - Grégoire Paris: use maintained package reference in suggestion
      dec4e57 - Jordi Boggiano: Merge pull request #758 from stof/patch-2
      96034ac - Jordi Boggiano: Merge pull request #757 from remicollet/issue-ver
      f614d44 - Christophe Coevoet: Only load mongo.so for PHP 5.x on Travis
      8cfc819 - Remi Collet: missing property
      a9ccae2 - Jordi Boggiano: Fix elastica formatter test, refs #742
      9ef18f1 - Malte Blättermann: Added millis
      a5f2734 - Jordi Boggiano: Update changelog
      50241e6 - Jean-Baptiste Nahan: Update AmqpHandlerTest.php
      f4b89ac - Jean-Baptiste Nahan: Fix content_type property
      81045d5 - Jordi Boggiano: Fix tests
      d04afcb - shiyangwu520: Update RedisHandler.php
      5085630 - Jordi Boggiano: Fix SlackHandler bug where slack drops some messages if the socket is closed too early, fixes #729
      d68b63a - Jordi Boggiano: Default to html when no content-type is set
      88e483a - John Hunt: Fixed small syntax bug with BrowserConsoleHandler preventing console output
      e19b764 - Jordi Boggiano: Update changelog
      127d772 - Jordi Boggiano: CS fixes
      fa96f6a - Jordi Boggiano: Add support for firefox in ChromePHPHandler
      3521455 - Daniel Gimenes: LineFormatter if configured to use short attachment
      25131bb - Jordi Boggiano: Add context.* replacement in line formatter, fixes #717
      bf61d9f - Jordi Boggiano: Allow using LOG_LOCAL* on windows, fixes #713
      1048aa4 - Jordi Boggiano: Allow BrowserConsoleHandler to be overridden for better integration in frameworks
      481fc4c - Jordi Boggiano: PHP7 compat for exception classes, fixes #718
      c688ff1 - Alexey Karapetov: HandlerWrapper
      0d2bef0 - Ronald Drenth: Add handleBatch implementation for PhpAmqpLib
      dad1860 - Jordi Boggiano: Merge pull request #711 from phansys/json_formatter_normalizer
      973d3ca - Jordi Boggiano: Fix race condition in rotating file handler, fixes #709
      6079ae8 - Jordi Boggiano: Merge remote-tracking branch 'origin/1.0' into 1.x
      fb31429 - Jordi Boggiano: Merge pull request #727 from greg0ire/set_release_for_all_logs
      cb2778a - Jordi Boggiano: Add ->withName to clone a handler and get a new name, fixes #730
      f1a59c5 - Grégoire Paris: add release number to every log
      79817af - Jordi Boggiano: Merge pull request #725 from eexit/1.x
      bf82600 - Joris Berthelot: Allow GroupHandler to set a formatter to all nested handlers
      6a35f73 - Jordi Boggiano: Merge pull request #723 from damour/raven_fingerprint
      e2a7706 - Dmitriy Garanzha: Raven client fingerprint support
      e8e1d9e - Javier Spagnoletti: Add ability to include exception's stack traces in `Monolog\Formatter\JsonFormatter`
      592af02 - Jordi Boggiano: Clean up alias
      baca964 - Jordi Boggiano: Update branch alias in 1.0
      3a41aa0 - Jordi Boggiano: Docblock fixes
      205f528 - Jordi Boggiano: Merge pull request #701 from robbieaverill/feature/dont-repeat-yourself
      ea2bef4 - Robbie Averill: DRY: Use constants for level codes instead of re-defining
      cab3ff7 - Jordi Boggiano: Add regression test for #691 and optimize implementation using a single pass loop over the handlers, refs #692
      d4ae6cc - Jordi Boggiano: Merge remote-tracking branch 'mttjohnson/master'
      73876ac - Matt Johnson: Changed iterating over the $handlers array to allow for correct sequential processing regardless of array containing indexed numerical keys, or associative string keys in the array.
      055125a - Jordi Boggiano: Merge pull request #690 from reedy/reedy-createHandler-param-count
      e5bb0bf - Sam Reed: Remove excess parameter from createHandler
      7d20351 - Jordi Boggiano: Update branch alias
      7e709c0 - Jordi Boggiano: throwEncodeError does not return, refs #683
      0178fd4 - Jordi Boggiano: CS fixes, refs #683
      9532e97 - Jordi Boggiano: Merge remote-tracking branch 'bd808/feature/clean-json'
      bc2bded - Jordi Boggiano: Merge pull request #676 from kornrunner/master
      b3f1d9a - Jordi Boggiano: Add note about payload context var, refs #687
      5ee8529 - Jordi Boggiano: Merge pull request #687 from edvardasd/master
      64f6c3d - Jordi Boggiano: Adjust docblocks, refs #686 #685
      0880801 - Jordi Boggiano: Merge pull request #686 from apfelbox/hipchat-from
      665453d - Jordi Boggiano: Use json_encode for the whole message formatting, refs #686
      c889fb2 - Jordi Boggiano: CS fixes & upgrading cs fixer config
      75ca9e5 - Jordi Boggiano: Merge remote-tracking branch 'fordnox/master'
      c14b643 - Jordi Boggiano: Merge pull request #681 from glensc/mail-tests
      538349c - Jannik Zschiesche: Fixed HipChat tests
      fa38530 - Jannik Zschiesche: Always append "from" field when sending to HipChat
      c5465b8 - Edvardas Daukšas: Pass payload information to RollbarHandler on report_message.
      45d243f - Jannik Zschiesche: Always send the "from" name in the hipchat handler
      034e895 - fordnox: Do not include message levels if it is already included in tag
      6abfc22 - fordnox: Fix Fluentd array notation to support older PHP versions
      a5552dd - fordnox: Add fluentd formatter.
      6f9e221 - Bryan Davis: Attempt to recover from json encoding errors
      f86e643 - Jordi Boggiano: Merge pull request #677 from chriseskow/patch-1
      2e03107 - Elan Ruusamäe: add tests for NativeMailerHandler
      9ba1658 - Jordi Boggiano: Merge pull request #680 from glensc/spelling
      a5c56fd - Elan Ruusamäe: two more minor spelling fixes
      b72866e - Elan Ruusamäe: info is uncountable
      432f446 - Jordi Boggiano: Merge pull request #679 from glensc/patch-1
      745100d - Elan Ruusamäe: Update NativeMailerHandler.php
      95afd00 - Chris Eskow: Add PsrLogMessageProcessor to documentation
      4764052 - Boris Momčilović: MongoDBHandler: write: call proper method if we've got instance of MongoDB\Collection
      e099fce - Boris Momčilović: composer.json: suggest mongodb/mongodb - MongoDB driver library
      435ddc2 - Boris Momčilović: MongoDBHandler: support for MongoDB\Client
      3593202 - Jordi Boggiano: Merge pull request #674 from xapon/tostring-error
      6b42e7d - Jordi Boggiano: Merge pull request #668 from silvadanilo/avoid_infinite_loop
      988d595 - Danilo Silva: set to 10 seconds the default timeout during writing data on a socket, to aovid possible issue and with a very low risk to break backward compatibility @Seldaek
      65cc308 - Danilo Silva: exit prematurely when data has been written to avoid unnecessary time check @Seldaek
      7a45682 - Jordi Boggiano: Merge pull request #671 from mtopolski/master
      1dbc4c3 - mtopolski: changed variable to be more descriptive
      bee4d49 - Jordi Boggiano: Merge pull request #658 from bd808/issues/657
      4e69837 - Bryan Davis: Optionally reduce timestamp resolution for performance
      f19d9ce - Anton Sergeyev: #673 Fix fatal error while normalizing with __toString method which may throw an exception
      3d779cc - Jordi Boggiano: Allow extending Monolog\Logger::$logLevels
      337a1d1 - Jordi Boggiano: Merge pull request #669 from afoeder/patch-1
      2ae6b33 - mtopolski: camelcase
      c65aa23 - mtopolski: added param in InstrospectionProcessor __construct to allow stacktrace offset
      4a1429e - Adrian Föder: [TASK] CGL fix
      6f19ba3 - Danilo Silva: added a test on writingTimeout setter and getter methods
      5c129a7 - Danilo Silva: Avoid infinite loops when no data is written on a socket for a time greater than writingTimeout settings
      fa74e17 - Jordi Boggiano: Merge pull request #661 from pomaxa/isset
      d0f441e - Jordi Boggiano: Merge pull request #654 from dracony/patch-1
      80c4bfb - Jordi Boggiano: Restore filtering behavior, refs #663
      0a2e423 - Jordi Boggiano: Allow overriding of extra fields and configuring them fully in the constructor, fixes #663
      fc077b8 - pomaxa: * fix var passed to curl::execute * phpdoc * remove defining null for class props.
      5b05c66 - pomaxa: php doc for throw exception
      108bcff - pomaxa: simplify isset/unset
      cf2faeb - dracony: Reduce memory consumption of the debug_backtrace call

    REASON: symfony/monolog-bundle 2.11.1 requires monolog/monolog ~1.18 -> satisfiable by monolog/monolog[1.18.0, 1.18.1, 1.18.2, 1.19.0, 1.x-dev].

  - Updating symfony/polyfill-mbstring (v1.1.0 => v1.1.1)
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-mbstring): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-mbstring): git diff --name-status composer/master...master --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-mbstring): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-mbstring): git remote -v
    Checking out 1289d16209491b584839022f29257ad859b8532d
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-mbstring): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-mbstring): git remote set-url composer 'https://github.com/symfony/polyfill-mbstring.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-mbstring): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-mbstring): git checkout 'v1.1.1' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-mbstring): git reset --hard '1289d16209491b584839022f29257ad859b8532d' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-mbstring): git log 1289d16209491b584839022f29257ad859b8532d..1289d16209491b584839022f29257ad859b8532d --pretty=format:"%h - %an: %s"
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-mbstring): git log 1289d16209491b584839022f29257ad859b8532d..1289d16209491b584839022f29257ad859b8532d --pretty=format:"%h - %an: %s"

    REASON: symfony/symfony v2.8.4 requires symfony/polyfill-mbstring ~1.0 -> satisfiable by symfony/polyfill-mbstring[v1.1.0, 1.1.x-dev, v1.0.0, v1.0.1, v1.1.1].

  - Updating symfony/polyfill-util (v1.1.0 => v1.1.1)
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-util): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-util): git diff --name-status composer/master...master --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-util): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-util): git remote -v
    Checking out 8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-util): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-util): git remote set-url composer 'https://github.com/symfony/polyfill-util.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-util): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-util): git checkout 'v1.1.1' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-util): git reset --hard '8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-util): git log 8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4..8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4 --pretty=format:"%h - %an: %s"
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-util): git log 8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4..8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4 --pretty=format:"%h - %an: %s"

    REASON: symfony/symfony v2.8.4 requires symfony/polyfill-util ~1.0 -> satisfiable by symfony/polyfill-util[v1.1.0, 1.1.x-dev, v1.0.0, v1.0.1, v1.1.1].

  - Updating paragonie/random_compat (v1.2.0 => v1.4.1)
Executing command (/home/talus/dev/web/wisembly/back/vendor/paragonie/random_compat): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/paragonie/random_compat): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/paragonie/random_compat): git remote -v
    Checking out c7e26a21ba357863de030f0b9e701c7d04593774
Executing command (/home/talus/dev/web/wisembly/back/vendor/paragonie/random_compat): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/paragonie/random_compat): git remote set-url composer 'https://github.com/paragonie/random_compat.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/paragonie/random_compat): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/paragonie/random_compat): git checkout 'v1.4.1' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/paragonie/random_compat): git reset --hard 'c7e26a21ba357863de030f0b9e701c7d04593774' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/paragonie/random_compat): git log b0e69d10852716b2ccbdff69c75c477637220790..c7e26a21ba357863de030f0b9e701c7d04593774 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      c7e26a2 - Scott: Version 1.4.1 (update comment)
      a93889d - Scott: Prepare for 1.4.0
      0b441c0 - Scott: Prepare for 1.2.3
      c2be898 - Scott: Add even more possible values for open_basedir
      b3313b6 - Scott: Prepare v1.2.2 release
      cb4b63f - Scott: Unixy: Don't try mcrypt if urandom is unavailable
      abe5c4a - Scott: Update ERRATA.md
      15220d8 - Scott: Typo
      6281cbe - Scott: Update random.php
      f078eba - Scott: Update CHANGELOG
      0407f3b - Scott: Correct fix (open_basedir wasn't the culprit)
      8d7dd34 - Scott: Prevent mcrypt from being used on PHP 5.6.10, 5.6.11, 5.6.12
      b4b13bb - Scott: Un-delete variable cleanup.
      8d7e80c - Scott: Prevent mcrypt_create_iv() hanging
      9e6fba9 - Scott: PHP 5.3 doesn't have syntactic sugar.
      f277f8d - Scott: Add some more unit tests to catch type errors.

    REASON: symfony/polyfill-php70 v1.1.1 requires paragonie/random_compat ~1.0 -> satisfiable by paragonie/random_compat[v1.2.0, 1.0.1, 1.0.10, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.2.x-dev, v1.0.0, v1.2.1, v1.2.2, v1.2.3, v1.3.0, v1.3.1, v1.4.0, v1.4.1, v1.x-dev].

  - Updating symfony/polyfill-php70 (v1.1.0 => v1.1.1)
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php70): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php70): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php70): git remote -v
    Checking out 386c1be9cad3ab531425211919e78c37971be4ce
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php70): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php70): git remote set-url composer 'https://github.com/symfony/polyfill-php70.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php70): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php70): git checkout 'v1.1.1' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php70): git reset --hard '386c1be9cad3ab531425211919e78c37971be4ce' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php70): git log 8428ceddbbaf102f2906769a8ef2438220c5cb95..386c1be9cad3ab531425211919e78c37971be4ce --pretty=format:"%h - %an: %s"
    Pulling in changes:
      386c1be - Oliver THEBAULT: fix typo in Readme 'compatibility notes'

    REASON: symfony/symfony v2.8.4 requires symfony/polyfill-php70 ~1.0 -> satisfiable by symfony/polyfill-php70[v1.1.0, 1.1.x-dev, v1.0.0, v1.0.1, v1.1.1].

  - Updating symfony/polyfill-php56 (v1.1.0 => v1.1.1)
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php56): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php56): git diff --name-status composer/master...master --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php56): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php56): git remote -v
    Checking out 4d891fff050101a53a4caabb03277284942d1ad9
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php56): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php56): git remote set-url composer 'https://github.com/symfony/polyfill-php56.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php56): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php56): git checkout 'v1.1.1' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php56): git reset --hard '4d891fff050101a53a4caabb03277284942d1ad9' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php56): git log 4d891fff050101a53a4caabb03277284942d1ad9..4d891fff050101a53a4caabb03277284942d1ad9 --pretty=format:"%h - %an: %s"
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php56): git log 4d891fff050101a53a4caabb03277284942d1ad9..4d891fff050101a53a4caabb03277284942d1ad9 --pretty=format:"%h - %an: %s"

    REASON: symfony/symfony v2.8.4 requires symfony/polyfill-php56 ~1.0 -> satisfiable by symfony/polyfill-php56[v1.1.0, 1.1.x-dev, v1.0.0, v1.0.1, v1.1.1].

  - Updating symfony/polyfill-php55 (v1.1.0 => v1.1.1)
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php55): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php55): git diff --name-status composer/master...master --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php55): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php55): git remote -v
    Checking out b4f3f07d91702f8f926339fc4fcf81671d8c27e6
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php55): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php55): git remote set-url composer 'https://github.com/symfony/polyfill-php55.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php55): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php55): git checkout 'v1.1.1' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php55): git reset --hard 'b4f3f07d91702f8f926339fc4fcf81671d8c27e6' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php55): git log b4f3f07d91702f8f926339fc4fcf81671d8c27e6..b4f3f07d91702f8f926339fc4fcf81671d8c27e6 --pretty=format:"%h - %an: %s"
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php55): git log b4f3f07d91702f8f926339fc4fcf81671d8c27e6..b4f3f07d91702f8f926339fc4fcf81671d8c27e6 --pretty=format:"%h - %an: %s"

    REASON: symfony/symfony v2.8.4 requires symfony/polyfill-php55 ~1.0 -> satisfiable by symfony/polyfill-php55[v1.1.0, 1.1.x-dev, v1.0.0, v1.0.1, v1.1.1].

  - Updating symfony/polyfill-php54 (v1.1.0 => v1.1.1)
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php54): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php54): git diff --name-status composer/master...master --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php54): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php54): git remote -v
    Checking out 9ba741ca01c77282ecf5796c2c1d667f03454ffb
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php54): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php54): git remote set-url composer 'https://github.com/symfony/polyfill-php54.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php54): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php54): git checkout 'v1.1.1' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php54): git reset --hard '9ba741ca01c77282ecf5796c2c1d667f03454ffb' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-php54): git log 74663d5a2ff3c530c1bc0571500e0feec9094054..9ba741ca01c77282ecf5796c2c1d667f03454ffb --pretty=format:"%h - %an: %s"
    Pulling in changes:
      9ba741c - Wouter J: Fix class_uses polyfill

    REASON: symfony/symfony v2.8.4 requires symfony/polyfill-php54 ~1.0 -> satisfiable by symfony/polyfill-php54[v1.1.0, 1.1.x-dev, v1.0.0, v1.0.1, v1.1.1].

  - Updating symfony/polyfill-intl-icu (v1.1.0 => v1.1.1)
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-intl-icu): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-intl-icu): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-intl-icu): git remote -v
    Checking out 8328069d9f5322f0e7b3c3518485acfdc94c3942
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-intl-icu): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-intl-icu): git remote set-url composer 'https://github.com/symfony/polyfill-intl-icu.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-intl-icu): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-intl-icu): git checkout 'v1.1.1' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-intl-icu): git reset --hard '8328069d9f5322f0e7b3c3518485acfdc94c3942' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-intl-icu): git log 66b0bb4abda229bc073eff6bbc8f2685bdaac165..8328069d9f5322f0e7b3c3518485acfdc94c3942 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      8328069 - Nicolas Grekas: Enhance Intl/Icu README
      2b47854 - Nicolas Grekas: minor #34 tfix (DavidPrevot)
      511b575 - DavidPrevot: Intl/Icu/README.md: tfix
      3392ea0 - David Prévot: Fix composer.json syntax

    REASON: symfony/symfony v2.8.4 requires symfony/polyfill-intl-icu ~1.0 -> satisfiable by symfony/polyfill-intl-icu[v1.1.0, 1.1.x-dev, v1.0.0, v1.0.1, v1.1.1].

  - Updating symfony/polyfill-apcu (v1.1.0 => v1.1.1)
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-apcu): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-apcu): git diff --name-status composer/master...master --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-apcu): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-apcu): git remote -v
    Checking out 0c901e4e65a2f7ece68f0fd249b56d6ad3adc214
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-apcu): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-apcu): git remote set-url composer 'https://github.com/symfony/polyfill-apcu.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-apcu): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-apcu): git checkout 'v1.1.1' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-apcu): git reset --hard '0c901e4e65a2f7ece68f0fd249b56d6ad3adc214' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/polyfill-apcu): git log d1911e6caeb4b6a4c8e2d5c46b978a66b3745e4c..0c901e4e65a2f7ece68f0fd249b56d6ad3adc214 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      0c901e4 - Nicolas Grekas: Add missing check for APCIterator
      89851c7 - Nicolas Grekas: [Apcu] Load APCUIterator only when APCIterator exists

    REASON: symfony/symfony v2.8.4 requires symfony/polyfill-apcu ~1.1 -> satisfiable by symfony/polyfill-apcu[v1.1.0, 1.1.x-dev, v1.1.1].

  - Updating symfony/monolog-bundle (v2.8.2 => 2.11.1)
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/monolog-bundle): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/monolog-bundle): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/monolog-bundle): git remote -v
    Checking out e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/monolog-bundle): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/monolog-bundle): git remote set-url composer 'https://github.com/symfony/monolog-bundle.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/monolog-bundle): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/monolog-bundle): git checkout '2.11.1' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/monolog-bundle): git reset --hard 'e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/symfony/monolog-bundle): git log 84785c4d44801c4dd82829fa2e1820cacfe2c46f..e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      e7caf49 - Jordi Boggiano: Merge pull request #163 from xabbuh/issue-162
      a712c3e - Christian Flothmann: bump Monolog versions
      c6556ca - Jordi Boggiano: Fix test suite
      d156f62 - Jordi Boggiano: Add support for use_microseconds configuration at the logger level
      67919e0 - Jordi Boggiano: Add support for setting the release on RavenHandler, fixes #161
      730ab51 - Jordi Boggiano: Add support for deduplication handler
      99278a2 - Jordi Boggiano: Update composer.json
      82fd8f3 - Jordi Boggiano: Add phpunit dep
      d2aa5bf - Jordi Boggiano: Fix param name, refs #156
      d2fd04a - Jordi Boggiano: Merge remote-tracking branch 'dquerioux/master'
      4cb2abb - Jordi Boggiano: Merge pull request #157 from wpottier/add_nested_option_for_handler
      d4d933a - Jordi Boggiano: Merge pull request #160 from AkshayBz/master
      27c2e3e - Jordi Boggiano: Bump target release
      c9312ab - Jordi Boggiano: Add missing xsd attrs, refs #159
      8880042 - Jordi Boggiano: Merge remote-tracking branch 'dcsg/add-timeout-and-connection-timeout-to-logentries'
      4572fad - Jordi Boggiano: Merge pull request #158 from leo108/master
      91c6ecb - Daniel Gomes: Added timeout and conection timeout to logentries handle config definition
      519620d - Akshay Bazad: Add `auto_log_stacks` support for Sentry (Raven Client)
      827b48b - leo108: add "filename_format" & "date_format" support for rotating_file handler
      0502453 - William Pottier: Add a nested option on handler config definition
      9b449c5 - David Querioux: Update MonologExtension.php
      7354086 - David Querioux: Update Configuration.php
      be1c023 - David Querioux: Update monolog-1.0.xsd
      c25e740 - Christophe Coevoet: bug #155 add missing config option to XSD file (xabbuh)
      ef846fb - Christian Flothmann: add missing config option to XSD file
      d8676e6 - David Querioux: Update monolog-1.0.xsd
      a72266f - David Querioux: Update Configuration.php
      2f92a81 - Christian Flothmann: Revert "add missing config option to XSD file"
      55c10e0 - Christian Flothmann: add missing config option to XSD file
      4e2d6f0 - David Querioux: Update Configuration.php
      cd8342e - David Querioux: Update MonologExtension.php
      95cf142 - Jordi Boggiano: Merge pull request #153 from nicolas-grekas/include-stack
      8cdd4a1 - Nicolas Grekas: Add include_stacktraces configuration option to handlers
      08ac861 - Jordi Boggiano: Merge pull request #151 from d3f3kt/patch-1
      9f2b664 - David Geistert: Improve Documentation
      7f6af1e - Jordi Boggiano: Merge pull request #149 from damour/master
      30f7957 - Dmitriy Garanzha: Default elasticsearch handler transport uppercase first character
      affbf64 - Jordi Boggiano: Clarify syslog facility usage
      2a3b1db - Jordi Boggiano: Merge pull request #143 from dunglas/autowiring
      64c6944 - Jordi Boggiano: Merge pull request #142 from damien-list/master
      4b7adf9 - Jordi Boggiano: Merge remote-tracking branch 'apfelbox/hipchat-config'
      dd62a3f - Jordi Boggiano: Merge pull request #148 from xabbuh/patch-1
      be15cb8 - Christian Flothmann: update XSD file with ElasticSearch handler options
      831c031 - Jannik Zschiesche: Expose all parameters of the HipChatHandler via configuration
      d3aa3bd - Kévin Dunglas: Allow to autowire the default logger
      1025c6d - daml: Add options transport, user and password for Elasticsearch handler.
      f9cc82e - daml: Add options transport, user and password for Elasticsearch handler.
      68aa0d5 - daml: Allow authentication against protected Elasticsearch server.

    REASON: Required by the root package: Install command rule (install symfony/monolog-bundle v2.8.2|install symfony/monolog-bundle 2.11.0|install symfony/monolog-bundle 2.11.1|install symfony/monolog-bundle 2.8.1|install symfony/monolog-bundle 2.x-dev|install symfony/monolog-bundle v2.10.0|install symfony/monolog-bundle v2.8.0|install symfony/monolog-bundle v2.8.2|install symfony/monolog-bundle v2.9.0)

  - Updating sensio/distribution-bundle (v5.0.4 => v5.0.6)
Executing command (/home/talus/dev/web/wisembly/back/vendor/sensio/distribution-bundle): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/sensio/distribution-bundle): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/sensio/distribution-bundle): git remote -v
    Checking out ffe306d09c1f2bad721237f63b2169d1b78253d0
Executing command (/home/talus/dev/web/wisembly/back/vendor/sensio/distribution-bundle): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/sensio/distribution-bundle): git remote set-url composer 'https://github.com/sensiolabs/SensioDistributionBundle.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/sensio/distribution-bundle): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/sensio/distribution-bundle): git checkout 'v5.0.6' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/sensio/distribution-bundle): git reset --hard 'ffe306d09c1f2bad721237f63b2169d1b78253d0' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/sensio/distribution-bundle): git log 2c167426fc24f9de116345195bc1697a748ee847..ffe306d09c1f2bad721237f63b2169d1b78253d0 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      ffe306d - Fabien Potencier: Merge branch '4.0'
      181a47c - Fabien Potencier: Merge branch '3.0' into 4.0
      964a56e - Fabien Potencier: minor #265 Update type hint to use the proper event class (Seldaek)
      4fd740b - Jordi Boggiano: Update type hint to use the proper event class
      3a16035 - Fabien Potencier: feature #262 Add a recommendation for the ICU version (jakzal)
      4710b6d - Fabien Potencier: minor #261 Skip date.timezone check on php 7.0 (derrabus)
      86503ed - Jakub Zalas: Add a recommendation for the ICU version
      037c2de - Alexander M. Turek: Skip the check for date.timezone if we're on php 7.
      c4c5caf - Fabien Potencier: fixed CS
      a7d4a90 - Fabien Potencier: minor #255 Added an upgrade file for 5.0 (iltar)
      c151c74 - Iltar van der Berg: Added an upgrade file for 5.0

    REASON: Required by the root package: Install command rule (install sensio/distribution-bundle v5.0.4|install sensio/distribution-bundle 5.0.x-dev|install sensio/distribution-bundle v5.0.0|install sensio/distribution-bundle v5.0.1|install sensio/distribution-bundle v5.0.2|install sensio/distribution-bundle v5.0.3|install sensio/distribution-bundle v5.0.4|install sensio/distribution-bundle v5.0.5|install sensio/distribution-bundle v5.0.6)

  - Updating sensio/framework-extra-bundle (v3.0.12 => v3.0.16)
Executing command (/home/talus/dev/web/wisembly/back/vendor/sensio/framework-extra-bundle): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/sensio/framework-extra-bundle): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/sensio/framework-extra-bundle): git remote -v
    Checking out 507a15f56fa7699f6cc8c2c7de4080b19ce22546
Executing command (/home/talus/dev/web/wisembly/back/vendor/sensio/framework-extra-bundle): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/sensio/framework-extra-bundle): git remote set-url composer 'https://github.com/sensiolabs/SensioFrameworkExtraBundle.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/sensio/framework-extra-bundle): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/sensio/framework-extra-bundle): git checkout 'v3.0.16' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/sensio/framework-extra-bundle): git reset --hard '507a15f56fa7699f6cc8c2c7de4080b19ce22546' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/sensio/framework-extra-bundle): git log 3e8936fe13aa4086644977d334d8fcd275f50357..507a15f56fa7699f6cc8c2c7de4080b19ce22546 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      507a15f - Fabien Potencier: bug #409 Guess the template earlier (Ener-Getick)
      560658c - Ener-Getick: Guess the template earlier
      40431d3 - Fabien Potencier: bug #408 Check the availibility of Zend Diactoros to auto-enable the PSR7 layer (stof)
      e563799 - Christophe Coevoet: Check the availibility of Zend Diactoros to auto-enable the PSR7 layer
      a75f351 - Fabien Potencier: feature #398 Allow to guess templates for controllers in a custom directory (Ener-Getick)
      f580a2b - Ener-Getick: Allow to guess templates from a custom controller directory
      cccf975 - Fabien Potencier: bug #404 Remove the @Template owner after kernel.view (iltar)
      0da6408 - Iltar van der Berg: Remove the @Template owner after kernel.view
      bf6be51 - Fabien Potencier: feature #391 Reduce reflection calls from 3 to 2 in most cases (iltar)
      82b8ad6 - Iltar van der Berg: Reduce reflection calls from 3 to 2 in most cases
      912f6b6 - Fabien Potencier: minor #399 Update symfony name (Ener-Getick)
      649587a - Ener-Getick: Update symfony name
      48996e0 - Fabien Potencier: moved LICENSE file to root
      483e8d8 - Fabien Potencier: minor #396 fix documentation typo (sobit)
      78fa607 - Sobit Akhmedov: fix documentation typo

    REASON: Required by the root package: Install command rule (install sensio/framework-extra-bundle v3.0.12|install sensio/framework-extra-bundle 3.0.x-dev|install sensio/framework-extra-bundle v3.0.0|install sensio/framework-extra-bundle v3.0.1|install sensio/framework-extra-bundle v3.0.10|install sensio/framework-extra-bundle v3.0.11|install sensio/framework-extra-bundle v3.0.12|install sensio/framework-extra-bundle v3.0.13|install sensio/framework-extra-bundle v3.0.14|install sensio/framework-extra-bundle v3.0.15|install sensio/framework-extra-bundle v3.0.16|install sensio/framework-extra-bundle v3.0.2|install sensio/framework-extra-bundle v3.0.3|install sensio/framework-extra-bundle v3.0.4|install sensio/framework-extra-bundle v3.0.5|install sensio/framework-extra-bundle v3.0.6|install sensio/framework-extra-bundle v3.0.7|install sensio/framework-extra-bundle v3.0.8|install sensio/framework-extra-bundle v3.0.9)

  - Updating nelmio/api-doc-bundle (2.11.2 => 2.12.0)
Executing command (/home/talus/dev/web/wisembly/back/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle): git remote -v
    Checking out 6793b701570f5f426678309910b2440c8f5d1d9e
Executing command (/home/talus/dev/web/wisembly/back/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle): git remote set-url composer 'https://github.com/nelmio/NelmioApiDocBundle.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle): git checkout '2.12.0' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle): git reset --hard '6793b701570f5f426678309910b2440c8f5d1d9e' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/nelmio/api-doc-bundle/Nelmio/ApiDocBundle): git log 1ae2cfa9a50279d722d6b6e7b02322cef948d55d..6793b701570f5f426678309910b2440c8f5d1d9e --pretty=format:"%h - %an: %s"
    Pulling in changes:
      6793b70 - William Durand: Prepare 2.12.0 release
      4a95c81 - William Durand: Merge pull request #814 from javiereguiluz/fix_813
      476348d - William Durand: Merge pull request #825 from nelmio/conflict
      4986e02 - William Durand: Mark symfony ~2.7.8 as conflict
      db5303f - Javier Eguiluz: Transformed all files
      2a0f95e - William Durand: Merge pull request #792 from rodrigm/master
      89f459d - Rodrigo Gómez: Fix #565
      4381f06 - William Durand: Merge pull request #794 from mcfedr/patch-1
      cec5108 - William Durand: Merge pull request #781 from AlmogBaku/feature/textareaField
      364ef73 - William Durand: Merge pull request #791 from Padam87/response-map
      65a5159 - William Durand: Merge pull request #796 from zhukovra/master-array-requirements
      dd6a5e3 - William Durand: Merge pull request #799 from debesha/master
      4e65cd3 - William Durand: Merge pull request #805 from obense/master
      f6e952f - William Durand: Merge pull request #810 from teohhanhui/fix-678
      028b09e - William Durand: Merge pull request #772 from richaas/master
      c1c711b - Teoh Han Hui: Handle circular references in DunglasApiParser
      0754562 - William Durand: Merge pull request #800 from dunglas/fix_678
      18c9fb8 - Olivier Bense: Fix Collection Type options - Symfony 2.8 Support
      abb100b - Kévin Dunglas: Handle circular references in DunglasApiParser. Close #678.
      0ed5378 - Dmitry Malyshenko: Fixed bug with wrong form parsing when several custom inner types exist
      f2fc6b4 - Zhukov Roman: Fix Array to string conversion error on array requirements Fixes #564
      9b734b2 - Fred Cox: Remove incorrect usage of hasOption
      7919b24 - Adam Prager: Use the response map in the html view
      3bc9872 - AlmogBaku: Add textarea type for sandbox
      5d9c47b - William Durand: Merge pull request #780 from damienalexandre/fixArrayToString
      306f2c4 - Damien Alexandre: Fix Array to string conversion error on array requirements
      4744de9 - Richard: Added xhrFields: { withCredentials: true } to ajaxOptions to enable browser authentication for cross origin API requests.

    REASON: Required by the root package: Install command rule (install nelmio/api-doc-bundle 2.11.2|install nelmio/api-doc-bundle 2.11.0|install nelmio/api-doc-bundle 2.11.1|install nelmio/api-doc-bundle 2.11.2|install nelmio/api-doc-bundle 2.12.0|install nelmio/api-doc-bundle 2.12.x-dev)

  - Updating wisembly/elephant.io (v3.0.0 => 3.1.0)
Executing command (/home/talus/dev/web/wisembly/back/vendor/wisembly/elephant.io): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/wisembly/elephant.io): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/wisembly/elephant.io): git remote -v
    Checking out 8d8087551a0db14d258e7427eaeafad8bc6ea303
Executing command (/home/talus/dev/web/wisembly/back/vendor/wisembly/elephant.io): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/wisembly/elephant.io): git remote set-url composer 'https://github.com/Wisembly/elephant.io.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/wisembly/elephant.io): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/wisembly/elephant.io): git checkout '3.1.0' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/wisembly/elephant.io): git reset --hard '8d8087551a0db14d258e7427eaeafad8bc6ea303' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/wisembly/elephant.io): git log 61f7eb8dcc2ac939aad526745c8042ce1cd4a54d..8d8087551a0db14d258e7427eaeafad8bc6ea303 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      8d80875 - Baptiste Clavié: Merge pull request #125 from danielhusar/master
      6f02a4e - Daniel Husar: Use svg icon for travis
      cb7238b - Baptiste Clavié: Add a part on autoloading ElephantIO in the README
      493766e - Vincent Dieltiens: SocketIO 0.x : send a close frame when closing the connection
      67938f4 - Vincent Dieltiens: Support headers in context options
      cee7ac5 - Baptiste Clavié: Check that a context is set before using it
      14396ea - Baptiste Clavié: Merge partly pull-request #103 from vincentdieltiens/master
      0a2c26f - Vincent Dieltiens: Better context handling in socket engines connections
      66d770c - Baptiste Clavié: Remove useless initialization of namespace property in socket engines
      25aee23 - Baptiste Clavié: Merge pull request #104 from vincentdieltiens/with-namespaces
      b98ec07 - Vincent Dieltiens: Add examples using namespaces
      8c06f78 - Vincent Dieltiens: Add `of` method to client to set the namespace for the next messages
      bcf9ada - Vincent Dieltiens: Implements the `of` method in each socket.io versions
      19c6191 - Vincent Dieltiens: Add `of` method to let engines register a namespace
      d648517 - Baptiste Clavié: Merge pull request #118 from Taluu/fix-read-frame
      3ef8c3d - mshaverdo: Fix missing bytes while reading extended frame length
      6146166 - mshaverdo: Fix AbstractSocketIo::read() reading extended frame length
      b2fc6fd - mshaverdo: Remove server response in Socket 1.X engine
      116e4e7 - mshaverdo: Fix AbstractSocketIO::read() frame head parsing
      7318277 - Baptiste Clavié: Socket | Upgrade examples packages
      e36f493 - Baptiste Clavié: Merge pull request #117 from Taluu/loggers
      d087e49 - Baptiste Clavié: Use NullLogger instead of unreadable condition
      9053b2a - Baptiste Clavié: Use standard namespaces instead of grouped ones
      e3f14f6 - Baptiste Clavié: Merge pull request #108 from Padam87/socket1x-fix
      ca4cc40 - Adam Prager: SocketIO0X - Close session on disconnect
      14ee7e4 - Adam Prager: SocketIO1X - Close session on disconnect
      2452d2d - Baptiste Clavié: Merge pull request #106 from jrdiaz/master
      232393b - José Ramón Díaz Ramos: Fix for read function not reading the correct number of bytes
      e780c8c - Baptiste Clavié: Merge pull request #93 from HaykoKoryun/patch-1
      02ed49e - Baptiste Clavié: Merge pull request #95 from lalmat/master
      274c6ab - Mathieu Lallemand: Fix SSL handshake to allow self-signed certificates
      bddc664 - Hayko Koryun: fixed typo
      bde0863 - Baptiste Clavié: Merge pull request #83 from tot-ra/patch-1
      60ad8aa - Artjom Kurapov: Update Version1X.php
      ed693eb - Baptiste Clavié: Update README.md
      6a94568 - Baptiste Clavié: Add a safe guard when destroying the Client

    REASON: Required by the root package: Install command rule (install wisembly/elephant.io v3.0.0|install wisembly/elephant.io 3.1.0|install wisembly/elephant.io v3.0.0|install wisembly/elephant.io v3.0.0-RC|install wisembly/elephant.io v3.0.0-RC2|install wisembly/elephant.io v3.0.0-beta|install wisembly/elephant.io v3.0.0-beta2)

  - Updating mobiledetect/mobiledetectlib (2.8.19 => 2.8.22)
Executing command (/home/talus/dev/web/wisembly/back/vendor/mobiledetect/mobiledetectlib): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/mobiledetect/mobiledetectlib): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/mobiledetect/mobiledetectlib): git remote -v
    Checking out 53cddae0c272a478b24a4b5fb60d0f838caf70b6
Executing command (/home/talus/dev/web/wisembly/back/vendor/mobiledetect/mobiledetectlib): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/mobiledetect/mobiledetectlib): git remote set-url composer 'https://github.com/serbanghita/Mobile-Detect.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/mobiledetect/mobiledetectlib): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/mobiledetect/mobiledetectlib): git checkout '2.8.22' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/mobiledetect/mobiledetectlib): git reset --hard '53cddae0c272a478b24a4b5fb60d0f838caf70b6' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/mobiledetect/mobiledetectlib): git log 99e1c21c32104af2d035ff5d2fd8aff8cb29e27c..53cddae0c272a478b24a4b5fb60d0f838caf70b6 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      53cddae - Serban Ghita: Updated with the new regexes
      c579176 - Serban Ghita: Added Amazon, AOC and Asus tablets. Added Nokia Lumia to the mobile array.
      4017070 - Serban Ghita: Merge pull request #540 from nextend/patch-1
      f51b6b5 - Roland Soos: Updated Acer tablet regex for Acer A3-A20FHD
      5e8a01e - Serban Ghita: Added PageCache project that uses Mobile Detect as an optional dependency.
      ab68f72 - Serban Ghita: Added Slim Framework port. Moved mobile-detect.js since Heinrich's effort deserves a better spot.
      0860577 - Serban Ghita: New PaleMoon user-agent for avoiding future conflicts.
      ee25798 - Serban Ghita: Added new LUA port.
      edf31d0 - Serban Ghita: Version bump.
      585cec0 - Serban Ghita: Merge branch 'master' of github.com:serbanghita/Mobile-Detect into devel
      d9b7a6a - Serban Ghita: Added Palemoon browser tests to avoid further regex conflicts.
      b360807 - Serban Ghita: Merge pull request #528 from gremboloid/patch-1
      19c24f7 - Serban Ghita: Merge branch 'master' of https://github.com/AlexGx/Mobile-Detect into devel
      385895b - Serban Ghita: Merge branch 'master' of github.com:serbanghita/Mobile-Detect into devel
      1f65187 - Serban Ghita: Added Kocaso tablet and some other tests.
      3f38bf4 - Serban Ghita: Merge pull request #536 from jasonlam604/add-samsung-j1
      8fc85ec - Jason Lam: Added Samsung SM-J120F
      729df03 - Alexander Gubarev: added Asus Zenpad C 7.0 (Z170CG) tablet detection
      4659fbb - gremboloid: Add Goanna-based web browser Pale Moon
      d772569 - Serban Ghita: Version update.
      beec321 - Serban Ghita: New tablets (Samsung update, Lenovo update, MID update, MpmanTablet new tablets).
      30d1331 - Serban Ghita: Added Tab A 8. See #517 Exported logic to json files.
      c7f7b06 - Serban Ghita: Merge fix. Added missing Galaxy Tabs.
      470b1c9 - Serban Ghita: Samsung Galaxy Tab E 9.6"
      27941c6 - Serban Ghita: Merge pull request #519 from hrvojegolcic/master
      1feeea7 - hgolcic: Added Samsung Tablet S2, SM-T815
      1c29a47 - Serban Ghita: Merge pull request #514 from tecnocat/patch-1
      c879340 - Aarón Nieves Fernández: Use spaces instead TABs for comment indent
      fc6f9cc - Serban Ghita: Merge pull request #508 from simonschaufi/patch-1
      471468c - Simon Schaufelberger: Update README.md

    REASON: Required by the root package: Install command rule (install mobiledetect/mobiledetectlib 2.8.19|install mobiledetect/mobiledetectlib 2.8.0|install mobiledetect/mobiledetectlib 2.8.1|install mobiledetect/mobiledetectlib 2.8.10|install mobiledetect/mobiledetectlib 2.8.11|install mobiledetect/mobiledetectlib 2.8.12|install mobiledetect/mobiledetectlib 2.8.13|install mobiledetect/mobiledetectlib 2.8.14|install mobiledetect/mobiledetectlib 2.8.15|install mobiledetect/mobiledetectlib 2.8.16|install mobiledetect/mobiledetectlib 2.8.17|install mobiledetect/mobiledetectlib 2.8.18|install mobiledetect/mobiledetectlib 2.8.19|install mobiledetect/mobiledetectlib 2.8.2|install mobiledetect/mobiledetectlib 2.8.20|install mobiledetect/mobiledetectlib 2.8.21|install mobiledetect/mobiledetectlib 2.8.22|install mobiledetect/mobiledetectlib 2.8.3|install mobiledetect/mobiledetectlib 2.8.4|install mobiledetect/mobiledetectlib 2.8.5|install mobiledetect/mobiledetectlib 2.8.6|install mobiledetect/mobiledetectlib 2.8.7|install mobiledetect/mobiledetectlib 2.8.8)

  - Updating algolia/algoliasearch-client-php (1.7.0 => 1.8.1)
Executing command (/home/talus/dev/web/wisembly/back/vendor/algolia/algoliasearch-client-php): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/algolia/algoliasearch-client-php): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/algolia/algoliasearch-client-php): git remote -v
    Checking out af0e6109a9cd04365c0a57d5cd6c965945ad3247
Executing command (/home/talus/dev/web/wisembly/back/vendor/algolia/algoliasearch-client-php): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/algolia/algoliasearch-client-php): git remote set-url composer 'https://github.com/algolia/algoliasearch-client-php.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/algolia/algoliasearch-client-php): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/algolia/algoliasearch-client-php): git checkout '1.8.1' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/algolia/algoliasearch-client-php): git reset --hard 'af0e6109a9cd04365c0a57d5cd6c965945ad3247' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/algolia/algoliasearch-client-php): git log 24ebb10060bd6d01ecd07b2e4f32dce370f9163a..af0e6109a9cd04365c0a57d5cd6c965945ad3247 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      af0e610 - maxiloc: Merge pull request #67 from algolia/extra-headers-places
      dbd1543 - Maxime Locqueville: Add setExtraHeader on places index
      085efc2 - maxiloc: Merge pull request #65 from algolia/cs
      b1d2572 - Maxime Locqueville: Merge branch 'rayrutjes-code-styles-suggestion' into cs
      2d0fcb2 - rayrutjes: Code style improvements.
      0dc0b02 - maxiloc: Merge pull request #61 from algolia/bump-171
      deb3ba8 - Maxime Locqueville: Bump to 1.8.0
      e7d2a15 - maxiloc: Merge pull request #59 from algolia/bump-171
      dd217f5 - Maxime Locqueville: Bump to 1.7.1
      4dee8e0 - maxiloc: Merge pull request #58 from algolia/add-places-endpoint
      26e03b9 - Maxime Locqueville: Add phpdoc to search method of Places Index
      685d849 - maxiloc: Merge pull request #57 from algolia/add-places-endpoint
      c7f014e - Maxime Locqueville: Bump to 1.7.0
      d3619d8 - maxiloc: Merge pull request #56 from algolia/add-places-endpoint
      77f20a5 - Maxime Locqueville: add places endpoint
      1315264 - maxiloc: Merge pull request #55 from algolia/ivank-psr-complience
      a97c988 - Maxime Locqueville: fix CS for tests
      5d83a33 - Maxime Locqueville: add styleci config
      ca9c489 - Maxime Locqueville: drop php 5.3
      322b20f - Maxime Locqueville: merge
      0a97fb8 - Xavier Grand: Fix #40: generateSecuredApiKey is now a static method
      bf7ff5b - Ivan Kerin: Refactor to fit into 120 chars
      fc94916 - Ivan Kerin: Rename methods
      37e9478 - Ivan Kerin: Make anonymous function multiline
      40182e3 - Ivan Kerin: Refactor to fit into 120 chars limit
      fd16c43 - Ivan Kerin: Refactor ->request call
      58076fb - Ivan Kerin: Refactor function args to fit into 120 chars
      6066dfa - Ivan Kerin: Refactor to fit into 120 chars
      05a03da - Ivan Kerin: Fix line length for phpocs
      8ee55da - Ivan Kerin: Manually update phpdocs and comments
      5ff1675 - Ivan Kerin: Remove trailing whitespace at the end of blank lines.
      426deba - Ivan Kerin: Removes unneeded parentheses around control statements.
      e18e1f0 - Ivan Kerin: Unary operators should be placed adjacent to their operands.
      5a7ff13 - Ivan Kerin: Unalign equals symbols.
      4bda364 - Ivan Kerin: A single space should be between cast and variable.
      a9ade98 - Ivan Kerin: Convert double quotes to single quotes for simple strings.
      d5393e1 - Ivan Kerin: An empty line feed should precede a return statement.
      9f02d6c - Ivan Kerin: Phpdocs short descriptions should end in either a full stop, exclamation mark, or question mark.
      720ab5c - Ivan Kerin: Annotations in phpdocs should be grouped together
      b35cbed - Ivan Kerin: There should be no empty lines after class opening brace.
      bef2364 - Ivan Kerin: PHP multi-line arrays should have a trailing comma
      63b1332 - Ivan Kerin: Removes extra empty lines.
      d1c72b6 - Ivan Kerin: A return statement wishing to return nothing should be simply "return".
      effca3f - Ivan Kerin: Concatenation should be used without spaces.
      dd86c12 - Ivan Kerin: Fix methods visibility
      30e227d - Ivan Kerin: Fixed argument spacing
      dc6f222 - Ivan Kerin: Fix lowercase constants
      9c6a01c - Ivan Kerin: Fix function declaration
      bd13ab0 - Ivan Kerin: Fix end of line
      ed3fb84 - Ivan Kerin: Fix braces
      358ea6f - maxiloc: Merge pull request #50 from garethtdavies/patch-1
      3222cf3 - maxiloc: Merge pull request #45 from ivank/add-forwarded-ip-and-user-token
      96246e5 - Gareth Davies: Adding in multipleQueries request
      29234a8 - Xavier Grand: Remove duplicate allowTyposForNumericToken
      2c4f934 - Clément Le Provost: New `snippetEllipsisText` search parameter exposed
      bc9dacc - maxiloc: Merge pull request #47 from colepatrickturner/patch-1
      21dbd57 - Cole Turner: PHP7 Removed "split" Function
      42aeabf - Ivan Kerin: Add forwared ip and user token headers
      cb3a70a - maxiloc: Merge pull request #43 from vinkla/versions
      2a20548 - Vincent Klaiber: Add PHP version to composer
      f3b928a - maxiloc: Merge pull request #42 from vinkla/attributes
      06ff72b - maxiloc: Php 7 should not fail anymore
      ec87922 - Maxime Locqueville: fix travis syntax
      c554171 - Maxime Locqueville: allow failure for php 7.0
      0532e64 - Maxime Locqueville: add php 7 to travis
      41e68d4 - Maxime Locqueville: Fix hhvm issue
      0952da8 - Maxime Locqueville: fix php 5.3 non compatible syntax (again)
      dfe8b40 - Maxime Locqueville: fix php 5.3 non compatible syntax
      78b1882 - Vincent Klaiber: Add .gitattributes for smaller download size
      62dba32 - Maxime Locqueville: Merge branch 'jacjac-proxy-support'
      a55f8e8 - Maxime Locqueville: merge client custom curloptions
      66a7056 - Jacques Billard: feat : add curloption with proper Exceptions management
      dc152df - Jacques Billard: refactor : CAINFO option key as const + indent
      8032aca - Xavier Grand: Update README

    REASON: Required by the root package: Install command rule (install algolia/algoliasearch-client-php 1.7.0|install algolia/algoliasearch-client-php 1.6.0|install algolia/algoliasearch-client-php 1.6.1|install algolia/algoliasearch-client-php 1.6.2|install algolia/algoliasearch-client-php 1.6.3|install algolia/algoliasearch-client-php 1.7.0|install algolia/algoliasearch-client-php 1.7.1|install algolia/algoliasearch-client-php 1.8.0|install algolia/algoliasearch-client-php 1.8.1)

  - Updating calendart/office365-adapter (v1.5.0 => v1.5.1)
Executing command (/home/talus/dev/web/wisembly/back/vendor/calendart/office365-adapter): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/calendart/office365-adapter): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/calendart/office365-adapter): git remote -v
    Checking out d24dee4e12df413e36e8b7c9ae217d701809711a
Executing command (/home/talus/dev/web/wisembly/back/vendor/calendart/office365-adapter): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/calendart/office365-adapter): git remote set-url composer 'https://github.com/Calendart/Office365Adapter.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/calendart/office365-adapter): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/calendart/office365-adapter): git checkout 'v1.5.1' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/calendart/office365-adapter): git reset --hard 'd24dee4e12df413e36e8b7c9ae217d701809711a' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/calendart/office365-adapter): git log 6306093fc6fb6dfdf5e67faa2fe52a6dcbdb2a32..d24dee4e12df413e36e8b7c9ae217d701809711a --pretty=format:"%h - %an: %s"
    Pulling in changes:
      d24dee4 - Baptiste Clavié: Merge pull request #20 from Taluu/fix-no-organizer
      c29ed0a - Baptiste Clavié: Add some tests for null / absent organizer
      ce04068 - Baptiste Clavié: Some events can have no organizers

    REASON: Required by the root package: Install command rule (install calendart/office365-adapter v1.5.0|install calendart/office365-adapter v1.5.0|install calendart/office365-adapter v1.5.1)

  - Updating mikey179/vfsstream (v1.6.2 => v1.6.3)
Executing command (/home/talus/dev/web/wisembly/back/vendor/mikey179/vfsStream): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/mikey179/vfsStream): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/mikey179/vfsStream): git remote -v
    Checking out c19925cd0390d3c436a0203ae859afa460d0474b
Executing command (/home/talus/dev/web/wisembly/back/vendor/mikey179/vfsStream): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/mikey179/vfsStream): git remote set-url composer 'https://github.com/mikey179/vfsStream.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/mikey179/vfsStream): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/mikey179/vfsStream): git checkout 'v1.6.3' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/mikey179/vfsStream): git reset --hard 'c19925cd0390d3c436a0203ae859afa460d0474b' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/mikey179/vfsStream): git remote set-url origin 'https://github.com/mikey179/vfsStream.git'
Executing command (/home/talus/dev/web/wisembly/back/vendor/mikey179/vfsStream): git remote set-url --push origin 'git@github.com:mikey179/vfsStream.git'
Executing command (/home/talus/dev/web/wisembly/back/vendor/mikey179/vfsStream): git log fefd182fa739d4e23d9dc7c80d3344f528d600ab..c19925cd0390d3c436a0203ae859afa460d0474b --pretty=format:"%h - %an: %s"
    Pulling in changes:
      c19925c - mikey179: ensure last dir is not skipped if name is '0', fixes #131
      233f48f - mikey179: fix badge url
      351957f - mikey179: add badge for windows builds
      858169d - mikey179: use x64 version, otherwise large file support can't be tested properly
      cc7c6ed - mikey179: use EXPECTF so that test is less flaky and works on Windows as well
      951e550 - mikey179: use DIRECTORY_SEPARATOR so test succeeds on Windows
      9d2c56c - mikey179: yeah, the pathes...
      a476cc9 - mikey179: 7.0.4 is not in archive yet
      6a9bc0f - mikey179: if you rename, do it completely :-)
      1fb4094 - mikey179: initial draft for appveyor
      da645e8 - mikey179: don't allow PHP 7 to fail anymore, finally close #120
      7b3e918 - mikey179: improve coveralls integration

    REASON: Required by the root package: Install command rule (install mikey179/vfsStream v1.6.2|install mikey179/vfsstream 1.6.x-dev|install mikey179/vfsStream v1.6.0|install mikey179/vfsStream v1.6.1|install mikey179/vfsStream v1.6.2|install mikey179/vfsStream v1.6.3)

  - Updating php-amqplib/php-amqplib (v2.6.1 => v2.6.3)
Executing command (/home/talus/dev/web/wisembly/back/vendor/php-amqplib/php-amqplib): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/php-amqplib/php-amqplib): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/php-amqplib/php-amqplib): git remote -v
    Checking out fa2f0d4410a11008cb36b379177291be7ee9e4f6
Executing command (/home/talus/dev/web/wisembly/back/vendor/php-amqplib/php-amqplib): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/php-amqplib/php-amqplib): git remote set-url composer 'https://github.com/php-amqplib/php-amqplib.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/php-amqplib/php-amqplib): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/php-amqplib/php-amqplib): git checkout 'v2.6.3' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/php-amqplib/php-amqplib): git reset --hard 'fa2f0d4410a11008cb36b379177291be7ee9e4f6' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/php-amqplib/php-amqplib): git log 2acff762b2cd15e5a57fce7e3ea6e8d8fb3d7171..fa2f0d4410a11008cb36b379177291be7ee9e4f6 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      fa2f0d4 - John Kelly: Merge branch 'master' of github.com:php-amqplib/php-amqplib
      2c63c48 - John Kelly: Update CHANGELOG to 2.6.3
      9c0faca - Tegan Snyder: Change default version to 2.6 in Readme.
      f36597e - John Kelly: Merge branch 'rcatlin-fix/doc-blocks'
      b4406ca - John Kelly: Update phpdocs
      a9affc5 - John Kelly: Merge branch 'fix/doc-blocks' of git://github.com/rcatlin/php-amqplib into rcatlin-fix/doc-blocks
      cfe473d - John Kelly: Merge pull request #345 from todoshcenko/float-timeout
      bb74a75 - John Kelly: Merge pull request #358 from postalservice14/channel_connection_closed
      a4a77c2 - John Kelly: Fix issue with declaring an exchange with a closed connection
      05535d1 - John Kelly: Merge pull request #376 from php-amqplib/read_write_timeout
      27ac94d - John Kelly: Merge pull request #380 from gcalore/error_handler_issue
      bae14b2 - Andrey Todoshchenko: AMQP_FLOAT_TIMEOUT_FOR_SOCKET for BC removed
      8493555 - Ryan Catlin: Correct mispelling of amqpMessage
      2a82178 - Ryan Catlin: Correct return type that echos
      fcbdbc8 - Ryan Catlin: Use bool instead of boolean
      7f6f4b4 - Ryan Catlin: Use boolean instead of bool in doc block types
      a353fff - Ryan Catlin: Fix incorrect type array doc blocks
      c4f3b91 - Ryan Catlin: Fix method signature docblock type
      496a336 - Ryan Catlin: Correct method signature array doc blocks
      a5bfc2c - Ryan Catlin: Fix argument type sin MethodMap091
      081e04c - Ryan Catlin: Fixed AbstractChannel#process_deferred_methods() doc block argument type
      f0d7d09 - Ryan Catlin: Fix method signature doclbock types and frame args parameter type
      ca44460 - Ryan Catlin: Fix AbstractChannel#dispatch docblock and give message variable a more descriptive name
      28dbe13 - Ryan Catlin: Added missing doc blocks and types
      fd710bc - Giulio Calore: catch the ErrorException thrown by the custom error handler in all the places we are using it, to restore the previous error handler
      8a96a2e - Giulio Calore: remove call to restore_error_handler since it doesn't work
      2bc16b9 - John Kelly: Fix spec PHPDoc generation
      ce5f1f3 - John Kelly: Fix spec PHPDoc generation
      ba9468b - John Kelly: Update changelog
      0aa4071 - John Kelly: Merge pull request #379 from php-amqplib/fix_error_reporting_not_reset
      e837a29 - John Kelly: Fix for when the default error handler is not restored
      c526a0d - Raúl Araya: Add test to cover new \InvalidArgumentException being thrown.
      45b99c1 - John Kelly: Merge pull request #377 from php-amqplib/psr2_fixes
      675f504 - Raul Araya: Rename vars to PSR-2.
      5bc0b01 - John Kelly: Update DEMO files closer to PSR-2 standards
      820b55b - John Kelly: Verify read_write_timeout is at least 2x the heartbeat (if set)
      31a395d - John Kelly: Add method to retrieve server properties.
      a5db2c5 - John Kelly: Update library version
      0bc52cb - John Kelly: Merge pull request #372 from bmcgavin/check_frame_type
      9667c67 - Rich Jones: Get the array of valid frame types from the protocol constants class
      a0b99e0 - John Kelly: Merge pull request #332 from mente/opt-lazy-socket
      a828848 - Alex Vasilenko: yet another lazy connection
      a2b6499 - John Kelly: Merge pull request #341 from holycheater/iowait-exception
      9b90e71 - John Kelly: Merge pull request #323 from postalservice14/eexit_minor_refactor
      67d8d54 - John Kelly: PHP 7 can push coverage reports
      cb429c0 - John Kelly: Remove typehints
      07640e2 - John Kelly: Fix incorrect PHPdocs that scrutinizer found
      ca08821 - John Kelly: More minor improvements
      a092219 - John Kelly: Fix indentation
      7f43ba3 - John Kelly: Apparently PHP 7 phpunit doesn't support code coverage.
      5ba4d10 - John Kelly: Project wide CS fix + minor improvements ported over from PR #193.  All credit to eexit
      fe83bc7 - John Kelly: Merge pull request #357 from postalservice14/protocol_phpdocs
      2270ebc - John Kelly: Merge pull request #369 from php-amqplib/test_cleanup
      c9fe185 - John Kelly: Merge pull request #366 from php-amqplib/coc
      02a34e0 - John Kelly: Add CoC statement to readme
      79c6d04 - John Kelly: Merge pull request #329 from escudeiro/master
      7016259 - John Kelly: Cleanup tests and make them run much faster
      35895e1 - John Kelly: Add CoC
      08d3c06 - John Kelly: Add PHPDocs to Auto-generated Protocol Classes
      e293ff0 - Todoshchenko Andrey: Default value for socket timeout fixed
      02eedda - Todoshchenko Andrey: PHP 5.3 compatibility
      709bd7b - Todoshchenko Andrey: code style fixed
      c3dd62f - Todoshchenko Andrey: backward compatibility
      61b5b3f - Todoshchenko Andrey: float timeout for stream
      5d7321e - Todoshchenko Andrey: float timeout for socket
      bd22be5 - Alex Salt: AMQPReader::wait() throw IOWaitException on stream_select failure
      c22bc68 - Bruno Escudeiro: Disable heartbeat when closing connection

    REASON: Required by the root package: Install command rule (install php-amqplib/php-amqplib v2.6.1|install php-amqplib/php-amqplib 2.7.x-dev|install php-amqplib/php-amqplib v2.6.0|install php-amqplib/php-amqplib v2.6.1|install php-amqplib/php-amqplib v2.6.2|install php-amqplib/php-amqplib v2.6.3)

  - Updating ezyang/htmlpurifier (v4.6.0 => v4.7.0)
Executing command (/home/talus/dev/web/wisembly/back/vendor/ezyang/htmlpurifier): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/ezyang/htmlpurifier): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/ezyang/htmlpurifier): git remote -v
    Checking out ae1828d955112356f7677c465f94f7deb7d27a40
Executing command (/home/talus/dev/web/wisembly/back/vendor/ezyang/htmlpurifier): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/ezyang/htmlpurifier): git remote set-url composer 'https://github.com/ezyang/htmlpurifier.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/ezyang/htmlpurifier): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/ezyang/htmlpurifier): git checkout 'v4.7.0' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/ezyang/htmlpurifier): git reset --hard 'ae1828d955112356f7677c465f94f7deb7d27a40' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/ezyang/htmlpurifier): git remote set-url origin 'https://github.com/ezyang/htmlpurifier.git'
Executing command (/home/talus/dev/web/wisembly/back/vendor/ezyang/htmlpurifier): git remote set-url --push origin 'git@github.com:ezyang/htmlpurifier.git'
Executing command (/home/talus/dev/web/wisembly/back/vendor/ezyang/htmlpurifier): git log 6f389f0f25b90d0b495308efcfa073981177f0fd..ae1828d955112356f7677c465f94f7deb7d27a40 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      ae1828d - Edward Z. Yang: Release 4.7.0.
      e34a858 - Edward Z. Yang: Merge pull request #60 from sylfabre/patch-1
      2c963dc - Sylvain: Missing @return
      bfbf8a9 - Edward Z. Yang: Revert "Fix autoloading in Composer."
      04cf6c8 - Timothée Barray: Fix autoloading in Composer.
      0d7328d - Edward Z. Yang: s/Include/Inclure/
      7aeedd9 - anthonybocci: Updated translation of installing in french
      c67e4c2 - Edward Z. Yang: All values, including empty, are valid HTML bools.
      0c3e68d - Edward Z. Yang: Stop using umask to make definition cache.  Fixes #32
      b307f3d - Jon Dufresne: Update gitattributes to produce slimmer packages for composer
      cd60294 - Edward Z. Yang: Fix rgb in border attribute with spaces, fixes #30.
      39d3df1 - Edward Z. Yang: Add AutoFormat.RemoveEmpty.Predicate, fixes #35.
      b870453 - Edward Z. Yang: Update test.
      4da38ac - Edward Z. Yang: Update YouTube embed code to new style, fixes #28
      bf84df4 - Edward Z. Yang: Move opacity to tricky.  Fixes #16.
      15d1a30 - Edward Z. Yang: Don't truncate in DOMLex when seeing closing div
      80ebd43 - Edward Z. Yang: Typo in docs, thanks Soleil Golden for reporting.
      18b8a0e - Edward Z. Yang: Make Composer work with PHP 5.2 and earlier. Reported by @voku

    REASON: evernote/evernote-cloud-sdk-php dev-master requires ezyang/htmlpurifier ^4.6.0 -> satisfiable by ezyang/htmlpurifier[v4.6.0, v4.7.0].

  - Updating sebastian/environment (1.3.3 => 1.3.5)
Executing command (/home/talus/dev/web/wisembly/back/vendor/sebastian/environment): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/sebastian/environment): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/sebastian/environment): git remote -v
    Checking out dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf
Executing command (/home/talus/dev/web/wisembly/back/vendor/sebastian/environment): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/sebastian/environment): git remote set-url composer 'https://github.com/sebastianbergmann/environment.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/sebastian/environment): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/sebastian/environment): git checkout '1.3.5' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/sebastian/environment): git reset --hard 'dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/sebastian/environment): git log 6e7133793a8e5a5714a551a8324337374be209df..dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf --pretty=format:"%h - %an: %s"
    Pulling in changes:
      dc7a290 - Sebastian Bergmann: Fix CS/WS issues
      fbad5cd - Richard Quadling: Remember to allow 1 column for the cursor
      978520a - Richard Quadling: Detect Windows terminals wider than 79 characters
      22aa49b - Sebastian Bergmann: Closes #14

    REASON: phpunit/phpunit 4.8.24 requires sebastian/environment ~1.3 -> satisfiable by sebastian/environment[1.3.3, 1.3.0, 1.3.1, 1.3.2, 1.3.4, 1.3.5, 1.3.x-dev].

  - Updating evernote/evernote-cloud-sdk-php dev-master (7a3357f => b6f1a41)
Executing command (/home/talus/dev/web/wisembly/back/vendor/evernote/evernote-cloud-sdk-php): git show-ref --head -d
Executing command (/home/talus/dev/web/wisembly/back/vendor/evernote/evernote-cloud-sdk-php): git diff --name-status composer/master...master --
Executing command (/home/talus/dev/web/wisembly/back/vendor/evernote/evernote-cloud-sdk-php): git status --porcelain --untracked-files=no
Executing command (/home/talus/dev/web/wisembly/back/vendor/evernote/evernote-cloud-sdk-php): git remote -v
    Checking out b6f1a418e882c68c8c727380af208a50b10b2749
Executing command (/home/talus/dev/web/wisembly/back/vendor/evernote/evernote-cloud-sdk-php): git remote -v
Executing command (/home/talus/dev/web/wisembly/back/vendor/evernote/evernote-cloud-sdk-php): git remote set-url composer 'https://github.com/evernote/evernote-cloud-sdk-php.git' && git fetch composer && git fetch --tags composer
Executing command (/home/talus/dev/web/wisembly/back/vendor/evernote/evernote-cloud-sdk-php): git branch -r
Executing command (/home/talus/dev/web/wisembly/back/vendor/evernote/evernote-cloud-sdk-php): git checkout 'master' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/evernote/evernote-cloud-sdk-php): git reset --hard 'b6f1a418e882c68c8c727380af208a50b10b2749' --
Executing command (/home/talus/dev/web/wisembly/back/vendor/evernote/evernote-cloud-sdk-php): git remote set-url origin 'https://github.com/evernote/evernote-cloud-sdk-php.git'
Executing command (/home/talus/dev/web/wisembly/back/vendor/evernote/evernote-cloud-sdk-php): git remote set-url --push origin 'git@github.com:evernote/evernote-cloud-sdk-php.git'
Executing command (/home/talus/dev/web/wisembly/back/vendor/evernote/evernote-cloud-sdk-php): git log 7a3357fa8b8d7a0a943c634283ee7f7edafd4d8a..b6f1a418e882c68c8c727380af208a50b10b2749 --pretty=format:"%h - %an: %s"
    Pulling in changes:
      b6f1a41 - Laurent Sarrazin: Loosen html-purifier version constraint

Reading /home/talus/dev/web/wisembly/back/vendor/composer/installed.json
Executing command (/home/talus/dev/web/wisembly/back/vendor/evernote/evernote-cloud-sdk-php): git log -n1 --pretty=%ct 'b6f1a418e882c68c8c727380af208a50b10b2749'
Reading ./composer.lock
Writing lock file
Generating autoload files
> post-update-cmd: Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::buildBootstrap
The symfony-app-dir (app) specified in composer.json was not found in /home/talus/.composer, can not build bootstrap file.
> post-update-cmd: Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache
The symfony-app-dir (app) specified in composer.json was not found in /home/talus/.composer, can not execute command.
> post-update-cmd: Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installAssets
The symfony-app-dir (app) specified in composer.json was not found in /home/talus/.composer, can not execute command.

And here is the composer.json file (with things stripped down) :

{
    "license": "proprietary",

    "autoload": {
        "psr-0": {
            "Wisembly": "src/"
        }
    },

    "autoload-dev": {
        "psr-4": {
            "Wisembly\\Behat\\Context\\": "features/context/",
            "Wisembly\\Behat\\Extension\\": "features/extension/",
            "Symfony\\Bridge\\PhpUnit\\": "vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/"
        },

        "files": [
            "vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/bootstrap.php",
            "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php"
        ]
    },

    "require": {
        "php": "^5.5 || ^7.0",

        "symfony/symfony": "^2.8",
        "symfony/assetic-bundle": "^2.8",
        "symfony/swiftmailer-bundle": "^2.3",
        "symfony/monolog-bundle": "^2.8",

        "doctrine/orm": "^2.5",
        "doctrine/doctrine-bundle": "^1.6",
        "doctrine/data-fixtures": "^1.1",
        "doctrine/doctrine-fixtures-bundle": "^2.3",

        "twig/extensions": "^1.3",

        "sensio/distribution-bundle": "^5.0",
        "sensio/framework-extra-bundle": "^3.0",

        "nelmio/api-doc-bundle": "^2.11",

        "wisembly/totem": "^1.4",
        "wisembly/excelant": "^1.0",
        "wisembly/elephant.io": "^3.0",

        "predis/predis": "^1.0",

        "mobiledetect/mobiledetectlib": "^2.8",

        "guzzle/guzzle": "^3.9",

        "swarrot/swarrot": "^2.0",
        "imagine/imagine": "^0.6",

        "hwi/oauth-bundle": "^0.6",

        "crodas/languagedetector": "^0.1",
        "algolia/algoliasearch-client-php": "^1.6",

        "calendart/calendart": "^1.6",
        "calendart/google-adapter": "^1.4",
        "calendart/office365-adapter": "^1.5",

        "evernote/evernote-cloud-sdk-php": "dev-master",

        "wisembly/semantria-php": "^0.0.1",
        "wisembly/clearbit-php": "^0.2.0",
        "kriswallsmith/buzz": "^0.15.0",

        "behat/transliterator": "^1.1",
        "league/html-to-markdown": "^4.2"
    },

    "require-dev": {
        "behat/behat": "^3.1",
        "mockery/mockery": "^0.7",
        "phpunit/phpunit": "^4.8",
        "mikey179/vfsStream": "^1.6",
        "php-amqplib/php-amqplib": "^2.6",
        "jakub-onderka/php-parallel-lint": "^0.9"
    },

    "suggest": {
        "ext-amqp": ""
    },

    "scripts": {
        "post-install-cmd": [
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
        ],

        "post-update-cmd": [
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets"
        ]
    },

    "config": {
        "bin-dir": "bin"
    },

    "minimum-stability": "dev",
    "prefer-stable": true,

    "extra": {
        "symfony-app-dir": "app",
        "symfony-web-dir": "web"
    }
}

@Taluu
Copy link
Contributor Author

Taluu commented Apr 29, 2016

On a side note, it seems that the vendors in my local vendor file are updated, but not the local composer.lock file, but my global composer.lock file is updated with all the packages it "updated", which are not present in my composer.json global file :

{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "hash": "126a2bd941ebb944e18b4de4bd5dda85",
    "content-hash": "d4fabdce7cbfea9f8405eb0a2828bc44",
    "packages": [
        {
            "name": "algolia/algoliasearch-client-php",
            "version": "1.8.1",
            "source": {
                "type": "git",
                "url": "https://github.com/algolia/algoliasearch-client-php.git",
                "reference": "af0e6109a9cd04365c0a57d5cd6c965945ad3247"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/algolia/algoliasearch-client-php/zipball/af0e6109a9cd04365c0a57d5cd6c965945ad3247",
                "reference": "af0e6109a9cd04365c0a57d5cd6c965945ad3247",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8 || ^5.0",
                "satooshi/php-coveralls": "0.6.*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "AlgoliaSearch": "src/",
                    "AlgoliaSearch\\Tests": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Algolia Team",
                    "email": "contact@algolia.com"
                },
                {
                    "name": "Ryan T. Catlin",
                    "email": "ryan.catlin@gmail.com"
                },
                {
                    "name": "Jonathan H. Wage",
                    "email": "jonwage@gmail.com"
                }
            ],
            "description": "Algolia Search API Client for PHP",
            "homepage": "https://github.com/algolia/algoliasearch-client-php",
            "time": "2016-03-08 10:52:11"
        },
        {
            "name": "behat/transliterator",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Transliterator.git",
                "reference": "868e05be3a9f25ba6424c2dd4849567f50715003"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003",
                "reference": "868e05be3a9f25ba6424c2dd4849567f50715003",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Behat\\Transliterator": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Artistic-1.0"
            ],
            "description": "String transliterator",
            "keywords": [
                "i18n",
                "slug",
                "transliterator"
            ],
            "time": "2015-09-28 16:26:35"
        },
        {
            "name": "calendart/calendart",
            "version": "v1.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Calendart/CalendArt.git",
                "reference": "19bf0563c918d893a2540ff46802983de0ce8ace"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Calendart/CalendArt/zipball/19bf0563c918d893a2540ff46802983de0ce8ace",
                "reference": "19bf0563c918d893a2540ff46802983de0ce8ace",
                "shasum": ""
            },
            "require": {
                "doctrine/collections": "^1.0",
                "php": ">=5.4.0",
                "psr/log": "^1.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "CalendArt\\": [
                        "src/",
                        "test/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Baptiste Clavié",
                    "email": "baptiste@wisembly.com",
                    "homepage": "http://baptiste.xn--clavi-fsa.net/",
                    "role": "Project Lead"
                }
            ],
            "description": "Manage remote calendars through an unified api",
            "keywords": [
                "Agenda",
                "calendar",
                "events",
                "schedule",
                "scheduler"
            ],
            "time": "2016-04-14 08:36:37"
        },
        {
            "name": "calendart/google-adapter",
            "version": "v1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Calendart/GoogleAdapter.git",
                "reference": "a9951218462519cc15a925c341756349e75efdb1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Calendart/GoogleAdapter/zipball/a9951218462519cc15a925c341756349e75efdb1",
                "reference": "a9951218462519cc15a925c341756349e75efdb1",
                "shasum": ""
            },
            "require": {
                "doctrine/collections": "~1.0",
                "guzzlehttp/guzzle": "~4.1",
                "php": ">=5.4.0",
                "psr/log": "~1.0"
            },
            "require-dev": {
                "calendart/calendart": "dev-master"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "CalendArt\\Adapter\\Google\\": [
                        "src/",
                        "test/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Baptiste Clavié",
                    "email": "baptiste@wisembly.com",
                    "homepage": "http://baptiste.xn--clavi-fsa.net/",
                    "role": "Project Lead"
                }
            ],
            "description": "Google Adapter for CalendArt",
            "keywords": [
                "Agenda",
                "calendar",
                "events",
                "google",
                "schedule",
                "scheduler"
            ],
            "time": "2016-04-19 16:45:33"
        },
        {
            "name": "calendart/office365-adapter",
            "version": "v1.5.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Calendart/Office365Adapter.git",
                "reference": "d24dee4e12df413e36e8b7c9ae217d701809711a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Calendart/Office365Adapter/zipball/d24dee4e12df413e36e8b7c9ae217d701809711a",
                "reference": "d24dee4e12df413e36e8b7c9ae217d701809711a",
                "shasum": ""
            },
            "require": {
                "doctrine/collections": "~1.0",
                "guzzlehttp/guzzle": "~4.1",
                "php": ">=5.4.0",
                "psr/log": "~1.0"
            },
            "require-dev": {
                "calendart/calendart": "dev-master"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "CalendArt\\Adapter\\Office365\\": [
                        "src/",
                        "test/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Baptiste Clavié",
                    "email": "baptiste@wisembly.com",
                    "homepage": "http://baptiste.xn--clavi-fsa.net/",
                    "role": "Project Lead"
                }
            ],
            "description": "Office365 Adapter for CalendArt",
            "keywords": [
                "Agenda",
                "Exchange Online",
                "Office365",
                "calendar",
                "events",
                "microsoft",
                "schedule",
                "scheduler"
            ],
            "time": "2016-04-22 10:05:35"
        },
        {
            "name": "crodas/languagedetector",
            "version": "v0.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/crodas/LanguageDetector.git",
                "reference": "07aa8bb806cb71fe4e4352c12232a5c74bf416ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/crodas/LanguageDetector/zipball/07aa8bb806cb71fe4e4352c12232a5c74bf416ed",
                "reference": "07aa8bb806cb71fe4e4352c12232a5c74bf416ed",
                "shasum": ""
            },
            "require-dev": {
                "crodas/autoloader": "~0.1"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "LanguageDetector": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-4-Clause"
            ],
            "authors": [
                {
                    "name": "César D. Rodas",
                    "email": "crodas@php.net"
                }
            ],
            "description": "simple library to classify texts",
            "time": "2013-11-06 01:26:03"
        },
        {
            "name": "doctrine/annotations",
            "version": "v1.2.7",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
                "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "1.*",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "doctrine/cache": "1.*",
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Annotations\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Docblock Annotations Parser",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "docblock",
                "parser"
            ],
            "time": "2015-08-31 12:32:49"
        },
        {
            "name": "doctrine/cache",
            "version": "v1.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/cache.git",
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
                "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
                "shasum": ""
            },
            "require": {
                "php": "~5.5|~7.0"
            },
            "conflict": {
                "doctrine/common": ">2.2,<2.4"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8|~5.0",
                "predis/predis": "~1.0",
                "satooshi/php-coveralls": "~0.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Caching library offering an object-oriented API for many cache backends",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "cache",
                "caching"
            ],
            "time": "2015-12-31 16:37:02"
        },
        {
            "name": "doctrine/collections",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/collections.git",
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
                "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Collections\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Collections Abstraction library",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "array",
                "collections",
                "iterator"
            ],
            "time": "2015-04-14 22:21:58"
        },
        {
            "name": "doctrine/common",
            "version": "v2.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/common.git",
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
                "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
                "shasum": ""
            },
            "require": {
                "doctrine/annotations": "1.*",
                "doctrine/cache": "1.*",
                "doctrine/collections": "1.*",
                "doctrine/inflector": "1.*",
                "doctrine/lexer": "1.*",
                "php": "~5.5|~7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8|~5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\": "lib/Doctrine/Common"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Common Library for Doctrine projects",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "annotations",
                "collections",
                "eventmanager",
                "persistence",
                "spl"
            ],
            "time": "2015-12-25 13:18:31"
        },
        {
            "name": "doctrine/data-fixtures",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/data-fixtures.git",
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/bd44f6b6e40247b6530bc8abe802e4e4d914976a",
                "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.2",
                "php": ">=5.3.2"
            },
            "conflict": {
                "doctrine/orm": "< 2.4"
            },
            "require-dev": {
                "doctrine/orm": "~2.4"
            },
            "suggest": {
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
                "doctrine/orm": "For loading ORM fixtures",
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\DataFixtures": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                }
            ],
            "description": "Data Fixtures for all Doctrine Object Managers",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database"
            ],
            "time": "2015-03-30 12:14:13"
        },
        {
            "name": "doctrine/dbal",
            "version": "v2.5.4",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/dbal.git",
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
                "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
                "shasum": ""
            },
            "require": {
                "doctrine/common": ">=2.4,<2.7-dev",
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*",
                "symfony/console": "2.*"
            },
            "suggest": {
                "symfony/console": "For helpful console commands such as SQL execution and import of files."
            },
            "bin": [
                "bin/doctrine-dbal"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\DBAL\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                }
            ],
            "description": "Database Abstraction Layer",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "dbal",
                "persistence",
                "queryobject"
            ],
            "time": "2016-01-05 22:11:12"
        },
        {
            "name": "doctrine/doctrine-bundle",
            "version": "1.6.2",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineBundle.git",
                "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/e9c2ccf573b59b7cea566390f34254fed3c20ed9",
                "reference": "e9c2ccf573b59b7cea566390f34254fed3c20ed9",
                "shasum": ""
            },
            "require": {
                "doctrine/dbal": "~2.3",
                "doctrine/doctrine-cache-bundle": "~1.0",
                "jdorn/sql-formatter": "~1.1",
                "php": ">=5.3.2",
                "symfony/console": "~2.3|~3.0",
                "symfony/doctrine-bridge": "~2.2|~3.0",
                "symfony/framework-bundle": "~2.3|~3.0"
            },
            "require-dev": {
                "doctrine/orm": "~2.3",
                "phpunit/phpunit": "~4",
                "satooshi/php-coveralls": "~0.6.1",
                "symfony/phpunit-bridge": "~2.7|~3.0",
                "symfony/validator": "~2.2|~3.0",
                "symfony/yaml": "~2.2|~3.0",
                "twig/twig": "~1.10"
            },
            "suggest": {
                "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
                "symfony/web-profiler-bundle": "to use the data collector"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Bundle\\DoctrineBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "http://www.doctrine-project.org/"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony DoctrineBundle",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "dbal",
                "orm",
                "persistence"
            ],
            "time": "2016-01-10 17:21:44"
        },
        {
            "name": "doctrine/doctrine-cache-bundle",
            "version": "1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
                "reference": "18c600a9b82f6454d2e81ca4957cdd56a1cf3504",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "^1.4.2",
                "doctrine/inflector": "~1.0",
                "php": ">=5.3.2",
                "symfony/doctrine-bridge": "~2.2|~3.0"
            },
            "require-dev": {
                "instaclick/coding-standard": "~1.1",
                "instaclick/object-calisthenics-sniffs": "dev-master",
                "instaclick/symfony2-coding-standard": "dev-remaster",
                "phpunit/phpunit": "~4",
                "predis/predis": "~0.8",
                "satooshi/php-coveralls": "~0.6.1",
                "squizlabs/php_codesniffer": "~1.5",
                "symfony/console": "~2.2|~3.0",
                "symfony/finder": "~2.2|~3.0",
                "symfony/framework-bundle": "~2.2|~3.0",
                "symfony/phpunit-bridge": "~2.7|~3.0",
                "symfony/security-acl": "~2.3|~3.0",
                "symfony/validator": "~2.2|~3.0",
                "symfony/yaml": "~2.2|~3.0"
            },
            "suggest": {
                "symfony/security-acl": "For using this bundle to cache ACLs"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Fabio B. Silva",
                    "email": "fabio.bat.silva@gmail.com"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@hotmail.com"
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "http://www.doctrine-project.org/"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony Bundle for Doctrine Cache",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "cache",
                "caching"
            ],
            "time": "2016-01-26 17:28:51"
        },
        {
            "name": "doctrine/doctrine-fixtures-bundle",
            "version": "2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029",
                "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029",
                "shasum": ""
            },
            "require": {
                "doctrine/data-fixtures": "~1.0",
                "doctrine/doctrine-bundle": "~1.0",
                "php": ">=5.3.2",
                "symfony/doctrine-bridge": "~2.3|~3.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Bundle\\FixturesBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "http://www.doctrine-project.org"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony DoctrineFixturesBundle",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "Fixture",
                "persistence"
            ],
            "time": "2015-11-04 21:23:23"
        },
        {
            "name": "doctrine/inflector",
            "version": "v1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/inflector.git",
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
                "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Inflector\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Common String Manipulations with regard to casing and singular/plural rules.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "inflection",
                "pluralize",
                "singularize",
                "string"
            ],
            "time": "2015-11-06 14:35:42"
        },
        {
            "name": "doctrine/instantiator",
            "version": "1.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/instantiator.git",
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
                "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3,<8.0-DEV"
            },
            "require-dev": {
                "athletic/athletic": "~0.1.8",
                "ext-pdo": "*",
                "ext-phar": "*",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "homepage": "http://ocramius.github.com/"
                }
            ],
            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
            "homepage": "https://github.com/doctrine/instantiator",
            "keywords": [
                "constructor",
                "instantiate"
            ],
            "time": "2015-06-14 21:17:01"
        },
        {
            "name": "doctrine/lexer",
            "version": "v1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/lexer.git",
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
                "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\Common\\Lexer\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "lexer",
                "parser"
            ],
            "time": "2014-09-09 13:34:57"
        },
        {
            "name": "doctrine/orm",
            "version": "v2.5.4",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/doctrine2.git",
                "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
                "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab",
                "shasum": ""
            },
            "require": {
                "doctrine/cache": "~1.4",
                "doctrine/collections": "~1.2",
                "doctrine/common": ">=2.5-dev,<2.7-dev",
                "doctrine/dbal": ">=2.5-dev,<2.6-dev",
                "doctrine/instantiator": "~1.0.1",
                "ext-pdo": "*",
                "php": ">=5.4",
                "symfony/console": "~2.5|~3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0",
                "symfony/yaml": "~2.3|~3.0"
            },
            "suggest": {
                "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
            },
            "bin": [
                "bin/doctrine",
                "bin/doctrine.php"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.6.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Doctrine\\ORM\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                }
            ],
            "description": "Object-Relational-Mapper for PHP",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database",
                "orm"
            ],
            "time": "2016-01-05 21:34:58"
        },
        {
            "name": "evernote/evernote-cloud-sdk-php",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/evernote/evernote-cloud-sdk-php.git",
                "reference": "b6f1a418e882c68c8c727380af208a50b10b2749"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/evernote/evernote-cloud-sdk-php/zipball/b6f1a418e882c68c8c727380af208a50b10b2749",
                "reference": "b6f1a418e882c68c8c727380af208a50b10b2749",
                "shasum": ""
            },
            "require": {
                "ezyang/htmlpurifier": "^4.6.0",
                "php": ">=5.3",
                "psr/log": "~1.0",
                "tijsverkoyen/css-to-inline-styles": "~1.5"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Evernote": "src/",
                    "Thrift": "src/"
                },
                "classmap": [
                    "src/EDAM"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache"
            ],
            "authors": [
                {
                    "name": "Laurent Sarrazin for Evernote",
                    "email": "laurent@sarrazin.io",
                    "homepage": "http://laurent.sarrazin.io",
                    "role": "Lead developer"
                }
            ],
            "description": "Evernote Cloud SDK for PHP",
            "homepage": "https://github.com/evernote/evernote-cloud-sdk-php",
            "keywords": [
                "api",
                "evernote",
                "sdk"
            ],
            "time": "2016-04-28 07:16:35"
        },
        {
            "name": "ezyang/htmlpurifier",
            "version": "v4.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ezyang/htmlpurifier.git",
                "reference": "ae1828d955112356f7677c465f94f7deb7d27a40"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40",
                "reference": "ae1828d955112356f7677c465f94f7deb7d27a40",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "HTMLPurifier": "library/"
                },
                "files": [
                    "library/HTMLPurifier.composer.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL"
            ],
            "authors": [
                {
                    "name": "Edward Z. Yang",
                    "email": "admin@htmlpurifier.org",
                    "homepage": "http://ezyang.com"
                }
            ],
            "description": "Standards compliant HTML filter written in PHP",
            "homepage": "http://htmlpurifier.org/",
            "keywords": [
                "html"
            ],
            "time": "2015-08-05 01:03:42"
        },
        {
            "name": "guzzle/guzzle",
            "version": "v3.9.3",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle3.git",
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9",
                "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.3.3",
                "symfony/event-dispatcher": "~2.1"
            },
            "replace": {
                "guzzle/batch": "self.version",
                "guzzle/cache": "self.version",
                "guzzle/common": "self.version",
                "guzzle/http": "self.version",
                "guzzle/inflection": "self.version",
                "guzzle/iterator": "self.version",
                "guzzle/log": "self.version",
                "guzzle/parser": "self.version",
                "guzzle/plugin": "self.version",
                "guzzle/plugin-async": "self.version",
                "guzzle/plugin-backoff": "self.version",
                "guzzle/plugin-cache": "self.version",
                "guzzle/plugin-cookie": "self.version",
                "guzzle/plugin-curlauth": "self.version",
                "guzzle/plugin-error-response": "self.version",
                "guzzle/plugin-history": "self.version",
                "guzzle/plugin-log": "self.version",
                "guzzle/plugin-md5": "self.version",
                "guzzle/plugin-mock": "self.version",
                "guzzle/plugin-oauth": "self.version",
                "guzzle/service": "self.version",
                "guzzle/stream": "self.version"
            },
            "require-dev": {
                "doctrine/cache": "~1.3",
                "monolog/monolog": "~1.0",
                "phpunit/phpunit": "3.7.*",
                "psr/log": "~1.0",
                "symfony/class-loader": "~2.1",
                "zendframework/zend-cache": "2.*,<2.3",
                "zendframework/zend-log": "2.*,<2.3"
            },
            "suggest": {
                "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.9-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Guzzle": "src/",
                    "Guzzle\\Tests": "tests/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Guzzle Community",
                    "homepage": "https://github.com/guzzle/guzzle/contributors"
                }
            ],
            "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "rest",
                "web service"
            ],
            "time": "2015-03-18 18:23:50"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "4.2.3",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "66fd916e9f9130bc22c51450476823391cb2f67c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/66fd916e9f9130bc22c51450476823391cb2f67c",
                "reference": "66fd916e9f9130bc22c51450476823391cb2f67c",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/streams": "~2.1",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "ext-curl": "*",
                "phpunit/phpunit": "~4.0",
                "psr/log": "~1.0"
            },
            "suggest": {
                "ext-curl": "Guzzle will use specific adapters if cURL is present"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                },
                "files": [
                    "src/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "rest",
                "web service"
            ],
            "time": "2014-10-05 19:29:14"
        },
        {
            "name": "guzzlehttp/streams",
            "version": "2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/streams.git",
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/streams/zipball/f91b721d73f0e561410903b3b3c90a5d0e40b534",
                "reference": "f91b721d73f0e561410903b3b3c90a5d0e40b534",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Stream\\": "src/"
                },
                "files": [
                    "src/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Provides a simple abstraction over streams of data (Guzzle 4+)",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "Guzzle",
                "stream"
            ],
            "time": "2014-08-17 21:15:53"
        },
        {
            "name": "hwi/oauth-bundle",
            "version": "0.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Wisembly/HWIOAuthBundle.git",
                "reference": "wisembly-0.4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "HWI\\Bundle\\OAuthBundle\\": ""
                }
            }
        },
        {
            "name": "imagine/imagine",
            "version": "v0.6.3",
            "source": {
                "type": "git",
                "url": "https://github.com/avalanche123/Imagine.git",
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d",
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "sami/sami": "dev-master"
            },
            "suggest": {
                "ext-gd": "to use the GD implementation",
                "ext-gmagick": "to use the Gmagick implementation",
                "ext-imagick": "to use the Imagick implementation"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.7-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Imagine": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bulat Shakirzyanov",
                    "email": "mallluhuct@gmail.com",
                    "homepage": "http://avalanche123.com"
                }
            ],
            "description": "Image processing for PHP 5.3",
            "homepage": "http://imagine.readthedocs.org/",
            "keywords": [
                "drawing",
                "graphics",
                "image manipulation",
                "image processing"
            ],
            "time": "2015-09-19 16:54:05"
        },
        {
            "name": "ircmaxell/password-compat",
            "version": "v1.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/ircmaxell/password_compat.git",
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
                "shasum": ""
            },
            "require-dev": {
                "phpunit/phpunit": "4.*"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "lib/password.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Anthony Ferrara",
                    "email": "ircmaxell@php.net",
                    "homepage": "http://blog.ircmaxell.com"
                }
            ],
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
            "homepage": "https://github.com/ircmaxell/password_compat",
            "keywords": [
                "hashing",
                "password"
            ],
            "time": "2014-11-20 16:49:30"
        },
        {
            "name": "jdorn/sql-formatter",
            "version": "v1.2.17",
            "source": {
                "type": "git",
                "url": "https://github.com/jdorn/sql-formatter.git",
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
                "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.4"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "lib"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jeremy Dorn",
                    "email": "jeremy@jeremydorn.com",
                    "homepage": "http://jeremydorn.com/"
                }
            ],
            "description": "a PHP SQL highlighting library",
            "homepage": "https://github.com/jdorn/sql-formatter/",
            "keywords": [
                "highlight",
                "sql"
            ],
            "time": "2014-01-12 16:20:24"
        },
        {
            "name": "kriswallsmith/assetic",
            "version": "v1.3.2",
            "source": {
                "type": "git",
                "url": "https://github.com/kriswallsmith/assetic.git",
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5",
                "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.1",
                "symfony/process": "~2.1|~3.0"
            },
            "conflict": {
                "twig/twig": "<1.23"
            },
            "require-dev": {
                "cssmin/cssmin": "3.0.1",
                "joliclic/javascript-packer": "1.1",
                "kamicane/packager": "1.0",
                "leafo/lessphp": "^0.3.7",
                "leafo/scssphp": "~0.1",
                "mrclay/minify": "~2.2",
                "patchwork/jsqueeze": "~1.0|~2.0",
                "phpunit/phpunit": "~4.8",
                "psr/log": "~1.0",
                "ptachoire/cssembed": "~1.0",
                "symfony/phpunit-bridge": "~2.7|~3.0",
                "twig/twig": "~1.8|~2.0"
            },
            "suggest": {
                "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
                "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
                "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
                "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
                "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
                "twig/twig": "Assetic provides the integration with the Twig templating engine"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Assetic": "src/"
                },
                "files": [
                    "src/functions.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kris Wallsmith",
                    "email": "kris.wallsmith@gmail.com",
                    "homepage": "http://kriswallsmith.net/"
                }
            ],
            "description": "Asset Management for PHP",
            "homepage": "https://github.com/kriswallsmith/assetic",
            "keywords": [
                "assets",
                "compression",
                "minification"
            ],
            "time": "2015-11-12 13:51:40"
        },
        {
            "name": "kriswallsmith/buzz",
            "version": "v0.15",
            "source": {
                "type": "git",
                "url": "https://github.com/kriswallsmith/Buzz.git",
                "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kriswallsmith/Buzz/zipball/d4041666c3ffb379af02a92dabe81c904b35fab8",
                "reference": "d4041666c3ffb379af02a92dabe81c904b35fab8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "3.7.*"
            },
            "suggest": {
                "ext-curl": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Buzz": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kris Wallsmith",
                    "email": "kris.wallsmith@gmail.com",
                    "homepage": "http://kriswallsmith.net/"
                }
            ],
            "description": "Lightweight HTTP client",
            "homepage": "https://github.com/kriswallsmith/Buzz",
            "keywords": [
                "curl",
                "http client"
            ],
            "time": "2015-06-25 17:26:56"
        },
        {
            "name": "league/html-to-markdown",
            "version": "4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/html-to-markdown.git",
                "reference": "9a5becc8c6b520920fb846afefcfd7faf4c31712"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/9a5becc8c6b520920fb846afefcfd7faf4c31712",
                "reference": "9a5becc8c6b520920fb846afefcfd7faf4c31712",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-xml": "*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "mikehaertl/php-shellcommand": "~1.1.0",
                "phpunit/phpunit": "4.*",
                "scrutinizer/ocular": "~1.1"
            },
            "bin": [
                "bin/html-to-markdown"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\HTMLToMarkdown\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Colin O'Dell",
                    "email": "colinodell@gmail.com",
                    "homepage": "http://www.colinodell.com",
                    "role": "Lead Developer"
                },
                {
                    "name": "Nick Cernis",
                    "email": "nick@cern.is",
                    "homepage": "http://modernnerd.net",
                    "role": "Original Author"
                }
            ],
            "description": "An HTML-to-markdown conversion helper for PHP",
            "homepage": "https://github.com/thephpleague/html-to-markdown",
            "keywords": [
                "html",
                "markdown"
            ],
            "time": "2016-02-01 16:49:02"
        },
        {
            "name": "michelf/php-markdown",
            "version": "1.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/michelf/php-markdown.git",
                "reference": "156e56ee036505ec637d761ee62dc425d807183c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/michelf/php-markdown/zipball/156e56ee036505ec637d761ee62dc425d807183c",
                "reference": "156e56ee036505ec637d761ee62dc425d807183c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-lib": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Michelf": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Michel Fortin",
                    "email": "michel.fortin@michelf.ca",
                    "homepage": "https://michelf.ca/",
                    "role": "Developer"
                },
                {
                    "name": "John Gruber",
                    "homepage": "https://daringfireball.net/"
                }
            ],
            "description": "PHP Markdown",
            "homepage": "https://michelf.ca/projects/php-markdown/",
            "keywords": [
                "markdown"
            ],
            "time": "2015-12-24 01:37:31"
        },
        {
            "name": "mobiledetect/mobiledetectlib",
            "version": "2.8.22",
            "source": {
                "type": "git",
                "url": "https://github.com/serbanghita/Mobile-Detect.git",
                "reference": "53cddae0c272a478b24a4b5fb60d0f838caf70b6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/53cddae0c272a478b24a4b5fb60d0f838caf70b6",
                "reference": "53cddae0c272a478b24a4b5fb60d0f838caf70b6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.0.0"
            },
            "require-dev": {
                "codeclimate/php-test-reporter": "dev-master",
                "johnkary/phpunit-speedtrap": "~1.0@dev",
                "phpunit/phpunit": "*"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "Mobile_Detect.php"
                ],
                "psr-0": {
                    "Detection": "namespaced/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Serban Ghita",
                    "email": "serbanghita@gmail.com",
                    "homepage": "http://mobiledetect.net",
                    "role": "Developer"
                }
            ],
            "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
            "homepage": "https://github.com/serbanghita/Mobile-Detect",
            "keywords": [
                "detect mobile devices",
                "mobile",
                "mobile detect",
                "mobile detector",
                "php mobile detect"
            ],
            "time": "2016-04-24 09:47:16"
        },
        {
            "name": "monolog/monolog",
            "version": "1.19.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5f56ed5212dc509c8dc8caeba2715732abb32dbf",
                "reference": "5f56ed5212dc509c8dc8caeba2715732abb32dbf",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "psr/log": "~1.0"
            },
            "provide": {
                "psr/log-implementation": "1.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^2.4.9",
                "doctrine/couchdb": "~1.0@dev",
                "graylog2/gelf-php": "~1.0",
                "jakub-onderka/php-parallel-lint": "0.9",
                "php-amqplib/php-amqplib": "~2.4",
                "php-console/php-console": "^3.1.3",
                "phpunit/phpunit": "~4.5",
                "phpunit/phpunit-mock-objects": "2.3.0",
                "raven/raven": "^0.13",
                "ruflin/elastica": ">=0.90 <3.0",
                "swiftmailer/swiftmailer": "~5.3"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-mongo": "Allow sending log messages to a MongoDB server",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "php-console/php-console": "Allow sending log messages to Google Chrome",
                "raven/raven": "Allow sending log messages to a Sentry server",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Monolog\\": "src/Monolog"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "http://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "time": "2016-04-12 18:29:35"
        },
        {
            "name": "nelmio/api-doc-bundle",
            "version": "2.12.0",
            "target-dir": "Nelmio/ApiDocBundle",
            "source": {
                "type": "git",
                "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
                "reference": "6793b701570f5f426678309910b2440c8f5d1d9e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/6793b701570f5f426678309910b2440c8f5d1d9e",
                "reference": "6793b701570f5f426678309910b2440c8f5d1d9e",
                "shasum": ""
            },
            "require": {
                "michelf/php-markdown": "~1.4",
                "php": ">=5.3",
                "symfony/console": "~2.3|~3.0",
                "symfony/framework-bundle": "~2.3|~3.0",
                "symfony/twig-bundle": "~2.3|~3.0"
            },
            "conflict": {
                "jms/serializer": "<0.12",
                "jms/serializer-bundle": "<0.11",
                "symfony/symfony": "~2.7.8",
                "twig/twig": "<1.12"
            },
            "require-dev": {
                "doctrine/doctrine-bundle": "~1.5",
                "doctrine/orm": "~2.3",
                "dunglas/api-bundle": "~1.0@dev",
                "friendsofsymfony/rest-bundle": "~1.0|~2.0",
                "jms/serializer-bundle": ">=0.11",
                "sensio/framework-extra-bundle": "~3.0",
                "symfony/browser-kit": "~2.3|~3.0",
                "symfony/css-selector": "~2.3|~3.0",
                "symfony/finder": "~2.3|~3.0",
                "symfony/form": "~2.3|~3.0",
                "symfony/phpunit-bridge": "~2.7|~3.0",
                "symfony/serializer": "~2.7|~3.0",
                "symfony/validator": "~2.3|~3.0",
                "symfony/yaml": "~2.3|~3.0"
            },
            "suggest": {
                "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.",
                "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
                "jms/serializer": "For making use of serializer information in the doc.",
                "symfony/form": "For using form definitions as input.",
                "symfony/validator": "For making use of validator information in the doc."
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.12-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Nelmio\\ApiDocBundle": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nelmio",
                    "homepage": "http://nelm.io"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
                }
            ],
            "description": "Generates documentation for your REST API from annotations",
            "keywords": [
                "api",
                "doc",
                "documentation",
                "rest"
            ],
            "time": "2016-03-21 11:19:12"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
                "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*|5.*"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "type": "library",
            "autoload": {
                "files": [
                    "lib/random.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "pseudorandom",
                "random"
            ],
            "time": "2016-03-18 20:34:03"
        },
        {
            "name": "phpoffice/phpexcel",
            "version": "1.8.1",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPOffice/PHPExcel.git",
                "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
                "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
                "shasum": ""
            },
            "require": {
                "ext-xml": "*",
                "ext-xmlwriter": "*",
                "php": ">=5.2.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "PHPExcel": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL"
            ],
            "authors": [
                {
                    "name": "Maarten Balliauw",
                    "homepage": "http://blog.maartenballiauw.be"
                },
                {
                    "name": "Mark Baker"
                },
                {
                    "name": "Franck Lefevre",
                    "homepage": "http://blog.rootslabs.net"
                },
                {
                    "name": "Erik Tilt"
                }
            ],
            "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
            "homepage": "http://phpexcel.codeplex.com",
            "keywords": [
                "OpenXML",
                "excel",
                "php",
                "spreadsheet",
                "xls",
                "xlsx"
            ],
            "time": "2015-05-01 07:00:55"
        },
        {
            "name": "predis/predis",
            "version": "v1.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/nrk/predis.git",
                "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nrk/predis/zipball/84060b9034d756b4d79641667d7f9efe1aeb8e04",
                "reference": "84060b9034d756b4d79641667d7f9efe1aeb8e04",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "suggest": {
                "ext-curl": "Allows access to Webdis when paired with phpiredis",
                "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Predis\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniele Alessandri",
                    "email": "suppakilla@gmail.com",
                    "homepage": "http://clorophilla.net"
                }
            ],
            "description": "Flexible and feature-complete PHP client library for Redis",
            "homepage": "http://github.com/nrk/predis",
            "keywords": [
                "nosql",
                "predis",
                "redis"
            ],
            "time": "2015-07-30 18:34:15"
        },
        {
            "name": "psr/log",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
                "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Psr\\Log\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "time": "2012-12-21 11:40:51"
        },
        {
            "name": "sensio/distribution-bundle",
            "version": "v5.0.6",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
                "reference": "ffe306d09c1f2bad721237f63b2169d1b78253d0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/ffe306d09c1f2bad721237f63b2169d1b78253d0",
                "reference": "ffe306d09c1f2bad721237f63b2169d1b78253d0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "sensiolabs/security-checker": "~3.0",
                "symfony/class-loader": "~2.3|~3.0",
                "symfony/config": "~2.3|~3.0",
                "symfony/dependency-injection": "~2.3|~3.0",
                "symfony/filesystem": "~2.3|~3.0",
                "symfony/http-kernel": "~2.3|~3.0",
                "symfony/process": "~2.3|~3.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Sensio\\Bundle\\DistributionBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Base bundle for Symfony Distributions",
            "keywords": [
                "configuration",
                "distribution"
            ],
            "time": "2016-04-25 20:50:31"
        },
        {
            "name": "sensio/framework-extra-bundle",
            "version": "v3.0.16",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/507a15f56fa7699f6cc8c2c7de4080b19ce22546",
                "reference": "507a15f56fa7699f6cc8c2c7de4080b19ce22546",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.2",
                "symfony/dependency-injection": "~2.3|~3.0",
                "symfony/framework-bundle": "~2.3|~3.0"
            },
            "require-dev": {
                "symfony/browser-kit": "~2.3|~3.0",
                "symfony/dom-crawler": "~2.3|~3.0",
                "symfony/expression-language": "~2.4|~3.0",
                "symfony/finder": "~2.3|~3.0",
                "symfony/phpunit-bridge": "~2.7|~3.0",
                "symfony/security-bundle": "~2.4|~3.0",
                "symfony/twig-bundle": "~2.3|~3.0",
                "twig/twig": "~1.11|~2.0"
            },
            "suggest": {
                "symfony/expression-language": "",
                "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
                "symfony/security-bundle": ""
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "This bundle provides a way to configure your controllers with annotations",
            "keywords": [
                "annotations",
                "controllers"
            ],
            "time": "2016-03-25 17:08:27"
        },
        {
            "name": "sensiolabs/security-checker",
            "version": "v3.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sensiolabs/security-checker.git",
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/21696b0daa731064c23cfb694c60a2584a7b6e93",
                "reference": "21696b0daa731064c23cfb694c60a2584a7b6e93",
                "shasum": ""
            },
            "require": {
                "symfony/console": "~2.0|~3.0"
            },
            "bin": [
                "security-checker"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "SensioLabs\\Security": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien.potencier@gmail.com"
                }
            ],
            "description": "A security checker for your composer.lock",
            "time": "2015-11-07 08:07:40"
        },
        {
            "name": "swarrot/swarrot",
            "version": "v2.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/swarrot/swarrot.git",
                "reference": "551e737213df2e030193b54bf4f5b02d1412ae44"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/swarrot/swarrot/zipball/551e737213df2e030193b54bf4f5b02d1412ae44",
                "reference": "551e737213df2e030193b54bf4f5b02d1412ae44",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4",
                "psr/log": "~1.0",
                "symfony/options-resolver": "~2.3|~3.0"
            },
            "require-dev": {
                "doctrine/common": "~2.3",
                "doctrine/dbal": "~2.2",
                "phpunit/phpunit": "~4.7",
                "videlalvaro/php-amqplib": "~2.1"
            },
            "suggest": {
                "pecl-amqp": "*",
                "symfony/console": "~2.4|~3.0",
                "videlalvaro/php-amqplib": "~2.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Swarrot": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Olivier Dolbeau",
                    "homepage": "http://odolbeau.fr/"
                }
            ],
            "description": "A simple lib to consume RabbitMQ queues",
            "keywords": [
                "swarrot",
                "worker"
            ],
            "time": "2015-12-27 11:06:04"
        },
        {
            "name": "swiftmailer/swiftmailer",
            "version": "v5.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/swiftmailer/swiftmailer.git",
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421",
                "reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "mockery/mockery": "~0.9.1,<0.9.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.4-dev"
                }
            },
            "autoload": {
                "files": [
                    "lib/swift_required.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Corbyn"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Swiftmailer, free feature-rich PHP mailer",
            "homepage": "http://swiftmailer.org",
            "keywords": [
                "email",
                "mail",
                "mailer"
            ],
            "time": "2015-06-06 14:19:39"
        },
        {
            "name": "symfony/assetic-bundle",
            "version": "v2.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/assetic-bundle.git",
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/aa5b4f8b712f38745928fa845ddb73300bb2af6d",
                "reference": "aa5b4f8b712f38745928fa845ddb73300bb2af6d",
                "shasum": ""
            },
            "require": {
                "kriswallsmith/assetic": "~1.3",
                "php": ">=5.3.0",
                "symfony/console": "~2.3|~3.0",
                "symfony/dependency-injection": "~2.3|~3.0",
                "symfony/framework-bundle": "~2.3|~3.0",
                "symfony/yaml": "~2.3|~3.0"
            },
            "conflict": {
                "kriswallsmith/spork": "<=0.2",
                "twig/twig": "<1.20"
            },
            "require-dev": {
                "kriswallsmith/spork": "~0.3",
                "patchwork/jsqueeze": "~1.0",
                "symfony/class-loader": "~2.3|~3.0",
                "symfony/css-selector": "~2.3|~3.0",
                "symfony/dom-crawler": "~2.3|~3.0",
                "symfony/phpunit-bridge": "~2.7|~3.0",
                "symfony/twig-bundle": "~2.3|~3.0"
            },
            "suggest": {
                "kriswallsmith/spork": "to be able to dump assets in parallel",
                "symfony/twig-bundle": "to use the Twig integration"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Bundle\\AsseticBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kris Wallsmith",
                    "email": "kris.wallsmith@gmail.com",
                    "homepage": "http://kriswallsmith.net/"
                }
            ],
            "description": "Integrates Assetic into Symfony2",
            "homepage": "https://github.com/symfony/AsseticBundle",
            "keywords": [
                "assets",
                "compression",
                "minification"
            ],
            "time": "2015-12-28 13:12:39"
        },
        {
            "name": "symfony/monolog-bundle",
            "version": "2.11.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/monolog-bundle.git",
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
                "reference": "e7caf4936c7be82bc6d68df87f1d23a0d5bf6e00",
                "shasum": ""
            },
            "require": {
                "monolog/monolog": "~1.18",
                "php": ">=5.3.2",
                "symfony/config": "~2.3|~3.0",
                "symfony/dependency-injection": "~2.3|~3.0",
                "symfony/http-kernel": "~2.3|~3.0",
                "symfony/monolog-bridge": "~2.3|~3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8",
                "symfony/console": "~2.3|~3.0",
                "symfony/yaml": "~2.3|~3.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Bundle\\MonologBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony MonologBundle",
            "homepage": "http://symfony.com",
            "keywords": [
                "log",
                "logging"
            ],
            "time": "2016-04-13 16:21:01"
        },
        {
            "name": "symfony/polyfill-apcu",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-apcu.git",
                "reference": "0c901e4e65a2f7ece68f0fd249b56d6ad3adc214"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/0c901e4e65a2f7ece68f0fd249b56d6ad3adc214",
                "reference": "0c901e4e65a2f7ece68f0fd249b56d6ad3adc214",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "apcu",
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-03-03 16:49:40"
        },
        {
            "name": "symfony/polyfill-intl-icu",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-icu.git",
                "reference": "8328069d9f5322f0e7b3c3518485acfdc94c3942"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/8328069d9f5322f0e7b3c3518485acfdc94c3942",
                "reference": "8328069d9f5322f0e7b3c3518485acfdc94c3942",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/intl": "~2.3|~3.0"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's ICU-related data and classes",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "icu",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-02-26 16:18:12"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "1289d16209491b584839022f29257ad859b8532d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/1289d16209491b584839022f29257ad859b8532d",
                "reference": "1289d16209491b584839022f29257ad859b8532d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-01-20 09:13:37"
        },
        {
            "name": "symfony/polyfill-php54",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php54.git",
                "reference": "9ba741ca01c77282ecf5796c2c1d667f03454ffb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php54/zipball/9ba741ca01c77282ecf5796c2c1d667f03454ffb",
                "reference": "9ba741ca01c77282ecf5796c2c1d667f03454ffb",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php54\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 5.4+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-01-25 19:13:00"
        },
        {
            "name": "symfony/polyfill-php55",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php55.git",
                "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php55/zipball/b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
                "reference": "b4f3f07d91702f8f926339fc4fcf81671d8c27e6",
                "shasum": ""
            },
            "require": {
                "ircmaxell/password-compat": "~1.0",
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php55\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 5.5+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-01-20 09:13:37"
        },
        {
            "name": "symfony/polyfill-php56",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php56.git",
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/4d891fff050101a53a4caabb03277284942d1ad9",
                "reference": "4d891fff050101a53a4caabb03277284942d1ad9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "symfony/polyfill-util": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php56\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-01-20 09:13:37"
        },
        {
            "name": "symfony/polyfill-php70",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php70.git",
                "reference": "386c1be9cad3ab531425211919e78c37971be4ce"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/386c1be9cad3ab531425211919e78c37971be4ce",
                "reference": "386c1be9cad3ab531425211919e78c37971be4ce",
                "shasum": ""
            },
            "require": {
                "paragonie/random_compat": "~1.0",
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php70\\": ""
                },
                "files": [
                    "bootstrap.php"
                ],
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-01-28 22:42:02"
        },
        {
            "name": "symfony/polyfill-util",
            "version": "v1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-util.git",
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
                "reference": "8de62801aa12bc4dfcf85eef5d21981ae7bb3cc4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Util\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony utilities for portability of PHP codes",
            "homepage": "https://symfony.com",
            "keywords": [
                "compat",
                "compatibility",
                "polyfill",
                "shim"
            ],
            "time": "2016-01-20 09:13:37"
        },
        {
            "name": "symfony/security-acl",
            "version": "v2.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/security-acl.git",
                "reference": "4a3f7327ad215242c78f6564ad4ea6d2db1b8347"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/security-acl/zipball/4a3f7327ad215242c78f6564ad4ea6d2db1b8347",
                "reference": "4a3f7327ad215242c78f6564ad4ea6d2db1b8347",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.9",
                "symfony/security-core": "~2.4|~3.0.0"
            },
            "require-dev": {
                "doctrine/common": "~2.2",
                "doctrine/dbal": "~2.2",
                "psr/log": "~1.0",
                "symfony/phpunit-bridge": "~2.7|~3.0.0"
            },
            "suggest": {
                "doctrine/dbal": "For using the built-in ACL implementation",
                "symfony/class-loader": "For using the ACL generateSql script",
                "symfony/finder": "For using the ACL generateSql script"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Security\\Acl\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony Security Component - ACL (Access Control List)",
            "homepage": "https://symfony.com",
            "time": "2015-12-28 09:39:09"
        },
        {
            "name": "symfony/swiftmailer-bundle",
            "version": "v2.3.11",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/swiftmailer-bundle.git",
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
                "reference": "5e1a90f28213231ceee19c953bbebc5b5b95c690",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2",
                "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
                "symfony/config": "~2.3|~3.0",
                "symfony/dependency-injection": "~2.3|~3.0",
                "symfony/http-kernel": "~2.3|~3.0",
                "symfony/yaml": "~2.3|~3.0"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "~2.7|~3.0"
            },
            "suggest": {
                "psr/log": "Allows logging"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Bundle\\SwiftmailerBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony SwiftmailerBundle",
            "homepage": "http://symfony.com",
            "time": "2016-01-15 16:41:20"
        },
        {
            "name": "symfony/symfony",
            "version": "v2.8.4",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/symfony.git",
                "reference": "9e14f9f4869c19188a376eab61d9a1c1f1fee347"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/symfony/zipball/9e14f9f4869c19188a376eab61d9a1c1f1fee347",
                "reference": "9e14f9f4869c19188a376eab61d9a1c1f1fee347",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "~2.4",
                "php": ">=5.3.9",
                "psr/log": "~1.0",
                "symfony/polyfill-apcu": "~1.1",
                "symfony/polyfill-intl-icu": "~1.0",
                "symfony/polyfill-mbstring": "~1.0",
                "symfony/polyfill-php54": "~1.0",
                "symfony/polyfill-php55": "~1.0",
                "symfony/polyfill-php56": "~1.0",
                "symfony/polyfill-php70": "~1.0",
                "symfony/polyfill-util": "~1.0",
                "symfony/security-acl": "~2.7",
                "twig/twig": "~1.23|~2.0"
            },
            "conflict": {
                "phpdocumentor/reflection": "<1.0.7"
            },
            "replace": {
                "symfony/asset": "self.version",
                "symfony/browser-kit": "self.version",
                "symfony/class-loader": "self.version",
                "symfony/config": "self.version",
                "symfony/console": "self.version",
                "symfony/css-selector": "self.version",
                "symfony/debug": "self.version",
                "symfony/debug-bundle": "self.version",
                "symfony/dependency-injection": "self.version",
                "symfony/doctrine-bridge": "self.version",
                "symfony/dom-crawler": "self.version",
                "symfony/event-dispatcher": "self.version",
                "symfony/expression-language": "self.version",
                "symfony/filesystem": "self.version",
                "symfony/finder": "self.version",
                "symfony/form": "self.version",
                "symfony/framework-bundle": "self.version",
                "symfony/http-foundation": "self.version",
                "symfony/http-kernel": "self.version",
                "symfony/intl": "self.version",
                "symfony/ldap": "self.version",
                "symfony/locale": "self.version",
                "symfony/monolog-bridge": "self.version",
                "symfony/options-resolver": "self.version",
                "symfony/process": "self.version",
                "symfony/property-access": "self.version",
                "symfony/property-info": "self.version",
                "symfony/proxy-manager-bridge": "self.version",
                "symfony/routing": "self.version",
                "symfony/security": "self.version",
                "symfony/security-bundle": "self.version",
                "symfony/security-core": "self.version",
                "symfony/security-csrf": "self.version",
                "symfony/security-guard": "self.version",
                "symfony/security-http": "self.version",
                "symfony/serializer": "self.version",
                "symfony/stopwatch": "self.version",
                "symfony/swiftmailer-bridge": "self.version",
                "symfony/templating": "self.version",
                "symfony/translation": "self.version",
                "symfony/twig-bridge": "self.version",
                "symfony/twig-bundle": "self.version",
                "symfony/validator": "self.version",
                "symfony/var-dumper": "self.version",
                "symfony/web-profiler-bundle": "self.version",
                "symfony/yaml": "self.version"
            },
            "require-dev": {
                "doctrine/data-fixtures": "1.0.*",
                "doctrine/dbal": "~2.4",
                "doctrine/doctrine-bundle": "~1.2",
                "doctrine/orm": "~2.4,>=2.4.5",
                "egulias/email-validator": "~1.2",
                "monolog/monolog": "~1.11",
                "ocramius/proxy-manager": "~0.4|~1.0|~2.0",
                "phpdocumentor/reflection": "^1.0.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Bridge\\": "src/Symfony/Bridge/",
                    "Symfony\\Bundle\\": "src/Symfony/Bundle/",
                    "Symfony\\Component\\": "src/Symfony/Component/"
                },
                "classmap": [
                    "src/Symfony/Component/Intl/Resources/stubs"
                ],
                "exclude-from-classmap": [
                    "**/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "The Symfony PHP framework",
            "homepage": "https://symfony.com",
            "keywords": [
                "framework"
            ],
            "time": "2016-03-27 12:57:53"
        },
        {
            "name": "tijsverkoyen/css-to-inline-styles",
            "version": "1.5.5",
            "source": {
                "type": "git",
                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
                "reference": "9753fc340726e327e4d48b7c0604f85475ae0bc3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/9753fc340726e327e4d48b7c0604f85475ae0bc3",
                "reference": "9753fc340726e327e4d48b7c0604f85475ae0bc3",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0",
                "symfony/css-selector": "~2.1|~3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD"
            ],
            "authors": [
                {
                    "name": "Tijs Verkoyen",
                    "email": "css_to_inline_styles@verkoyen.eu",
                    "role": "Developer"
                }
            ],
            "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
            "time": "2015-12-08 16:14:14"
        },
        {
            "name": "twig/extensions",
            "version": "v1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig-extensions.git",
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/449e3c8a9ffad7c2479c7864557275a32b037499",
                "reference": "449e3c8a9ffad7c2479c7864557275a32b037499",
                "shasum": ""
            },
            "require": {
                "twig/twig": "~1.20|~2.0"
            },
            "require-dev": {
                "symfony/translation": "~2.3"
            },
            "suggest": {
                "symfony/translation": "Allow the time_diff output to be translated"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_Extensions_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Common additional features for Twig that do not directly belong in core",
            "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
            "keywords": [
                "i18n",
                "text"
            ],
            "time": "2015-08-22 16:38:35"
        },
        {
            "name": "twig/twig",
            "version": "v1.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
                "reference": "3e5aa30ebfbafd5951fb1b01e338e1800ce7e0e8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.7"
            },
            "require-dev": {
                "symfony/debug": "~2.7",
                "symfony/phpunit-bridge": "~2.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.24-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Twig_": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                },
                {
                    "name": "Twig Team",
                    "homepage": "http://twig.sensiolabs.org/contributors",
                    "role": "Contributors"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "http://twig.sensiolabs.org",
            "keywords": [
                "templating"
            ],
            "time": "2016-01-25 21:22:18"
        },
        {
            "name": "wisembly/clearbit-php",
            "version": "0.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Wisembly/clearbit-php.git",
                "reference": "9ad3c7ad718571a0eb4d74ae5bad79676c8828bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Wisembly/clearbit-php/zipball/9ad3c7ad718571a0eb4d74ae5bad79676c8828bb",
                "reference": "9ad3c7ad718571a0eb4d74ae5bad79676c8828bb",
                "shasum": ""
            },
            "require": {
                "guzzle/guzzle": "^3.9",
                "php": "^5.4 || ^7.0",
                "symfony/property-access": "^2.3 || ^3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Clearbit\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Wisembly",
                    "homepage": "http://wisembly.com"
                }
            ],
            "description": "Clearbit API client built on top of Guzzle 3",
            "keywords": [
                "Guzzle",
                "api",
                "clearbit",
                "clearbit.com"
            ],
            "time": "2016-01-28 16:48:51"
        },
        {
            "name": "wisembly/elephant.io",
            "version": "3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Wisembly/elephant.io.git",
                "reference": "8d8087551a0db14d258e7427eaeafad8bc6ea303"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Wisembly/elephant.io/zipball/8d8087551a0db14d258e7427eaeafad8bc6ea303",
                "reference": "8d8087551a0db14d258e7427eaeafad8bc6ea303",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "psr/log": "~1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "ElephantIO\\": [
                        "src/",
                        "test/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Baptiste Clavié",
                    "email": "baptiste@wisembly.com",
                    "homepage": "http://baptiste.xn--clavi-fsa.net/",
                    "role": "Maintainer"
                },
                {
                    "name": "Guillaume Potier",
                    "email": "guillaume@wisembly.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Ludovic Barreca",
                    "email": "ludogp2@gmail.com",
                    "role": "Project Founder"
                },
                {
                    "name": "Elephant.IO Community",
                    "role": "Contributors :)"
                }
            ],
            "description": "Send events to a websocket real time engine though PHP",
            "homepage": "http://elephant.io",
            "keywords": [
                "dialog",
                "nodejs",
                "real time",
                "websocket"
            ],
            "time": "2016-02-05 00:32:18"
        },
        {
            "name": "wisembly/excelant",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Wisembly/ExcelAnt.git",
                "reference": "343ffbcecfcd340b790f0c5ed648b6b794f0b9e5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Wisembly/ExcelAnt/zipball/343ffbcecfcd340b790f0c5ed648b6b794f0b9e5",
                "reference": "343ffbcecfcd340b790f0c5ed648b6b794f0b9e5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "phpoffice/phpexcel": "~1.7"
            },
            "require-dev": {
                "behat/behat": "2.4.*@stable",
                "phpunit/phpunit": "3.7.*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "ExcelAnt": [
                        "lib/",
                        "test/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Remy Gazelot",
                    "email": "r.gazelot@gmail.com",
                    "homepage": "http://www.remygazelot.fr",
                    "role": "Developer"
                }
            ],
            "homepage": "https://github.com/wisembly/excelant",
            "keywords": [
                "excel"
            ],
            "time": "2013-10-08 08:16:59"
        },
        {
            "name": "wisembly/semantria-php",
            "version": "0.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Wisembly/semantria-php.git",
                "reference": "b2e8d7fbf56ccfef6cad906a2d4837373d9097d5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Wisembly/semantria-php/zipball/b2e8d7fbf56ccfef6cad906a2d4837373d9097d5",
                "reference": "b2e8d7fbf56ccfef6cad906a2d4837373d9097d5",
                "shasum": ""
            },
            "require": {
                "guzzle/guzzle": "~3.9",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Semantria": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Wisembly",
                    "homepage": "http://wisembly.com"
                }
            ],
            "description": "Semantria API client built on top of Guzzle 3",
            "keywords": [
                "Guzzle",
                "api",
                "semantic",
                "semantria",
                "semantria.com"
            ],
            "time": "2015-04-28 07:22:41"
        },
        {
            "name": "wisembly/totem",
            "version": "v1.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/Wisembly/Totem.git",
                "reference": "f62856a5fd1811a290f1a633afd3937470d5a325"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Wisembly/Totem/zipball/f62856a5fd1811a290f1a633afd3937470d5a325",
                "reference": "f62856a5fd1811a290f1a633afd3937470d5a325",
                "shasum": ""
            },
            "require": {
                "php": "^5.4 || ^7.0",
                "symfony/property-access": "^2.5 || ^3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Totem\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Baptiste Clavié",
                    "email": "clavie.b@gmail.com",
                    "homepage": "http://baptiste.xn--clavi-fsa.net/",
                    "role": "Lead Developper"
                }
            ],
            "description": "Changeset calculator between data states",
            "keywords": [
                "changeset"
            ],
            "time": "2016-01-08 10:04:37"
        }
    ],
    "packages-dev": [
        {
            "name": "behat/behat",
            "version": "v3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Behat.git",
                "reference": "359d987b3064d78f2d3a6ba3a355277f3b09b47f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Behat/zipball/359d987b3064d78f2d3a6ba3a355277f3b09b47f",
                "reference": "359d987b3064d78f2d3a6ba3a355277f3b09b47f",
                "shasum": ""
            },
            "require": {
                "behat/gherkin": "~4.4",
                "behat/transliterator": "~1.0",
                "ext-mbstring": "*",
                "php": ">=5.3.3",
                "symfony/class-loader": "~2.1|~3.0",
                "symfony/config": "~2.3|~3.0",
                "symfony/console": "~2.1|~3.0",
                "symfony/dependency-injection": "~2.1|~3.0",
                "symfony/event-dispatcher": "~2.1|~3.0",
                "symfony/translation": "~2.3|~3.0",
                "symfony/yaml": "~2.1|~3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.5",
                "symfony/process": "~2.1|~3.0"
            },
            "suggest": {
                "behat/mink-extension": "for integration with Mink testing framework",
                "behat/symfony2-extension": "for integration with Symfony2 web framework",
                "behat/yii-extension": "for integration with Yii web framework"
            },
            "bin": [
                "bin/behat"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Behat\\Behat": "src/",
                    "Behat\\Testwork": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                }
            ],
            "description": "Scenario-oriented BDD framework for PHP 5.3",
            "homepage": "http://behat.org/",
            "keywords": [
                "Agile",
                "BDD",
                "ScenarioBDD",
                "Scrum",
                "StoryBDD",
                "User story",
                "business",
                "development",
                "documentation",
                "examples",
                "symfony",
                "testing"
            ],
            "time": "2016-03-28 07:04:45"
        },
        {
            "name": "behat/gherkin",
            "version": "v4.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Gherkin.git",
                "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
                "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0",
                "symfony/yaml": "~2.1"
            },
            "suggest": {
                "symfony/yaml": "If you want to parse features, represented in YAML files"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Behat\\Gherkin": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                }
            ],
            "description": "Gherkin DSL parser for PHP 5.3",
            "homepage": "http://behat.org/",
            "keywords": [
                "BDD",
                "Behat",
                "Cucumber",
                "DSL",
                "gherkin",
                "parser"
            ],
            "time": "2015-12-30 14:47:00"
        },
        {
            "name": "jakub-onderka/php-parallel-lint",
            "version": "v0.9.2",
            "source": {
                "type": "git",
                "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
                "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/2ead2e4043ab125bee9554f356e0a86742c2d4fa",
                "reference": "2ead2e4043ab125bee9554f356e0a86742c2d4fa",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-console-highlighter": "~0.3",
                "nette/tester": "~1.3"
            },
            "suggest": {
                "jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
            },
            "bin": [
                "parallel-lint"
            ],
            "type": "library",
            "autoload": {
                "classmap": [
                    "./"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Jakub Onderka",
                    "email": "jakub.onderka@gmail.com"
                }
            ],
            "description": "This tool check syntax of PHP files about 20x faster than serial check.",
            "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
            "time": "2015-12-15 10:42:16"
        },
        {
            "name": "mikey179/vfsStream",
            "version": "v1.6.3",
            "source": {
                "type": "git",
                "url": "https://github.com/mikey179/vfsStream.git",
                "reference": "c19925cd0390d3c436a0203ae859afa460d0474b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/c19925cd0390d3c436a0203ae859afa460d0474b",
                "reference": "c19925cd0390d3c436a0203ae859afa460d0474b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.6.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "org\\bovigo\\vfs\\": "src/main/php"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Frank Kleine",
                    "homepage": "http://frankkleine.de/",
                    "role": "Developer"
                }
            ],
            "description": "Virtual file system to mock the real file system in unit tests.",
            "homepage": "http://vfs.bovigo.org/",
            "time": "2016-04-09 09:42:01"
        },
        {
            "name": "mockery/mockery",
            "version": "0.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/padraic/mockery.git",
                "reference": "10ef0f8a63392f244e5b19de261b6a08eb8e4109"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/padraic/mockery/zipball/10ef0f8a63392f244e5b19de261b6a08eb8e4109",
                "reference": "10ef0f8a63392f244e5b19de261b6a08eb8e4109",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "suggest": {
                "Hamcrest": "1.0.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Mockery": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "New BSD"
            ],
            "authors": [
                {
                    "name": "Pádraic Brady",
                    "email": "padraic.brady@gmail.com",
                    "homepage": "http://blog.astrumfutura.com"
                }
            ],
            "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succint API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
            "homepage": "http://github.com/padraic/mockery",
            "keywords": [
                "BDD",
                "TDD",
                "library",
                "mock",
                "mock objects",
                "mockery",
                "stub",
                "test",
                "test double",
                "testing"
            ],
            "time": "2012-01-24 20:22:39"
        },
        {
            "name": "php-amqplib/php-amqplib",
            "version": "v2.6.3",
            "source": {
                "type": "git",
                "url": "https://github.com/php-amqplib/php-amqplib.git",
                "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/fa2f0d4410a11008cb36b379177291be7ee9e4f6",
                "reference": "fa2f0d4410a11008cb36b379177291be7ee9e4f6",
                "shasum": ""
            },
            "require": {
                "ext-bcmath": "*",
                "ext-mbstring": "*",
                "php": ">=5.3.0"
            },
            "replace": {
                "videlalvaro/php-amqplib": "self.version"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8",
                "scrutinizer/ocular": "^1.1",
                "squizlabs/php_codesniffer": "^2.5"
            },
            "suggest": {
                "ext-sockets": "Use AMQPSocketConnection"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PhpAmqpLib\\": "PhpAmqpLib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Alvaro Videla",
                    "role": "Original Maintainer"
                },
                {
                    "name": "John Kelly",
                    "email": "johnmkelly86@gmail.com",
                    "role": "Maintainer"
                },
                {
                    "name": "Raúl Araya",
                    "email": "nubeiro@gmail.com",
                    "role": "Maintainer"
                }
            ],
            "description": "Formerly videlalvaro/php-amqplib.  This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
            "homepage": "https://github.com/php-amqplib/php-amqplib/",
            "keywords": [
                "message",
                "queue",
                "rabbitmq"
            ],
            "time": "2016-04-11 14:30:01"
        },
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "2.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
                "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.0"
            },
            "suggest": {
                "dflydev/markdown": "~1.0",
                "erusev/parsedown": "~1.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "phpDocumentor": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mike van Riel",
                    "email": "mike.vanriel@naenius.com"
                }
            ],
            "time": "2015-02-03 12:10:50"
        },
        {
            "name": "phpspec/prophecy",
            "version": "v1.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpspec/prophecy.git",
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3c91bdf81797d725b14cb62906f9a4ce44235972",
                "reference": "3c91bdf81797d725b14cb62906f9a4ce44235972",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "php": "^5.3|^7.0",
                "phpdocumentor/reflection-docblock": "~2.0",
                "sebastian/comparator": "~1.1",
                "sebastian/recursion-context": "~1.0"
            },
            "require-dev": {
                "phpspec/phpspec": "~2.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.5.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Prophecy\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "http://everzet.com"
                },
                {
                    "name": "Marcello Duarte",
                    "email": "marcello.duarte@gmail.com"
                }
            ],
            "description": "Highly opinionated mocking framework for PHP 5.3+",
            "homepage": "https://github.com/phpspec/prophecy",
            "keywords": [
                "Double",
                "Dummy",
                "fake",
                "mock",
                "spy",
                "stub"
            ],
            "time": "2016-02-15 07:46:21"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "2.2.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "phpunit/php-file-iterator": "~1.3",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-token-stream": "~1.3",
                "sebastian/environment": "^1.3.2",
                "sebastian/version": "~1.0"
            },
            "require-dev": {
                "ext-xdebug": ">=2.1.4",
                "phpunit/phpunit": "~4"
            },
            "suggest": {
                "ext-dom": "*",
                "ext-xdebug": ">=2.2.1",
                "ext-xmlwriter": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
            "keywords": [
                "coverage",
                "testing",
                "xunit"
            ],
            "time": "2015-10-06 15:47:00"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
                "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
            "keywords": [
                "filesystem",
                "iterator"
            ],
            "time": "2015-06-21 13:08:43"
        },
        {
            "name": "phpunit/php-text-template",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-text-template.git",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Simple template engine.",
            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
            "keywords": [
                "template"
            ],
            "time": "2015-06-21 13:50:34"
        },
        {
            "name": "phpunit/php-timer",
            "version": "1.0.7",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-timer.git",
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
                "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Utility class for timing",
            "homepage": "https://github.com/sebastianbergmann/php-timer/",
            "keywords": [
                "timer"
            ],
            "time": "2015-06-21 08:01:12"
        },
        {
            "name": "phpunit/php-token-stream",
            "version": "1.4.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
                "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
                "shasum": ""
            },
            "require": {
                "ext-tokenizer": "*",
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Wrapper around PHP's tokenizer extension.",
            "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
            "keywords": [
                "tokenizer"
            ],
            "time": "2015-09-15 10:49:45"
        },
        {
            "name": "phpunit/phpunit",
            "version": "4.8.24",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "a1066c562c52900a142a0e2bbf0582994671385e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1066c562c52900a142a0e2bbf0582994671385e",
                "reference": "a1066c562c52900a142a0e2bbf0582994671385e",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-reflection": "*",
                "ext-spl": "*",
                "php": ">=5.3.3",
                "phpspec/prophecy": "^1.3.1",
                "phpunit/php-code-coverage": "~2.1",
                "phpunit/php-file-iterator": "~1.4",
                "phpunit/php-text-template": "~1.2",
                "phpunit/php-timer": ">=1.0.6",
                "phpunit/phpunit-mock-objects": "~2.3",
                "sebastian/comparator": "~1.1",
                "sebastian/diff": "~1.2",
                "sebastian/environment": "~1.3",
                "sebastian/exporter": "~1.2",
                "sebastian/global-state": "~1.0",
                "sebastian/version": "~1.0",
                "symfony/yaml": "~2.1|~3.0"
            },
            "suggest": {
                "phpunit/php-invoker": "~1.1"
            },
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.8.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "https://phpunit.de/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
            "time": "2016-03-14 06:16:08"
        },
        {
            "name": "phpunit/phpunit-mock-objects",
            "version": "2.3.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
                "shasum": ""
            },
            "require": {
                "doctrine/instantiator": "^1.0.2",
                "php": ">=5.3.3",
                "phpunit/php-text-template": "~1.2",
                "sebastian/exporter": "~1.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "suggest": {
                "ext-soap": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sb@sebastian-bergmann.de",
                    "role": "lead"
                }
            ],
            "description": "Mock Object library for PHPUnit",
            "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
            "keywords": [
                "mock",
                "xunit"
            ],
            "time": "2015-10-02 06:51:40"
        },
        {
            "name": "sebastian/comparator",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
                "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/diff": "~1.2",
                "sebastian/exporter": "~1.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides the functionality to compare PHP values for equality",
            "homepage": "http://www.github.com/sebastianbergmann/comparator",
            "keywords": [
                "comparator",
                "compare",
                "equality"
            ],
            "time": "2015-07-26 15:48:44"
        },
        {
            "name": "sebastian/diff",
            "version": "1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
                "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Kore Nordmann",
                    "email": "mail@kore-nordmann.de"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Diff implementation",
            "homepage": "https://github.com/sebastianbergmann/diff",
            "keywords": [
                "diff"
            ],
            "time": "2015-12-08 07:14:41"
        },
        {
            "name": "sebastian/environment",
            "version": "1.3.5",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
                "reference": "dc7a29032cf72b54f36dac15a1ca5b3a1b6029bf",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides functionality to handle HHVM/PHP environments",
            "homepage": "http://www.github.com/sebastianbergmann/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
            "time": "2016-02-26 18:40:46"
        },
        {
            "name": "sebastian/exporter",
            "version": "1.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e",
                "reference": "7ae5513327cb536431847bcc0c10edba2701064e",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "sebastian/recursion-context": "~1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Volker Dusch",
                    "email": "github@wallbash.com"
                },
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@2bepublished.at"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides the functionality to export PHP variables for visualization",
            "homepage": "http://www.github.com/sebastianbergmann/exporter",
            "keywords": [
                "export",
                "exporter"
            ],
            "time": "2015-06-21 07:55:53"
        },
        {
            "name": "sebastian/global-state",
            "version": "1.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.2"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Snapshotting of global state",
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
            "keywords": [
                "global state"
            ],
            "time": "2015-10-12 03:26:01"
        },
        {
            "name": "sebastian/recursion-context",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
                "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
            "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
            "time": "2015-11-11 19:50:13"
        },
        {
            "name": "sebastian/version",
            "version": "1.0.6",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/version.git",
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https://github.com/sebastianbergmann/version",
            "time": "2015-06-21 13:59:46"
        }
    ],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": {
        "evernote/evernote-cloud-sdk-php": 20
    },
    "prefer-stable": true,
    "prefer-lowest": false,
    "platform": {
        "php": "^5.5 || ^7.0"
    },
    "platform-dev": []
}

@alcohol
Copy link
Member

alcohol commented Apr 29, 2016

As you can see, it only attempts to update my global packages:

rob@macbookpro /srv/git/composer (master) $ ll
total 148K
drwxr-xr-x 17 rob everyone  578 Apr 29 14:58 .git/
drwxr-xr-x  4 rob everyone  136 Apr 23 01:27 .github/
drwxr-xr-x 11 rob everyone  374 Apr 23 01:57 .idea/
drwxr-xr-x  4 rob everyone  136 Apr 23 01:27 bin/
drwxr-xr-x 14 rob everyone  476 Apr 29 13:38 doc/
drwxr-xr-x  2 rob everyone   68 Apr 23 01:38 path/
drwxr-xr-x  3 rob everyone  102 Apr 23 01:27 res/
drwxr-xr-x  4 rob everyone  136 Apr 23 01:27 src/
drwxr-xr-x  5 rob everyone  170 Apr 23 01:27 tests/
drwxr-xr-x 14 rob everyone  476 Apr 29 14:58 vendor/
-rw-r--r--  1 rob everyone  519 Apr 23 01:27 .gitattributes
-rw-r--r--  1 rob everyone  119 Apr 23 01:27 .gitignore
-rw-r--r--  1 rob everyone 1.9K Apr 23 01:27 .php_cs
-rw-r--r--  1 rob everyone  21K Feb 25 11:03 .php_cs.cache
-rw-r--r--  1 rob everyone  781 Apr 23 01:27 .travis.yml
-rw-r--r--  1 rob everyone  27K Apr 23 01:27 CHANGELOG.md
-rw-r--r--  1 rob everyone 1.1K Apr 23 01:27 LICENSE
-rw-r--r--  1 rob everyone 1.6K Sep 24  2015 PORTING_INFO
-rw-r--r--  1 rob everyone 3.1K Apr 23 01:27 README.md
-rw-r--r--  1 rob everyone 1.1K Apr 23 01:27 appveyor.yml
-rw-r--r--  1 rob everyone 2.3K Apr 23 01:27 composer.json
-rw-r--r--  1 rob everyone  56K Apr 23 01:27 composer.lock
-rw-r--r--  1 rob everyone  932 Apr 23 01:27 phpunit.xml.dist

rob@macbookpro /srv/git/composer (master) $ composer global update -vvv
Reading ./composer.json
Loading config file /Users/rob/.composer/config.json
Loading config file /Users/rob/.composer/auth.json
Loading config file ./composer.json
Checked CA file /private/var/folders/3l/z23w626d1gl7xdz5t59f_3gh0000gn/T/composer-cacert-bcf331364fef73d53e4368ba519a6c3fcb21ea7836c3d8efad4ec32731e8152a.pem: valid
Executing command (/srv/git/composer): git branch --no-color --no-abbrev -v
Reading /Users/rob/.composer/composer.json
Loading config file /Users/rob/.composer/config.json
Loading config file /Users/rob/.composer/auth.json
Loading config file /Users/rob/.composer/composer.json
Loading config file /Users/rob/.composer/auth.json
Reading /srv/git/composer/vendor/composer/installed.json
Reading /Users/rob/.composer/vendor/composer/installed.json
Changed current directory to /Users/rob/.composer
Running 6146f7aded4af85022b4d04e53143ee6bca6b456 (2016-04-28 21:38:38) with PHP 7.0.6 on Darwin / 15.4.0
Loading composer repositories with package information
Downloading https://packagist.org/packages.json
Writing /Users/rob/.composer/cache/repo/https---packagist.org/packages.json into cache
Updating dependencies (including require-dev)
Reading /Users/rob/.composer/cache/repo/https---packagist.org/p-provider-2013.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/p-provider-2014.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/p-provider-2015.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/p-provider-2015-07.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/p-provider-2015-10.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/p-provider-2016-01.json from cache
Downloading http://packagist.org/p/provider-2016-04%2438899c854c27a5681a5d23fdbbfc499b85110f4e4403a69453e12d8584163778.json
Writing /Users/rob/.composer/cache/repo/https---packagist.org/p-provider-2016-04.json into cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/p-provider-archived.json from cache
Downloading http://packagist.org/p/provider-latest%2481e8c805927294a08bc527b4aa1b66bfe8985d11cc69c0b22e52692eccd31936.json
Writing /Users/rob/.composer/cache/repo/https---packagist.org/p-provider-latest.json into cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-phpdocumentor$reflection-docblock.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-sebastian$version.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-sebastian$recursion-context.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-sebastian$exporter.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-sebastian$diff.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-sebastian$comparator.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-phpunit$php-text-template.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-doctrine$instantiator.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-phpunit$phpunit-mock-objects.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-phpunit$php-timer.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-phpunit$php-file-iterator.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-seld$phar-utils.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-sebastian$global-state.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-phpunit$php-token-stream.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-sebastian$environment.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-phpunit$php-code-coverage.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-seld$jsonlint.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-justinrainbow$json-schema.json from cache
Downloading http://packagist.org/p/phpspec/prophecy%24fafbf0d5ea9e139d4efcbd15f2b508448c8545b41ee054fa389011cdd90d7a32.json
Writing /Users/rob/.composer/cache/repo/https---packagist.org/provider-phpspec$prophecy.json into cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-dflydev$markdown.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-composer$spdx-licenses.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-composer$semver.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-mbstring.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-symfony$console.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-symfony$finder.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-symfony$process.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-symfony$filesystem.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-symfony$yaml.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-phpunit$phpunit.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-seld$cli-prompt.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-composer$ca-bundle.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-psr$log.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-composer$composer.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-sebastian$resource-operations.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-myclabs$deep-copy.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-sebastian$code-unit-reverse-lookup.json from cache
Reading /Users/rob/.composer/cache/repo/https---packagist.org/provider-sebastian$object-enumerator.json from cache
Resolving dependencies through SAT
Dependency resolution completed in 0.089 seconds
Analyzed 1486 packages to resolve dependencies
Analyzed 35358 rules to resolve dependencies
Nothing to install or update
Resolving dependencies through SAT
Dependency resolution completed in 0.000 seconds
Reading /srv/git/composer/vendor/composer/installed.json
Reading ./composer.lock
Generating autoload files

I really need a reproducible scenario.

@alcohol
Copy link
Member

alcohol commented Apr 29, 2016

Wait, I lied. This is peculiar. Although on the other hand, the relative paths are very misleading, cause I'm not sure if those are from the directory it (Composer) changed to (/Users/rob/.composer), or from my current working directory (/srv/git/composer).

@Seldaek maybe we should never use relative paths in feedback to the user, or make pwd part of the log output that pertains to running commands and such.

@alcohol alcohol added Bug and removed Support labels Apr 29, 2016
@alcohol
Copy link
Member

alcohol commented Apr 29, 2016

Confirmed bug on snapshot channel, not present in stable.

@alcohol
Copy link
Member

alcohol commented Apr 29, 2016

/cc @Seldaek will fix (he introduced it probably :p)

@Seldaek Seldaek added this to the 1.1 milestone Apr 29, 2016
@Seldaek
Copy link
Member

Seldaek commented Apr 29, 2016

Alright fixed in 2bcd723

@Seldaek Seldaek closed this as completed Apr 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants