Created
March 19, 2017 21:32
-
-
Save s3w47m88/341a52b77bfe31cfbb83e438f39a474d to your computer and use it in GitHub Desktop.
ACF Pro Composer Command Line Output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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