Skip to content

Instantly share code, notes, and snippets.

@salathe
Created April 21, 2015 11:14
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 salathe/16657b7788adb230b4ec to your computer and use it in GitHub Desktop.
Save salathe/16657b7788adb230b4ec to your computer and use it in GitHub Desktop.
pcowburn@ides ~/sources/crap/melody$ cat kittens.php
<?php
<<<CONFIG
packages:
- "calebeoliveira/kittens: dev-master"
CONFIG;
echo Kitten::get() . "\n";
pcowburn@ides ~/sources/crap/melody$ docker run --rm -t -v "$PWD:/tmp/melody" -w /tmp/melody davedevelopment/melody --no-cache kittens.php -vvv
RUN '/usr/local/bin/composer' 'require' 'calebeoliveira/kittens:dev-master' '--prefer-dist'
OUT 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.
OUT ./composer.json has been created
OUT Loading composer repositories with package information
OUT Updating dependencies (including require-dev)
OUT - Installing calebeoliveira/kittens (dev-master 7833b2d)
OUT Downloading: 100%
OUT
OUT Writing lock file
OUT Generating autoload files
OUT
RES Command ran successfully
~(=^・ω・^)ノ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment