yes, but their errors all seem to be variations of what i’m encountering.
I found this: Composer Install doesn’t seem to run at all during deploys, and when adding set :composer_install_flags, '--no-dev --no-interaction --optimize-autoloader
to my deploy.rb, checking into repo, and then running the deploy I get the following error:
INFO[a2e71db9] Running /usr/bin/env composer install --no-dev --no-interaction --optimize-autoloader on timmygelles.com
DEBUG[a2e71db9] Command: cd ~/bedrock/releases/20151013161550 && ( WP_ENV=production /usr/bin/env composer install --no-dev --no-interaction --optimize-autoloader )
DEBUG[a2e71db9] stdin: is not a tty
DEBUG[a2e71db9] Warning: This development build of composer is over 30 days old. It is recommended to update it by running "/usr/local/bin/composer self-update" to get the latest version.
DEBUG[a2e71db9] stdin: is not a tty
DEBUG[a2e71db9] Warning: This development build of composer is over 30 days old. It is recommended to update it by running "/usr/local/bin/composer self-update" to get the latest version.
DEBUG[a2e71db9]
DEBUG[a2e71db9]
DEBUG[a2e71db9]
DEBUG[a2e71db9] [UnexpectedValueException]
DEBUG[a2e71db9] Warning: This development build of composer is over 30 days old. It is recommended to update it by running "/usr/local/bin/composer self-update" to get the latest version.
DEBUG[a2e71db9] Could not parse version constraint ^1.0: Invalid version string "^1.0"
DEBUG[a2e71db9]
DEBUG[a2e71db9]
DEBUG[a2e71db9]
DEBUG[a2e71db9] Warning: This development build of composer is over 30 days old. It is recommended to update it by running "/usr/local/bin/composer self-update" to get the latest version.
DEBUG[a2e71db9] install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-plugins] [--no-custom-installers] [--no-scripts] [--no-progress] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [--ignore-platform-reqs] [packages1] ... [packagesN]
DEBUG[a2e71db9] Warning: This development build of composer is over 30 days old. It is recommended to update it by running "/usr/local/bin/composer self-update" to get the latest version.
DEBUG[a2e71db9]
DEBUG[a2e71db9]
cap aborted!
SSHKit::Runner::ExecuteError: Exception while executing on host timmygelles.com: composer exit status: 1
composer stdout: Nothing written
composer stderr: stdin: is not a tty
[UnexpectedValueException]
Could not parse version constraint ^1.0: Invalid version string "^1.0"
This “^1.0” is located in line 156 of my composer.lock file. I deleted the file, ran composer update locally, and it still occurs.