Skip to content

Instantly share code, notes, and snippets.

@s3w47m88
Created March 19, 2017 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s3w47m88/341a52b77bfe31cfbb83e438f39a474d to your computer and use it in GitHub Desktop.
Save s3w47m88/341a52b77bfe31cfbb83e438f39a474d to your computer and use it in GitHub Desktop.
ACF Pro Composer Command Line Output
user@ip-173-30-1-96 /home/theportlandcompany/public_html/wp-content/plugins
% cd /home/theportlandcompany/domains/deploy.theportlandcompany.com/public_html/bedrock
user@ip-173-30-1-96 /home/theportlandcompany/domains/deploy.theportlandcompany.com/public_html/bedrock
% composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating autoload files
user@ip-173-30-1-96 /home/theportlandcompany/domains/deploy.theportlandcompany.com/public_html/bedrock
% composer require advanced-custom-fields/advanced-custom-fields-pro:*
zsh: no matches found: advanced-custom-fields/advanced-custom-fields-pro:*
user@ip-173-30-1-96 /home/theportlandcompany/domains/deploy.theportlandcompany.com/public_html/bedrock
% composer require advanced-custom-fields/advanced-custom-fields-pro: *
[InvalidArgumentException]
Could not find package wp-cli.yml at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability
require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-suggest] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--] [<packages>]...
user@ip-173-30-1-96 /home/theportlandcompany/domains/deploy.theportlandcompany.com/public_html/bedrock
% composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Writing lock file
Generating autoload files
user@ip-173-30-1-96 /home/theportlandcompany/domains/deploy.theportlandcompany.com/public_html/bedrock
% composer require advanced-custom-fields/advanced-custom-fields-pro: *
[InvalidArgumentException]
Could not find package wp-cli.yml at any version for your minimum-stability (stable). Check the package spelling or your minimum-stability
require [--dev] [--prefer-source] [--prefer-dist] [--no-progress] [--no-suggest] [--no-update] [--no-scripts] [--update-no-dev] [--update-with-dependencies] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--] [<packages>]...
user@ip-173-30-1-96 /home/theportlandcompany/domains/deploy.theportlandcompany.com/public_html/bedrock
%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment