Skip to content

Instantly share code, notes, and snippets.

@motin
Created July 20, 2016 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save motin/33199e121c3190cc7e816a02ae2a9145 to your computer and use it in GitHub Desktop.
Save motin/33199e121c3190cc7e816a02ae2a9145 to your computer and use it in GitHub Desktop.
I got a completely hung composer update after having added league/flysystem-aws-s3-v3. no error message, just stuck on “Resolving dependencies through SAT”. It would not work unless I removed 2amigos/resource-manager from the dependencies. Here is the file to reproduce the problem
{
"name": "vendor/name",
"description": "Description",
"type": "library",
"authors": [
{
"name": "Fredrik Wollsén",
"email": "fredrik@neam.se",
"homepage": "http://www.neam.se"
},
{
"name": "Open Source Community"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/neam/yii-permalinkable-items-core"
},
{
"type": "vcs",
"url": "https://github.com/neam/yii-relational-graph-db"
},
{
"type": "vcs",
"url": "https://github.com/neam/yii-i18n-tools"
},
{
"type": "vcs",
"url": "https://github.com/motin/p3media"
},
{
"type": "vcs",
"url": "https://github.com/motin/fluentpdo.git"
},
{
"type": "vcs",
"url": "https://github.com/motin/nested-set-behavior.git"
},
{
"type": "vcs",
"url": "https://github.com/codemix/hybridauthmanager"
},
{
"type": "vcs",
"url": "https://github.com/neam/wrest"
},
{
"type": "vcs",
"url": "https://github.com/motin/PHP-po-parser"
},
{
"type": "vcs",
"url": "https://github.com/woss/heywatch-php"
},
{
"type": "vcs",
"url": "https://github.com/woss/resource-manager"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"phundament/jquery-file-upload": "@dev",
"phundament/p3media": "dev-adoveo-client",
"schmunk42/web-user-behavior": "0.1.*",
"neam/yii-i18n-columns": "dev-develop",
"neam/yii-i18n-attribute-messages": "dev-develop",
"neam/yii-i18n-tools": "dev-develop",
"neam/yii-restricted-access": "dev-develop",
"neam/yii-workflow-core": "dev-develop",
"neam/yii-workflow-task-list": "dev-develop",
"neam/yii-workflow-progress-tracking": "dev-develop",
"neam/yii-qa-state": "dev-feature/performance-enhancements",
"neam/yii-relational-graph-db": "@dev",
"neam/yii-relations-ui-core": "@dev",
"neam/yii-permalinkable-items-core": "@dev",
"neam/yii-streamlog": "dev-develop@dev",
"motin/yii-owner-behavior": "*@dev",
"yiiext/nested-set-behavior": "dev-allow-save-and-delete-option@dev",
"lichtner/fluentpdo": "dev-error-handler@dev",
"propel/propel": "dev-master@dev",
"monolog/monolog": ">=1.17.1",
"contextio/php-contextio": "dev-master",
"guzzlehttp/guzzle": "~5.0",
"ircmaxell/random-lib": "v1.0.0",
"phpnode/yiipassword": ">=1.0.3",
"league/flysystem": "~1.0.24",
"league/flysystem-aws-s3-v3": "~1.0.13",
"phpoffice/phpexcel": "~1.8.1",
"phpoffice/phpword": "dev-master",
"phpoffice/phppresentation": "dev-master",
"sepia/po-parser": "dev-master",
"neam/php-po2json": "dev-develop",
"weavora/wrest": "dev-set-create-and-update-attributes-in-behavior",
"codemix/hybridauthmanager": "dev-master",
"schmunk42/relation": "1.*",
"mikehaertl/translatable": "~1.1.0",
"nordsoftware/yii-emailer": "1.2.*",
"nordsoftware/yii-utils": "@dev",
"crisu83/yii-formatter": "@dev",
"crisu83/yii-sentry": "dev-master as 1.3.0",
"alchemy/zippy": "*",
"twilio/sdk": "~3.12.8",
"heywatch/heywatch": "dev-master",
"2amigos/resource-manager": "dev-master",
"yiisoft/yii": "1.1.17 as dev-master"
},
"autoload": {
"classmap": [
"db/views/",
"db/traits/",
"components/",
"config/",
"traits/",
"models/metadata/traits"
],
"psr-4": {
"propel\\": "generated-classes/propel/",
"generators\\": "generators/"
}
},
"scripts": {}
}
@schmunk42
Copy link

Jupp, for me too:

tobias in ~/Desktop/motin-broken λ composer install -vvv --profile
Reading ./composer.json
Loading config file /Users/tobias/.composer/config.json
Loading config file /Users/tobias/.composer/auth.json
Loading config file ./composer.json
Checked CA file /opt/local/share/curl/curl-ca-bundle.crt: valid
Executing command (/Users/tobias/Desktop/motin-broken): git branch --no-color --no-abbrev -v
Executing command (/Users/tobias/Desktop/motin-broken): git describe --exact-match --tags
Reading /Users/tobias/.composer/composer.json
Loading config file /Users/tobias/.composer/config.json
Loading config file /Users/tobias/.composer/auth.json
Loading config file /Users/tobias/.composer/composer.json
Loading config file /Users/tobias/.composer/auth.json
Reading /Users/tobias/.composer/vendor/composer/installed.json
Loading plugin Fxp\Composer\AssetPlugin\FxpAssetPlugin
Running 1.1.3 (2016-06-26 15:42:08) with PHP 5.5.34 on Darwin / 15.5.0
[10.1MB/0.01s] Loading composer repositories with package information
[10.4MB/0.01s] Downloading https://api.github.com/repos/neam/yii-permalinkable-items-core
[10.4MB/0.77s] Downloading https://api.github.com/repos/neam/yii-permalinkable-items-core/contents/composer.json?ref=develop
[10.4MB/1.47s] Downloading https://api.github.com/repos/neam/yii-permalinkable-items-core/commits/develop
[10.4MB/2.25s] Downloading https://api.github.com/repos/neam/yii-permalinkable-items-core/tags?per_page=100
[10.4MB/2.94s] Downloading https://api.github.com/repos/neam/yii-permalinkable-items-core/git/refs/heads?per_page=100
[10.4MB/3.64s] Reading composer.json of neam/yii-permalinkable-items-core (develop)
[10.4MB/3.64s] Reading /Users/tobias/.composer/cache/repo/github.com/neam/yii-permalinkable-items-core/14cce66b90f00c33c27ee6388bf27f7879f92a1c from cache
[10.4MB/3.64s] Importing branch develop (dev-develop)
[10.4MB/3.64s] Reading composer.json of neam/yii-permalinkable-items-core (master)
[10.4MB/3.64s] Downloading https://api.github.com/repos/neam/yii-permalinkable-items-core/contents/composer.json?ref=7a6a3fd9841440cc68fdb41a21d60bee591956f2
[10.5MB/4.33s] Downloading https://api.github.com/repos/neam/yii-permalinkable-items-core/contents/composer.json?ref=7a6a3fd9841440cc68fdb41a21d60bee591956f2
[10.5MB/5.02s] Skipped branch master, no composer file
[10.5MB/5.02s] Downloading https://api.github.com/repos/neam/yii-relational-graph-db
[10.5MB/5.71s] Downloading https://api.github.com/repos/neam/yii-relational-graph-db/contents/composer.json?ref=develop
[10.5MB/6.40s] Downloading https://api.github.com/repos/neam/yii-relational-graph-db/commits/develop
[10.5MB/7.11s] Downloading https://api.github.com/repos/neam/yii-relational-graph-db/tags?per_page=100
[10.5MB/8.00s] Downloading https://api.github.com/repos/neam/yii-relational-graph-db/git/refs/heads?per_page=100
[10.5MB/8.70s] Reading composer.json of neam/yii-relational-graph-db (develop)
[10.5MB/8.70s] Reading /Users/tobias/.composer/cache/repo/github.com/neam/yii-relational-graph-db/30300cc073aefe6070ecc862841ac348a053008a from cache
[10.5MB/8.70s] Importing branch develop (dev-develop)
[10.5MB/8.70s] Reading composer.json of neam/yii-relational-graph-db (feature/related-nodes-sir-trevor-ui-behavior)
[10.5MB/8.70s] Reading /Users/tobias/.composer/cache/repo/github.com/neam/yii-relational-graph-db/f950d482feb734772221ced93c7616cb449bcb62 from cache
[10.5MB/8.70s] Importing branch feature/related-nodes-sir-trevor-ui-behavior (dev-feature/related-nodes-sir-trevor-ui-behavior)
[10.5MB/8.70s] Reading composer.json of neam/yii-relational-graph-db (master)
[10.5MB/8.70s] Downloading https://api.github.com/repos/neam/yii-relational-graph-db/contents/composer.json?ref=33edca56296d22aa2a46499e984e0c7c1ce40199
[10.5MB/9.42s] Downloading https://api.github.com/repos/neam/yii-relational-graph-db/contents/composer.json?ref=33edca56296d22aa2a46499e984e0c7c1ce40199
[10.5MB/10.15s] Skipped branch master, no composer file
[10.5MB/10.15s] Downloading https://api.github.com/repos/neam/yii-i18n-tools
[10.5MB/10.85s] Downloading https://api.github.com/repos/neam/yii-i18n-tools/contents/composer.json?ref=develop
[10.5MB/11.56s] Downloading https://api.github.com/repos/neam/yii-i18n-tools/commits/develop
[10.5MB/12.30s] Downloading https://api.github.com/repos/neam/yii-i18n-tools/tags?per_page=100
[10.5MB/13.00s] Downloading https://api.github.com/repos/neam/yii-i18n-tools/git/refs/heads?per_page=100
[10.5MB/13.74s] Reading composer.json of neam/yii-i18n-tools (develop)
[10.5MB/13.74s] Reading /Users/tobias/.composer/cache/repo/github.com/neam/yii-i18n-tools/a1bd60106074b6be8e3ceaef2d1a97c5677b5bb0 from cache
[10.5MB/13.74s] Importing branch develop (dev-develop)
[10.5MB/13.74s] Reading composer.json of neam/yii-i18n-tools (master)
[10.5MB/13.74s] Downloading https://api.github.com/repos/neam/yii-i18n-tools/contents/composer.json?ref=6d3e9e55d693206a9f7e62ce3bde69b6d9c88112
[10.5MB/14.50s] Downloading https://api.github.com/repos/neam/yii-i18n-tools/contents/composer.json?ref=6d3e9e55d693206a9f7e62ce3bde69b6d9c88112
[10.5MB/15.24s] Skipped branch master, no composer file
[10.5MB/15.24s] Downloading https://api.github.com/repos/motin/p3media
[10.5MB/15.96s] Downloading https://api.github.com/repos/motin/p3media/contents/composer.json?ref=gcms
[10.5MB/16.66s] Downloading https://api.github.com/repos/motin/p3media/commits/gcms
[10.5MB/17.42s] Downloading https://api.github.com/repos/motin/p3media/tags?per_page=100
[10.5MB/18.14s] Downloading https://api.github.com/repos/motin/p3media/git/refs/heads?per_page=100
[10.5MB/18.87s] Reading composer.json of phundament/p3media (0.17.4)
[10.5MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/a238378c38bec6f9538a35dab704aea2a9fe9a45 from cache
[10.5MB/18.87s] Importing tag 0.17.4 (0.17.4.0)
[10.5MB/18.87s] Reading composer.json of phundament/p3media (0.17.3)
[10.5MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/f7cffc1c9a1c6cf68e8167cd16a2ef784cb07380 from cache
[10.5MB/18.87s] Importing tag 0.17.3 (0.17.3.0)
[10.6MB/18.87s] Reading composer.json of phundament/p3media (0.17.2)
[10.6MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/4cf10572974696d868d8d65b20146fef2d81a36e from cache
[10.6MB/18.87s] Importing tag 0.17.2 (0.17.2.0)
[10.6MB/18.87s] Reading composer.json of phundament/p3media (0.17.1)
[10.6MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/70e2fc16666d6b37c401b26f1d761b72f5ddb5ad from cache
[10.6MB/18.87s] Importing tag 0.17.1 (0.17.1.0)
[10.6MB/18.87s] Reading composer.json of phundament/p3media (0.17.0)
[10.6MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/433d2e863a4eb3bda7597048cc8d3147ebe95bd0 from cache
[10.6MB/18.87s] Importing tag 0.17.0 (0.17.0.0)
[10.6MB/18.87s] Reading composer.json of phundament/p3media (0.16.2)
[10.6MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/92dea993980a26f4c850a48afb9b4ba02736855e from cache
[10.6MB/18.87s] Importing tag 0.16.2 (0.16.2.0)
[10.6MB/18.87s] Reading composer.json of phundament/p3media (0.16.1)
[10.6MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/4e903ed1dea6bee24c2ecde0f68825a40dc64736 from cache
[10.6MB/18.87s] Importing tag 0.16.1 (0.16.1.0)
[10.6MB/18.87s] Reading composer.json of phundament/p3media (0.16.0)
[10.6MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/b64e0ca4216ec6c17b4525a6b79a971e7858ba47 from cache
[10.6MB/18.87s] Importing tag 0.16.0 (0.16.0.0)
[10.6MB/18.87s] Reading composer.json of phundament/p3media (0.15.5)
[10.6MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/f616b5361eac7c4d4d65a5c47a55446cef55f0f3 from cache
[10.6MB/18.87s] Importing tag 0.15.5 (0.15.5.0)
[10.7MB/18.87s] Reading composer.json of phundament/p3media (0.15.4)
[10.7MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/7c4a30c0285546a51c0032cee8aa13a57feac68a from cache
[10.7MB/18.87s] Importing tag 0.15.4 (0.15.4.0)
[10.7MB/18.87s] Reading composer.json of phundament/p3media (0.15.3)
[10.7MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/5e5ffbb9f5ea3b69eb14f45728e036ab8a7a7e02 from cache
[10.7MB/18.87s] Importing tag 0.15.3 (0.15.3.0)
[10.7MB/18.87s] Reading composer.json of phundament/p3media (0.15.2)
[10.7MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/a69f0db0b80805136275d50354713c2653509c2d from cache
[10.7MB/18.87s] Importing tag 0.15.2 (0.15.2.0)
[10.7MB/18.87s] Reading composer.json of phundament/p3media (0.15.1)
[10.7MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/d44c23083ae96d6a61b8cc8314c862d3331b3400 from cache
[10.7MB/18.87s] Importing tag 0.15.1 (0.15.1.0)
[10.7MB/18.87s] Reading composer.json of phundament/p3media (0.15.0)
[10.7MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/ae8c6903869b10a34367a87ce3533115b823d5ff from cache
[10.7MB/18.87s] Importing tag 0.15.0 (0.15.0.0)
[10.7MB/18.87s] Reading composer.json of phundament/p3media (0.14.0)
[10.7MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/31d016690693822aa74f0dad915a48572718a6d9 from cache
[10.7MB/18.87s] Importing tag 0.14.0 (0.14.0.0)
[10.7MB/18.87s] Reading composer.json of phundament/p3media (0.13.9)
[10.7MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/1250de5d0137d7f67dcfb60d37beff4eadcdbdb5 from cache
[10.7MB/18.87s] Importing tag 0.13.9 (0.13.9.0)
[10.7MB/18.87s] Reading composer.json of phundament/p3media (0.13.8)
[10.7MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/a6175e8cd04e534f95c3ffae92c7be4580a0e7a3 from cache
[10.7MB/18.87s] Importing tag 0.13.8 (0.13.8.0)
[10.7MB/18.87s] Reading composer.json of phundament/p3media (0.13.7)
[10.7MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/c67a2fd18912e153555caf3b0fd3adf45e6198c8 from cache
[10.7MB/18.87s] Importing tag 0.13.7 (0.13.7.0)
[10.7MB/18.87s] Reading composer.json of phundament/p3media (0.13.6)
[10.7MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/bb12e749db15b908b764fd90e379e173efa7fe9f from cache
[10.7MB/18.87s] Importing tag 0.13.6 (0.13.6.0)
[10.7MB/18.87s] Reading composer.json of phundament/p3media (0.13.5)
[10.7MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/804d6f7cedd06bd247bd473dec4ee334c06f414e from cache
[10.8MB/18.87s] Importing tag 0.13.5 (0.13.5.0)
[10.8MB/18.87s] Reading composer.json of phundament/p3media (0.13.4)
[10.8MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/a5615bc23428db2e7e5150957d079995bc3b0c6a from cache
[10.8MB/18.87s] Importing tag 0.13.4 (0.13.4.0)
[10.8MB/18.87s] Reading composer.json of phundament/p3media (0.13.3)
[10.8MB/18.87s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/3d0ddcf4190619a60aabb26a2ca9a8236bc459ec from cache
[10.8MB/18.87s] Importing tag 0.13.3 (0.13.3.0)
[10.8MB/18.88s] Reading composer.json of phundament/p3media (0.13.2)
[10.8MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/ddaea8be6279e4e5bc18fe709cae40644c154514 from cache
[10.8MB/18.88s] Importing tag 0.13.2 (0.13.2.0)
[10.8MB/18.88s] Reading composer.json of phundament/p3media (0.13.1)
[10.8MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/27aa96ff39f0748cd09345a977573a83132c9dd4 from cache
[10.8MB/18.88s] Importing tag 0.13.1 (0.13.1.0)
[10.8MB/18.88s] Reading composer.json of phundament/p3media (0.13.0)
[10.8MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/0c2f2fd8b57682b8e2e2f47b1a0f06a05e97cc92 from cache
[10.8MB/18.88s] Importing tag 0.13.0 (0.13.0.0)
[10.8MB/18.88s] Reading composer.json of phundament/p3media (0.12.0)
[10.8MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/03ecdc19ca93bf7a00efa6583b09cbc8348f7628 from cache
[10.8MB/18.88s] Importing tag 0.12.0 (0.12.0.0)
[10.8MB/18.88s] Reading composer.json of phundament/p3media (0.11.12)
[10.8MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/c068615e32cc3314a003ab9fa25a4c3b24d88abd from cache
[10.8MB/18.88s] Importing tag 0.11.12 (0.11.12.0)
[10.8MB/18.88s] Reading composer.json of phundament/p3media (0.11.11)
[10.8MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/beaa5b64483c93d8957bc52c036bc78d18522073 from cache
[10.8MB/18.88s] Importing tag 0.11.11 (0.11.11.0)
[10.8MB/18.88s] Reading composer.json of phundament/p3media (0.11.10)
[10.8MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/cffcaa490df49da709242a140bf9d1afd2afc26a from cache
[10.8MB/18.88s] Importing tag 0.11.10 (0.11.10.0)
[10.8MB/18.88s] Reading composer.json of phundament/p3media (0.11.9)
[10.8MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/787712c0ac678f10d1aa9c604764c0c6b82a5f4c from cache
[10.8MB/18.88s] Importing tag 0.11.9 (0.11.9.0)
[10.8MB/18.88s] Reading composer.json of phundament/p3media (0.11.8)
[10.9MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/3a8064bf4ed0c02291dcbabb06dfab24d0b0f86b from cache
[10.9MB/18.88s] Importing tag 0.11.8 (0.11.8.0)
[10.9MB/18.88s] Reading composer.json of phundament/p3media (0.11.7)
[10.9MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/b5f24a08f80e055e688a57bd74b3ea3242a1ccd9 from cache
[10.9MB/18.88s] Importing tag 0.11.7 (0.11.7.0)
[10.9MB/18.88s] Reading composer.json of phundament/p3media (0.11.6)
[10.9MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/2425bf78369f1d22cf7b851514dc94bee8e7ed54 from cache
[10.9MB/18.88s] Importing tag 0.11.6 (0.11.6.0)
[10.9MB/18.88s] Reading composer.json of phundament/p3media (0.11.5)
[10.9MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/e376173bb732a767482a6405ff8bc6e1feb8caec from cache
[10.9MB/18.88s] Importing tag 0.11.5 (0.11.5.0)
[10.9MB/18.88s] Reading composer.json of phundament/p3media (0.11.4)
[10.9MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/fa9e87b34df5914813a831f12ea0b9a4c7f424b9 from cache
[10.9MB/18.88s] Importing tag 0.11.4 (0.11.4.0)
[10.9MB/18.88s] Reading composer.json of phundament/p3media (0.11.3)
[10.9MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/f8d953a1315f2dbd948dfdda25dccd3f53589482 from cache
[10.9MB/18.88s] Importing tag 0.11.3 (0.11.3.0)
[10.9MB/18.88s] Reading composer.json of phundament/p3media (0.11.2)
[10.9MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/31531ff37011b6407bcc63d058576acf90bc78f8 from cache
[10.9MB/18.88s] Importing tag 0.11.2 (0.11.2.0)
[10.9MB/18.88s] Reading composer.json of phundament/p3media (0.11.1)
[10.9MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/4b7ccc35c76354ea8cba8b91c6cbdc7a491ca7fd from cache
[10.9MB/18.88s] Importing tag 0.11.1 (0.11.1.0)
[10.9MB/18.88s] Reading composer.json of phundament/p3media (0.11.0)
[10.9MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/5896d4de1d9c66d2993a8cfd9519fce7eaadbfa6 from cache
[10.9MB/18.88s] Importing tag 0.11.0 (0.11.0.0)
[10.9MB/18.88s] Reading composer.json of phundament/p3media (0.10.3)
[10.9MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/4e53edac11364e66da7ee83903e7f8395db2b7d8 from cache
[10.9MB/18.88s] Importing tag 0.10.3 (0.10.3.0)
[11.0MB/18.88s] Reading composer.json of phundament/p3media (0.10.2)
[11.0MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/edc76d89bd760cbc1b948aa1c9b19d67f7cfae99 from cache
[11.0MB/18.88s] Importing tag 0.10.2 (0.10.2.0)
[11.0MB/18.88s] Reading composer.json of phundament/p3media (0.10.1)
[11.0MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/a9e97188ab896381218ddb8a142662abc76737d5 from cache
[11.0MB/18.88s] Importing tag 0.10.1 (0.10.1.0)
[11.0MB/18.88s] Reading composer.json of phundament/p3media (0.10.0)
[11.0MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/e8c32e1477bf6786b451446f11b537c75414e27a from cache
[11.0MB/18.88s] Importing tag 0.10.0 (0.10.0.0)
[11.0MB/18.88s] Reading composer.json of phundament/p3media (0.9.4)
[11.0MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/d66721ef3caa9d6039b30eb0a08bc03078e85b74 from cache
[11.0MB/18.88s] Importing tag 0.9.4 (0.9.4.0)
[11.0MB/18.88s] Reading composer.json of phundament/p3media (0.9.3)
[11.0MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/744846b14fb5302fba9cc2297b297eb624b6c651 from cache
[11.0MB/18.88s] Importing tag 0.9.3 (0.9.3.0)
[11.0MB/18.88s] Reading composer.json of phundament/p3media (0.9.2)
[11.0MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/31dc90684c66e2d819f4831851d99e900b3157e3 from cache
[11.0MB/18.88s] Importing tag 0.9.2 (0.9.2.0)
[11.0MB/18.88s] Reading composer.json of phundament/p3media (0.9.1)
[11.0MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/ecee6b29a7e44d72fd3dcf2ff9b374f292da976a from cache
[11.0MB/18.88s] Importing tag 0.9.1 (0.9.1.0)
[11.0MB/18.88s] Reading composer.json of phundament/p3media (0.9.0)
[11.0MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/4c31286d099fa33fb68232219cb1aee5ba7598d0 from cache
[11.0MB/18.88s] Importing tag 0.9.0 (0.9.0.0)
[11.0MB/18.88s] Reading composer.json of phundament/p3media (0.8.1)
[11.0MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/8673a8e8c971791a0de92324de2ea9897279376f from cache
[11.0MB/18.88s] Importing tag 0.8.1 (0.8.1.0)
[11.1MB/18.88s] Reading composer.json of phundament/p3media (0.8.0)
[11.1MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/2bfb6e44e6598b82f6965d13455df8fd744f3f59 from cache
[11.1MB/18.88s] Importing tag 0.8.0 (0.8.0.0)
[11.1MB/18.88s] Reading composer.json of phundament/p3media (0.7.2)
[11.1MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/f6c5378439bd90b739e87fbe3baa792f942cd7ba from cache
[11.1MB/18.88s] Importing tag 0.7.2 (0.7.2.0)
[11.1MB/18.88s] Reading composer.json of phundament/p3media (0.7.1)
[11.1MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/f2f1aa8ce13abeb4ff92b21941d6453a565a7770 from cache
[11.1MB/18.88s] Importing tag 0.7.1 (0.7.1.0)
[11.1MB/18.88s] Reading composer.json of phundament/p3media (0.7.0)
[11.1MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/14da0a10fe4ea9dbfd6d77f941ad20cded3ddaba from cache
[11.1MB/18.88s] Importing tag 0.7.0 (0.7.0.0)
[11.1MB/18.88s] Reading composer.json of phundament/p3media (absolute-urls)
[11.1MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/30c988a67e01db2799c7b77c0a1accc10280a367 from cache
[11.1MB/18.88s] Importing branch absolute-urls (dev-absolute-urls)
[11.1MB/18.88s] Reading composer.json of phundament/p3media (adoveo-client)
[11.1MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/6e3a976a939ddddc24ecabb9ed29d63c6b4781d4 from cache
[11.1MB/18.88s] Importing branch adoveo-client (dev-adoveo-client)
[11.1MB/18.88s] Reading composer.json of phundament/p3media (adoveo)
[11.1MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/eebd9c7e649d33850dc80e511b8f8c1f81d049b6 from cache
[11.1MB/18.88s] Importing branch adoveo (dev-adoveo)
[11.1MB/18.88s] Reading composer.json of phundament/p3media (awaiting-prs)
[11.1MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/96ad245e3d1f30d582c9de47e43c0964a5ff3ca6 from cache
[11.1MB/18.88s] Importing branch awaiting-prs (dev-awaiting-prs)
[11.2MB/18.88s] Reading composer.json of phundament/p3media (bottom-margin-css)
[11.2MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/9845c6ce457663281c6e4b6572237e4afc971daf from cache
[11.2MB/18.88s] Importing branch bottom-margin-css (dev-bottom-margin-css)
[11.2MB/18.88s] Reading composer.json of phundament/p3media (filepath-virtual-attribute)
[11.2MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/468e94b4a89ea6a44f96c8e768f3b42b7a21d175 from cache
[11.2MB/18.88s] Importing branch filepath-virtual-attribute (dev-filepath-virtual-attribute)
[11.2MB/18.88s] Reading composer.json of phundament/p3media (filepicker-io-endpoint)
[11.2MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/5d2824db037998fe7723606d89d1c2ec15e95296 from cache
[11.2MB/18.88s] Importing branch filepicker-io-endpoint (dev-filepicker-io-endpoint)
[11.2MB/18.88s] Reading composer.json of phundament/p3media (gcms)
[11.2MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/b896502538a64a67d83eba784d55f1974aa251a2 from cache
[11.2MB/18.88s] Importing branch gcms (dev-gcms)
[11.2MB/18.88s] Reading composer.json of phundament/p3media (import-controller-more-extendable-friendly)
[11.2MB/18.88s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/a78944fe14545ead22762d708ba4fcad0f8a4e5e from cache
[11.2MB/18.88s] Importing branch import-controller-more-extendable-friendly (dev-import-controller-more-extendable-friendly)
[11.2MB/18.89s] Reading composer.json of phundament/p3media (import-controller-tweaks)
[11.2MB/18.89s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/ec60e1457cbec9e1537b373b576d07c8f70db21c from cache
[11.2MB/18.89s] Importing branch import-controller-tweaks (dev-import-controller-tweaks)
[11.2MB/18.89s] Reading composer.json of phundament/p3media (itemlabel)
[11.2MB/18.89s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/f9bb0fe14050324b434105923dcaf9ec60061e5e from cache
[11.2MB/18.89s] Importing branch itemlabel (dev-itemlabel)
[11.2MB/18.89s] Reading composer.json of phundament/p3media (master)
[11.3MB/18.89s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/77bf53c291e4ab364c0fa5ce79b00832e3277bcb from cache
[11.3MB/18.89s] Importing branch master (dev-master)
[11.3MB/18.89s] Reading composer.json of phundament/p3media (more-extendable-friendly)
[11.3MB/18.89s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/a78944fe14545ead22762d708ba4fcad0f8a4e5e from cache
[11.3MB/18.89s] Importing branch more-extendable-friendly (dev-more-extendable-friendly)
[11.3MB/18.89s] Reading composer.json of phundament/p3media (prevent-404-on-empty-title)
[11.3MB/18.89s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/3d09b01d9f21243d1ce4806062dafe387478bb30 from cache
[11.3MB/18.89s] Importing branch prevent-404-on-empty-title (dev-prevent-404-on-empty-title)
[11.3MB/18.89s] Reading composer.json of phundament/p3media (preventing-404-special-characters)
[11.3MB/18.89s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/715d75bb82782e70f4584e62aa4903733eda1fd1 from cache
[11.3MB/18.89s] Importing branch preventing-404-special-characters (dev-preventing-404-special-characters)
[11.3MB/18.89s] Reading composer.json of phundament/p3media (psr-formatting)
[11.3MB/18.89s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/ed6417d0dff6f1c36b79e14890214c5c9eece670 from cache
[11.3MB/18.89s] Importing branch psr-formatting (dev-psr-formatting)
[11.3MB/18.89s] Reading composer.json of phundament/p3media (restored-ajaxsearch-action)
[11.3MB/18.89s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/45e033c600b25d42f016ebbf58208bd167da01fe from cache
[11.3MB/18.89s] Importing branch restored-ajaxsearch-action (dev-restored-ajaxsearch-action)
[11.3MB/18.89s] Reading composer.json of phundament/p3media (sir-trevor-upload-action)
[11.3MB/18.89s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/a61c070d66ceb8e2f010d10acfa29dbbffc5095e from cache
[11.3MB/18.89s] Importing branch sir-trevor-upload-action (dev-sir-trevor-upload-action)
[11.3MB/18.89s] Reading composer.json of phundament/p3media (upload-return-id)
[11.4MB/18.89s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/a18281021adec0e30ff25c935b1c0eae19f2268f from cache
[11.4MB/18.89s] Importing branch upload-return-id (dev-upload-return-id)
[11.4MB/18.89s] Reading composer.json of phundament/p3media (yiibooster)
[11.4MB/18.89s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/95a0e8d0562b38e3c16301e72263033b0549f1fa from cache
[11.4MB/18.89s] Importing branch yiibooster (dev-yiibooster)
[11.4MB/18.89s] Reading composer.json of phundament/p3media (0.11.x)
[11.4MB/18.89s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/p3media/c068615e32cc3314a003ab9fa25a4c3b24d88abd from cache
[11.4MB/18.89s] Importing branch 0.11.x (0.11.x-dev)
[11.2MB/18.89s] Downloading https://api.github.com/repos/motin/fluentpdo
[11.2MB/19.66s] Downloading https://api.github.com/repos/motin/fluentpdo/contents/composer.json?ref=master
[11.2MB/20.46s] Downloading https://api.github.com/repos/motin/fluentpdo/commits/master
[11.2MB/21.36s] Downloading https://api.github.com/repos/motin/fluentpdo/tags?per_page=100
[11.2MB/22.27s] Downloading https://api.github.com/repos/motin/fluentpdo/git/refs/heads?per_page=100
[11.2MB/23.22s] Reading composer.json of lichtner/fluentpdo (1.0.0)
[11.2MB/23.22s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/fluentpdo/8a34b9c6742544bda9d193e814101cd065d88875 from cache
[11.2MB/23.22s] Importing tag 1.0.0 (1.0.0.0)
[11.2MB/23.22s] Reading composer.json of lichtner/fluentpdo (error-handler)
[11.2MB/23.22s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/fluentpdo/55fb5d4f05c3705ecb018085702983133cf108c9 from cache
[11.2MB/23.22s] Importing branch error-handler (dev-error-handler)
[11.2MB/23.22s] Reading composer.json of lichtner/fluentpdo (master)
[11.2MB/23.22s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/fluentpdo/8a34b9c6742544bda9d193e814101cd065d88875 from cache
[11.2MB/23.22s] Importing branch master (dev-master)
[11.2MB/23.22s] Downloading https://api.github.com/repos/motin/nested-set-behavior
[11.2MB/24.06s] Downloading https://api.github.com/repos/motin/nested-set-behavior/contents/composer.json?ref=master
[11.2MB/24.80s] Downloading https://api.github.com/repos/motin/nested-set-behavior/commits/master
[11.2MB/25.54s] Downloading https://api.github.com/repos/motin/nested-set-behavior/tags?per_page=100
[11.2MB/26.55s] Downloading https://api.github.com/repos/motin/nested-set-behavior/git/refs/heads?per_page=100
[11.2MB/27.26s] Reading composer.json of yiiext/nested-set-behavior (v1.0.6)
[11.2MB/27.26s] Downloading https://api.github.com/repos/motin/nested-set-behavior/contents/composer.json?ref=6ee4b1a99628090b53c295f01a7acbea897dd449
[11.2MB/27.97s] Downloading https://api.github.com/repos/motin/nested-set-behavior/contents/composer.json?ref=6ee4b1a99628090b53c295f01a7acbea897dd449
[11.2MB/28.66s] Skipped tag v1.0.6, no composer file
[11.2MB/28.66s] Reading composer.json of yiiext/nested-set-behavior (v1.0.5)
[11.2MB/28.66s] Downloading https://api.github.com/repos/motin/nested-set-behavior/contents/composer.json?ref=1ee24f3e55b08a50d9c0e2b0c23165d94c6b0af1
[11.2MB/29.34s] Downloading https://api.github.com/repos/motin/nested-set-behavior/contents/composer.json?ref=1ee24f3e55b08a50d9c0e2b0c23165d94c6b0af1
[11.2MB/30.04s] Skipped tag v1.0.5, no composer file
[11.2MB/30.04s] Reading composer.json of yiiext/nested-set-behavior (allow-save-and-delete-option)
[11.2MB/30.04s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/nested-set-behavior/952eeddb68c7c5893518ccba2b6792a4c7c27089 from cache
[11.2MB/30.04s] Importing branch allow-save-and-delete-option (dev-allow-save-and-delete-option)
[11.2MB/30.04s] Reading composer.json of yiiext/nested-set-behavior (master)
[11.2MB/30.04s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/nested-set-behavior/c0f82f5d1de1ac05d96b1959d7fba248ef3bf959 from cache
[11.2MB/30.04s] Importing branch master (dev-master)
[11.2MB/30.04s] Downloading https://api.github.com/repos/codemix/hybridauthmanager
[11.2MB/30.75s] Downloading https://api.github.com/repos/codemix/hybridauthmanager/contents/composer.json?ref=master
[11.2MB/31.45s] Downloading https://api.github.com/repos/codemix/hybridauthmanager/commits/master
[11.2MB/32.16s] Downloading https://api.github.com/repos/codemix/hybridauthmanager/tags?per_page=100
[11.2MB/32.85s] Downloading https://api.github.com/repos/codemix/hybridauthmanager/git/refs/heads?per_page=100
[11.2MB/33.66s] Reading composer.json of codemix/hybridauthmanager (master)
[11.2MB/33.66s] Reading /Users/tobias/.composer/cache/repo/github.com/codemix/hybridauthmanager/8d1c51b083d8bae2541b51a92eb2141e335f517b from cache
[11.2MB/33.66s] Importing branch master (dev-master)
[11.2MB/33.66s] Downloading https://api.github.com/repos/neam/wrest
[11.2MB/34.51s] Downloading https://api.github.com/repos/neam/wrest/contents/composer.json?ref=master
[11.2MB/35.24s] Downloading https://api.github.com/repos/neam/wrest/commits/master
[11.3MB/36.04s] Downloading https://api.github.com/repos/neam/wrest/tags?per_page=100
[11.3MB/37.16s] Downloading https://api.github.com/repos/neam/wrest/git/refs/heads?per_page=100
[11.2MB/37.84s] Reading composer.json of weavora/wrest (allow-sending-options-in-send-response)
[11.2MB/37.84s] Reading /Users/tobias/.composer/cache/repo/github.com/neam/wrest/674edec01614a9d3acab08995c4bcc393554ce95 from cache
[11.2MB/37.84s] Importing branch allow-sending-options-in-send-response (dev-allow-sending-options-in-send-response)
[11.2MB/37.84s] Reading composer.json of weavora/wrest (awaiting-prs)
[11.2MB/37.84s] Reading /Users/tobias/.composer/cache/repo/github.com/neam/wrest/40a644bb74ef2013b2e68d74653b02411144f801 from cache
[11.3MB/37.84s] Importing branch awaiting-prs (dev-awaiting-prs)
[11.3MB/37.84s] Reading composer.json of weavora/wrest (master)
[11.3MB/37.84s] Reading /Users/tobias/.composer/cache/repo/github.com/neam/wrest/9c05d654f0feb59e53cd3c40f47c502457dac76c from cache
[11.3MB/37.84s] Importing branch master (dev-master)
[11.3MB/37.84s] Reading composer.json of weavora/wrest (oppnabibliotek_yii)
[11.3MB/37.84s] Downloading https://api.github.com/repos/neam/wrest/contents/composer.json?ref=421a853ca152f312c278880f059945b2fc6d308a
[11.3MB/38.67s] Downloading https://api.github.com/repos/neam/wrest/contents/composer.json?ref=421a853ca152f312c278880f059945b2fc6d308a
[11.3MB/39.35s] Skipped branch oppnabibliotek_yii, no composer file
[11.3MB/39.35s] Reading composer.json of weavora/wrest (properly-handle-0-valued-params)
[11.3MB/39.35s] Downloading https://api.github.com/repos/neam/wrest/contents/composer.json?ref=938dbb70011a3f94b3c86f4e235613df741d2647
[11.3MB/40.05s] Downloading https://api.github.com/repos/neam/wrest/contents/composer.json?ref=938dbb70011a3f94b3c86f4e235613df741d2647
[11.3MB/40.77s] Skipped branch properly-handle-0-valued-params, no composer file
[11.3MB/40.77s] Reading composer.json of weavora/wrest (psr-formatting-2015)
[11.3MB/40.77s] Reading /Users/tobias/.composer/cache/repo/github.com/neam/wrest/f1b25cd72874a809e0c83c8a438d8865b33315ac from cache
[11.3MB/40.77s] Importing branch psr-formatting-2015 (dev-psr-formatting-2015)
[11.3MB/40.77s] Reading composer.json of weavora/wrest (psr-formatting)
[11.3MB/40.77s] Reading /Users/tobias/.composer/cache/repo/github.com/neam/wrest/62540791a8df69d00afa16d8aa99d5179381af61 from cache
[11.3MB/40.77s] Importing branch psr-formatting (dev-psr-formatting)
[11.3MB/40.77s] Reading composer.json of weavora/wrest (removed-autoload-from-composer-json)
[11.3MB/40.77s] Reading /Users/tobias/.composer/cache/repo/github.com/neam/wrest/e99851193d0cd7b1301e0dcfafaf11f6832496d7 from cache
[11.3MB/40.77s] Importing branch removed-autoload-from-composer-json (dev-removed-autoload-from-composer-json)
[11.3MB/40.77s] Reading composer.json of weavora/wrest (removed-composer-autoload-classmap)
[11.3MB/40.77s] Reading /Users/tobias/.composer/cache/repo/github.com/neam/wrest/e99851193d0cd7b1301e0dcfafaf11f6832496d7 from cache
[11.3MB/40.77s] Importing branch removed-composer-autoload-classmap (dev-removed-composer-autoload-classmap)
[11.3MB/40.77s] Reading composer.json of weavora/wrest (set-create-and-update-attributes-in-behavior)
[11.3MB/40.77s] Reading /Users/tobias/.composer/cache/repo/github.com/neam/wrest/88d5ce20f0849efc3ef4bb42a680081134121525 from cache
[11.3MB/40.77s] Importing branch set-create-and-update-attributes-in-behavior (dev-set-create-and-update-attributes-in-behavior)
[11.3MB/40.77s] Reading composer.json of weavora/wrest (xml-response)
[11.3MB/40.77s] Downloading https://api.github.com/repos/neam/wrest/contents/composer.json?ref=fa42a518cf5cdb8e387f338b5d5c83c19520bc9c
[11.3MB/41.59s] Downloading https://api.github.com/repos/neam/wrest/contents/composer.json?ref=fa42a518cf5cdb8e387f338b5d5c83c19520bc9c
[11.3MB/42.40s] Skipped branch xml-response, no composer file
[11.3MB/42.40s] Downloading https://api.github.com/repos/motin/PHP-po-parser
[11.3MB/43.13s] Downloading https://api.github.com/repos/motin/PHP-po-parser/contents/composer.json?ref=master
[11.3MB/43.85s] Downloading https://api.github.com/repos/motin/PHP-po-parser/commits/master
[11.3MB/44.53s] Downloading https://api.github.com/repos/motin/PHP-po-parser/tags?per_page=100
[11.3MB/45.26s] Downloading https://api.github.com/repos/motin/PHP-po-parser/git/refs/heads?per_page=100
[11.3MB/45.99s] Reading composer.json of sepia/po-parser (rename_class_to_psr0)
[11.3MB/45.99s] Skipped tag rename_class_to_psr0, invalid tag name
[11.3MB/45.99s] Reading composer.json of sepia/po-parser (3.0.3)
[11.3MB/45.99s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/PHP-po-parser/191f21701ecb107221775b36d3a21e7d3a4cf7a5 from cache
[11.3MB/45.99s] Importing tag 3.0.3 (3.0.3.0)
[11.3MB/45.99s] Reading composer.json of sepia/po-parser (3.0.2)
[11.3MB/45.99s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/PHP-po-parser/6f1822a2b3c9f31e80af7ea88275146a9412809a from cache
[11.3MB/45.99s] Importing tag 3.0.2 (3.0.2.0)
[11.3MB/45.99s] Reading composer.json of sepia/po-parser (3.0.1)
[11.3MB/45.99s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/PHP-po-parser/0001af20f6e1cd4de0105af064b7ac2af84a8348 from cache
[11.3MB/45.99s] Importing tag 3.0.1 (3.0.1.0)
[11.3MB/45.99s] Reading composer.json of sepia/po-parser (3.0.0)
[11.3MB/45.99s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/PHP-po-parser/ee6f58b5e6869969ba2a0880860ee2f621f2d17e from cache
[11.3MB/45.99s] Importing tag 3.0.0 (3.0.0.0)
[11.3MB/45.99s] Reading composer.json of sepia/po-parser (2.1.0)
[11.3MB/45.99s] Downloading https://api.github.com/repos/motin/PHP-po-parser/contents/composer.json?ref=a9d89ca2c55599985c28a285aa79774cfe5388a9
[11.4MB/46.88s] Downloading https://api.github.com/repos/motin/PHP-po-parser/contents/composer.json?ref=a9d89ca2c55599985c28a285aa79774cfe5388a9
[11.3MB/48.06s] Skipped tag 2.1.0, no composer file
[11.3MB/48.06s] Reading composer.json of sepia/po-parser (2.0.0)
[11.3MB/48.06s] Downloading https://api.github.com/repos/motin/PHP-po-parser/contents/composer.json?ref=cdf072ca7d59c6a4029650107243d99b46177730
[11.4MB/48.84s] Downloading https://api.github.com/repos/motin/PHP-po-parser/contents/composer.json?ref=cdf072ca7d59c6a4029650107243d99b46177730
[11.3MB/49.61s] Skipped tag 2.0.0, no composer file
[11.3MB/49.61s] Reading composer.json of sepia/po-parser (1.0.0)
[11.3MB/49.61s] Downloading https://api.github.com/repos/motin/PHP-po-parser/contents/composer.json?ref=f74ca0dd8bbcf7cb5ae57d342b2f478fefa28aa1
[11.4MB/50.35s] Downloading https://api.github.com/repos/motin/PHP-po-parser/contents/composer.json?ref=f74ca0dd8bbcf7cb5ae57d342b2f478fefa28aa1
[11.3MB/51.15s] Skipped tag 1.0.0, no composer file
[11.3MB/51.15s] Reading composer.json of sepia/po-parser (master)
[11.3MB/51.15s] Reading /Users/tobias/.composer/cache/repo/github.com/motin/PHP-po-parser/599ed636b5030572a9c4f1671abaca915831ca85 from cache
[11.3MB/51.15s] Importing branch master (dev-master)
[11.3MB/51.15s] Downloading https://api.github.com/repos/woss/heywatch-php
[11.3MB/51.93s] Downloading https://api.github.com/repos/woss/heywatch-php/contents/composer.json?ref=master
[11.3MB/52.72s] Downloading https://api.github.com/repos/woss/heywatch-php/commits/master
[11.3MB/53.51s] Downloading https://api.github.com/repos/woss/heywatch-php/tags?per_page=100
[11.3MB/54.19s] Downloading https://api.github.com/repos/woss/heywatch-php/git/refs/heads?per_page=100
[11.3MB/54.94s] Reading composer.json of heywatch/heywatch (v1.0.0)
[11.3MB/54.94s] Reading /Users/tobias/.composer/cache/repo/github.com/woss/heywatch-php/cdcdb33b95e14d0f17db2dcc5bc0beea7de2ec2a from cache
[11.3MB/54.94s] Importing tag v1.0.0 (1.0.0.0)
[11.3MB/54.94s] Reading composer.json of heywatch/heywatch (master)
[11.3MB/54.94s] Reading /Users/tobias/.composer/cache/repo/github.com/woss/heywatch-php/d0a7284881f67d5a16d85b9e1a1959d0ee5931c0 from cache
[11.3MB/54.94s] Importing branch master (dev-master)
[11.3MB/54.94s] Downloading https://api.github.com/repos/woss/resource-manager
[11.3MB/55.76s] Downloading https://api.github.com/repos/woss/resource-manager/contents/composer.json?ref=master
[11.3MB/56.46s] Downloading https://api.github.com/repos/woss/resource-manager/commits/master
[11.4MB/57.18s] Downloading https://api.github.com/repos/woss/resource-manager/tags?per_page=100
[11.4MB/57.89s] Downloading https://api.github.com/repos/woss/resource-manager/git/refs/heads?per_page=100
[11.3MB/58.58s] Reading composer.json of 2amigos/resource-manager (0.2)
[11.3MB/58.58s] Reading /Users/tobias/.composer/cache/repo/github.com/woss/resource-manager/6a31226527c6bc6213faaad9bf31732952bbe8bd from cache
[11.3MB/58.58s] Importing tag 0.2 (0.2.0.0)
[11.4MB/58.58s] Reading composer.json of 2amigos/resource-manager (0.1)
[11.4MB/58.58s] Reading /Users/tobias/.composer/cache/repo/github.com/woss/resource-manager/70dac232f6eb88615273370c4741075bc715f099 from cache
[11.4MB/58.58s] Importing tag 0.1 (0.1.0.0)
[11.5MB/58.58s] Reading composer.json of 2amigos/resource-manager (master)
[11.5MB/58.58s] Reading /Users/tobias/.composer/cache/repo/github.com/woss/resource-manager/86c4c5b1045b31a02c57e8f7a63759f2b2c75a3c from cache
[11.5MB/58.58s] Importing branch master (dev-master)
[11.5MB/58.58s] Downloading https://packagist.org/packages.json
[11.5MB/58.75s] Writing /Users/tobias/.composer/cache/repo/https---packagist.org/packages.json into cache
[11.6MB/58.75s] Updating dependencies (including require-dev)
[11.9MB/58.76s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/p-provider-2013.json from cache
[16.8MB/58.78s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/p-provider-2014.json from cache
[26.7MB/58.84s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/p-provider-2015.json from cache
[39.1MB/58.89s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/p-provider-2015-10.json from cache
[43.1MB/58.93s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/p-provider-2016-01.json from cache
[52.2MB/58.99s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/p-provider-2016-04.json from cache
[65.4MB/59.06s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/p-provider-2016-07.json from cache
[65.5MB/59.09s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/p-provider-archived.json from cache
[66.3MB/59.12s] Downloading http://packagist.org/p/provider-latest%245eb174097e1ef729ebfeb0e4f40549db46f8e345392e70c2bf0333cb454cd28c.json
[71.3MB/59.31s] Writing /Users/tobias/.composer/cache/repo/https---packagist.org/p-provider-latest.json into cache
[70.4MB/59.35s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-phundament$p3media.json from cache
[70.9MB/59.36s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-yiisoft$yii.json from cache
[71.1MB/59.36s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-mikehaertl$translatable.json from cache
[71.1MB/59.36s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-phundament$p3extensions.json from cache
[71.4MB/59.37s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-schmunk42$access.json from cache
[71.4MB/59.37s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-schmunk42$adjacency-list-behavior.json from cache
[71.4MB/59.37s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-schmunk42$relation.json from cache
[71.4MB/59.37s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-schmunk42$php-inflector.json from cache
[71.4MB/59.37s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-sammaye$auditrail2.json from cache
[71.5MB/59.37s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-yiiext$status-behavior.json from cache
[71.5MB/59.37s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-bwoester$yii-static-events-component.json from cache
[71.5MB/59.37s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-bwoester$yii-event-interceptor.json from cache
[71.5MB/59.37s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-neam$yii-i18n-columns.json from cache
[71.6MB/59.37s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-neam$yii-i18n-attribute-messages.json from cache
[71.6MB/59.37s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-neam$yii-i18n-tools.json from cache
[71.6MB/59.37s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-sepia$po-parser.json from cache
[71.7MB/59.38s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-neam$php-po2json.json from cache
[71.7MB/59.38s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-neam$yii-restricted-access.json from cache
[71.7MB/59.38s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-neam$yii-workflow-core.json from cache
[71.8MB/59.38s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-neam$yii-workflow-task-list.json from cache
[71.8MB/59.38s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-neam$yii-workflow-progress-tracking.json from cache
[71.8MB/59.38s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-neam$yii-qa-state.json from cache
[71.8MB/59.38s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-neam$yii-relational-graph-db.json from cache
[71.8MB/59.38s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-neam$yii-relations-ui-core.json from cache
[71.8MB/59.38s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-neam$yii-streamlog.json from cache
[71.8MB/59.38s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-motin$yii-owner-behavior.json from cache
[71.8MB/59.38s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-yiiext$nested-set-behavior.json from cache
[71.9MB/59.38s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-lichtner$fluentpdo.json from cache
[71.9MB/59.38s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-propel$propel.json from cache
[72.0MB/59.38s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-psr$log.json from cache
[72.0MB/59.39s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-symfony$yaml.json from cache
[79.3MB/59.46s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-symfony$console.json from cache
[80.6MB/59.49s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-symfony$finder.json from cache
[81.8MB/59.52s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-symfony$validator.json from cache
[83.7MB/59.56s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-symfony$filesystem.json from cache
[84.7MB/59.59s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-symfony$config.json from cache
[87.0MB/59.62s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-symfony$polyfill-mbstring.json from cache
[87.2MB/59.63s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-symfony$translation.json from cache
[89.0MB/59.67s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-symfony$property-access.json from cache
[89.9MB/59.74s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-monolog$monolog.json from cache
[90.4MB/59.74s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-contextio$php-contextio.json from cache
[90.4MB/59.75s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzlehttp$guzzle.json from cache
[91.9MB/59.76s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzlehttp$ringphp.json from cache
[92.0MB/59.76s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzlehttp$streams.json from cache
[92.0MB/59.76s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-react$promise.json from cache
[92.1MB/59.76s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-ircmaxell$random-lib.json from cache
[92.2MB/59.76s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-ircmaxell$security-lib.json from cache
[92.2MB/59.76s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-phpnode$yiipassword.json from cache
[92.2MB/59.76s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-league$flysystem.json from cache
[93.4MB/59.77s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-league$flysystem-aws-s3-v3.json from cache
[93.5MB/59.78s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-aws$aws-sdk-php.json from cache
[96.5MB/59.81s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzlehttp$psr7.json from cache
[96.6MB/59.81s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzlehttp$promises.json from cache
[96.6MB/59.81s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-mtdowling$jmespath.php.json from cache
[96.9MB/59.82s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-psr$http-message.json from cache
[96.9MB/59.82s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-phpoffice$phpexcel.json from cache
[96.9MB/59.82s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-phpoffice$phpword.json from cache
[97.1MB/59.83s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-phpoffice$phppresentation.json from cache
[97.2MB/59.83s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-phpoffice$common.json from cache
[97.3MB/59.83s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-pclzip$pclzip.json from cache
[97.3MB/59.83s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-codemix$hybridauthmanager.json from cache
[97.3MB/59.83s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-nordsoftware$yii-emailer.json from cache
[97.3MB/59.83s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-nordsoftware$yii-utils.json from cache
[97.3MB/59.83s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-swiftmailer$swiftmailer.json from cache
[97.5MB/59.84s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-crisu83$yii-formatter.json from cache
[97.5MB/59.84s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-crisu83$yii-sentry.json from cache
[97.6MB/59.84s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-sentry$sentry.json from cache
[97.8MB/59.84s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-alchemy$zippy.json from cache
[98.0MB/59.84s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-doctrine$collections.json from cache
[98.0MB/59.84s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$guzzle.json from cache
[99.3MB/59.85s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-pimple$pimple.json from cache
[99.3MB/59.86s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-symfony$process.json from cache
[100.5MB/59.90s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-symfony$event-dispatcher.json from cache
[102.0MB/59.95s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-twilio$sdk.json from cache
[102.3MB/59.96s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-heywatch$heywatch.json from cache
[102.4MB/59.96s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-2amigos$resource-manager.json from cache
[197.5MB/61.18s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-league$flysystem-sftp.json from cache
[218.9MB/61.40s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-raven$raven.json from cache
[219.3MB/61.41s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$batch.json from cache
[220.8MB/61.42s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$cache.json from cache
[221.1MB/61.44s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$common.json from cache
[221.6MB/61.45s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$http.json from cache
[222.0MB/61.46s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$inflection.json from cache
[222.2MB/61.47s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$iterator.json from cache
[222.4MB/61.48s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$log.json from cache
[222.6MB/61.50s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$parser.json from cache
[222.8MB/61.51s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin.json from cache
[223.3MB/61.52s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-async.json from cache
[223.5MB/61.53s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-backoff.json from cache
[223.7MB/61.55s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-cache.json from cache
[223.9MB/61.56s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-cookie.json from cache
[224.2MB/61.57s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-curlauth.json from cache
[224.4MB/61.58s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-history.json from cache
[224.6MB/61.59s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-log.json from cache
[224.9MB/61.61s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-mock.json from cache
[225.1MB/61.62s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-oauth.json from cache
[225.3MB/61.63s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$service.json from cache
[225.6MB/61.64s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$stream.json from cache
[225.8MB/61.65s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-md5.json from cache
[226.8MB/61.75s] Reading /Users/tobias/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-error-response.json from cache
[315.5MB/63.12s] Resolving dependencies through SAT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment