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

Composer 2.2+ breaks composer create-project <template> or composer install when no composer.lock file is present under some specific circunstances. #10469

Closed
kporras07 opened this issue Jan 18, 2022 · 9 comments
Labels

Comments

@kporras07
Copy link

My composer.json: https://github.com/pantheon-upstreams/drupal-recommended/blob/master/composer.json

Output of composer diagnose:

Checking composer.json: OK
Checking platform settings: OK
Checking git settings: OK
Checking http connectivity to packagist: OK
Checking https connectivity to packagist: OK
Checking github.com oauth access: OK
Checking disk free space: OK
Checking pubkeys:
Tags Public Key Fingerprint: 57815BA2 7E54DC31 7ECC7CC5 573090D0  87719BA6 8F3BB723 4E5D42D0 84A14642
Dev Public Key Fingerprint: 4AC45767 E5EC2265 2F0C1167 CBBB8A2B  0C708369 153E328C AD90147D AFE50952
OK
Checking composer version: OK
Composer version: 2.3-dev+cd34886e9d9a4c7391762877200c503dbaa6aaee
PHP version: 7.4 - Package overridden via config.platform, actual: 7.4.27
PHP binary path: /usr/local/Cellar/php@7.4/7.4.27/bin/php
OpenSSL version: OpenSSL 1.1.1m  14 Dec 2021
cURL version: 7.80.0 libz 1.2.11 ssl (SecureTransport) OpenSSL/1.1.1m
zip: extension present, unzip present, 7-Zip not available

When I run this command:

composer -vvv create-project --repository="{\"url\": \"git@github.com:pantheon-upstreams/drupal-recommended.git\", \"type\": \"vcs\"}" pantheon-upstreams/drupal-project mysite --stability dev -n

I get the following output:

Running 2.3-dev+cd34886e9d9a4c7391762877200c503dbaa6aaee (2022-01-17 14:18:33) with PHP 7.4.27 on Darwin / 20.6.0
Running 2.3-dev+cd34886e9d9a4c7391762877200c503dbaa6aaee (2022-01-17 14:18:33) with PHP 7.4.27 on Darwin / 20.6.0
Reading ./composer.json (/Users/kporras07/development/pantheon/composer.json)
Reading ./composer.json (/Users/kporras07/development/pantheon/composer.json)
Loading config file /Users/kporras07/.composer/config.json
Loading config file /Users/kporras07/.composer/config.json
Loading config file /Users/kporras07/.composer/auth.json
Loading config file /Users/kporras07/.composer/auth.json
Loading config file ./composer.json (/Users/kporras07/development/pantheon/composer.json)
Loading config file ./composer.json (/Users/kporras07/development/pantheon/composer.json)
Checked CA file /usr/local/etc/ca-certificates/cert.pem: valid
Checked CA file /usr/local/etc/ca-certificates/cert.pem: valid
Executing command (/Users/kporras07/development/pantheon): 'git' 'branch' '-a' '--no-color' '--no-abbrev' '-v'
Executing command (/Users/kporras07/development/pantheon): 'git' 'branch' '-a' '--no-color' '--no-abbrev' '-v'
Executing command (/Users/kporras07/development/pantheon): git describe --exact-match --tags
Executing command (/Users/kporras07/development/pantheon): git describe --exact-match --tags
Executing command (CWD): git --version
Executing command (CWD): git --version
Executing command (/Users/kporras07/development/pantheon): git log --pretty="%H" -n1 HEAD --no-show-signature
Executing command (/Users/kporras07/development/pantheon): git log --pretty="%H" -n1 HEAD --no-show-signature
Executing command (/Users/kporras07/development/pantheon): hg branch
Executing command (/Users/kporras07/development/pantheon): hg branch
Executing command (/Users/kporras07/development/pantheon): fossil branch list
Executing command (/Users/kporras07/development/pantheon): fossil branch list
Executing command (/Users/kporras07/development/pantheon): fossil tag list
Executing command (/Users/kporras07/development/pantheon): fossil tag list
Executing command (/Users/kporras07/development/pantheon): svn info --xml
Executing command (/Users/kporras07/development/pantheon): svn info --xml
Running cache garbage collection
Running cache garbage collection
Reading /Users/kporras07/.composer/composer.json
Reading /Users/kporras07/.composer/composer.json
Loading config file /Users/kporras07/.composer/config.json
Loading config file /Users/kporras07/.composer/config.json
Loading config file /Users/kporras07/.composer/auth.json
Loading config file /Users/kporras07/.composer/auth.json
Loading config file /Users/kporras07/.composer/composer.json (/Users/kporras07/.composer/composer.json)
Loading config file /Users/kporras07/.composer/composer.json (/Users/kporras07/.composer/composer.json)
Loading config file /Users/kporras07/.composer/auth.json
Reading /Users/kporras07/.composer/auth.json
Loading config file /Users/kporras07/.composer/auth.json
Reading /Users/kporras07/.composer/auth.json
Reading /Users/kporras07/development/pantheon/vendor/composer/installed.json
Reading /Users/kporras07/development/pantheon/vendor/composer/installed.json
Reading /Users/kporras07/.composer/vendor/composer/installed.json
Reading /Users/kporras07/.composer/vendor/composer/installed.json
Creating a "pantheon-upstreams/drupal-project" project at "./mysite"
Creating a "pantheon-upstreams/drupal-project" project at "./mysite"
Loading config file /Users/kporras07/.composer/config.json
Loading config file /Users/kporras07/.composer/config.json
Loading config file /Users/kporras07/.composer/auth.json
Loading config file /Users/kporras07/.composer/auth.json
Executing command (/Users/kporras07/development/pantheon): 'git' 'branch' '-a' '--no-color' '--no-abbrev' '-v'
Executing command (/Users/kporras07/development/pantheon): 'git' 'branch' '-a' '--no-color' '--no-abbrev' '-v'
Executing command (/Users/kporras07/development/pantheon): git describe --exact-match --tags
Executing command (/Users/kporras07/development/pantheon): git describe --exact-match --tags
Executing command (/Users/kporras07/development/pantheon): git log --pretty="%H" -n1 HEAD --no-show-signature
Executing command (/Users/kporras07/development/pantheon): git log --pretty="%H" -n1 HEAD --no-show-signature
Executing command (/Users/kporras07/development/pantheon): hg branch
Executing command (/Users/kporras07/development/pantheon): hg branch
Executing command (/Users/kporras07/development/pantheon): fossil branch list
Executing command (/Users/kporras07/development/pantheon): fossil branch list
Executing command (/Users/kporras07/development/pantheon): fossil tag list
Executing command (/Users/kporras07/development/pantheon): fossil tag list
Executing command (/Users/kporras07/development/pantheon): svn info --xml
Executing command (/Users/kporras07/development/pantheon): svn info --xml
Reading /Users/kporras07/.composer/composer.json
Reading /Users/kporras07/.composer/composer.json
Loading config file /Users/kporras07/.composer/config.json
Loading config file /Users/kporras07/.composer/config.json
Loading config file /Users/kporras07/.composer/auth.json
Loading config file /Users/kporras07/.composer/composer.json (/Users/kporras07/.composer/composer.json)
Loading config file /Users/kporras07/.composer/auth.json
Loading config file /Users/kporras07/.composer/composer.json (/Users/kporras07/.composer/composer.json)
Loading config file /Users/kporras07/.composer/auth.json
Reading /Users/kporras07/.composer/auth.json
Loading config file /Users/kporras07/.composer/auth.json
Reading /Users/kporras07/.composer/auth.json
Reading /Users/kporras07/development/pantheon/vendor/composer/installed.json
Reading /Users/kporras07/development/pantheon/vendor/composer/installed.json
Reading /Users/kporras07/.composer/vendor/composer/installed.json
Reading /Users/kporras07/.composer/vendor/composer/installed.json
Using GitHub token authentication
Using GitHub token authentication
Downloading https://api.github.com/repos/pantheon-upstreams/drupal-recommended
Downloading https://api.github.com/repos/pantheon-upstreams/drupal-recommended
[200] https://api.github.com/repos/pantheon-upstreams/drupal-recommended
[200] https://api.github.com/repos/pantheon-upstreams/drupal-recommended
Downloading https://api.github.com/repos/pantheon-upstreams/drupal-recommended/contents/composer.json?ref=master
Downloading https://api.github.com/repos/pantheon-upstreams/drupal-recommended/contents/composer.json?ref=master
[200] https://api.github.com/repos/pantheon-upstreams/drupal-recommended/contents/composer.json?ref=master
[200] https://api.github.com/repos/pantheon-upstreams/drupal-recommended/contents/composer.json?ref=master
Downloading https://api.github.com/repos/pantheon-upstreams/drupal-recommended/commits/master
Downloading https://api.github.com/repos/pantheon-upstreams/drupal-recommended/commits/master
[200] https://api.github.com/repos/pantheon-upstreams/drupal-recommended/commits/master
[200] https://api.github.com/repos/pantheon-upstreams/drupal-recommended/commits/master
Downloading https://api.github.com/repos/pantheon-upstreams/drupal-recommended/tags?per_page=100
Downloading https://api.github.com/repos/pantheon-upstreams/drupal-recommended/tags?per_page=100
[200] https://api.github.com/repos/pantheon-upstreams/drupal-recommended/tags?per_page=100
[200] https://api.github.com/repos/pantheon-upstreams/drupal-recommended/tags?per_page=100
Downloading https://api.github.com/repos/pantheon-upstreams/drupal-recommended/git/refs/heads?per_page=100
Downloading https://api.github.com/repos/pantheon-upstreams/drupal-recommended/git/refs/heads?per_page=100
[200] https://api.github.com/repos/pantheon-upstreams/drupal-recommended/git/refs/heads?per_page=100
[200] https://api.github.com/repos/pantheon-upstreams/drupal-recommended/git/refs/heads?per_page=100
Downloading https://api.github.com/repos/pantheon-upstreams/drupal-recommended/contents/.github/FUNDING.yml
Downloading https://api.github.com/repos/pantheon-upstreams/drupal-recommended/contents/.github/FUNDING.yml
[404] https://api.github.com/repos/pantheon-upstreams/drupal-recommended/contents/.github/FUNDING.yml
[404] https://api.github.com/repos/pantheon-upstreams/drupal-recommended/contents/.github/FUNDING.yml
Downloading https://api.github.com/repos/pantheon-upstreams/.github/contents/FUNDING.yml
Downloading https://api.github.com/repos/pantheon-upstreams/.github/contents/FUNDING.yml
[404] https://api.github.com/repos/pantheon-upstreams/.github/contents/FUNDING.yml
[404] https://api.github.com/repos/pantheon-upstreams/.github/contents/FUNDING.yml
Reading composer.json of pantheon-upstreams/drupal-project (master)
Reading composer.json of pantheon-upstreams/drupal-project (master)
Reading /Users/kporras07/Library/Caches/composer/repo/github.com/pantheon-upstreams/drupal-recommended/bea9a7abc55c9a8378309e6aa858602b2685cc40 from cache
Reading /Users/kporras07/Library/Caches/composer/repo/github.com/pantheon-upstreams/drupal-recommended/bea9a7abc55c9a8378309e6aa858602b2685cc40 from cache
Importing branch master (dev-master)
Importing branch master (dev-master)
Reading composer.json of pantheon-upstreams/drupal-project (main)
Reading composer.json of pantheon-upstreams/drupal-project (main)
Importing branch main (dev-main)
Importing branch main (dev-main)
Reading composer.json of pantheon-upstreams/drupal-project (release-source)
Reading composer.json of pantheon-upstreams/drupal-project (release-source)
Reading /Users/kporras07/Library/Caches/composer/repo/github.com/pantheon-upstreams/drupal-recommended/2badb369e6e6726d84c0f25adad246cc8756bfed from cache
Reading /Users/kporras07/Library/Caches/composer/repo/github.com/pantheon-upstreams/drupal-recommended/2badb369e6e6726d84c0f25adad246cc8756bfed from cache
Importing branch release-source (dev-release-source)
Importing branch release-source (dev-release-source)
Installing pantheon-upstreams/drupal-project (dev-master bea9a7abc55c9a8378309e6aa858602b2685cc40)
Installing pantheon-upstreams/drupal-project (dev-master bea9a7abc55c9a8378309e6aa858602b2685cc40)
Reading /Users/kporras07/Library/Caches/composer/files/pantheon-upstreams/drupal-project/eeee324840d9c53c7e079a2d89ab0b95337d6f51.zip from cache
Reading /Users/kporras07/Library/Caches/composer/files/pantheon-upstreams/drupal-project/eeee324840d9c53c7e079a2d89ab0b95337d6f51.zip from cache
  - Loading pantheon-upstreams/drupal-project (dev-master bea9a7a) from cache
  - Loading pantheon-upstreams/drupal-project (dev-master bea9a7a) from cache
  - Installing pantheon-upstreams/drupal-project (dev-master bea9a7a): Extracting archive
  - Installing pantheon-upstreams/drupal-project (dev-master bea9a7a): Extracting archive
Executing async command (CWD): '/usr/bin/unzip' -qq '/Users/kporras07/development/pantheon/vendor/composer/tmp-6a43c0f1bc617fe8658c4942f8caf176' -d '/Users/kporras07/development/pantheon/vendor/composer/33de2d27'
Executing async command (CWD): '/usr/bin/unzip' -qq '/Users/kporras07/development/pantheon/vendor/composer/tmp-6a43c0f1bc617fe8658c4942f8caf176' -d '/Users/kporras07/development/pantheon/vendor/composer/33de2d27'
Executing async command (CWD): rm -rf '/Users/kporras07/development/pantheon/vendor/composer/33de2d27'
Executing async command (CWD): rm -rf '/Users/kporras07/development/pantheon/vendor/composer/33de2d27'
Created project in /Users/kporras07/development/pantheon/mysite
Created project in /Users/kporras07/development/pantheon/mysite
Reading ./composer.json (/Users/kporras07/development/pantheon/mysite/composer.json)
Reading ./composer.json (/Users/kporras07/development/pantheon/mysite/composer.json)
Loading config file /Users/kporras07/.composer/config.json
Loading config file /Users/kporras07/.composer/config.json
Loading config file /Users/kporras07/.composer/auth.json
Loading config file /Users/kporras07/.composer/auth.json
Loading config file ./composer.json (/Users/kporras07/development/pantheon/mysite/composer.json)
Loading config file ./composer.json (/Users/kporras07/development/pantheon/mysite/composer.json)
Reading /Users/kporras07/.composer/composer.json
Reading /Users/kporras07/.composer/composer.json
Loading config file /Users/kporras07/.composer/config.json
Loading config file /Users/kporras07/.composer/config.json
Loading config file /Users/kporras07/.composer/auth.json
Loading config file /Users/kporras07/.composer/composer.json (/Users/kporras07/.composer/composer.json)
Loading config file /Users/kporras07/.composer/auth.json
Loading config file /Users/kporras07/.composer/auth.json
Loading config file /Users/kporras07/.composer/composer.json (/Users/kporras07/.composer/composer.json)
Loading config file /Users/kporras07/.composer/auth.json
Reading /Users/kporras07/.composer/auth.json
Reading /Users/kporras07/.composer/auth.json
Reading /Users/kporras07/.composer/vendor/composer/installed.json
Reading /Users/kporras07/.composer/vendor/composer/installed.json
Loading composer repositories with package information
Loading composer repositories with package information
Reading /Users/kporras07/Library/Caches/composer/repo/https---packages.drupal.org-8/packages.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---packages.drupal.org-8/packages.json from cache
Downloading https://packages.drupal.org/8/packages.json
Downloading https://packages.drupal.org/8/packages.json
[200] https://packages.drupal.org/8/packages.json
[200] https://packages.drupal.org/8/packages.json
Writing /Users/kporras07/Library/Caches/composer/repo/https---packages.drupal.org-8/packages.json into cache
Writing /Users/kporras07/Library/Caches/composer/repo/https---packages.drupal.org-8/packages.json into cache
Downloading https://packages.drupal.org/files/packages/8/p2/drupal/core-composer-scaffold.json
Downloading https://packages.drupal.org/files/packages/8/p2/drupal/core-composer-scaffold.json
Downloading https://packages.drupal.org/files/packages/8/p2/drupal/core-recommended.json
Downloading https://packages.drupal.org/files/packages/8/p2/drupal/core-recommended.json
Downloading https://packages.drupal.org/files/packages/8/p2/drupal/core-dev.json
Downloading https://packages.drupal.org/files/packages/8/p2/drupal/core-dev.json
[404] https://packages.drupal.org/files/packages/8/p2/drupal/core-composer-scaffold.json
[404] https://packages.drupal.org/files/packages/8/p2/drupal/core-composer-scaffold.json
[404] https://packages.drupal.org/files/packages/8/p2/drupal/core-dev.json
[404] https://packages.drupal.org/files/packages/8/p2/drupal/core-dev.json
[404] https://packages.drupal.org/files/packages/8/p2/drupal/core-recommended.json
[404] https://packages.drupal.org/files/packages/8/p2/drupal/core-recommended.json
Executing command (/Users/kporras07/development/pantheon/mysite/upstream-configuration/): git rev-parse HEAD
Executing command (/Users/kporras07/development/pantheon/mysite/upstream-configuration/): git rev-parse HEAD
Executing command (/Users/kporras07/development/pantheon/mysite/upstream-configuration/): 'git' 'branch' '-a' '--no-color' '--no-abbrev' '-v'
Executing command (/Users/kporras07/development/pantheon/mysite/upstream-configuration/): 'git' 'branch' '-a' '--no-color' '--no-abbrev' '-v'
Executing command (/Users/kporras07/development/pantheon/mysite/upstream-configuration/): git describe --exact-match --tags
Executing command (/Users/kporras07/development/pantheon/mysite/upstream-configuration/): git describe --exact-match --tags
Executing command (/Users/kporras07/development/pantheon/mysite/upstream-configuration/): git log --pretty="%H" -n1 HEAD --no-show-signature
Executing command (/Users/kporras07/development/pantheon/mysite/upstream-configuration/): git log --pretty="%H" -n1 HEAD --no-show-signature
Executing command (/Users/kporras07/development/pantheon/mysite/upstream-configuration/): hg branch
Executing command (/Users/kporras07/development/pantheon/mysite/upstream-configuration/): hg branch
Executing command (/Users/kporras07/development/pantheon/mysite/upstream-configuration/): fossil branch list
Executing command (/Users/kporras07/development/pantheon/mysite/upstream-configuration/): fossil branch list
Executing command (/Users/kporras07/development/pantheon/mysite/upstream-configuration/): fossil tag list
Executing command (/Users/kporras07/development/pantheon/mysite/upstream-configuration/): fossil tag list
Executing command (/Users/kporras07/development/pantheon/mysite/upstream-configuration/): svn info --xml
Executing command (/Users/kporras07/development/pantheon/mysite/upstream-configuration/): svn info --xml
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/packages.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/packages.json from cache
Downloading https://repo.packagist.org/packages.json if modified
Downloading https://repo.packagist.org/packages.json if modified
[304] https://repo.packagist.org/packages.json
[304] https://repo.packagist.org/packages.json
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-composer~installers.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-composer~installers.json from cache
Downloading https://repo.packagist.org/p2/composer/installers.json if modified
Downloading https://repo.packagist.org/p2/composer/installers.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-drupal~core-composer-scaffold.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-drupal~core-composer-scaffold.json from cache
Downloading https://repo.packagist.org/p2/drupal/core-composer-scaffold.json if modified
Downloading https://repo.packagist.org/p2/drupal/core-composer-scaffold.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-drupal~core-recommended.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-drupal~core-recommended.json from cache
Downloading https://repo.packagist.org/p2/drupal/core-recommended.json if modified
Downloading https://repo.packagist.org/p2/drupal/core-recommended.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pantheon-systems~drupal-integrations.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pantheon-systems~drupal-integrations.json from cache
Downloading https://repo.packagist.org/p2/pantheon-systems/drupal-integrations.json if modified
Downloading https://repo.packagist.org/p2/pantheon-systems/drupal-integrations.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-cweagans~composer-patches.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-cweagans~composer-patches.json from cache
Downloading https://repo.packagist.org/p2/cweagans/composer-patches.json if modified
Downloading https://repo.packagist.org/p2/cweagans/composer-patches.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-drush~drush.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-drush~drush.json from cache
Downloading https://repo.packagist.org/p2/drush/drush.json if modified
Downloading https://repo.packagist.org/p2/drush/drush.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-drupal~core-dev.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-drupal~core-dev.json from cache
Downloading https://repo.packagist.org/p2/drupal/core-dev.json if modified
Downloading https://repo.packagist.org/p2/drupal/core-dev.json if modified
[304] https://repo.packagist.org/p2/composer/installers.json
[304] https://repo.packagist.org/p2/composer/installers.json
[304] https://repo.packagist.org/p2/drupal/core-composer-scaffold.json
[304] https://repo.packagist.org/p2/drupal/core-composer-scaffold.json
[304] https://repo.packagist.org/p2/drupal/core-recommended.json
[304] https://repo.packagist.org/p2/drupal/core-recommended.json
[304] https://repo.packagist.org/p2/pantheon-systems/drupal-integrations.json
[304] https://repo.packagist.org/p2/pantheon-systems/drupal-integrations.json
[304] https://repo.packagist.org/p2/cweagans/composer-patches.json
[304] https://repo.packagist.org/p2/cweagans/composer-patches.json
[304] https://repo.packagist.org/p2/drush/drush.json
[304] https://repo.packagist.org/p2/drush/drush.json
[304] https://repo.packagist.org/p2/drupal/core-dev.json
[304] https://repo.packagist.org/p2/drupal/core-dev.json
Downloading https://packages.drupal.org/files/packages/8/p2/drupal/core.json
Downloading https://packages.drupal.org/files/packages/8/p2/drupal/core.json
Downloading https://packages.drupal.org/files/packages/8/p2/drupal/coder.json
Downloading https://packages.drupal.org/files/packages/8/p2/drupal/coder.json
[404] https://packages.drupal.org/files/packages/8/p2/drupal/coder.json
[404] https://packages.drupal.org/files/packages/8/p2/drupal/coder.json
[404] https://packages.drupal.org/files/packages/8/p2/drupal/core.json
[404] https://packages.drupal.org/files/packages/8/p2/drupal/core.json
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-drupal~core.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-drupal~core.json from cache
Downloading https://repo.packagist.org/p2/drupal/core.json if modified
Downloading https://repo.packagist.org/p2/drupal/core.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-asm89~stack-cors.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-asm89~stack-cors.json from cache
Downloading https://repo.packagist.org/p2/asm89/stack-cors.json if modified
Downloading https://repo.packagist.org/p2/asm89/stack-cors.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-composer~semver.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-composer~semver.json from cache
Downloading https://repo.packagist.org/p2/composer/semver.json if modified
Downloading https://repo.packagist.org/p2/composer/semver.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-doctrine~annotations.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-doctrine~annotations.json from cache
Downloading https://repo.packagist.org/p2/doctrine/annotations.json if modified
Downloading https://repo.packagist.org/p2/doctrine/annotations.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-doctrine~lexer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-doctrine~lexer.json from cache
Downloading https://repo.packagist.org/p2/doctrine/lexer.json if modified
Downloading https://repo.packagist.org/p2/doctrine/lexer.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-doctrine~reflection.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-doctrine~reflection.json from cache
Downloading https://repo.packagist.org/p2/doctrine/reflection.json if modified
Downloading https://repo.packagist.org/p2/doctrine/reflection.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-egulias~email-validator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-egulias~email-validator.json from cache
Downloading https://repo.packagist.org/p2/egulias/email-validator.json if modified
Downloading https://repo.packagist.org/p2/egulias/email-validator.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~guzzle.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~guzzle.json from cache
Downloading https://repo.packagist.org/p2/guzzlehttp/guzzle.json if modified
Downloading https://repo.packagist.org/p2/guzzlehttp/guzzle.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~promises.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~promises.json from cache
Downloading https://repo.packagist.org/p2/guzzlehttp/promises.json if modified
Downloading https://repo.packagist.org/p2/guzzlehttp/promises.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~psr7.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~psr7.json from cache
Downloading https://repo.packagist.org/p2/guzzlehttp/psr7.json if modified
Downloading https://repo.packagist.org/p2/guzzlehttp/psr7.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-diactoros.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-diactoros.json from cache
Downloading https://repo.packagist.org/p2/laminas/laminas-diactoros.json if modified
Downloading https://repo.packagist.org/p2/laminas/laminas-diactoros.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-escaper.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-escaper.json from cache
Downloading https://repo.packagist.org/p2/laminas/laminas-escaper.json if modified
Downloading https://repo.packagist.org/p2/laminas/laminas-escaper.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-feed.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-feed.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-stdlib.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-stdlib.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-masterminds~html5.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-masterminds~html5.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pear~archive-tar.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pear~archive-tar.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pear~console-getopt.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pear~console-getopt.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pear~pear-core-minimal.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pear~pear-core-minimal.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pear~pear-exception.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pear~pear-exception.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~cache.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~cache.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~container.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~container.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~http-factory.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~http-factory.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~http-message.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~http-message.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~log.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~log.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-ralouphie~getallheaders.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-ralouphie~getallheaders.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-stack~builder.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-stack~builder.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony-cmf~routing.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony-cmf~routing.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~console.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~console.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~debug.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~debug.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~dependency-injection.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~dependency-injection.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~deprecation-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~deprecation-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~error-handler.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~error-handler.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~http-client-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~http-client-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~http-foundation.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~http-foundation.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~http-kernel.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~http-kernel.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~mime.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~mime.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-ctype.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-ctype.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-iconv.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-iconv.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-idn.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-idn.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-normalizer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-normalizer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-mbstring.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-mbstring.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php80.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php80.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~process.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~process.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~psr-http-message-bridge.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~psr-http-message-bridge.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~routing.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~routing.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~serializer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~serializer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~service-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~service-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~translation.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~translation.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~translation-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~translation-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~validator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~validator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~var-dumper.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~var-dumper.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~yaml.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~yaml.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-twig~twig.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-twig~twig.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-typo3~phar-stream-wrapper.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-typo3~phar-stream-wrapper.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-zendframework-bridge.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-zendframework-bridge.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-chi-teck~drupal-code-generator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-chi-teck~drupal-code-generator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~config.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~config.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~filter-via-dot-access-data.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~filter-via-dot-access-data.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~robo.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~robo.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~site-alias.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~site-alias.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~site-process.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~site-process.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-enlightn~security-checker.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-enlightn~security-checker.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-grasmash~yaml-expander.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-grasmash~yaml-expander.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-league~container.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-league~container.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psy~psysh.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psy~psysh.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~finder.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~finder.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-webflo~drupal-finder.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-webflo~drupal-finder.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-webmozart~path-util.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-webmozart~path-util.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-behat~mink.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-behat~mink.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-behat~mink-selenium2-driver.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-behat~mink-selenium2-driver.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-composer~composer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-composer~composer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-drupal~coder.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-drupal~coder.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-easyrdf~easyrdf.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-easyrdf~easyrdf.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-friends-of-behat~mink-browserkit-driver.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-friends-of-behat~mink-browserkit-driver.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-instaclick~php-webdriver.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-instaclick~php-webdriver.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-justinrainbow~json-schema.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-justinrainbow~json-schema.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-mikey179~vfsstream.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-mikey179~vfsstream.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpspec~prophecy.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpspec~prophecy.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpunit~phpunit.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpunit~phpunit.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~browser-kit.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~browser-kit.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~css-selector.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~css-selector.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~dom-crawler.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~dom-crawler.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~filesystem.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~filesystem.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~lock.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~lock.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~phpunit-bridge.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~phpunit-bridge.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-behat~mink-goutte-driver.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-behat~mink-goutte-driver.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-fabpot~goutte.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-fabpot~goutte.json from cache
[304] https://repo.packagist.org/p2/drupal/core.json
[304] https://repo.packagist.org/p2/drupal/core.json
[304] https://repo.packagist.org/p2/asm89/stack-cors.json
[304] https://repo.packagist.org/p2/asm89/stack-cors.json
[304] https://repo.packagist.org/p2/composer/semver.json
[304] https://repo.packagist.org/p2/composer/semver.json
Downloading https://repo.packagist.org/p2/laminas/laminas-feed.json if modified
Downloading https://repo.packagist.org/p2/laminas/laminas-feed.json if modified
Downloading https://repo.packagist.org/p2/laminas/laminas-stdlib.json if modified
Downloading https://repo.packagist.org/p2/laminas/laminas-stdlib.json if modified
Downloading https://repo.packagist.org/p2/masterminds/html5.json if modified
Downloading https://repo.packagist.org/p2/masterminds/html5.json if modified
[304] https://repo.packagist.org/p2/doctrine/annotations.json
[304] https://repo.packagist.org/p2/doctrine/annotations.json
[304] https://repo.packagist.org/p2/doctrine/lexer.json
[304] https://repo.packagist.org/p2/doctrine/lexer.json
[304] https://repo.packagist.org/p2/doctrine/reflection.json
[304] https://repo.packagist.org/p2/doctrine/reflection.json
[304] https://repo.packagist.org/p2/egulias/email-validator.json
[304] https://repo.packagist.org/p2/egulias/email-validator.json
[304] https://repo.packagist.org/p2/guzzlehttp/guzzle.json
[304] https://repo.packagist.org/p2/guzzlehttp/guzzle.json
[304] https://repo.packagist.org/p2/guzzlehttp/promises.json
[304] https://repo.packagist.org/p2/guzzlehttp/promises.json
[304] https://repo.packagist.org/p2/guzzlehttp/psr7.json
[304] https://repo.packagist.org/p2/guzzlehttp/psr7.json
[304] https://repo.packagist.org/p2/laminas/laminas-diactoros.json
[304] https://repo.packagist.org/p2/laminas/laminas-diactoros.json
[304] https://repo.packagist.org/p2/laminas/laminas-escaper.json
[304] https://repo.packagist.org/p2/laminas/laminas-escaper.json
Downloading https://repo.packagist.org/p2/pear/archive_tar.json if modified
Downloading https://repo.packagist.org/p2/pear/archive_tar.json if modified
Downloading https://repo.packagist.org/p2/pear/console_getopt.json if modified
Downloading https://repo.packagist.org/p2/pear/console_getopt.json if modified
Downloading https://repo.packagist.org/p2/pear/pear-core-minimal.json if modified
Downloading https://repo.packagist.org/p2/pear/pear-core-minimal.json if modified
Downloading https://repo.packagist.org/p2/pear/pear_exception.json if modified
Downloading https://repo.packagist.org/p2/pear/pear_exception.json if modified
Downloading https://repo.packagist.org/p2/psr/cache.json if modified
Downloading https://repo.packagist.org/p2/psr/cache.json if modified
Downloading https://repo.packagist.org/p2/psr/container.json if modified
Downloading https://repo.packagist.org/p2/psr/container.json if modified
Downloading https://repo.packagist.org/p2/psr/http-factory.json if modified
Downloading https://repo.packagist.org/p2/psr/http-factory.json if modified
Downloading https://repo.packagist.org/p2/psr/http-message.json if modified
Downloading https://repo.packagist.org/p2/psr/http-message.json if modified
Downloading https://repo.packagist.org/p2/psr/log.json if modified
Downloading https://repo.packagist.org/p2/psr/log.json if modified
[304] https://repo.packagist.org/p2/laminas/laminas-feed.json
[304] https://repo.packagist.org/p2/laminas/laminas-feed.json
[304] https://repo.packagist.org/p2/laminas/laminas-stdlib.json
[304] https://repo.packagist.org/p2/laminas/laminas-stdlib.json
[304] https://repo.packagist.org/p2/masterminds/html5.json
[304] https://repo.packagist.org/p2/masterminds/html5.json
Downloading https://repo.packagist.org/p2/ralouphie/getallheaders.json if modified
Downloading https://repo.packagist.org/p2/ralouphie/getallheaders.json if modified
Downloading https://repo.packagist.org/p2/stack/builder.json if modified
Downloading https://repo.packagist.org/p2/stack/builder.json if modified
Downloading https://repo.packagist.org/p2/symfony-cmf/routing.json if modified
Downloading https://repo.packagist.org/p2/symfony-cmf/routing.json if modified
[304] https://repo.packagist.org/p2/pear/archive_tar.json
[304] https://repo.packagist.org/p2/pear/archive_tar.json
[304] https://repo.packagist.org/p2/pear/console_getopt.json
[304] https://repo.packagist.org/p2/pear/console_getopt.json
[304] https://repo.packagist.org/p2/pear/pear-core-minimal.json
[304] https://repo.packagist.org/p2/pear/pear-core-minimal.json
[304] https://repo.packagist.org/p2/pear/pear_exception.json
[304] https://repo.packagist.org/p2/pear/pear_exception.json
[304] https://repo.packagist.org/p2/psr/cache.json
[304] https://repo.packagist.org/p2/psr/cache.json
[304] https://repo.packagist.org/p2/psr/container.json
[304] https://repo.packagist.org/p2/psr/container.json
[304] https://repo.packagist.org/p2/psr/http-factory.json
[304] https://repo.packagist.org/p2/psr/http-factory.json
[304] https://repo.packagist.org/p2/psr/http-message.json
[304] https://repo.packagist.org/p2/psr/http-message.json
[304] https://repo.packagist.org/p2/psr/log.json
[304] https://repo.packagist.org/p2/psr/log.json
Downloading https://repo.packagist.org/p2/symfony/console.json if modified
Downloading https://repo.packagist.org/p2/symfony/console.json if modified
Downloading https://repo.packagist.org/p2/symfony/debug.json if modified
Downloading https://repo.packagist.org/p2/symfony/debug.json if modified
Downloading https://repo.packagist.org/p2/symfony/dependency-injection.json if modified
Downloading https://repo.packagist.org/p2/symfony/dependency-injection.json if modified
Downloading https://repo.packagist.org/p2/symfony/deprecation-contracts.json if modified
Downloading https://repo.packagist.org/p2/symfony/deprecation-contracts.json if modified
Downloading https://repo.packagist.org/p2/symfony/error-handler.json if modified
Downloading https://repo.packagist.org/p2/symfony/error-handler.json if modified
Downloading https://repo.packagist.org/p2/symfony/event-dispatcher.json if modified
Downloading https://repo.packagist.org/p2/symfony/event-dispatcher.json if modified
Downloading https://repo.packagist.org/p2/symfony/event-dispatcher-contracts.json if modified
Downloading https://repo.packagist.org/p2/symfony/event-dispatcher-contracts.json if modified
Downloading https://repo.packagist.org/p2/symfony/http-client-contracts.json if modified
Downloading https://repo.packagist.org/p2/symfony/http-client-contracts.json if modified
Downloading https://repo.packagist.org/p2/symfony/http-foundation.json if modified
Downloading https://repo.packagist.org/p2/symfony/http-foundation.json if modified
[304] https://repo.packagist.org/p2/ralouphie/getallheaders.json
[304] https://repo.packagist.org/p2/ralouphie/getallheaders.json
[304] https://repo.packagist.org/p2/stack/builder.json
[304] https://repo.packagist.org/p2/stack/builder.json
[304] https://repo.packagist.org/p2/symfony-cmf/routing.json
[304] https://repo.packagist.org/p2/symfony-cmf/routing.json
Downloading https://repo.packagist.org/p2/symfony/http-kernel.json if modified
Downloading https://repo.packagist.org/p2/symfony/http-kernel.json if modified
Downloading https://repo.packagist.org/p2/symfony/mime.json if modified
Downloading https://repo.packagist.org/p2/symfony/mime.json if modified
Downloading https://repo.packagist.org/p2/symfony/polyfill-ctype.json if modified
Downloading https://repo.packagist.org/p2/symfony/polyfill-ctype.json if modified
[304] https://repo.packagist.org/p2/symfony/console.json
[304] https://repo.packagist.org/p2/symfony/console.json
[304] https://repo.packagist.org/p2/symfony/debug.json
[304] https://repo.packagist.org/p2/symfony/debug.json
[304] https://repo.packagist.org/p2/symfony/dependency-injection.json
[304] https://repo.packagist.org/p2/symfony/dependency-injection.json
[304] https://repo.packagist.org/p2/symfony/deprecation-contracts.json
[304] https://repo.packagist.org/p2/symfony/deprecation-contracts.json
[304] https://repo.packagist.org/p2/symfony/error-handler.json
[304] https://repo.packagist.org/p2/symfony/error-handler.json
[304] https://repo.packagist.org/p2/symfony/event-dispatcher.json
[304] https://repo.packagist.org/p2/symfony/event-dispatcher.json
[304] https://repo.packagist.org/p2/symfony/event-dispatcher-contracts.json
[304] https://repo.packagist.org/p2/symfony/event-dispatcher-contracts.json
[304] https://repo.packagist.org/p2/symfony/http-client-contracts.json
[304] https://repo.packagist.org/p2/symfony/http-client-contracts.json
[304] https://repo.packagist.org/p2/symfony/http-foundation.json
[304] https://repo.packagist.org/p2/symfony/http-foundation.json
Downloading https://repo.packagist.org/p2/symfony/polyfill-iconv.json if modified
Downloading https://repo.packagist.org/p2/symfony/polyfill-iconv.json if modified
Downloading https://repo.packagist.org/p2/symfony/polyfill-intl-idn.json if modified
Downloading https://repo.packagist.org/p2/symfony/polyfill-intl-idn.json if modified
Downloading https://repo.packagist.org/p2/symfony/polyfill-intl-normalizer.json if modified
Downloading https://repo.packagist.org/p2/symfony/polyfill-intl-normalizer.json if modified
Downloading https://repo.packagist.org/p2/symfony/polyfill-mbstring.json if modified
Downloading https://repo.packagist.org/p2/symfony/polyfill-mbstring.json if modified
Downloading https://repo.packagist.org/p2/symfony/polyfill-php80.json if modified
Downloading https://repo.packagist.org/p2/symfony/polyfill-php80.json if modified
Downloading https://repo.packagist.org/p2/symfony/process.json if modified
Downloading https://repo.packagist.org/p2/symfony/process.json if modified
Downloading https://repo.packagist.org/p2/symfony/psr-http-message-bridge.json if modified
Downloading https://repo.packagist.org/p2/symfony/psr-http-message-bridge.json if modified
Downloading https://repo.packagist.org/p2/symfony/routing.json if modified
Downloading https://repo.packagist.org/p2/symfony/routing.json if modified
Downloading https://repo.packagist.org/p2/symfony/serializer.json if modified
Downloading https://repo.packagist.org/p2/symfony/serializer.json if modified
[304] https://repo.packagist.org/p2/symfony/http-kernel.json
[304] https://repo.packagist.org/p2/symfony/http-kernel.json
[304] https://repo.packagist.org/p2/symfony/mime.json
[304] https://repo.packagist.org/p2/symfony/mime.json
[304] https://repo.packagist.org/p2/symfony/polyfill-ctype.json
[304] https://repo.packagist.org/p2/symfony/polyfill-ctype.json
Downloading https://repo.packagist.org/p2/symfony/service-contracts.json if modified
Downloading https://repo.packagist.org/p2/symfony/service-contracts.json if modified
Downloading https://repo.packagist.org/p2/symfony/translation.json if modified
Downloading https://repo.packagist.org/p2/symfony/translation.json if modified
Downloading https://repo.packagist.org/p2/symfony/translation-contracts.json if modified
Downloading https://repo.packagist.org/p2/symfony/translation-contracts.json if modified
[304] https://repo.packagist.org/p2/symfony/polyfill-iconv.json
[304] https://repo.packagist.org/p2/symfony/polyfill-iconv.json
[304] https://repo.packagist.org/p2/symfony/polyfill-intl-idn.json
[304] https://repo.packagist.org/p2/symfony/polyfill-intl-idn.json
[304] https://repo.packagist.org/p2/symfony/polyfill-intl-normalizer.json
[304] https://repo.packagist.org/p2/symfony/polyfill-intl-normalizer.json
[304] https://repo.packagist.org/p2/symfony/polyfill-mbstring.json
[304] https://repo.packagist.org/p2/symfony/polyfill-mbstring.json
[304] https://repo.packagist.org/p2/symfony/polyfill-php80.json
[304] https://repo.packagist.org/p2/symfony/polyfill-php80.json
[304] https://repo.packagist.org/p2/symfony/process.json
[304] https://repo.packagist.org/p2/symfony/process.json
[304] https://repo.packagist.org/p2/symfony/psr-http-message-bridge.json
[304] https://repo.packagist.org/p2/symfony/psr-http-message-bridge.json
[304] https://repo.packagist.org/p2/symfony/routing.json
[304] https://repo.packagist.org/p2/symfony/routing.json
[304] https://repo.packagist.org/p2/symfony/serializer.json
[304] https://repo.packagist.org/p2/symfony/serializer.json
Downloading https://repo.packagist.org/p2/symfony/validator.json if modified
Downloading https://repo.packagist.org/p2/symfony/validator.json if modified
Downloading https://repo.packagist.org/p2/symfony/var-dumper.json if modified
Downloading https://repo.packagist.org/p2/symfony/var-dumper.json if modified
Downloading https://repo.packagist.org/p2/symfony/yaml.json if modified
Downloading https://repo.packagist.org/p2/symfony/yaml.json if modified
Downloading https://repo.packagist.org/p2/twig/twig.json if modified
Downloading https://repo.packagist.org/p2/twig/twig.json if modified
Downloading https://repo.packagist.org/p2/typo3/phar-stream-wrapper.json if modified
Downloading https://repo.packagist.org/p2/typo3/phar-stream-wrapper.json if modified
Downloading https://repo.packagist.org/p2/laminas/laminas-zendframework-bridge.json if modified
Downloading https://repo.packagist.org/p2/laminas/laminas-zendframework-bridge.json if modified
Downloading https://repo.packagist.org/p2/chi-teck/drupal-code-generator.json if modified
Downloading https://repo.packagist.org/p2/chi-teck/drupal-code-generator.json if modified
Downloading https://repo.packagist.org/p2/consolidation/config.json if modified
Downloading https://repo.packagist.org/p2/consolidation/config.json if modified
Downloading https://repo.packagist.org/p2/consolidation/filter-via-dot-access-data.json if modified
Downloading https://repo.packagist.org/p2/consolidation/filter-via-dot-access-data.json if modified
[304] https://repo.packagist.org/p2/symfony/service-contracts.json
[304] https://repo.packagist.org/p2/symfony/service-contracts.json
[304] https://repo.packagist.org/p2/symfony/translation.json
[304] https://repo.packagist.org/p2/symfony/translation.json
[304] https://repo.packagist.org/p2/symfony/translation-contracts.json
[304] https://repo.packagist.org/p2/symfony/translation-contracts.json
Downloading https://repo.packagist.org/p2/consolidation/robo.json if modified
Downloading https://repo.packagist.org/p2/consolidation/robo.json if modified
Downloading https://repo.packagist.org/p2/consolidation/site-alias.json if modified
Downloading https://repo.packagist.org/p2/consolidation/site-alias.json if modified
Downloading https://repo.packagist.org/p2/consolidation/site-process.json if modified
Downloading https://repo.packagist.org/p2/consolidation/site-process.json if modified
[304] https://repo.packagist.org/p2/symfony/validator.json
[304] https://repo.packagist.org/p2/symfony/validator.json
[304] https://repo.packagist.org/p2/symfony/var-dumper.json
[304] https://repo.packagist.org/p2/symfony/var-dumper.json
[304] https://repo.packagist.org/p2/symfony/yaml.json
[304] https://repo.packagist.org/p2/symfony/yaml.json
[304] https://repo.packagist.org/p2/twig/twig.json
[304] https://repo.packagist.org/p2/twig/twig.json
[304] https://repo.packagist.org/p2/typo3/phar-stream-wrapper.json
[304] https://repo.packagist.org/p2/typo3/phar-stream-wrapper.json
[304] https://repo.packagist.org/p2/laminas/laminas-zendframework-bridge.json
[304] https://repo.packagist.org/p2/laminas/laminas-zendframework-bridge.json
[304] https://repo.packagist.org/p2/chi-teck/drupal-code-generator.json
[304] https://repo.packagist.org/p2/chi-teck/drupal-code-generator.json
[304] https://repo.packagist.org/p2/consolidation/config.json
[304] https://repo.packagist.org/p2/consolidation/config.json
[304] https://repo.packagist.org/p2/consolidation/filter-via-dot-access-data.json
[304] https://repo.packagist.org/p2/consolidation/filter-via-dot-access-data.json
Downloading https://repo.packagist.org/p2/enlightn/security-checker.json if modified
Downloading https://repo.packagist.org/p2/enlightn/security-checker.json if modified
Downloading https://repo.packagist.org/p2/grasmash/yaml-expander.json if modified
Downloading https://repo.packagist.org/p2/grasmash/yaml-expander.json if modified
Downloading https://repo.packagist.org/p2/league/container.json if modified
Downloading https://repo.packagist.org/p2/league/container.json if modified
Downloading https://repo.packagist.org/p2/psy/psysh.json if modified
Downloading https://repo.packagist.org/p2/psy/psysh.json if modified
Downloading https://repo.packagist.org/p2/symfony/finder.json if modified
Downloading https://repo.packagist.org/p2/symfony/finder.json if modified
Downloading https://repo.packagist.org/p2/webflo/drupal-finder.json if modified
Downloading https://repo.packagist.org/p2/webflo/drupal-finder.json if modified
Downloading https://repo.packagist.org/p2/webmozart/path-util.json if modified
Downloading https://repo.packagist.org/p2/webmozart/path-util.json if modified
Downloading https://repo.packagist.org/p2/behat/mink.json if modified
Downloading https://repo.packagist.org/p2/behat/mink.json if modified
Downloading https://repo.packagist.org/p2/behat/mink-selenium2-driver.json if modified
Downloading https://repo.packagist.org/p2/behat/mink-selenium2-driver.json if modified
[304] https://repo.packagist.org/p2/consolidation/robo.json
[304] https://repo.packagist.org/p2/consolidation/robo.json
[304] https://repo.packagist.org/p2/consolidation/site-alias.json
[304] https://repo.packagist.org/p2/consolidation/site-alias.json
[304] https://repo.packagist.org/p2/consolidation/site-process.json
[304] https://repo.packagist.org/p2/consolidation/site-process.json
Downloading https://repo.packagist.org/p2/composer/composer.json if modified
Downloading https://repo.packagist.org/p2/composer/composer.json if modified
Downloading https://repo.packagist.org/p2/drupal/coder.json if modified
Downloading https://repo.packagist.org/p2/drupal/coder.json if modified
Downloading https://repo.packagist.org/p2/easyrdf/easyrdf.json if modified
Downloading https://repo.packagist.org/p2/easyrdf/easyrdf.json if modified
[304] https://repo.packagist.org/p2/enlightn/security-checker.json
[304] https://repo.packagist.org/p2/enlightn/security-checker.json
[304] https://repo.packagist.org/p2/grasmash/yaml-expander.json
[304] https://repo.packagist.org/p2/grasmash/yaml-expander.json
[304] https://repo.packagist.org/p2/league/container.json
[304] https://repo.packagist.org/p2/league/container.json
[304] https://repo.packagist.org/p2/psy/psysh.json
[304] https://repo.packagist.org/p2/psy/psysh.json
[304] https://repo.packagist.org/p2/symfony/finder.json
[304] https://repo.packagist.org/p2/symfony/finder.json
[304] https://repo.packagist.org/p2/webflo/drupal-finder.json
[304] https://repo.packagist.org/p2/webflo/drupal-finder.json
[304] https://repo.packagist.org/p2/webmozart/path-util.json
[304] https://repo.packagist.org/p2/webmozart/path-util.json
[304] https://repo.packagist.org/p2/behat/mink.json
[304] https://repo.packagist.org/p2/behat/mink.json
[304] https://repo.packagist.org/p2/behat/mink-selenium2-driver.json
[304] https://repo.packagist.org/p2/behat/mink-selenium2-driver.json
Downloading https://repo.packagist.org/p2/friends-of-behat/mink-browserkit-driver.json if modified
Downloading https://repo.packagist.org/p2/friends-of-behat/mink-browserkit-driver.json if modified
Downloading https://repo.packagist.org/p2/instaclick/php-webdriver.json if modified
Downloading https://repo.packagist.org/p2/instaclick/php-webdriver.json if modified
Downloading https://repo.packagist.org/p2/justinrainbow/json-schema.json if modified
Downloading https://repo.packagist.org/p2/justinrainbow/json-schema.json if modified
Downloading https://repo.packagist.org/p2/mikey179/vfsstream.json if modified
Downloading https://repo.packagist.org/p2/mikey179/vfsstream.json if modified
Downloading https://repo.packagist.org/p2/phpspec/prophecy.json if modified
Downloading https://repo.packagist.org/p2/phpspec/prophecy.json if modified
Downloading https://repo.packagist.org/p2/phpunit/phpunit.json if modified
Downloading https://repo.packagist.org/p2/phpunit/phpunit.json if modified
Downloading https://repo.packagist.org/p2/symfony/browser-kit.json if modified
Downloading https://repo.packagist.org/p2/symfony/browser-kit.json if modified
Downloading https://repo.packagist.org/p2/symfony/css-selector.json if modified
Downloading https://repo.packagist.org/p2/symfony/css-selector.json if modified
Downloading https://repo.packagist.org/p2/symfony/dom-crawler.json if modified
Downloading https://repo.packagist.org/p2/symfony/dom-crawler.json if modified
[304] https://repo.packagist.org/p2/composer/composer.json
[304] https://repo.packagist.org/p2/composer/composer.json
[304] https://repo.packagist.org/p2/drupal/coder.json
[304] https://repo.packagist.org/p2/drupal/coder.json
[304] https://repo.packagist.org/p2/easyrdf/easyrdf.json
[304] https://repo.packagist.org/p2/easyrdf/easyrdf.json
Downloading https://repo.packagist.org/p2/symfony/filesystem.json if modified
Downloading https://repo.packagist.org/p2/symfony/filesystem.json if modified
Downloading https://repo.packagist.org/p2/symfony/lock.json if modified
Downloading https://repo.packagist.org/p2/symfony/lock.json if modified
Downloading https://repo.packagist.org/p2/symfony/phpunit-bridge.json if modified
Downloading https://repo.packagist.org/p2/symfony/phpunit-bridge.json if modified
[304] https://repo.packagist.org/p2/friends-of-behat/mink-browserkit-driver.json
[304] https://repo.packagist.org/p2/friends-of-behat/mink-browserkit-driver.json
[304] https://repo.packagist.org/p2/instaclick/php-webdriver.json
[304] https://repo.packagist.org/p2/instaclick/php-webdriver.json
[304] https://repo.packagist.org/p2/justinrainbow/json-schema.json
[304] https://repo.packagist.org/p2/justinrainbow/json-schema.json
[304] https://repo.packagist.org/p2/mikey179/vfsstream.json
[304] https://repo.packagist.org/p2/mikey179/vfsstream.json
[304] https://repo.packagist.org/p2/phpspec/prophecy.json
[304] https://repo.packagist.org/p2/phpspec/prophecy.json
[304] https://repo.packagist.org/p2/phpunit/phpunit.json
[304] https://repo.packagist.org/p2/phpunit/phpunit.json
[304] https://repo.packagist.org/p2/symfony/browser-kit.json
[304] https://repo.packagist.org/p2/symfony/browser-kit.json
[304] https://repo.packagist.org/p2/symfony/css-selector.json
[304] https://repo.packagist.org/p2/symfony/css-selector.json
[304] https://repo.packagist.org/p2/symfony/dom-crawler.json
[304] https://repo.packagist.org/p2/symfony/dom-crawler.json
Downloading https://repo.packagist.org/p2/behat/mink-goutte-driver.json if modified
Downloading https://repo.packagist.org/p2/behat/mink-goutte-driver.json if modified
Downloading https://repo.packagist.org/p2/fabpot/goutte.json if modified
Downloading https://repo.packagist.org/p2/fabpot/goutte.json if modified
[304] https://repo.packagist.org/p2/symfony/filesystem.json
[304] https://repo.packagist.org/p2/symfony/filesystem.json
[304] https://repo.packagist.org/p2/symfony/lock.json
[304] https://repo.packagist.org/p2/symfony/lock.json
[304] https://repo.packagist.org/p2/symfony/phpunit-bridge.json
[304] https://repo.packagist.org/p2/symfony/phpunit-bridge.json
[304] https://repo.packagist.org/p2/behat/mink-goutte-driver.json
[304] https://repo.packagist.org/p2/behat/mink-goutte-driver.json
[304] https://repo.packagist.org/p2/fabpot/goutte.json
[304] https://repo.packagist.org/p2/fabpot/goutte.json
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~console.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~console.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~dependency-injection.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~dependency-injection.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~http-foundation.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~http-foundation.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~http-kernel.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~http-kernel.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~mime.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~mime.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~routing.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~routing.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~serializer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~serializer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~translation.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~translation.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~validator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~validator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~process.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~process.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-iconv.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-iconv.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php80.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php80.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-typo3~phar-stream-wrapper.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-typo3~phar-stream-wrapper.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-twig~twig.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-twig~twig.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-doctrine~reflection.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-doctrine~reflection.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-doctrine~annotations.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-doctrine~annotations.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony-cmf~routing.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony-cmf~routing.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-feed.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-feed.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-stack~builder.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-stack~builder.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-egulias~email-validator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-egulias~email-validator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-masterminds~html5.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-masterminds~html5.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~psr-http-message-bridge.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~psr-http-message-bridge.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-diactoros.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-diactoros.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-asm89~stack-cors.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-asm89~stack-cors.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pear~archive-tar.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pear~archive-tar.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-doctrine~lexer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-doctrine~lexer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~cache.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~cache.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-idn.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-idn.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~promises.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~promises.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~psr7.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~psr7.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~http-client.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~http-client.json from cache
Downloading https://repo.packagist.org/p2/psr/http-client.json if modified
Downloading https://repo.packagist.org/p2/psr/http-client.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~deprecation-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~deprecation-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~http-message.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~http-message.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-ralouphie~getallheaders.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-ralouphie~getallheaders.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~http-factory.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~http-factory.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-zendframework-bridge.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-zendframework-bridge.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-escaper.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-escaper.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-stdlib.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-laminas~laminas-stdlib.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pear~pear-core-minimal.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pear~pear-core-minimal.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pear~console-getopt.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pear~console-getopt.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pear~pear-exception.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pear~pear-exception.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~log.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~log.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-mbstring.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-mbstring.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php73.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php73.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-php73.json if modified
Downloading https://repo.packagist.org/p2/symfony/polyfill-php73.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~service-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~service-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~container.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~container.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~debug.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~debug.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~contracts.json from cache
Downloading https://repo.packagist.org/p2/symfony/contracts.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~http-client-contracts.json from cache
Downloading https://repo.packagist.org/p2/symfony/contracts.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~http-client-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-ctype.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-ctype.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-normalizer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-normalizer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php72.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php72.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-php72.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~translation-contracts.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-php72.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~translation-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~filesystem.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~filesystem.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-dflydev~dot-access-data.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-dflydev~dot-access-data.json from cache
Downloading https://repo.packagist.org/p2/dflydev/dot-access-data.json if modified
Downloading https://repo.packagist.org/p2/dflydev/dot-access-data.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-grasmash~expander.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-grasmash~expander.json from cache
Downloading https://repo.packagist.org/p2/grasmash/expander.json if modified
Downloading https://repo.packagist.org/p2/grasmash/expander.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~annotated-command.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~annotated-command.json from cache
Downloading https://repo.packagist.org/p2/consolidation/annotated-command.json if modified
Downloading https://repo.packagist.org/p2/consolidation/annotated-command.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~config.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~config.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~log.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~log.json from cache
Downloading https://repo.packagist.org/p2/consolidation/log.json if modified
Downloading https://repo.packagist.org/p2/consolidation/log.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~output-formatters.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~output-formatters.json from cache
Downloading https://repo.packagist.org/p2/consolidation/output-formatters.json if modified
Downloading https://repo.packagist.org/p2/consolidation/output-formatters.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~self-update.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-consolidation~self-update.json from cache
Downloading https://repo.packagist.org/p2/consolidation/self-update.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-league~container.json from cache
Downloading https://repo.packagist.org/p2/consolidation/self-update.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-league~container.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~finder.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~finder.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~yaml.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~yaml.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-g1a~composer-test-scenarios.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-g1a~composer-test-scenarios.json from cache
Downloading https://repo.packagist.org/p2/g1a/composer-test-scenarios.json if modified
Downloading https://repo.packagist.org/p2/g1a/composer-test-scenarios.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-grasmash~yaml-expander.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-grasmash~yaml-expander.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-squizlabs~php-codesniffer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-squizlabs~php-codesniffer.json from cache
Downloading https://repo.packagist.org/p2/squizlabs/php_codesniffer.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~guzzle.json from cache
Downloading https://repo.packagist.org/p2/squizlabs/php_codesniffer.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~guzzle.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-container-interop~container-interop.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-container-interop~container-interop.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~var-dumper.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~var-dumper.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-nikic~php-parser.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-nikic~php-parser.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-dnoegel~php-xdg-base-dir.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-dnoegel~php-xdg-base-dir.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-jakub-onderka~php-console-highlighter.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-jakub-onderka~php-console-highlighter.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-webmozart~assert.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-webmozart~assert.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~css-selector.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~css-selector.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-behat~mink.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-behat~mink.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-instaclick~php-webdriver.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-instaclick~php-webdriver.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-composer~ca-bundle.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-composer~ca-bundle.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-composer~metadata-minifier.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-composer~metadata-minifier.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-composer~spdx-licenses.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-composer~spdx-licenses.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-composer~xdebug-handler.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-composer~xdebug-handler.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-seld~jsonlint.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-seld~jsonlint.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-seld~phar-utils.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-seld~phar-utils.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-react~promise.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-react~promise.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-composer~pcre.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-composer~pcre.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sirbrillig~phpcs-variable-analysis.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sirbrillig~phpcs-variable-analysis.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~browser-kit.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~browser-kit.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~dom-crawler.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~dom-crawler.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpdocumentor~reflection-docblock.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpdocumentor~reflection-docblock.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~comparator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~comparator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-doctrine~instantiator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-doctrine~instantiator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~recursion-context.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~recursion-context.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-myclabs~deep-copy.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-myclabs~deep-copy.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phar-io~manifest.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phar-io~manifest.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phar-io~version.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phar-io~version.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpunit~php-code-coverage.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpunit~php-code-coverage.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpunit~php-file-iterator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpunit~php-file-iterator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpunit~php-invoker.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpunit~php-invoker.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpunit~php-text-template.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpunit~php-text-template.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpunit~php-timer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpunit~php-timer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~cli-parser.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~cli-parser.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~code-unit.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~code-unit.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~diff.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~diff.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~environment.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~environment.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~exporter.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~exporter.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~global-state.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~global-state.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~object-enumerator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~object-enumerator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~resource-operations.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~resource-operations.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~type.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~type.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~version.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~version.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpspec~prophecy.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpspec~prophecy.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-behat~mink-browserkit-driver.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-behat~mink-browserkit-driver.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-fabpot~goutte.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-fabpot~goutte.json from cache
[304] https://repo.packagist.org/p2/psr/http-client.json
[304] https://repo.packagist.org/p2/psr/http-client.json
[304] https://repo.packagist.org/p2/symfony/polyfill-php73.json
[304] https://repo.packagist.org/p2/symfony/polyfill-php73.json
[304] https://repo.packagist.org/p2/symfony/contracts.json
[304] https://repo.packagist.org/p2/symfony/contracts.json
[304] https://repo.packagist.org/p2/symfony/polyfill-php72.json
[304] https://repo.packagist.org/p2/symfony/polyfill-php72.json
Downloading https://repo.packagist.org/p2/container-interop/container-interop.json if modified
Downloading https://repo.packagist.org/p2/container-interop/container-interop.json if modified
Downloading https://repo.packagist.org/p2/nikic/php-parser.json if modified
Downloading https://repo.packagist.org/p2/nikic/php-parser.json if modified
Downloading https://repo.packagist.org/p2/dnoegel/php-xdg-base-dir.json if modified
Downloading https://repo.packagist.org/p2/dnoegel/php-xdg-base-dir.json if modified
Downloading https://repo.packagist.org/p2/jakub-onderka/php-console-highlighter.json if modified
Downloading https://repo.packagist.org/p2/jakub-onderka/php-console-highlighter.json if modified
[304] https://repo.packagist.org/p2/dflydev/dot-access-data.json
[304] https://repo.packagist.org/p2/dflydev/dot-access-data.json
[304] https://repo.packagist.org/p2/grasmash/expander.json
[304] https://repo.packagist.org/p2/grasmash/expander.json
[304] https://repo.packagist.org/p2/consolidation/annotated-command.json
[304] https://repo.packagist.org/p2/consolidation/annotated-command.json
[304] https://repo.packagist.org/p2/consolidation/log.json
[304] https://repo.packagist.org/p2/consolidation/log.json
[304] https://repo.packagist.org/p2/consolidation/output-formatters.json
[304] https://repo.packagist.org/p2/consolidation/output-formatters.json
[304] https://repo.packagist.org/p2/consolidation/self-update.json
[304] https://repo.packagist.org/p2/consolidation/self-update.json
[304] https://repo.packagist.org/p2/g1a/composer-test-scenarios.json
[304] https://repo.packagist.org/p2/g1a/composer-test-scenarios.json
[304] https://repo.packagist.org/p2/squizlabs/php_codesniffer.json
[304] https://repo.packagist.org/p2/squizlabs/php_codesniffer.json
Downloading https://repo.packagist.org/p2/webmozart/assert.json if modified
Downloading https://repo.packagist.org/p2/webmozart/assert.json if modified
Downloading https://repo.packagist.org/p2/composer/ca-bundle.json if modified
Downloading https://repo.packagist.org/p2/composer/ca-bundle.json if modified
Downloading https://repo.packagist.org/p2/composer/metadata-minifier.json if modified
Downloading https://repo.packagist.org/p2/composer/metadata-minifier.json if modified
Downloading https://repo.packagist.org/p2/composer/spdx-licenses.json if modified
Downloading https://repo.packagist.org/p2/composer/spdx-licenses.json if modified
Downloading https://repo.packagist.org/p2/composer/xdebug-handler.json if modified
Downloading https://repo.packagist.org/p2/composer/xdebug-handler.json if modified
Downloading https://repo.packagist.org/p2/seld/jsonlint.json if modified
Downloading https://repo.packagist.org/p2/seld/jsonlint.json if modified
Downloading https://repo.packagist.org/p2/seld/phar-utils.json if modified
Downloading https://repo.packagist.org/p2/seld/phar-utils.json if modified
Downloading https://repo.packagist.org/p2/react/promise.json if modified
Downloading https://repo.packagist.org/p2/react/promise.json if modified
[304] https://repo.packagist.org/p2/container-interop/container-interop.json
[304] https://repo.packagist.org/p2/container-interop/container-interop.json
[304] https://repo.packagist.org/p2/nikic/php-parser.json
[304] https://repo.packagist.org/p2/nikic/php-parser.json
[304] https://repo.packagist.org/p2/dnoegel/php-xdg-base-dir.json
[304] https://repo.packagist.org/p2/dnoegel/php-xdg-base-dir.json
[304] https://repo.packagist.org/p2/jakub-onderka/php-console-highlighter.json
[304] https://repo.packagist.org/p2/jakub-onderka/php-console-highlighter.json
Downloading https://repo.packagist.org/p2/composer/pcre.json if modified
Downloading https://repo.packagist.org/p2/composer/pcre.json if modified
Downloading https://repo.packagist.org/p2/sirbrillig/phpcs-variable-analysis.json if modified
Downloading https://repo.packagist.org/p2/sirbrillig/phpcs-variable-analysis.json if modified
Downloading https://repo.packagist.org/p2/phpdocumentor/reflection-docblock.json if modified
Downloading https://repo.packagist.org/p2/phpdocumentor/reflection-docblock.json if modified
Downloading https://repo.packagist.org/p2/sebastian/comparator.json if modified
Downloading https://repo.packagist.org/p2/sebastian/comparator.json if modified
[304] https://repo.packagist.org/p2/webmozart/assert.json
[304] https://repo.packagist.org/p2/webmozart/assert.json
[304] https://repo.packagist.org/p2/composer/ca-bundle.json
[304] https://repo.packagist.org/p2/composer/ca-bundle.json
[304] https://repo.packagist.org/p2/composer/metadata-minifier.json
[304] https://repo.packagist.org/p2/composer/metadata-minifier.json
[304] https://repo.packagist.org/p2/composer/spdx-licenses.json
[304] https://repo.packagist.org/p2/composer/spdx-licenses.json
[304] https://repo.packagist.org/p2/composer/xdebug-handler.json
[304] https://repo.packagist.org/p2/composer/xdebug-handler.json
[304] https://repo.packagist.org/p2/seld/jsonlint.json
[304] https://repo.packagist.org/p2/seld/jsonlint.json
[304] https://repo.packagist.org/p2/seld/phar-utils.json
[304] https://repo.packagist.org/p2/seld/phar-utils.json
[304] https://repo.packagist.org/p2/react/promise.json
[304] https://repo.packagist.org/p2/react/promise.json
Downloading https://repo.packagist.org/p2/doctrine/instantiator.json if modified
Downloading https://repo.packagist.org/p2/doctrine/instantiator.json if modified
Downloading https://repo.packagist.org/p2/sebastian/recursion-context.json if modified
Downloading https://repo.packagist.org/p2/sebastian/recursion-context.json if modified
Downloading https://repo.packagist.org/p2/myclabs/deep-copy.json if modified
Downloading https://repo.packagist.org/p2/myclabs/deep-copy.json if modified
Downloading https://repo.packagist.org/p2/phar-io/manifest.json if modified
Downloading https://repo.packagist.org/p2/phar-io/manifest.json if modified
Downloading https://repo.packagist.org/p2/phar-io/version.json if modified
Downloading https://repo.packagist.org/p2/phar-io/version.json if modified
Downloading https://repo.packagist.org/p2/phpunit/php-code-coverage.json if modified
Downloading https://repo.packagist.org/p2/phpunit/php-code-coverage.json if modified
Downloading https://repo.packagist.org/p2/phpunit/php-file-iterator.json if modified
Downloading https://repo.packagist.org/p2/phpunit/php-file-iterator.json if modified
Downloading https://repo.packagist.org/p2/phpunit/php-invoker.json if modified
Downloading https://repo.packagist.org/p2/phpunit/php-invoker.json if modified
[304] https://repo.packagist.org/p2/composer/pcre.json
[304] https://repo.packagist.org/p2/composer/pcre.json
[304] https://repo.packagist.org/p2/sirbrillig/phpcs-variable-analysis.json
[304] https://repo.packagist.org/p2/sirbrillig/phpcs-variable-analysis.json
[304] https://repo.packagist.org/p2/phpdocumentor/reflection-docblock.json
[304] https://repo.packagist.org/p2/phpdocumentor/reflection-docblock.json
[304] https://repo.packagist.org/p2/sebastian/comparator.json
[304] https://repo.packagist.org/p2/sebastian/comparator.json
Downloading https://repo.packagist.org/p2/phpunit/php-text-template.json if modified
Downloading https://repo.packagist.org/p2/phpunit/php-text-template.json if modified
Downloading https://repo.packagist.org/p2/phpunit/php-timer.json if modified
Downloading https://repo.packagist.org/p2/phpunit/php-timer.json if modified
Downloading https://repo.packagist.org/p2/sebastian/cli-parser.json if modified
Downloading https://repo.packagist.org/p2/sebastian/cli-parser.json if modified
Downloading https://repo.packagist.org/p2/sebastian/code-unit.json if modified
Downloading https://repo.packagist.org/p2/sebastian/code-unit.json if modified
[304] https://repo.packagist.org/p2/doctrine/instantiator.json
[304] https://repo.packagist.org/p2/doctrine/instantiator.json
[304] https://repo.packagist.org/p2/sebastian/recursion-context.json
[304] https://repo.packagist.org/p2/sebastian/recursion-context.json
[304] https://repo.packagist.org/p2/myclabs/deep-copy.json
[304] https://repo.packagist.org/p2/myclabs/deep-copy.json
[304] https://repo.packagist.org/p2/phar-io/manifest.json
[304] https://repo.packagist.org/p2/phar-io/manifest.json
[304] https://repo.packagist.org/p2/phar-io/version.json
[304] https://repo.packagist.org/p2/phar-io/version.json
[304] https://repo.packagist.org/p2/phpunit/php-code-coverage.json
[304] https://repo.packagist.org/p2/phpunit/php-code-coverage.json
[304] https://repo.packagist.org/p2/phpunit/php-file-iterator.json
[304] https://repo.packagist.org/p2/phpunit/php-file-iterator.json
[304] https://repo.packagist.org/p2/phpunit/php-invoker.json
[304] https://repo.packagist.org/p2/phpunit/php-invoker.json
Downloading https://repo.packagist.org/p2/sebastian/diff.json if modified
Downloading https://repo.packagist.org/p2/sebastian/diff.json if modified
Downloading https://repo.packagist.org/p2/sebastian/environment.json if modified
Downloading https://repo.packagist.org/p2/sebastian/environment.json if modified
Downloading https://repo.packagist.org/p2/sebastian/exporter.json if modified
Downloading https://repo.packagist.org/p2/sebastian/exporter.json if modified
Downloading https://repo.packagist.org/p2/sebastian/global-state.json if modified
Downloading https://repo.packagist.org/p2/sebastian/global-state.json if modified
Downloading https://repo.packagist.org/p2/sebastian/object-enumerator.json if modified
Downloading https://repo.packagist.org/p2/sebastian/object-enumerator.json if modified
Downloading https://repo.packagist.org/p2/sebastian/resource-operations.json if modified
Downloading https://repo.packagist.org/p2/sebastian/resource-operations.json if modified
Downloading https://repo.packagist.org/p2/sebastian/type.json if modified
Downloading https://repo.packagist.org/p2/sebastian/type.json if modified
Downloading https://repo.packagist.org/p2/sebastian/version.json if modified
Downloading https://repo.packagist.org/p2/sebastian/version.json if modified
[304] https://repo.packagist.org/p2/phpunit/php-text-template.json
[304] https://repo.packagist.org/p2/phpunit/php-text-template.json
[304] https://repo.packagist.org/p2/phpunit/php-timer.json
[304] https://repo.packagist.org/p2/phpunit/php-timer.json
[304] https://repo.packagist.org/p2/sebastian/cli-parser.json
[304] https://repo.packagist.org/p2/sebastian/cli-parser.json
[304] https://repo.packagist.org/p2/sebastian/code-unit.json
[304] https://repo.packagist.org/p2/sebastian/code-unit.json
Downloading https://repo.packagist.org/p2/behat/mink-browserkit-driver.json if modified
Downloading https://repo.packagist.org/p2/behat/mink-browserkit-driver.json if modified
[304] https://repo.packagist.org/p2/sebastian/diff.json
[304] https://repo.packagist.org/p2/sebastian/diff.json
[304] https://repo.packagist.org/p2/sebastian/environment.json
[304] https://repo.packagist.org/p2/sebastian/environment.json
[304] https://repo.packagist.org/p2/sebastian/exporter.json
[304] https://repo.packagist.org/p2/sebastian/exporter.json
[304] https://repo.packagist.org/p2/sebastian/global-state.json
[304] https://repo.packagist.org/p2/sebastian/global-state.json
[304] https://repo.packagist.org/p2/sebastian/object-enumerator.json
[304] https://repo.packagist.org/p2/sebastian/object-enumerator.json
[304] https://repo.packagist.org/p2/sebastian/resource-operations.json
[304] https://repo.packagist.org/p2/sebastian/resource-operations.json
[304] https://repo.packagist.org/p2/sebastian/type.json
[304] https://repo.packagist.org/p2/sebastian/type.json
[304] https://repo.packagist.org/p2/sebastian/version.json
[304] https://repo.packagist.org/p2/sebastian/version.json
[304] https://repo.packagist.org/p2/behat/mink-browserkit-driver.json
[304] https://repo.packagist.org/p2/behat/mink-browserkit-driver.json
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~service-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~service-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~string.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~string.json from cache
Downloading https://repo.packagist.org/p2/symfony/string.json if modified
Downloading https://repo.packagist.org/p2/symfony/string.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~debug.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~debug.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php70.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php70.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-php70.json if modified
Downloading https://repo.packagist.org/p2/symfony/polyfill-php70.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php54.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php54.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-php54.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php55.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-php54.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php55.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-php55.json if modified
Downloading https://repo.packagist.org/p2/symfony/polyfill-php55.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~error-handler.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~error-handler.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php56.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-php56.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-php56.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-php56.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~routing.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~routing.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pear~console-getopt.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-pear~console-getopt.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~container.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~container.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher-contracts.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~psr7.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~psr7.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~ringphp.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~ringphp.json from cache
Downloading https://repo.packagist.org/p2/guzzlehttp/ringphp.json if modified
Downloading https://repo.packagist.org/p2/guzzlehttp/ringphp.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-react~promise.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-react~promise.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~css-selector.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~css-selector.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpdocumentor~reflection-docblock.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpdocumentor~reflection-docblock.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~comparator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~comparator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-doctrine~instantiator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-doctrine~instantiator.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~recursion-context.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~recursion-context.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~browser-kit.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~browser-kit.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~dom-crawler.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~dom-crawler.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~guzzle.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~guzzle.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~finder.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~finder.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~process.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~process.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzle~http.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzle~http.json from cache
Downloading https://repo.packagist.org/p2/guzzle/http.json if modified
Downloading https://repo.packagist.org/p2/guzzle/http.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-squizlabs~php-codesniffer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-squizlabs~php-codesniffer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~dependency-injection.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~dependency-injection.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~config.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~config.json from cache
Downloading https://repo.packagist.org/p2/symfony/config.json if modified
Downloading https://repo.packagist.org/p2/symfony/config.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-victorjonsson~markdowndocs.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-victorjonsson~markdowndocs.json from cache
Downloading https://repo.packagist.org/p2/victorjonsson/markdowndocs.json if modified
Downloading https://repo.packagist.org/p2/victorjonsson/markdowndocs.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-jakub-onderka~php-console-color.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-jakub-onderka~php-console-color.json from cache
Downloading https://repo.packagist.org/p2/jakub-onderka/php-console-color.json if modified
Downloading https://repo.packagist.org/p2/jakub-onderka/php-console-color.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpdocumentor~type-resolver.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpdocumentor~type-resolver.json from cache
Downloading https://repo.packagist.org/p2/phpdocumentor/type-resolver.json if modified
Downloading https://repo.packagist.org/p2/phpdocumentor/type-resolver.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpdocumentor~reflection-common.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpdocumentor~reflection-common.json from cache
Downloading https://repo.packagist.org/p2/phpdocumentor/reflection-common.json if modified
Downloading https://repo.packagist.org/p2/phpdocumentor/reflection-common.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~diff.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~diff.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~exporter.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~exporter.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phar-io~version.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phar-io~version.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~code-unit-reverse-lookup.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~code-unit-reverse-lookup.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~complexity.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~complexity.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~lines-of-code.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~lines-of-code.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-theseer~tokenizer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-theseer~tokenizer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpunit~php-token-stream.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpunit~php-token-stream.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~environment.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~environment.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~object-reflector.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~object-reflector.json from cache
[304] https://repo.packagist.org/p2/symfony/string.json
[304] https://repo.packagist.org/p2/symfony/string.json
[304] https://repo.packagist.org/p2/symfony/polyfill-php70.json
[304] https://repo.packagist.org/p2/symfony/polyfill-php70.json
[304] https://repo.packagist.org/p2/symfony/polyfill-php54.json
[304] https://repo.packagist.org/p2/symfony/polyfill-php54.json
[304] https://repo.packagist.org/p2/symfony/polyfill-php55.json
[304] https://repo.packagist.org/p2/symfony/polyfill-php55.json
[304] https://repo.packagist.org/p2/symfony/polyfill-php56.json
[304] https://repo.packagist.org/p2/symfony/polyfill-php56.json
[304] https://repo.packagist.org/p2/guzzlehttp/ringphp.json
[304] https://repo.packagist.org/p2/guzzlehttp/ringphp.json
[304] https://repo.packagist.org/p2/guzzle/http.json
[304] https://repo.packagist.org/p2/guzzle/http.json
[304] https://repo.packagist.org/p2/symfony/config.json
[304] https://repo.packagist.org/p2/symfony/config.json
[304] https://repo.packagist.org/p2/victorjonsson/markdowndocs.json
[304] https://repo.packagist.org/p2/victorjonsson/markdowndocs.json
[304] https://repo.packagist.org/p2/jakub-onderka/php-console-color.json
[304] https://repo.packagist.org/p2/jakub-onderka/php-console-color.json
[304] https://repo.packagist.org/p2/phpdocumentor/type-resolver.json
[304] https://repo.packagist.org/p2/phpdocumentor/type-resolver.json
[304] https://repo.packagist.org/p2/phpdocumentor/reflection-common.json
[304] https://repo.packagist.org/p2/phpdocumentor/reflection-common.json
Downloading https://repo.packagist.org/p2/sebastian/code-unit-reverse-lookup.json if modified
Downloading https://repo.packagist.org/p2/sebastian/code-unit-reverse-lookup.json if modified
Downloading https://repo.packagist.org/p2/sebastian/complexity.json if modified
Downloading https://repo.packagist.org/p2/sebastian/complexity.json if modified
Downloading https://repo.packagist.org/p2/sebastian/lines-of-code.json if modified
Downloading https://repo.packagist.org/p2/sebastian/lines-of-code.json if modified
Downloading https://repo.packagist.org/p2/theseer/tokenizer.json if modified
Downloading https://repo.packagist.org/p2/theseer/tokenizer.json if modified
Downloading https://repo.packagist.org/p2/phpunit/php-token-stream.json if modified
Downloading https://repo.packagist.org/p2/phpunit/php-token-stream.json if modified
Downloading https://repo.packagist.org/p2/sebastian/object-reflector.json if modified
Downloading https://repo.packagist.org/p2/sebastian/object-reflector.json if modified
[304] https://repo.packagist.org/p2/sebastian/code-unit-reverse-lookup.json
[304] https://repo.packagist.org/p2/sebastian/code-unit-reverse-lookup.json
[304] https://repo.packagist.org/p2/sebastian/complexity.json
[304] https://repo.packagist.org/p2/sebastian/complexity.json
[304] https://repo.packagist.org/p2/sebastian/lines-of-code.json
[304] https://repo.packagist.org/p2/sebastian/lines-of-code.json
[304] https://repo.packagist.org/p2/theseer/tokenizer.json
[304] https://repo.packagist.org/p2/theseer/tokenizer.json
[304] https://repo.packagist.org/p2/phpunit/php-token-stream.json
[304] https://repo.packagist.org/p2/phpunit/php-token-stream.json
[304] https://repo.packagist.org/p2/sebastian/object-reflector.json
[304] https://repo.packagist.org/p2/sebastian/object-reflector.json
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~event-dispatcher.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-psr~event-dispatcher.json from cache
Downloading https://repo.packagist.org/p2/psr/event-dispatcher.json if modified
Downloading https://repo.packagist.org/p2/psr/event-dispatcher.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpdocumentor~type-resolver.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpdocumentor~type-resolver.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpdocumentor~reflection-common.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-phpdocumentor~reflection-common.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-dflydev~markdown.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-dflydev~markdown.json from cache
Downloading https://repo.packagist.org/p2/dflydev/markdown.json if modified
Downloading https://repo.packagist.org/p2/dflydev/markdown.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~diff.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~diff.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~exporter.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-sebastian~exporter.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~streams.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzlehttp~streams.json from cache
Downloading https://repo.packagist.org/p2/guzzlehttp/streams.json if modified
Downloading https://repo.packagist.org/p2/guzzlehttp/streams.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-grapheme.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-grapheme.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-intl-grapheme.json if modified
Downloading https://repo.packagist.org/p2/symfony/polyfill-intl-grapheme.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-normalizer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-intl-normalizer.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-paragonie~random-compat.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-paragonie~random-compat.json from cache
Downloading https://repo.packagist.org/p2/paragonie/random_compat.json if modified
Downloading https://repo.packagist.org/p2/paragonie/random_compat.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-ircmaxell~password-compat.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-ircmaxell~password-compat.json from cache
Downloading https://repo.packagist.org/p2/ircmaxell/password-compat.json if modified
Downloading https://repo.packagist.org/p2/ircmaxell/password-compat.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-util.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~polyfill-util.json from cache
Downloading https://repo.packagist.org/p2/symfony/polyfill-util.json if modified
Downloading https://repo.packagist.org/p2/symfony/polyfill-util.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-react~promise.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-react~promise.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzle~common.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzle~common.json from cache
Downloading https://repo.packagist.org/p2/guzzle/common.json if modified
Downloading https://repo.packagist.org/p2/guzzle/common.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzle~parser.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzle~parser.json from cache
Downloading https://repo.packagist.org/p2/guzzle/parser.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzle~stream.json from cache
Downloading https://repo.packagist.org/p2/guzzle/parser.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-guzzle~stream.json from cache
Downloading https://repo.packagist.org/p2/guzzle/stream.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~filesystem.json from cache
Downloading https://repo.packagist.org/p2/guzzle/stream.json if modified
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~filesystem.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~console.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~console.json from cache
[304] https://repo.packagist.org/p2/psr/event-dispatcher.json
[304] https://repo.packagist.org/p2/psr/event-dispatcher.json
[304] https://repo.packagist.org/p2/dflydev/markdown.json
[304] https://repo.packagist.org/p2/dflydev/markdown.json
[304] https://repo.packagist.org/p2/guzzlehttp/streams.json
[304] https://repo.packagist.org/p2/guzzlehttp/streams.json
[304] https://repo.packagist.org/p2/symfony/polyfill-intl-grapheme.json
[304] https://repo.packagist.org/p2/symfony/polyfill-intl-grapheme.json
[304] https://repo.packagist.org/p2/paragonie/random_compat.json
[304] https://repo.packagist.org/p2/paragonie/random_compat.json
[304] https://repo.packagist.org/p2/ircmaxell/password-compat.json
[304] https://repo.packagist.org/p2/ircmaxell/password-compat.json
[304] https://repo.packagist.org/p2/symfony/polyfill-util.json
[304] https://repo.packagist.org/p2/symfony/polyfill-util.json
[304] https://repo.packagist.org/p2/guzzle/common.json
[304] https://repo.packagist.org/p2/guzzle/common.json
[304] https://repo.packagist.org/p2/guzzle/parser.json
[304] https://repo.packagist.org/p2/guzzle/parser.json
[304] https://repo.packagist.org/p2/guzzle/stream.json
[304] https://repo.packagist.org/p2/guzzle/stream.json
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher.json from cache
Reading /Users/kporras07/Library/Caches/composer/repo/https---repo.packagist.org/provider-symfony~event-dispatcher.json from cache
Updating dependencies
Updating dependencies
Generating rules
Generating rules
Resolving dependencies through SAT
Resolving dependencies through SAT
Looking at all rules.
Looking at all rules.
Something's changed, looking at all rules again (pass #1)Something's changed, looking at all rules again (pass #1)���������������������������������������������������������Something's changed, looking at all rules again (pass #2)���������������������������������������������������������Something's changed, looking at all rules again (pass #2)
Dependency resolution completed in 0.014 seconds

Dependency resolution completed in 0.014 seconds
Analyzed 1363 packages to resolve dependencies
Analyzed 12058 rules to resolve dependencies
Analyzed 1363 packages to resolve dependencies
Analyzed 12058 rules to resolve dependencies
Generating rules
Generating rules
Resolving dependencies through SAT
Resolving dependencies through SAT
Looking at all rules.
Looking at all rules.

Dependency resolution completed in 0.000 seconds

Dependency resolution completed in 0.000 seconds
Unable to find a compatible set of packages based on your non-dev requirements alone.
Your requirements can be resolved successfully when require-dev packages are present.
You may need to move packages from require-dev or some of their dependencies to require.

  Problem 1
    - Root composer.json requires pantheon-upstreams/upstream-configuration dev-master, found pantheon-upstreams/upstream-configuration[dev-main] but it does not match the constraint. Perhaps dev-master was renamed to dev-main?

Unable to find a compatible set of packages based on your non-dev requirements alone.
Your requirements can be resolved successfully when require-dev packages are present.
You may need to move packages from require-dev or some of their dependencies to require.

  Problem 1
    - Root composer.json requires pantheon-upstreams/upstream-configuration dev-master, found pantheon-upstreams/upstream-configuration[dev-main] but it does not match the constraint. Perhaps dev-master was renamed to dev-main?

And I expected this to happen:

Project creation to work; however it failed in a similar way than #10431 so I'm guessing it's somehow related?

Also, if in the generated project I enter and run composer install while there is no composer.lock I get the same error

@stof
Copy link
Contributor

stof commented Jan 19, 2022

To me, what happened is that pantheon-upstreams/upstream-configuration renamed their master branch to main, which means that a dev-master requirement cannot be satisfied anymore.

@kporras07
Copy link
Author

Yeah, but the requirement is no set like that. Also, when a project is being generated there's no git repo at all

@stof
Copy link
Contributor

stof commented Jan 19, 2022

Without seeing the composer.json of the template package, I cannot really help you. But from looking at the output, the error does not happen during the initial creation of the project from the template, but when resolving the dependencies defined in that template (i.e. when doing the equivalent of running a composer install with the newly created composer.json).

You can confirm that by adding the --no-install flag when running create-project which will skip that step (meaning that you won't have the vendor folder populated), and then running the composer install separately.

@stof
Copy link
Contributor

stof commented Jan 19, 2022

And the requirement in https://github.com/pantheon-upstreams/drupal-recommended/blob/main/composer.json#L17 is using self.version. So in the main branch of a repository (which might be the case when composer create-project runs git init as that's now the default branch name in git), the requirement on pantheon-upstreams/upstream-configuration will be dev-main.

Relying on self.version requirements in a root package when depending on other packages looks like a bad idea (each time you switch to a different branch locally, your dependencies would change and might be invalid)

@kporras07
Copy link
Author

@stof thanks for replying.

I confirm that the problem is when it's resolving dependencies. I ran create-project with --no-install and it works as expected and then it fails when I run composer install

So in the main branch of a repository (which might be the case when composer create-project runs git init as that's now the default branch name in git), the requirement on pantheon-upstreams/upstream-configuration will be dev-main.

Should create-project run git init? It's not doing it and I just tested with another template published in packagist and it doesn't initiate git. Actually that's the part that puzzles me the most: there's no git repository, how is it supposed to find a dev-main or dev-master branch?

@stof
Copy link
Contributor

stof commented Jan 20, 2022

hmm, indeed. In that case, the dev-master does not come from the local git branch (yet) but likely from the dev-master version used for the pantheon-upstreams/drupal-project template package during create-project.

running a composer install later might complain about a 1.0.0 version instead, which is the fallback version for the root package when it cannot be guessed (unless you have a COMPOSER_ROOT_VERSION env variable.

@kporras07
Copy link
Author

@stof thanks again for following-up. Now I understand the problem a bit better: it turns out that the "self.version" in the template is changed to the branch that gets used on the create-project command. So, if it's creating the project from master, it becomes dev-master and then the problem pops up.

As far as I understand (please correct me if I'm wrong), that's the expected behavior with self.version under these circumstances and a good solution for my case would be either:

  1. change the template to use "*" instead of self.version
  2. If changing the template is not possible:
    • Run create-project with --no-install
    • Update the requirement to "*" (composer require --no-dev)
    • Set minimum-stability to dev to account for this package that will resolve as dev-master/dev-main
    • Run composer install

If this is considered expected behavior and my proposed solution for my use case makes sense, then I think we can close this issue. Once again, thank you very much for all of your help and for the great work with composer :)

@stof
Copy link
Contributor

stof commented Jan 21, 2022

To me, this is indeed the expected behavior. In the master branch, self.version means dev-master

@kporras07
Copy link
Author

Great, thanks!

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

3 participants