Skip to content

Instantly share code, notes, and snippets.

@ycombinator
Last active August 29, 2015 14:10
Show Gist options
  • Save ycombinator/a8d9d758ceed00425f45 to your computer and use it in GitHub Desktop.
Save ycombinator/a8d9d758ceed00425f45 to your computer and use it in GitHub Desktop.
Using composer to install php-opencloud
$ php composer.phar require rackspace/php-opencloud
Using version ~1.11 for rackspace/php-opencloud
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing psr/log (1.0.0)
Loading from cache
- Installing symfony/event-dispatcher (v2.6.0)
Loading from cache
- Installing guzzle/common (v3.9.2)
Loading from cache
- Installing guzzle/stream (v3.9.2)
Loading from cache
- Installing guzzle/parser (v3.9.2)
Loading from cache
- Installing guzzle/http (v3.9.2)
Loading from cache
- Installing rackspace/php-opencloud (v1.11.0)
Loading from cache
symfony/event-dispatcher suggests installing symfony/dependency-injection ()
symfony/event-dispatcher suggests installing symfony/http-kernel ()
Writing lock file
Generating autoload files
$ php composer.phar --version
Composer version 1.0-dev (b23a3cd36870ff0eefc161a4638d9fcf49d998ba) 2014-11-21 17:59:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment